@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.hero_section_1 {
  background-image: url("/website/images/home-hero-section-new.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 669px;
  display: flex;
  padding-top: 0;
  justify-content: center;
}
.hero_section_1 .hero-content {
  margin-top: 101px;
}
.hero_section_1 .hero-content h1 {
  font-size: 59px;
  color: rgb(0, 0, 0);
  line-height: 1.278;
  text-align: left;
  width: 556px;
  font-weight: 900;
}
.hero_section_1 .hero-content p {
  font-size: 18px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 1.667;
  text-align: left;
  width: 556px;
  margin-block: 25px;
}
.hero_section_1 .hero-content .hero-form {
  display: flex;
  gap: 10px;
}
.hero_section_1 .hero-content .hero-form input {
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  width: 258px;
  height: 47px;
  font-size: 18px;
  padding: 10px;
  color: #000;
}
.hero_section_1 .hero-content .hero-form input::-moz-placeholder {
  font-size: 18px;
  color: rgb(133, 133, 146);
  line-height: 1.389;
  text-align: left;
  padding-block: 18px;
  padding-left: 18px;
}
.hero_section_1 .hero-content .hero-form input::placeholder {
  font-size: 18px;
  color: rgb(133, 133, 146);
  line-height: 1.389;
  text-align: left;
  padding-block: 18px;
  padding-left: 18px;
}
.hero_section_1 .hero-content .hero-form button {
  border-radius: 3px;
  background-color: rgb(255, 118, 58);
  width: 280px;
  height: 50px;
  box-shadow: rgb(33, 46, 68) 10px 13px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.hero_section_1 .hero-image {
  padding-top: 28px;
}
.hero_section_1 .hero-image .bg-img-main {
  background-image: url("/website/images/section-1-img.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 565px;
}
.hero_section_1 .hero-image .bg-img-main .first-box-img .box {
  border-width: 2px;
  border-color: #7b4db3;
  border-style: solid;
  border-radius: 50px;
  background-color: #7b4db3;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.18);
  width: 180px;
  height: 102px;
  margin-top: 49px;
  margin-right: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  cursor: default;
}
.hero_section_1 .hero-image .bg-img-main .first-box-img .box .front,
.hero_section_1 .hero-image .bg-img-main .first-box-img .box .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 10px;
  color: #ffffff;
}
.hero_section_1 .hero-image .bg-img-main .first-box-img .box .front {
  background-color: #7b4db3;
}
.hero_section_1 .hero-image .bg-img-main .first-box-img .box .back {
  background-color: #7b4db3;
  transform: rotateY(180deg); /* Rotate the back div to be flipped initially */
}
.hero_section_1 .hero-image .bg-img-main .first-box-img .box .first-span {
  font-size: 31px;
  font-weight: 900;
  line-height: 22px;
  color: #ffffff;
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  letter-spacing: 3px;
}
.hero_section_1 .hero-image .bg-img-main .first-box-img .box p {
  font-size: 10px;
  font-weight: 900;
  line-height: 0;
  color: #ffffff;
  margin-top: 17px;
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  letter-spacing: 1.3px;
}
.hero_section_1 .hero-image .bg-img-main .first-box-img .box .second-span {
  font-size: 10px;
  font-weight: 500;
  line-height: 0;
  color: #ffffff;
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-style: italic;
  padding-bottom: 7px;
}
.hero_section_1 .hero-image .bg-img-main .second-box-img {
  margin-top: 94px;
}
.hero_section_1 .hero-image .bg-img-main .second-box-img .box1 {
  border-width: 2px;
  border-color: #49b746;
  border-style: solid;
  border-radius: 10px;
  background-color: #49b746;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.18);
  width: 245px;
  height: 131px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform-style: preserve-3d;
  cursor: default;
}
.hero_section_1 .hero-image .bg-img-main .second-box-img .box1 .front,
.hero_section_1 .hero-image .bg-img-main .second-box-img .box1 .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; /* Hides the back face when flipped */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 10px;
  color: #ffffff;
  transition: transform 0.6s; /* Smooth transition for the flip effect */
}
.hero_section_1 .hero-image .bg-img-main .second-box-img .box1 .front {
  background-color: #49b746;
}
.hero_section_1 .hero-image .bg-img-main .second-box-img .box1 .back {
  background-color: #49b746;
  transform: rotateY(180deg); /* Rotates the back div to be flipped initially */
}
.hero_section_1 .hero-image .bg-img-main .second-box-img .box1 .first-span {
  font-size: 52px;
  font-weight: 900;
  line-height: 43px;
  color: #ffffff;
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  letter-spacing: 3px;
}
.hero_section_1 .hero-image .bg-img-main .second-box-img .box1 p {
  font-size: 14px;
  font-weight: 900;
  line-height: 0;
  color: #ffffff;
  margin-top: 23px;
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  letter-spacing: 1.2px;
}
.hero_section_1 .hero-image .bg-img-main .second-box-img .box1 .second-span {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  font-style: italic;
}
.hero_section_1 .hero-image .bg-img-main .second-box-img .box2 {
  border-width: 2px;
  border-color: rgb(29, 115, 237);
  border-style: solid;
  border-radius: 20px;
  background-color: rgb(29, 115, 237);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.18);
  width: 235px;
  height: 140px;
  margin-top: 38px;
  margin-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform-style: preserve-3d; /* Ensures 3D transformations are preserved */
  cursor: default;
  /* Specific styling for text elements */
}
.hero_section_1 .hero-image .bg-img-main .second-box-img .box2 .front,
.hero_section_1 .hero-image .bg-img-main .second-box-img .box2 .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; /* Hides the back face when flipped */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 10px;
  color: #ffffff;
  transition: transform 0.6s; /* Smooth transition for the flip effect */
}
.hero_section_1 .hero-image .bg-img-main .second-box-img .box2 .front {
  background-color: rgb(29, 115, 237);
}
.hero_section_1 .hero-image .bg-img-main .second-box-img .box2 .back {
  background-color: rgb(29, 115, 237); /* You can choose a different color for the back */
  transform: rotateY(180deg); /* Rotates the back div to be flipped initially */
}
.hero_section_1 .hero-image .bg-img-main .second-box-img .box2 .first-span {
  font-size: 52px;
  font-weight: 900;
  line-height: 43px;
  color: #ffffff;
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  letter-spacing: 3px;
  padding-top: 15px;
}
.hero_section_1 .hero-image .bg-img-main .second-box-img .box2 p {
  font-size: 14px;
  font-weight: 900;
  line-height: 0;
  color: #ffffff;
  margin-top: 23px;
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  letter-spacing: 0.4px;
}
.hero_section_1 .hero-image .bg-img-main .second-box-img .box2 .second-span {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  font-style: italic;
  padding-bottom: 15px;
}

.section_2 {
  margin-top: 80px;
}
.section_2 .section_2_head h2 {
  font-size: 48px;
  line-height: 53px;
  color: rgb(0, 0, 0);
  text-align: center;
  width: 1007px;
  font-weight: 900;
}
.section_2 .section_2_buttons {
  margin-top: 40px;
}
.section_2 .section_2_buttons ul {
  display: flex;
  justify-content: space-between;
  padding: unset;
}
.section_2 .section_2_buttons ul li {
  list-style: none;
  font-size: 24px;
  color: #6e7b81;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 100px;
  border: unset;
  cursor: pointer;
}
.section_2 .section_2_buttons ul li h3 {
  font-size: unset;
  margin-top: unset;
  margin-bottom: unset;
  font-weight: unset;
  line-height: unset;
}
.section_2 .section_2_buttons ul .active {
  color: rgb(255, 118, 58);
  border-radius: 15px;
  background-color: rgb(254, 244, 234);
  padding-inline: 13px;
  cursor: pointer;
}
.section_2 .section_2_inner {
  background-image: url("/new_assets/images/new43.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: 513px;
  margin-top: 50px;
}
.section_2 .section_2_inner .section_2_inner_content .wrapper {
  padding-top: 50px;
  padding-left: 55px;
}
.section_2 .section_2_inner .section_2_inner_content .wrapper h2 {
  font-size: 42px;
  line-height: 53px;
  font-weight: 900;
  color: #fefefe;
  margin-bottom: 25px;
}
.section_2 .section_2_inner .section_2_inner_content .wrapper p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #fefefe;
  width: 570px;
  margin-block: 17px;
}
.section_2 .section_2_inner .section_2_inner_content .wrapper a {
  border-radius: 3px;
  background-color: rgb(255, 118, 58);
  width: 260px;
  height: 48px;
  box-shadow: #ffffff 10px 13px 0px;
  display: flex;
  align-items: center;
  border-width: 0px;
  margin-top: 30px;
}
.section_2 .section_2_inner .section_2_inner_content .wrapper a span {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.2;
  padding-left: 59px;
  position: relative;
}
.section_2 .section_2_inner .section_2_inner_content .wrapper a span::after {
  content: "";
  background-image: url("/new_assets/images/arrow_image.webp");
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 900;
  line-height: 1.2;
  position: absolute;
  width: 16px;
  margin-left: 10px;
  bottom: 2px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section_2 .section_2_inner .section_2_inner_content_2 {
  padding-top: 50px;
  padding-right: 81px;
}
.section_2 .section_2_inner .section_2_inner_content_2 .para_1 {
  font-size: 28px;
  color: rgb(254, 254, 254);
  line-height: 1.357;
  text-align: left;
  width: 345px;
  font-weight: 900;
}
.section_2 .section_2_inner .section_2_inner_content_2 .para_1 span {
  color: #ff763a;
  margin-right: 5px;
}
.section_2 .section_2_inner .section_2_inner_content_2 .para_2 {
  color: #fff;
  width: 375px;
}

.section_3 {
  margin-top: 80px;
}
.section_3 .heading_data_para_1 {
  font-size: 48px;
  color: rgb(0, 0, 0);
  line-height: 53px;
  text-align: center;
  font-weight: 900;
  width: 1046px;
  margin-bottom: 10px;
}
.section_3 .heading_data_para_2 {
  width: 765px;
  font-size: 21px;
  color: rgb(0, 0, 0);
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
.section_3 .card-wrapper-row .cardservice {
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  border: 1px solid;
  border-color: #fff;
  transition: all 0.2s ease-in-out;
}
.section_3 .card-wrapper-row .cardservice h3 {
  width: 253px;
  text-align: center;
  font-size: 24px;
  color: rgb(0, 0, 0);
  line-height: 27px;
  text-align: center;
  font-weight: 800;
  white-space: pre-line;
  margin-block: 23px;
  transition: all 0.2s ease-in-out;
}
.section_3 .card-wrapper-row .cardservice h3 a {
  color: rgb(0, 0, 0);
}
.section_3 .card-wrapper-row .cardservice p {
  width: 360px;
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}
.section_3 .card-wrapper-row .cardservice:hover {
  border: 1px solid;
  border-color: #fff;
  outline: none;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 12px;
}
.section_3 .card-wrapper-row .cardservice:hover h5 a {
  color: rgb(255, 118, 58);
}
.section_3 .card-wrapper-row .card3 h5 {
  width: 154px;
  text-align: center;
  font-size: 24px;
  color: rgb(0, 0, 0);
  line-height: 27px;
  text-align: center;
  font-weight: 800;
  white-space: pre-line;
  margin-block: 23px;
}
.section_3 .card-wrapper-row .card3 h5 a {
  color: rgb(0, 0, 0);
}
.section_3 .section_3_button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.section_3 .section_3_button a {
  border-radius: 3px;
  background-color: rgb(255, 118, 58);
  width: 260px;
  height: 48px;
  box-shadow: rgb(33, 46, 68) 10px 13px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.section_4 .first_div {
  padding-top: 53px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_4 .first_div h2 {
  font-size: 48px;
  font-family: "Lexend Deca";
  color: rgb(0, 0, 0);
  line-height: 53px;
  text-align: center;
  font-weight: 900;
  width: 485px;
  text-transform: capitalize;
}
.section_4 .first_div .image_spaces {
  margin-top: 51px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 75px;
  position: relative;
}
.section_4 .second_div {
  padding-top: 80px;
}
.section_4 .second_div h2 {
  font-size: 48px;
  color: rgb(0, 0, 0);
  line-height: 68px;
  text-align: center;
  font-weight: 900;
  text-transform: capitalize;
}
.section_4 .second_div .image_spaces {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
  margin-top: 70px;
}

.section_5 {
  margin-top: 80px;
}
.section_5 .section_5_head {
  margin-bottom: 66px;
}
.section_5 .section_5_head h2 {
  font-size: 48px;
  color: rgb(0, 0, 0);
  line-height: 68px;
  text-align: center;
  font-weight: 900;
  text-transform: capitalize;
}
.section_5 .section_5_head h2 span {
  color: #ff763a;
}
.section_5 .section_5_cards .inner_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-width: 1px;
  border-color: rgb(187, 233, 255);
  border-style: solid;
  border-radius: 20px;
  background-color: rgb(187, 233, 255);
  width: 100%;
  height: 198px;
  text-align: center;
}
.section_5 .section_5_cards .inner_1 .head1 {
  font-size: 42px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.478;
}
.section_5 .section_5_cards .inner_1 .head2 {
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 20px;
}
.section_5 .section_5_cards .inner_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-width: 1px;
  border-color: rgb(236, 238, 129);
  border-style: solid;
  border-radius: 20px;
  background-color: rgb(236, 238, 129);
  width: 100%;
  height: 198px;
  text-align: center;
}
.section_5 .section_5_cards .inner_2 .head1 {
  font-size: 42px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.478;
}
.section_5 .section_5_cards .inner_2 .head2 {
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 20px;
}
.section_5 .section_5_cards .inner_3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-width: 1px;
  border-color: rgb(255, 207, 150);
  border-style: solid;
  border-radius: 20px;
  background-color: rgb(255, 207, 150);
  width: 100%;
  height: 198px;
  text-align: center;
  margin-top: 30px;
}
.section_5 .section_5_cards .inner_3 .head1 {
  font-size: 42px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.478;
}
.section_5 .section_5_cards .inner_3 .head2 {
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 20px;
}
.section_5 .section_5_cards .inner_4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-width: 1px;
  border-color: rgb(200, 228, 178);
  border-style: solid;
  border-radius: 20px;
  background-color: rgb(200, 228, 178);
  width: 100%;
  height: 198px;
  text-align: center;
  margin-top: 30px;
}
.section_5 .section_5_cards .inner_4 .head1 {
  font-size: 42px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.478;
}
.section_5 .section_5_cards .inner_4 .head2 {
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 20px;
}
.section_5 .section_5_cards .main_new .wrapper1 a {
  color: #ff763a;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.section_5 .section_5_cards .main_new .wrapper1 a .inner2 {
  margin-left: 15px;
}
.section_5 .section_5_cards .main_new .wrapper2 a {
  color: #ff763a;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.section_5 .section_5_cards .main_new .wrapper2 a .inner2 {
  margin-left: 15px;
}
.section_5 .section_5_cards .main_new .wrapper3 a {
  color: #ff763a;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.section_5 .section_5_cards .main_new .wrapper3 a .inner2 {
  margin-left: 15px;
}
.section_5 .image-db-fix {
  width: 578px;
}

.section_6 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.section_6 .section_6_head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section_6 .section_6_head h2 {
  font-size: 48px;
  color: rgb(0, 0, 0);
  line-height: 53px;
  text-align: center;
  font-weight: 900;
}
.section_6 .section_6_head h2 span {
  color: #ff763a;
}
.section_6 .section_6_head p {
  margin-top: 0;
  font-size: 21px;
  color: rgb(0, 0, 0);
  line-height: 35px;
  text-align: center;
  width: 595px;
  font-weight: 400;
  margin-bottom: 48px;
}
.section_6 .marquee_animate {
  position: relative;
  margin-top: 20px;
  overflow-x: hidden;
}
.section_6 .marquee_animate ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 60px;
  white-space: nowrap;
}
.section_6 .marquee_animate ul li {
  font-size: 52px;
  color: rgb(194, 199, 204);
  line-height: 75px;
  text-align: center;
  white-space: nowrap;
  font-weight: 800;
}
.section_6 .marquee_animate ul li:hover {
  color: #ff763a;
  cursor: pointer;
}
.section_6 .marquee_animate ul::after {
  content: "";
  display: flex;
}
@keyframes slide_to_left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section_6 .marquee_animate_2 {
  position: relative;
  margin-top: 20px;
  overflow-x: hidden;
}
.section_6 .marquee_animate_2 ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 60px;
  white-space: nowrap;
}
.section_6 .marquee_animate_2 ul li {
  font-size: 52px;
  color: rgb(194, 199, 204);
  line-height: 75px;
  text-align: center;
  white-space: nowrap;
  font-weight: 800;
}
.section_6 .marquee_animate_2 ul li:hover {
  color: #ff763a;
  cursor: pointer;
}
.section_6 .marquee_animate_2 ul::before {
  content: "";
  display: flex;
}
@keyframes slide_to_right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}

.section_8 {
  margin-top: 60px;
}
.section_8 .section_8_main_head {
  margin-bottom: 38px;
}
.section_8 .section_8_main_head .head {
  font-size: 48px;
  color: rgb(0, 0, 0);
  line-height: 68px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_8 .section_8_main_head .head span {
  padding-inline: 12px;
  animation: pulsing 1s infinite;
}
.section_8 .section_8_tabs {
  margin-bottom: 70px;
}
.section_8 .section_8_tabs .tabs .tab-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: unset;
}
.section_8 .section_8_tabs .tabs .tab-list .tab-item {
  padding: 8px 8px;
  cursor: pointer;
  margin-right: 5px;
  font-size: 16px;
  color: #6e7b81;
  line-height: 34px;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
}
.section_8 .section_8_tabs .tabs .tab-list .tab-item.active {
  border-bottom: 2px solid #ff763a;
  color: #ff763a;
  position: relative;
  top: 2px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane {
  display: none;
  padding-block: 20px;
  border-top: none;
  background-color: #ffffff;
  width: 100%;
  margin-top: 30px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane.active {
  display: block;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper {
  border-radius: 30px;
  background-color: #c9edff;
  height: auto;
  padding-bottom: 10px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner1 .btn_carrier {
  display: flex;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
  cursor: pointer;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner1 .btn_carrier p {
  margin-inline: 50px;
  font-weight: 700;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .carousel-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .carousel-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .carousel-item {
  min-width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 .para_1 {
  font-size: 28px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  width: 911px;
  margin-bottom: 24px;
  margin-top: 20px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 .para_2 {
  font-size: 21px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  width: 968px;
  margin-bottom: 30px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 .span_4 {
  font-size: 60px;
  color: #26b16d;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  margin-bottom: 10px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 .para_3 {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: 900;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper {
  border-radius: 30px;
  background-color: #edffa8;
  height: auto;
  padding-bottom: 10px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner1 .btn_carrier {
  display: flex;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
  cursor: pointer;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner1 .btn_carrier p {
  margin-inline: 50px;
  font-weight: 700;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .carousel-container {
  overflow: hidden;
  width: 100%;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .carousel-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .carousel-item {
  min-width: 100%;
  box-sizing: border-box;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 .para_1 {
  font-size: 28px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  width: 911px;
  margin-bottom: 24px;
  margin-top: 20px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 .para_2 {
  font-size: 21px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  width: 968px;
  margin-bottom: 30px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 .span_4 {
  font-size: 60px;
  color: #26b16d;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  margin-bottom: 10px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 .para_3 {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper {
  border-radius: 30px;
  background-color: #baffd6;
  height: auto;
  padding-bottom: 10px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner1 .btn_carrier {
  display: flex;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
  cursor: pointer;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner1 .btn_carrier p {
  margin-inline: 50px;
  font-weight: 700;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .carousel-container {
  overflow: hidden;
  width: 100%;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .carousel-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .carousel-item {
  min-width: 100%;
  box-sizing: border-box;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 .para_1 {
  font-size: 28px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  width: 911px;
  margin-bottom: 24px;
  margin-top: 20px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 .para_2 {
  font-size: 21px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  width: 968px;
  margin-bottom: 30px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 .span_4 {
  font-size: 60px;
  color: #26b16d;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  margin-bottom: 10px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 .para_3 {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: 900;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper {
  border-radius: 30px;
  background-color: #ffe3c9;
  height: auto;
  padding-bottom: 10px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner1 .btn_carrier {
  display: flex;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
  cursor: pointer;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner1 .btn_carrier p {
  margin-inline: 50px;
  font-weight: 700;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .carousel-container {
  overflow: hidden;
  width: 100%;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .carousel-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .carousel-item {
  min-width: 100%;
  box-sizing: border-box;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 .para_1 {
  font-size: 28px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  width: 911px;
  margin-bottom: 24px;
  margin-top: 20px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 .para_2 {
  font-size: 21px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  width: 968px;
  margin-bottom: 30px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 .span_4 {
  font-size: 60px;
  color: #26b16d;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  margin-bottom: 10px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 .para_3 {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: 900;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper {
  border-radius: 30px;
  background-color: #e8d1e8;
  height: auto;
  padding-bottom: 10px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner1 .btn_carrier {
  display: flex;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
  cursor: pointer;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner1 .btn_carrier p {
  margin-inline: 50px;
  font-weight: 700;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .carousel-container {
  overflow: hidden;
  width: 100%;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .carousel-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .carousel-item {
  min-width: 100%;
  box-sizing: border-box;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 .para_1 {
  font-size: 28px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  width: 911px;
  margin-bottom: 24px;
  margin-top: 20px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 .para_2 {
  font-size: 21px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  width: 968px;
  margin-bottom: 30px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 .span_4 {
  font-size: 60px;
  color: #26b16d;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  margin-bottom: 10px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 .para_3 {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: 900;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper {
  border-radius: 30px;
  background-color: #facfd6;
  height: auto;
  padding-bottom: 10px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner1 .btn_carrier {
  display: flex;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
  cursor: pointer;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner1 .btn_carrier p {
  margin-inline: 50px;
  font-weight: 700;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .carousel-container {
  overflow: hidden;
  width: 100%;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .carousel-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .carousel-item {
  min-width: 100%;
  box-sizing: border-box;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 15px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 .para_1 {
  font-size: 28px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  width: 911px;
  margin-bottom: 24px;
  margin-top: 20px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 .para_2 {
  font-size: 21px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  width: 968px;
  margin-bottom: 30px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 .span_4 {
  font-size: 60px;
  color: #26b16d;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  margin-bottom: 10px;
}
.section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 .para_3 {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: 900;
  line-height: 34px;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}

@keyframes pulsing {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.section_9 {
  background-color: #f6f7f8;
  padding-top: 40px;
  padding-bottom: 73px;
}
.section_9 .team_cards .designation {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  color: rgb(0, 0, 0);
  line-height: 68px;
  font-weight: 900;
  text-align: center;
  height: 85px;
  background-color: #fff;
}
.section_9 .heading_with_btn {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_9 .heading_with_btn h2 {
  font-size: 48px;
  color: rgb(0, 0, 0);
  line-height: 68px;
  font-weight: 900;
  text-align: center;
}
.section_9 .heading_with_btn a {
  border-radius: 3px;
  background-color: rgb(255, 118, 58);
  width: 280px;
  height: 50px;
  box-shadow: rgb(33, 46, 68) 10px 13px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.section_10 {
  margin-top: 80px;
}
.section_10 .row_for_cards {
  display: flex;
  justify-content: center;
  gap: 36px;
}
.section_10 .row_for_cards .sect_10_card {
  border-radius: 20px;
  background-color: rgb(25, 39, 51);
  height: 415px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section_10 .row_for_cards .sect_10_card .wrapper {
  padding-top: 25px;
  padding-left: 22px;
  padding-bottom: 24px;
  padding-right: 33px;
}
.section_10 .row_for_cards .sect_10_card .wrapper h3 {
  font-size: 38px;
  color: rgb(255, 255, 255);
  font-weight: 900;
  line-height: 60px;
  text-align: left;
}
.section_10 .row_for_cards .sect_10_card .wrapper p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.section_10 .row_for_cards .sect_10_card .wrapper .btn_learn {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  text-align: left;
}

.section_11 {
  margin-top: 80px;
}
.section_11 .section_11_head .para1 {
  font-size: 48px;
  color: rgb(0, 0, 0);
  line-height: 68px;
  font-weight: 900;
  text-align: center;
  width: 1060px;
}
.section_11 .section_11_head .para2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #ff763a;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  width: 1035px;
}
.section_11 .section_11_head .para2 span {
  margin-left: 10px;
}
.section_11 .insights_card_init {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.section_11 .insights_card_init .insights_card {
  border-radius: 10px;
  border: unset;
}
.section_11 .insights_card_init .insights_card a {
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: 900;
  line-height: 31px;
  text-align: left;
  margin-top: 45px;
  margin-bottom: 25px;
}
.section_11 .insights_card_init .insights_card p {
  font-size: 18px;
  color: #869298;
  font-weight: 600;
  line-height: 31px;
  text-align: left;
}

.section_12 {
  margin-top: 80px;
  padding-bottom: 110px;
}
.section_12 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section_12 .content p:nth-child(1) {
  font-size: 28px;
  color: rgb(0, 0, 0);
  line-height: 44px;
  text-align: center;
  font-weight: 400;
}
.section_12 .content p:nth-child(2) {
  font-size: 3.75rem;
  color: rgb(0, 0, 0);
  line-height: 72px;
  text-align: center;
  font-weight: 900;
  width: 886px;
}
.section_12 .content h2 {
  font-size: 3.75rem;
  color: rgb(0, 0, 0);
  line-height: 72px;
  text-align: center;
  font-weight: 900;
  width: 886px;
}
.section_12 .content a {
  border-radius: 3px;
  background-color: rgb(255, 118, 58);
  width: 260px;
  height: 48px;
  box-shadow: rgb(33, 46, 68) 10px 13px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin-top: 35px;
}

footer {
  padding-top: 80px !important;
  padding-bottom: 92px !important;
  margin-top: 60px !important;
}
footer .first-12 .firstmd-12 {
  display: flex;
  justify-content: space-between;
}
footer .first-12 .firstmd-12 .inner1 span {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 31px;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-left: 20px;
}
footer .first-12 .firstmd-12 .inner1 span::before {
  content: "";
  background-image: url("/website/images/orange_footer_square.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  left: 0px;
  position: absolute;
  top: 4px;
}
footer .first-12 .firstmd-12 .inner1 ul {
  list-style: none;
  margin-top: 37px;
  padding-left: unset;
}
footer .first-12 .firstmd-12 .inner1 ul li {
  font-size: 30px;
  color: rgb(255, 255, 255);
  line-height: 31px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 20px;
  cursor: pointer;
}
footer .first-12 .firstmd-12 .inner2 span {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 31px;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-left: 20px;
}
footer .first-12 .firstmd-12 .inner2 span::before {
  content: "";
  background-image: url("/website/images/orange_footer_square.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  left: 0px;
  position: absolute;
  top: 4px;
}
footer .first-12 .firstmd-12 .inner2 ul {
  list-style: none;
  margin-top: 37px;
  padding-left: unset;
}
footer .first-12 .firstmd-12 .inner2 ul li {
  font-size: 30px;
  color: rgb(255, 255, 255);
  line-height: 31px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 20px;
  cursor: pointer;
}
footer .first-12 .firstmd-12 .inner3 span {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 31px;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-left: 20px;
}
footer .first-12 .firstmd-12 .inner3 span::before {
  content: "";
  background-image: url("/website/images/orange_footer_square.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  left: 0px;
  position: absolute;
  top: 4px;
}
footer .first-12 .firstmd-12 .inner3 ul {
  list-style: none;
  margin-top: 37px;
  padding-left: unset;
}
footer .first-12 .firstmd-12 .inner3 ul li {
  font-size: 30px;
  color: rgb(255, 255, 255);
  line-height: 31px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 20px;
  cursor: pointer;
}
footer .first-12 .firstmd-12 .inner4 span {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 31px;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-left: 20px;
}
footer .first-12 .firstmd-12 .inner4 span::before {
  content: "";
  background-image: url("/website/images/orange_footer_square.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  left: 0px;
  position: absolute;
  top: 4px;
}
footer .first-12 .firstmd-12 .inner4 ul {
  list-style: none;
  margin-top: 37px;
  padding-left: unset;
}
footer .first-12 .firstmd-12 .inner4 ul li {
  font-size: 30px;
  color: rgb(255, 255, 255);
  line-height: 31px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 20px;
  cursor: pointer;
}
footer .footer_after_md_hr {
  height: 5px;
  background-color: #424e58;
  margin-block: 60px;
}
footer .second-12 .secondmd-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .second-12 .secondmd-12 .inner1 span {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 31px;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-left: 20px;
}
footer .second-12 .secondmd-12 .inner1 span::before {
  content: "";
  background-image: url("/website/images/orange_footer_square.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  left: 0px;
  position: absolute;
  top: 4px;
}
footer .second-12 .secondmd-12 .inner1 .flag-wrapper {
  font-size: 30px;
  color: rgb(255, 255, 255);
  line-height: 31px;
  font-weight: 500;
  justify-content: space-between;
  width: 118px;
  margin-top: 36px;
}
footer .second-12 .secondmd-12 .inner1 .flag-wrapper img {
  display: none;
}
footer .second-12 .secondmd-12 .inner1 p {
  width: 256px;
  font-size: 18px;
  color: #bac9d0;
  line-height: 31px;
  font-weight: 700;
  margin-top: 25px;
}
footer .second-12 .secondmd-12 .inner2 .flag-wrapper {
  font-size: 30px;
  color: rgb(255, 255, 255);
  line-height: 31px;
  font-weight: 500;
  justify-content: space-between;
  width: 118px;
  margin-top: 65px;
}
footer .second-12 .secondmd-12 .inner2 .flag-wrapper img {
  display: none;
}
footer .second-12 .secondmd-12 .inner2 p {
  width: 256px;
  font-size: 18px;
  color: #bac9d0;
  line-height: 31px;
  font-weight: 700;
  margin-top: 25px;
}
footer .second-12 .secondmd-12 .inner3 .flag-wrapper {
  font-size: 30px;
  color: rgb(255, 255, 255);
  line-height: 31px;
  font-weight: 500;
  justify-content: space-between;
  width: 118px;
  margin-top: 65px;
}
footer .second-12 .secondmd-12 .inner3 .flag-wrapper img {
  display: none;
}
footer .second-12 .secondmd-12 .inner3 p {
  width: 256px;
  font-size: 18px;
  color: #bac9d0;
  line-height: 31px;
  font-weight: 700;
  margin-top: 25px;
}
footer .second-12 .secondmd-12 .inner4 .flag-wrapper {
  font-size: 30px;
  color: rgb(255, 255, 255);
  line-height: 31px;
  font-weight: 500;
  justify-content: space-between;
  width: 118px;
  margin-top: 65px;
}
footer .second-12 .secondmd-12 .inner4 .flag-wrapper img {
  display: none;
}
footer .second-12 .secondmd-12 .inner4 p {
  width: 256px;
  font-size: 18px;
  color: #bac9d0;
  line-height: 31px;
  font-weight: 700;
  margin-top: 25px;
}
footer .third-12 .thirdmd-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .third-12 .thirdmd-12 .inner1 span {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 31px;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-left: 20px;
}
footer .third-12 .thirdmd-12 .inner1 span::before {
  content: "";
  background-image: url("/website/images/orange_footer_square.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  left: 0px;
  position: absolute;
  top: 4px;
}
footer .third-12 .thirdmd-12 .inner1 ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 35px;
}
footer .third-12 .thirdmd-12 .inner1 ul li {
  margin-bottom: 25px;
}
footer .third-12 .thirdmd-12 .inner1 ul li a {
  text-decoration: none;
  font-size: 30px;
  color: rgb(255, 255, 255);
  line-height: 31px;
  font-weight: 500;
  text-align: left;
}
footer .third-12 .thirdmd-12 .inner2 .inner2img {
  margin-top: 35px;
  padding-left: 20px;
}
footer .third-12 .thirdmd-12 .inner2 p {
  color: rgb(255, 255, 255);
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 29px;
}
footer .third-12 .thirdmd-12 .inner3 .logo-carrier {
  margin-top: 49px;
  display: flex;
  gap: 20px;
  justify-content: end;
}
footer .third-12 .thirdmd-12 .inner3 .text-carrier {
  display: flex;
  gap: 14px;
  margin-top: 29px;
}
footer .third-12 .thirdmd-12 .inner3 .text-carrier p {
  font-size: 16px;
  color: #bac9d0;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 0px;
}

.section_7 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 80px;
  padding-bottom: 0;
}
.section_7 .section_7_head {
  font-size: 48px;
  color: rgb(0, 0, 0);
  line-height: 53px;
  font-weight: 900;
  text-align: center;
  width: 1005px;
  margin-bottom: 50px;
}
.section_7 .section_7_para {
  font-size: 21px;
  color: rgb(0, 0, 0);
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  width: 1047px;
  margin-top: 35px;
}
.section_7 .section_7_card_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 792px;
}
.section_7 .section_7_card_wrapper .btn-carrier {
  display: flex;
  justify-content: space-between;
  padding-inline: 0;
  width: 100%;
  z-index: 1;
}
.section_7 .section_7_card_wrapper .all-cards-row {
  height: auto;
  display: flex;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards {
  position: relative;
  height: 710px;
  display: flex;
  justify-content: flex-end;
  margin-left: 0;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0px;
  border-radius: 20px;
  background-color: #fff6d5;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.12);
  padding-bottom: 30px;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .on-head {
  padding-top: 15px;
  padding-inline: 25px;
  padding-bottom: 15px;
  background-color: #ff763a;
  font-size: 21px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper {
  margin-top: 10px;
  padding-top: 31px;
  padding-inline: 40px;
  padding-bottom: 0px;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-organization {
  width: 100%;
  margin-bottom: 10px;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-organization .card-1-wrapper-first {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 34px;
  font-weight: 900;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-organization .card-1-wrapper-first span {
  font-weight: 700;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-organization .card-1-wrapper-second {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 34px;
  font-weight: 900;
  margin-bottom: 14px;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-first {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 34px;
  font-weight: 900;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-first span {
  font-weight: 700;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-second {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 34px;
  font-weight: 900;
  margin-bottom: 14px;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-third {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 28px;
  font-weight: 400;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-fourth {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 34px;
  font-weight: 900;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-fiffth li {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-fiffth li::marker {
  color: #ff763a;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-fiffth li:nth-child(3) {
  margin-bottom: 0;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-sixth {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 34px;
  font-weight: 900;
  margin-bottom: 0;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-sevnth {
  font-size: 32px;
  color: #26b16d;
  line-height: 34px;
  font-weight: 900;
  margin-bottom: 0;
}
.section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-eight {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 1700px) {
  .section_7 .section_7_card_wrapper .btn-carrier {
    display: flex;
    justify-content: space-between;
    padding-inline: 150px;
    width: 1657px;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .hero_section_1 {
    background-image: url("/website/images/home-hero-section-new.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding-bottom: 20px;
    padding-top: 0;
  }
  .hero_section_1 .hero-content {
    margin-top: 28px;
  }
  .hero_section_1 .hero-content h1 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    line-height: 35px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }
  .hero_section_1 .hero-content p {
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 1.667;
    text-align: center;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 28px;
  }
  .hero_section_1 .hero-content .hero-form {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero_section_1 .hero-content .hero-form input {
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-style: solid;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 47px;
    font-size: 18px;
    color: #000;
  }
  .hero_section_1 .hero-content .hero-form input::-moz-placeholder {
    font-size: 18px;
    color: rgb(133, 133, 146);
    line-height: 1.389;
    text-align: left;
    padding-block: 18px;
    padding-left: 18px;
  }
  .hero_section_1 .hero-content .hero-form input::placeholder {
    font-size: 18px;
    color: rgb(133, 133, 146);
    line-height: 1.389;
    text-align: left;
    padding-block: 18px;
    padding-left: 18px;
  }
  .hero_section_1 .hero-content .hero-form button {
    border-radius: 3px;
    background-color: rgb(255, 118, 58);
    width: 100%;
    height: 50px;
    box-shadow: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }
  .hero_section_1 .hero-image {
    padding-top: 38px;
  }
  .hero_section_1 .hero-image .bg-img-main {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 565px;
    display: flex;
    justify-content: center;
  }
  .hero_section_1 .hero-image .bg-img-main .first-box-img .box {
    border-width: 2px;
    border-color: rgb(92, 98, 214);
    border-style: solid;
    border-radius: 50px;
    background-color: rgb(92, 98, 214);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.18);
    width: 180px;
    height: 102px;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero_section_1 .hero-image .bg-img-main .first-box-img .box .first-span {
    font-size: 30px;
    font-weight: 900;
    line-height: 27px;
    color: #ffffff;
  }
  .hero_section_1 .hero-image .bg-img-main .first-box-img .box p {
    font-size: 9px;
    font-weight: 900;
    line-height: 17px;
    color: #ffffff;
    margin-top: 9px;
  }
  .hero_section_1 .hero-image .bg-img-main .first-box-img .box .second-span {
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    color: #ffffff;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img {
    margin-top: 74px;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box1 {
    border-width: 2px;
    border-color: rgb(0, 153, 0);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(0, 153, 0);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.18);
    width: 151px;
    height: 93px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box1 .first-span {
    font-size: 30px;
    font-weight: 900;
    line-height: 27px;
    color: #ffffff;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box1 p {
    font-size: 9px;
    font-weight: 900;
    line-height: 17px;
    color: #ffffff;
    margin-top: 9px;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box1 .second-span {
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    color: #ffffff;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box2 {
    border-width: 2px;
    border-color: rgb(29, 115, 237);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(29, 115, 237);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.18);
    width: 151px;
    height: 93px;
    margin-top: 20px;
    margin-left: 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box2 .first-span {
    font-size: 30px;
    font-weight: 900;
    line-height: 27px;
    color: #ffffff;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box2 p {
    font-size: 9px;
    font-weight: 900;
    line-height: 17px;
    color: #ffffff;
    margin-top: 9px;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box2 .second-span {
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    color: #ffffff;
  }
  .section_2 {
    margin-top: 40px;
  }
  .section_2 .section_2_head h2 {
    font-size: 30px;
    line-height: 35px;
    color: rgb(0, 0, 0);
    text-align: center;
    width: 100%;
    font-weight: 900;
  }
  .section_2 .section_2_buttons {
    margin-top: 25px;
  }
  .section_2 .section_2_buttons ul {
    display: flex;
    padding: unset;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .section_2 .section_2_buttons ul::-webkit-scrollbar {
    display: none;
  }
  .section_2 .section_2_buttons ul li {
    list-style: none;
    font-size: 14px;
    color: #6e7b81;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 51px;
    border: unset;
    cursor: pointer;
    flex-shrink: 0;
    margin-bottom: 0;
    padding-inline: 30px;
  }
  .section_2 .section_2_buttons ul .active {
    color: rgb(255, 118, 58);
    border-radius: 15px;
    background-color: rgb(254, 244, 234);
    padding-inline: 13px;
  }
  .section_2 .section_2_inner {
    background-image: url("") !important;
    background-repeat: unset;
    background-size: unset;
    background-position: unset;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 35px;
  }
  .section_2 .section_2_inner .section_2_inner_content {
    background-color: #000;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
  }
  .section_2 .section_2_inner .section_2_inner_content .wrapper {
    padding-top: 24px;
    padding-inline: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section_2 .section_2_inner .section_2_inner_content .wrapper h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
    color: #fefefe;
    text-align: center;
    margin-bottom: 0;
    width: 347px;
  }
  .section_2 .section_2_inner .section_2_inner_content .wrapper p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #fefefe;
    text-align: center;
    width: 100%;
    margin-top: 24px;
    width: 347px;
    margin-bottom: 0;
  }
  .section_2 .section_2_inner .section_2_inner_content .wrapper a {
    border-radius: 3px;
    background-color: rgb(255, 118, 58);
    width: 280px;
    height: 50px;
    box-shadow: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0px;
    margin-top: 35px;
  }
  .section_2 .section_2_inner .section_2_inner_content .wrapper a span {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    padding-left: 0;
  }
  .section_2 .section_2_inner .section_2_inner_content .wrapper a span::after {
    content: "";
    background-image: url("/new_assets/images/arrow_image.webp");
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 900;
    line-height: 1.2;
    position: absolute;
    width: 16px;
    margin-left: 7px;
    bottom: 2px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .section_2 .section_2_inner .section_2_inner_content_2 {
    padding-top: 31px;
    padding-inline: 24px;
    margin-top: 0;
    background-color: #000;
  }
  .section_2 .section_2_inner .section_2_inner_content_2 .para_1 {
    font-size: 25px;
    color: rgb(254, 254, 254);
    line-height: 30px;
    text-align: left;
    width: 100%;
    text-align: center;
    font-weight: 900;
    margin-bottom: 24px;
  }
  .section_2 .section_2_inner .section_2_inner_content_2 .para_1 span {
    color: #ff763a;
  }
  .section_2 .section_2_inner .section_2_inner_content_2 .para_2 {
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 0;
  }
  .section_3 {
    margin-top: 40px;
  }
  .section_3 .heading_data_para_1 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    line-height: 35px;
    text-align: center;
    font-weight: 900;
    width: 100%;
    margin-bottom: 24px;
  }
  .section_3 .heading_data_para_2 {
    width: 100%;
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .section_3 .card-wrapper-row .cardservice {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }
  .section_3 .card-wrapper-row .cardservice h3 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 32px;
    text-align: center;
    font-weight: 900;
    white-space: pre-line;
    margin-block: 24px;
  }
  .section_3 .card-wrapper-row .cardservice p {
    width: 100%;
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
  }
  .section_3 .section_3_button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
  }
  .section_3 .section_3_button a {
    border-radius: 3px;
    background-color: rgb(255, 118, 58);
    width: 280px;
    height: 50px;
    box-shadow: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }
  .section_4 .first_div {
    padding-top: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section_4 .first_div h2 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    line-height: 35px;
    text-align: center;
    font-weight: 900;
    width: 100%;
  }
  .section_4 .first_div .image_spaces {
    margin-top: 51px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 75px;
    position: relative;
  }
  .section_4 .second_div {
    padding-top: 40px;
  }
  .section_4 .second_div h2 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    line-height: 44px;
    text-align: center;
    font-weight: 900;
  }
  .section_4 .second_div .image_spaces {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
    margin-top: 70px;
  }
  .section_5 {
    margin-top: 40px;
  }
  .section_5 .section_5_head {
    margin-bottom: 40px;
  }
  .section_5 .section_5_head h2 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    line-height: 35px;
    text-align: center;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 0;
  }
  .section_5 .section_5_head h2 span {
    color: #ff763a;
  }
  .section_5 .section_5_cards .inner_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    width: 100%;
    height: 94px;
    text-align: center;
  }
  .section_5 .section_5_cards .inner_1 .head1 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 1.478;
    font-weight: 900;
  }
  .section_5 .section_5_cards .inner_1 .head2 {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 18px;
  }
  .section_5 .section_5_cards .inner_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    width: 100%;
    height: 94px;
    text-align: center;
    margin-top: 20px;
  }
  .section_5 .section_5_cards .inner_2 .head1 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 1.478;
    font-weight: 900;
  }
  .section_5 .section_5_cards .inner_2 .head2 {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 18px;
  }
  .section_5 .section_5_cards .inner_3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    width: 100%;
    height: 94px;
    text-align: center;
    margin-top: 20px;
  }
  .section_5 .section_5_cards .inner_3 .head1 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 1.478;
    font-weight: 900;
  }
  .section_5 .section_5_cards .inner_3 .head2 {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 18px;
  }
  .section_5 .section_5_cards .inner_4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    width: 100%;
    height: 94px;
    text-align: center;
    margin-top: 20px;
  }
  .section_5 .section_5_cards .inner_4 .head1 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 1.478;
    font-weight: 900;
  }
  .section_5 .section_5_cards .inner_4 .head2 {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 18px;
  }
  .section_5 .section_5_cards .main_new {
    margin-block: 20px;
    gap: 20px;
  }
  .section_5 .section_5_cards .main_new .wrapper1 a {
    color: #ff763a;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .section_5 .section_5_cards .main_new .wrapper1 a .inner2 {
    margin-left: 15px;
  }
  .section_5 .section_5_cards .main_new .wrapper2 a {
    color: #ff763a;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .section_5 .section_5_cards .main_new .wrapper2 a .inner2 {
    margin-left: 15px;
  }
  .section_5 .section_5_cards .main_new .wrapper3 a {
    color: #ff763a;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .section_5 .section_5_cards .main_new .wrapper3 a .inner2 {
    margin-left: 15px;
  }
  .section_6 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section_6 .section_6_head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section_6 .section_6_head h2 {
    font-size: 30px;
    line-height: 35px;
    color: rgb(0, 0, 0);
    text-align: center;
    width: 100%;
    font-weight: 900;
    margin-bottom: 0;
  }
  .section_6 .section_6_head h2 span {
    color: #ff763a;
  }
  .section_6 .section_6_head p {
    margin-top: 30px;
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 30px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .section_6 .marquee_animate {
    position: relative;
    margin-top: 0;
    overflow-x: hidden;
  }
  .section_6 .marquee_animate ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 24px;
    white-space: nowrap;
  }
  .section_6 .marquee_animate ul li {
    font-size: 32px;
    color: rgb(194, 199, 204);
    line-height: 68px;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
  }
  .section_6 .marquee_animate ul li:hover {
    color: #ff763a;
  }
  .section_6 .marquee_animate ul::after {
    content: "";
    display: flex;
  }
  @keyframes slide_to_left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .section_6 .marquee_animate_2 {
    position: relative;
    margin-top: 0;
    overflow-x: hidden;
  }
  .section_6 .marquee_animate_2 ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 24px;
    white-space: nowrap;
  }
  .section_6 .marquee_animate_2 ul li {
    font-size: 32px;
    color: rgb(194, 199, 204);
    line-height: 68px;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
  }
  .section_6 .marquee_animate_2 ul li:hover {
    color: #ff763a;
  }
  .section_6 .marquee_animate_2 ul::before {
    content: "";
    display: flex;
  }
  @keyframes slide_to_right {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(50%);
    }
  }
  .section_7 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
  }
  .section_7 .section_7_head {
    font-size: 30px;
    color: rgb(0, 0, 0);
    line-height: 35px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }
  .section_7 .section_7_para {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 28px;
    text-align: center;
    font-weight: 400;
    margin-top: 27px;
    width: 100%;
  }
  .section_7 .section_7_card_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding-block: 40px;
  }
  .section_7 .section_7_card_wrapper .btn-carrier {
    display: flex;
    justify-content: center;
    padding-inline: 35px;
    width: 100%;
    gap: 40px;
    margin-top: 33px;
  }
  .section_7 .section_7_card_wrapper .all-cards-row {
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    width: auto;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0px;
    border-radius: 20px;
    background-color: rgb(254, 244, 234);
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.12);
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .on-head {
    padding-top: 12px;
    padding-inline: 16px;
    padding-bottom: 12px;
    background-color: #ff763a;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    width: 300px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper {
    margin-top: 0;
    padding-top: 15px;
    padding-inline: 20px;
    padding-bottom: 0px;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-first {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 5px;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-first span {
    font-weight: 700;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-second {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-third {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 25px;
    font-weight: 400;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-fourth {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 34px;
    font-weight: 900;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-fiffth li {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 28px;
    font-weight: 400;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-fiffth li::marker {
    color: #ff763a;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-sixth {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 5px;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-sevnth {
    font-size: 32px;
    color: #26b16d;
    line-height: 34px;
    font-weight: 900;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-eight {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 31px;
    font-weight: 900;
  }
  .section_8 {
    margin-top: 0;
  }
  .section_8 .section_8_main_head {
    margin-bottom: 40px;
  }
  .section_8 .section_8_main_head .head {
    font-size: 30px;
    color: rgb(0, 0, 0);
    line-height: 44px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  .section_8 .section_8_main_head .head span {
    padding-right: 12px;
    width: 62px;
  }
  .section_8 .section_8_tabs {
    margin-bottom: 30px;
  }
  .section_8 .section_8_tabs .tabs .tab-list {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: unset;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .section_8 .section_8_tabs .tabs .tab-list::-webkit-scrollbar {
    display: none;
  }
  .section_8 .section_8_tabs .tabs .tab-list .tab-item {
    padding: 8px 8px;
    cursor: pointer;
    margin-right: 5px;
    font-size: 14px;
    color: #6e7b81;
    line-height: 34px;
    white-space: nowrap;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
  }
  .section_8 .section_8_tabs .tabs .tab-list .tab-item.active {
    border-bottom: 2px solid #ff763a;
    color: #ff763a;
    position: relative;
    top: 2px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane {
    display: none;
    padding: 20px;
    border-top: none;
    background-color: #ffffff;
    width: 100%;
    margin-top: 25px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane.active {
    display: block;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper {
    border-radius: 30px;
    background-color: #d1e9f6;
    height: auto;
    padding-bottom: 20px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner1 .btn_carrier {
    display: flex;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
    cursor: pointer;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner1 .btn_carrier p {
    margin-inline: 50px;
    font-weight: 700;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .carousel-container {
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 100%;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .carousel-item {
    min-width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 .para_1 {
    font-size: 21px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 .para_2 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 .span_4 {
    font-size: 60px;
    color: #26b16d;
    font-weight: 900;
    line-height: 68px;
    text-align: center;
    margin-bottom: 10px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 .para_3 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 34px;
    text-align: center;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper {
    border-radius: 30px;
    background-color: #ebf5e0;
    height: auto;
    padding-bottom: 20px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner1 .btn_carrier {
    display: flex;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
    cursor: pointer;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner1 .btn_carrier p {
    margin-inline: 50px;
    font-weight: 700;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .carousel-container {
    overflow: hidden;
    width: 100%;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .carousel-item {
    min-width: 100%;
    box-sizing: border-box;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 .para_1 {
    font-size: 21px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 .para_2 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 .span_4 {
    font-size: 60px;
    color: #26b16d;
    font-weight: 900;
    line-height: 68px;
    text-align: center;
    margin-bottom: 10px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 .para_3 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 34px;
    text-align: center;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper {
    border-radius: 30px;
    background-color: #dbf3f1;
    height: auto;
    padding-bottom: 20px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner1 .btn_carrier {
    display: flex;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
    cursor: pointer;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner1 .btn_carrier p {
    margin-inline: 50px;
    font-weight: 700;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .carousel-container {
    overflow: hidden;
    width: 100%;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .carousel-item {
    min-width: 100%;
    box-sizing: border-box;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 .para_1 {
    font-size: 21px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 .para_2 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 .span_4 {
    font-size: 60px;
    color: #26b16d;
    font-weight: 900;
    line-height: 68px;
    text-align: center;
    margin-bottom: 10px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 .para_3 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 34px;
    text-align: center;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper {
    border-radius: 30px;
    background-color: #cce4ff;
    height: auto;
    padding-bottom: 20px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner1 .btn_carrier {
    display: flex;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
    cursor: pointer;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner1 .btn_carrier p {
    margin-inline: 50px;
    font-weight: 700;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .carousel-container {
    overflow: hidden;
    width: 100%;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .carousel-item {
    min-width: 100%;
    box-sizing: border-box;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 .para_1 {
    font-size: 21px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 .para_2 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 .span_4 {
    font-size: 60px;
    color: #26b16d;
    font-weight: 900;
    line-height: 68px;
    text-align: center;
    margin-bottom: 10px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 .para_3 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 34px;
    text-align: center;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper {
    border-radius: 30px;
    background-color: #e9d4e9;
    height: auto;
    padding-bottom: 20px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner1 .btn_carrier {
    display: flex;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
    cursor: pointer;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner1 .btn_carrier p {
    margin-inline: 50px;
    font-weight: 700;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .carousel-container {
    overflow: hidden;
    width: 100%;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .carousel-item {
    min-width: 100%;
    box-sizing: border-box;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 .para_1 {
    font-size: 21px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 .para_2 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 .span_4 {
    font-size: 60px;
    color: #26b16d;
    font-weight: 900;
    line-height: 68px;
    text-align: center;
    margin-bottom: 10px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 .para_3 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 34px;
    text-align: center;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper {
    border-radius: 30px;
    background-color: #f0f7ff;
    height: auto;
    padding-bottom: 20px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner1 .btn_carrier {
    display: flex;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
    cursor: pointer;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner1 .btn_carrier p {
    margin-inline: 50px;
    font-weight: 700;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .carousel-container {
    overflow: hidden;
    width: 100%;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .carousel-item {
    min-width: 100%;
    box-sizing: border-box;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 .para_1 {
    font-size: 21px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 .para_2 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 .span_4 {
    font-size: 60px;
    color: #26b16d;
    font-weight: 900;
    line-height: 68px;
    text-align: center;
    margin-bottom: 10px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 .para_3 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 34px;
    text-align: center;
  }
  .section_9 {
    background-color: #f6f7f8;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section_9 .team_cards {
    padding-inline: 0px;
    padding-bottom: 0;
  }
  .section_9 .team_cards .designation {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 40px;
    font-weight: 900;
    text-align: center;
    height: 59px;
    background-color: #fff;
  }
  .section_9 .heading_with_btn {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section_9 .heading_with_btn h2 {
    font-size: 40px;
    color: rgb(0, 0, 0);
    line-height: 35px;
    font-weight: 900;
    text-align: center;
  }
  .section_9 .heading_with_btn a {
    border-radius: 3px;
    background-color: rgb(255, 118, 58);
    width: 280px;
    height: 50px;
    box-shadow: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }
  .section_10 {
    margin-top: 40px;
  }
  .section_10 .row_for_cards {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .section_10 .row_for_cards .sect_10_card {
    border-radius: 20px;
    background-color: rgb(25, 39, 51);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section_10 .row_for_cards .sect_10_card .wrapper {
    padding-top: 25px;
    padding-left: 22px;
    padding-bottom: 24px;
    padding-right: 33px;
  }
  .section_10 .row_for_cards .sect_10_card .wrapper h3 {
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: 900;
    line-height: 60px;
    text-align: left;
  }
  .section_10 .row_for_cards .sect_10_card .wrapper p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    width: 100%;
  }
  .section_10 .row_for_cards .sect_10_card .wrapper .btn_learn {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    text-align: left;
  }
  .section_11 {
    margin-top: 40px;
    background-color: #f6f7f8;
  }
  .section_11 .section_11_head .para1 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    line-height: 35px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    margin-block: 30px;
  }
  .section_11 .section_11_head .para2 {
    margin-top: 30px;
    margin-bottom: 45px;
    font-size: 18px;
    color: #ff763a;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    width: 1035px;
  }
  .section_11 .section_11_head .para2 span {
    margin-left: 10px;
  }
  .section_11 .insights_card_init {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    background-color: #f6f7f8;
    padding-bottom: 40px;
  }
  .section_11 .insights_card_init .insights_card {
    border-radius: 10px;
    border: unset;
  }
  .section_11 .insights_card_init .insights_card p {
    font-size: 21px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 31px;
    text-align: left;
    margin-top: 45px;
    margin-bottom: 25px;
    display: none;
  }
  .section_11 .insights_card_init .insights_card span {
    font-size: 18px;
    color: #869298;
    font-weight: 600;
    line-height: 31px;
    text-align: left;
  }
  .section_12 {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .section_12 .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section_12 .content p:nth-child(1) {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 35px;
    text-align: center;
    font-weight: 400;
  }
  .section_12 .content p:nth-child(2) {
    font-size: 30px;
    color: rgb(0, 0, 0);
    line-height: 35px;
    text-align: center;
    font-weight: 900;
    width: 100%;
  }
  .section_12 .content h2 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    line-height: 35px;
    text-align: center;
    font-weight: 900;
    width: 100%;
  }
  .section_12 .content a {
    border-radius: 3px;
    background-color: rgb(255, 118, 58);
    width: 260px;
    height: 48px;
    box-shadow: rgb(33, 46, 68) 7px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
  }
  footer {
    padding-top: 41px !important;
    padding-bottom: 92px !important;
    margin-top: 40px !important;
  }
  footer .first-12 .firstmd-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  footer .first-12 .firstmd-12 .inner1 {
    width: 50%;
  }
  footer .first-12 .firstmd-12 .inner1 span {
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding-left: 20px;
  }
  footer .first-12 .firstmd-12 .inner1 span::before {
    content: "";
    background-image: url("/website/images/orange_footer_square.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 4px;
  }
  footer .first-12 .firstmd-12 .inner1 ul {
    list-style: none;
    margin-top: 15px;
    padding-left: unset;
  }
  footer .first-12 .firstmd-12 .inner1 ul li {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 14px;
  }
  footer .first-12 .firstmd-12 .inner2 {
    width: 50%;
    padding-left: 50px;
  }
  footer .first-12 .firstmd-12 .inner2 span {
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding-left: 20px;
  }
  footer .first-12 .firstmd-12 .inner2 span::before {
    content: "";
    background-image: url("/website/images/orange_footer_square.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 4px;
  }
  footer .first-12 .firstmd-12 .inner2 ul {
    list-style: none;
    margin-top: 15px;
    padding-left: unset;
  }
  footer .first-12 .firstmd-12 .inner2 ul li {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 14px;
  }
  footer .first-12 .firstmd-12 .inner3 {
    width: 50%;
  }
  footer .first-12 .firstmd-12 .inner3 span {
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding-left: 20px;
  }
  footer .first-12 .firstmd-12 .inner3 span::before {
    content: "";
    background-image: url("/website/images/orange_footer_square.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 4px;
  }
  footer .first-12 .firstmd-12 .inner3 ul {
    list-style: none;
    margin-top: 15px;
    padding-left: unset;
  }
  footer .first-12 .firstmd-12 .inner3 ul li {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 14px;
  }
  footer .first-12 .firstmd-12 .inner4 {
    width: 50%;
    padding-left: 50px;
  }
  footer .first-12 .firstmd-12 .inner4 span {
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding-left: 20px;
  }
  footer .first-12 .firstmd-12 .inner4 span::before {
    content: "";
    background-image: url("/website/images/orange_footer_square.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 4px;
  }
  footer .first-12 .firstmd-12 .inner4 ul {
    list-style: none;
    margin-top: 15px;
    padding-left: unset;
  }
  footer .first-12 .firstmd-12 .inner4 ul li {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 14px;
  }
  footer .footer_after_md_hr {
    height: 5px;
    background-color: #424e58;
    margin-block: 30px;
  }
  footer .second-12 .secondmd-12 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: unset;
    flex-wrap: wrap;
  }
  footer .second-12 .secondmd-12 .inner1 {
    width: 48%;
  }
  footer .second-12 .secondmd-12 .inner1 span {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding-left: 20px;
  }
  footer .second-12 .secondmd-12 .inner1 span::before {
    content: "";
    background-image: url("/website/images/orange_footer_square.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 4px;
  }
  footer .second-12 .secondmd-12 .inner1 .flag-wrapper {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    justify-content: space-between;
    width: 118px;
    margin-top: 15px;
  }
  footer .second-12 .secondmd-12 .inner1 .flag-wrapper img {
    display: none;
  }
  footer .second-12 .secondmd-12 .inner1 p {
    width: 100%;
    font-size: 15px;
    color: #bac9d0;
    line-height: 31px;
    font-weight: 700;
    margin-top: 14px;
  }
  footer .second-12 .secondmd-12 .inner2 {
    width: 48%;
  }
  footer .second-12 .secondmd-12 .inner2 .flag-wrapper {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    justify-content: space-between;
    width: 118px;
    margin-top: 46px;
  }
  footer .second-12 .secondmd-12 .inner2 .flag-wrapper img {
    display: none;
  }
  footer .second-12 .secondmd-12 .inner2 p {
    width: 100%;
    font-size: 15px;
    color: #bac9d0;
    line-height: 31px;
    font-weight: 700;
    margin-top: 14px;
  }
  footer .second-12 .secondmd-12 .inner3 {
    width: 48%;
  }
  footer .second-12 .secondmd-12 .inner3 .flag-wrapper {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    justify-content: space-between;
    width: 118px;
    margin-top: 25px;
  }
  footer .second-12 .secondmd-12 .inner3 .flag-wrapper img {
    display: none;
  }
  footer .second-12 .secondmd-12 .inner3 p {
    width: 100%;
    font-size: 15px;
    color: #bac9d0;
    line-height: 31px;
    font-weight: 700;
    margin-top: 14px;
  }
  footer .second-12 .secondmd-12 .inner4 {
    width: 48%;
  }
  footer .second-12 .secondmd-12 .inner4 .flag-wrapper {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    justify-content: space-between;
    width: 118px;
    margin-top: 25px;
  }
  footer .second-12 .secondmd-12 .inner4 .flag-wrapper img {
    display: none;
  }
  footer .second-12 .secondmd-12 .inner4 p {
    width: 100%;
    font-size: 15px;
    color: #bac9d0;
    line-height: 31px;
    font-weight: 700;
    margin-top: 14px;
  }
  footer .third-12 .thirdmd-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .third-12 .thirdmd-12 .inner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .third-12 .thirdmd-12 .inner1 span {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding-left: 20px;
  }
  footer .third-12 .thirdmd-12 .inner1 span::before {
    content: "";
    background-image: url("/website/images/orange_footer_square.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 10px;
  }
  footer .third-12 .thirdmd-12 .inner1 ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 15px;
  }
  footer .third-12 .thirdmd-12 .inner1 ul li {
    margin-bottom: 12px;
    text-align: center;
  }
  footer .third-12 .thirdmd-12 .inner1 ul li a {
    text-decoration: none;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
  }
  footer .third-12 .thirdmd-12 .inner2 .inner2img {
    margin-top: 15px;
    padding-left: 0;
  }
  footer .third-12 .thirdmd-12 .inner2 p {
    color: rgb(255, 255, 255);
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 29px;
    display: none;
  }
  footer .third-12 .thirdmd-12 .inner3 .logo-carrier {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  footer .third-12 .thirdmd-12 .inner3 .text-carrier {
    display: flex;
    gap: 14px;
    margin-top: 29px;
    flex-wrap: wrap;
  }
  footer .third-12 .thirdmd-12 .inner3 .text-carrier p:nth-child(1) {
    font-size: 16px;
    color: #bac9d0;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 0px;
    width: 50%;
  }
  footer .third-12 .thirdmd-12 .inner3 .text-carrier p:nth-child(2) {
    font-size: 16px;
    color: #bac9d0;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 0px;
    width: 45%;
  }
  footer .third-12 .thirdmd-12 .inner3 .text-carrier p:nth-child(3) {
    font-size: 16px;
    color: #ffffff;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .hero_section_1 {
    background-image: url("/website/images/home-hero-section-new.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
  }
  .hero_section_1 .hero-content {
    margin-top: 25px;
  }
  .hero_section_1 .hero-content h1 {
    font-size: 26px;
    color: rgb(0, 0, 0);
    line-height: 38px;
    text-align: center;
    width: 100%;
  }
  .hero_section_1 .hero-content p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 1.667;
    text-align: center;
    width: 100%;
    margin-block: 25px;
  }
  .hero_section_1 .hero-content .hero-form {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero_section_1 .hero-content .hero-form input {
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-style: solid;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 47px;
    font-size: 18px;
    color: #000;
  }
  .hero_section_1 .hero-content .hero-form input::-moz-placeholder {
    font-size: 18px;
    color: rgb(133, 133, 146);
    line-height: 1.389;
    text-align: left;
    padding-block: 18px;
    padding-left: 18px;
  }
  .hero_section_1 .hero-content .hero-form input::placeholder {
    font-size: 18px;
    color: rgb(133, 133, 146);
    line-height: 1.389;
    text-align: left;
    padding-block: 18px;
    padding-left: 18px;
  }
  .hero_section_1 .hero-content .hero-form button {
    border-radius: 3px;
    background-color: rgb(255, 118, 58);
    width: 100%;
    height: 50px;
    box-shadow: rgb(33, 46, 68) 7px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }
  .hero_section_1 .hero-image {
    padding-top: 38px;
  }
  .hero_section_1 .hero-image .bg-img-main {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 420px;
  }
  .hero_section_1 .hero-image .bg-img-main .first-box-img .box {
    border-width: 2px;
    border-color: rgb(92, 98, 214);
    border-style: solid;
    border-radius: 50px;
    background-color: rgb(92, 98, 214);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.18);
    width: 180px;
    height: 102px;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero_section_1 .hero-image .bg-img-main .first-box-img .box .first-span {
    font-size: 30px;
    font-weight: 900;
    line-height: 27px;
    color: #ffffff;
  }
  .hero_section_1 .hero-image .bg-img-main .first-box-img .box p {
    font-size: 9px;
    font-weight: 900;
    line-height: 17px;
    color: #ffffff;
    margin-top: 9px;
  }
  .hero_section_1 .hero-image .bg-img-main .first-box-img .box .second-span {
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    color: #ffffff;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img {
    margin-top: 74px;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box1 {
    border-width: 2px;
    border-color: rgb(0, 153, 0);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(0, 153, 0);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.18);
    width: 151px;
    height: 93px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box1 .first-span {
    font-size: 30px;
    font-weight: 900;
    line-height: 27px;
    color: #ffffff;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box1 p {
    font-size: 9px;
    font-weight: 900;
    line-height: 17px;
    color: #ffffff;
    margin-top: 9px;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box1 .second-span {
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    color: #ffffff;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box2 {
    border-width: 2px;
    border-color: rgb(29, 115, 237);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(29, 115, 237);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.18);
    width: 151px;
    height: 93px;
    margin-top: 20px;
    margin-left: 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box2 .first-span {
    font-size: 30px;
    font-weight: 900;
    line-height: 27px;
    color: #ffffff;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box2 p {
    font-size: 9px;
    font-weight: 900;
    line-height: 17px;
    color: #ffffff;
    margin-top: 9px;
  }
  .hero_section_1 .hero-image .bg-img-main .second-box-img .box2 .second-span {
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    color: #ffffff;
  }
  .section_2 {
    margin-top: 40px;
  }
  .section_2 .section_2_head h2 {
    font-size: 23px;
    line-height: 33px;
    color: rgb(0, 0, 0);
    text-align: center;
    width: 100%;
    font-weight: 900;
  }
  .section_2 .section_2_inner {
    background-image: url("") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 20px;
  }
  .section_2 .section_2_inner .section_2_inner_content {
    background-color: #000 !important;
    padding-inline: 20px;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
  }
  .section_2 .section_2_inner .section_2_inner_content .wrapper {
    padding-top: 25px;
    padding-inline: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section_2 .section_2_inner .section_2_inner_content .wrapper h2 {
    font-size: 21px;
    line-height: 33px;
    font-weight: 900;
    color: #fefefe;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
  }
  .section_2 .section_2_inner .section_2_inner_content .wrapper p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #fefefe;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .section_2 .section_2_inner .section_2_inner_content .wrapper a {
    border-radius: 3px;
    background-color: rgb(255, 118, 58);
    width: 100%;
    height: 50px;
    box-shadow: #ffffff 7px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0px;
    margin-top: 15px;
  }
  .section_2 .section_2_inner .section_2_inner_content .wrapper a span {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    padding-left: 0;
  }
  .section_2 .section_2_inner .section_2_inner_content .wrapper a span::after {
    content: "";
    background-image: url(/new_assets/images/arrow_image.webp);
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 900;
    line-height: 1.2;
    position: absolute;
    width: 16px;
    margin-left: 7px;
    bottom: 2px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .section_2 .section_2_inner .section_2_inner_content_2 {
    background-color: #000 !important;
    padding-top: 15px;
    padding-inline: 20px;
    margin-top: 0;
  }
  .section_2 .section_2_inner .section_2_inner_content_2 .para_1 {
    font-size: 20px;
    color: rgb(254, 254, 254);
    line-height: 39px;
    text-align: left;
    width: 100%;
    text-align: center;
    font-weight: 900;
  }
  .section_2 .section_2_inner .section_2_inner_content_2 .para_1 span {
    color: #ff763a;
  }
  .section_2 .section_2_inner .section_2_inner_content_2 .para_2 {
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
  }
  .section_2 .section_2_inner .section_2_inner_content_3 {
    display: block !important;
  }
  .section_3 {
    margin-top: 40px;
  }
  .section_3 .heading_data_para_1 {
    font-size: 21px;
    color: rgb(0, 0, 0);
    line-height: 32px;
    text-align: center;
    font-weight: 900;
    width: 100%;
  }
  .section_3 .heading_data_para_2 {
    width: 100%;
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }
  .section_3 .card-wrapper-row .cardservice {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .section_3 .card-wrapper-row .cardservice h3 {
    width: 100%;
    text-align: center;
    font-size: 21px;
    color: rgb(0, 0, 0);
    line-height: 34px;
    text-align: center;
    font-weight: 900;
    white-space: pre-line;
    margin-block: 15px;
  }
  .section_3 .card-wrapper-row .cardservice p {
    width: 100%;
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 28px;
    font-weight: 300;
    text-align: center;
  }
  .section_3 .section_3_button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
  }
  .section_3 .section_3_button a {
    border-radius: 3px;
    background-color: rgb(255, 118, 58);
    width: 280px;
    height: 50px;
    box-shadow: rgb(33, 46, 68) 7px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }
  .section_4 .first_div {
    padding-top: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section_4 .first_div h2 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    line-height: 44px;
    text-align: center;
    font-weight: 900;
    width: 100%;
  }
  .section_4 .first_div .image_spaces {
    margin-top: 51px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 75px;
    position: relative;
  }
  .section_4 .second_div {
    padding-top: 40px;
  }
  .section_4 .second_div h2 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    line-height: 34px;
    text-align: center;
    font-weight: 900;
  }
  .section_4 .second_div .image_spaces {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
    margin-top: 70px;
  }
  .section_5 {
    margin-top: 40px;
  }
  .section_5 .section_5_head {
    margin-bottom: 40px;
  }
  .section_5 .section_5_head h2 {
    font-size: 21px;
    color: rgb(0, 0, 0);
    line-height: 38px;
    text-align: center;
    font-weight: 900;
    text-transform: capitalize;
  }
  .section_5 .section_5_head h2 span {
    color: #ff763a;
  }
  .section_5 .section_5_cards .inner_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-width: 1px;
    border-color: rgb(187, 233, 255);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(187, 233, 255);
    width: 100%;
    height: 94px;
    text-align: center;
  }
  .section_5 .section_5_cards .inner_1 .head1 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 1.478;
    font-weight: 900;
  }
  .section_5 .section_5_cards .inner_1 .head2 {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 18px;
  }
  .section_5 .section_5_cards .inner_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-width: 1px;
    border-color: rgb(236, 238, 129);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(236, 238, 129);
    width: 100%;
    height: 94px;
    text-align: center;
    margin-top: 20px;
  }
  .section_5 .section_5_cards .inner_2 .head1 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 1.478;
  }
  .section_5 .section_5_cards .inner_2 .head2 {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 18px;
  }
  .section_5 .section_5_cards .inner_3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-width: 1px;
    border-color: rgb(255, 207, 150);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 207, 150);
    width: 100%;
    height: 94px;
    text-align: center;
    margin-top: 20px;
  }
  .section_5 .section_5_cards .inner_3 .head1 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 1.478;
  }
  .section_5 .section_5_cards .inner_3 .head2 {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 18px;
  }
  .section_5 .section_5_cards .inner_4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-width: 1px;
    border-color: rgb(200, 228, 178);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(200, 228, 178);
    width: 100%;
    height: 94px;
    text-align: center;
    margin-top: 20px;
  }
  .section_5 .section_5_cards .inner_4 .head1 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 1.478;
  }
  .section_5 .section_5_cards .inner_4 .head2 {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 18px;
  }
  .section_5 .section_5_cards .main_new {
    margin-block: 20px;
    gap: 20px;
  }
  .section_5 .section_5_cards .main_new .wrapper1 a {
    color: #ff763a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .section_5 .section_5_cards .main_new .wrapper1 a .inner2 {
    margin-left: 15px;
  }
  .section_5 .section_5_cards .main_new .wrapper2 a {
    color: #ff763a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .section_5 .section_5_cards .main_new .wrapper2 a .inner2 {
    margin-left: 15px;
  }
  .section_5 .section_5_cards .main_new .wrapper3 a {
    color: #ff763a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .section_5 .section_5_cards .main_new .wrapper3 a .inner2 {
    margin-left: 15px;
  }
  .section_6 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section_6 .section_6_head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section_6 .section_6_head h2 {
    font-size: 20px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    text-align: center;
    width: 100%;
    font-weight: 900;
  }
  .section_6 .section_6_head h2 span {
    color: #ff763a;
  }
  .section_6 .section_6_head p {
    margin-top: 20px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 25px;
    text-align: center;
    width: 100%;
    font-weight: 400;
  }
  .section_6 .marquee_animate {
    position: relative;
    margin-top: 10px;
    overflow-x: hidden;
  }
  .section_6 .marquee_animate ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
    white-space: nowrap;
  }
  .section_6 .marquee_animate ul li {
    font-size: 24px;
    color: rgb(194, 199, 204);
    line-height: 39px;
    text-align: center;
    white-space: nowrap;
    font-weight: 900;
  }
  .section_6 .marquee_animate ul li:hover {
    color: #ff763a;
  }
  .section_6 .marquee_animate ul::after {
    content: "";
    display: flex;
  }
  @keyframes slide_to_left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .section_6 .marquee_animate_2 {
    position: relative;
    margin-top: 10px;
    overflow-x: hidden;
  }
  .section_6 .marquee_animate_2 ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
    white-space: nowrap;
  }
  .section_6 .marquee_animate_2 ul li {
    font-size: 24px;
    color: rgb(194, 199, 204);
    line-height: 39px;
    text-align: center;
    white-space: nowrap;
    font-weight: 900;
  }
  .section_6 .marquee_animate_2 ul li:hover {
    color: #ff763a;
  }
  .section_6 .marquee_animate_2 ul::before {
    content: "";
    display: flex;
  }
  @keyframes slide_to_right {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(50%);
    }
  }
  .section_7 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
  }
  .section_7 .section_7_head {
    font-size: 21px;
    color: rgb(0, 0, 0);
    line-height: 35px;
    font-weight: 900;
    text-align: center;
    width: 272px;
    margin-bottom: 30px;
  }
  .section_7 .section_7_card_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding-block: 30px;
  }
  .section_7 .section_7_card_wrapper .btn-carrier {
    display: flex;
    justify-content: center;
    padding-inline: 35px;
    width: 100%;
    gap: 40px;
    margin-top: 28px;
  }
  .section_7 .section_7_card_wrapper .all-cards-row {
    height: auto;
    display: flex;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards {
    position: relative;
    height: auto;
    width: auto;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content {
    width: 100%;
    height: auto;
    margin-top: 0px;
    border-radius: 20px;
    background-color: rgb(254, 244, 234);
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.12);
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .on-head {
    padding-top: 12px;
    padding-inline: 16px;
    padding-bottom: 12px;
    background-color: #ff763a;
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper {
    margin-top: 0;
    padding-top: 15px;
    padding-inline: 20px;
    padding-bottom: 0px;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-organization .card-1-wrapper-first {
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 5px;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-organization .card-1-wrapper-first span {
    font-weight: 700;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-organization .card-1-wrapper-second {
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-first {
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 5px;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-first span {
    font-weight: 700;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-second {
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-third {
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 25px;
    font-weight: 400;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-fourth {
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 34px;
    font-weight: 900;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-fiffth li {
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 25px;
    font-weight: 400;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-fiffth li::marker {
    color: #ff763a;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-sixth {
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 5px;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-sevnth {
    font-size: 32px;
    color: #26b16d;
    line-height: 34px;
    font-weight: 900;
  }
  .section_7 .section_7_card_wrapper .all-cards-row .all-cards .card-content .card-1-wrapper .card-1-wrapper-eight {
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 23px;
    font-weight: 900;
  }
  .section_8 {
    margin-top: 40px;
  }
  .section_8 .section_8_main_head {
    margin-bottom: 0px;
  }
  .section_8 .section_8_main_head .head {
    font-size: 19px;
    color: rgb(0, 0, 0);
    line-height: 18px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section_8 .section_8_main_head .head span {
    padding-right: 12px;
    width: 62px;
  }
  .section_8 .section_8_tabs {
    margin-bottom: 30px;
  }
  .section_8 .section_8_tabs .tabs .tab-list {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: unset;
  }
  .section_8 .section_8_tabs .tabs .tab-list .tab-item {
    padding: 8px 8px;
    cursor: pointer;
    margin-right: 5px;
    font-size: 14px;
    color: #6e7b81;
    line-height: 34px;
    white-space: nowrap;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
  }
  .section_8 .section_8_tabs .tabs .tab-list .tab-item.active {
    border-bottom: 2px solid #ff763a;
    color: #ff763a;
    position: relative;
    top: 2px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane {
    display: none;
    padding: 0;
    border-top: none;
    background-color: #ffffff;
    width: 100%;
    margin-top: 25px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane.active {
    display: block;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper {
    border-radius: 30px;
    background-color: #d1e9f6;
    height: auto;
    padding-bottom: 20px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner1 .btn_carrier {
    display: flex;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
    cursor: pointer;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner1 .btn_carrier p {
    margin-inline: 50px;
    font-weight: 700;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .carousel-container {
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 100%;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .carousel-item {
    min-width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 .para_1 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 .para_2 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 .span_4 {
    font-size: 55px;
    color: #26b16d;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
    margin-bottom: 7px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(1) .wrapper_all_content .inner2 .para_3 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 26px;
    text-align: center;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper {
    border-radius: 30px;
    background-color: #ebf5e0;
    height: auto;
    padding-bottom: 20px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner1 .btn_carrier {
    display: flex;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
    cursor: pointer;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner1 .btn_carrier p {
    margin-inline: 50px;
    font-weight: 700;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .carousel-container {
    overflow: hidden;
    width: 100%;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .carousel-item {
    min-width: 100%;
    box-sizing: border-box;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 .para_1 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 .para_2 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 .span_4 {
    font-size: 55px;
    color: #26b16d;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
    margin-bottom: 7px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(2) .wrapper_all_content .inner2 .para_3 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 26px;
    text-align: center;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper {
    border-radius: 30px;
    background-color: #dbf3f1;
    height: auto;
    padding-bottom: 20px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner1 .btn_carrier {
    display: flex;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
    cursor: pointer;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner1 .btn_carrier p {
    margin-inline: 50px;
    font-weight: 700;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .carousel-container {
    overflow: hidden;
    width: 100%;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .carousel-item {
    min-width: 100%;
    box-sizing: border-box;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 .para_1 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 .para_2 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 .span_4 {
    font-size: 55px;
    color: #26b16d;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
    margin-bottom: 7px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(3) .wrapper_all_content .inner2 .para_3 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 26px;
    text-align: center;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper {
    border-radius: 30px;
    background-color: #cce4ff;
    height: auto;
    padding-bottom: 20px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner1 .btn_carrier {
    display: flex;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
    cursor: pointer;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner1 .btn_carrier p {
    margin-inline: 50px;
    font-weight: 700;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .carousel-container {
    overflow: hidden;
    width: 100%;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .carousel-item {
    min-width: 100%;
    box-sizing: border-box;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 .para_1 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 .para_2 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 .span_4 {
    font-size: 55px;
    color: #26b16d;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
    margin-bottom: 7px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(4) .wrapper_all_content .inner2 .para_3 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 26px;
    text-align: center;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper {
    border-radius: 30px;
    background-color: #e9d4e9;
    height: auto;
    padding-bottom: 20px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner1 .btn_carrier {
    display: flex;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
    cursor: pointer;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner1 .btn_carrier p {
    margin-inline: 50px;
    font-weight: 700;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .carousel-container {
    overflow: hidden;
    width: 100%;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .carousel-item {
    min-width: 100%;
    box-sizing: border-box;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 .para_1 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 .para_2 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 .span_4 {
    font-size: 55px;
    color: #26b16d;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
    margin-bottom: 7px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(5) .wrapper_all_content .inner2 .para_3 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 26px;
    text-align: center;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper {
    border-radius: 30px;
    background-color: #f0f7ff;
    height: auto;
    padding-bottom: 20px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner1 .btn_carrier {
    display: flex;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner1 .btn_carrier:nth-child(1), .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner1 .btn_carrier:nth-child(2) {
    cursor: pointer;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner1 .btn_carrier p {
    margin-inline: 50px;
    font-weight: 700;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .carousel-container {
    overflow: hidden;
    width: 100%;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .carousel-item {
    min-width: 100%;
    box-sizing: border-box;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 .para_1 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 .para_2 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 .span_4 {
    font-size: 55px;
    color: #26b16d;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
    margin-bottom: 7px;
  }
  .section_8 .section_8_tabs .tabs .tab-content .tab-pane:nth-child(6) .wrapper_all_content .inner2 .para_3 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 26px;
    text-align: center;
  }
  .section_9 {
    background-color: #f6f7f8;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section_9 .width-280 {
    width: 100% !important;
    padding-inline: 20px;
    padding-top: 20px;
  }
  .section_9 .team_cards {
    padding-inline: 0px;
    padding-bottom: 30px;
  }
  .section_9 .team_cards .designation {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 40px;
    font-weight: 900;
    text-align: center;
    height: 59px;
    background-color: #fff;
  }
  .section_9 .heading_with_btn {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section_9 .heading_with_btn h2 {
    font-size: 21px;
    color: rgb(0, 0, 0);
    line-height: 32px;
    font-weight: 900;
    text-align: center;
  }
  .section_9 .heading_with_btn a {
    border-radius: 3px;
    background-color: rgb(255, 118, 58);
    width: 100%;
    height: 50px;
    box-shadow: rgb(33, 46, 68) 7px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }
  .section_10 {
    margin-top: 40px;
  }
  .section_10 .row_for_cards {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .section_10 .row_for_cards .sect_10_card {
    border-radius: 20px;
    background-color: rgb(25, 39, 51);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section_10 .row_for_cards .sect_10_card .wrapper {
    padding-top: 25px;
    padding-left: 22px;
    padding-bottom: 24px;
    padding-right: 33px;
  }
  .section_10 .row_for_cards .sect_10_card .wrapper h3 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 900;
    line-height: 34px;
    text-align: left;
  }
  .section_10 .row_for_cards .sect_10_card .wrapper p {
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    width: 100%;
  }
  .section_10 .row_for_cards .sect_10_card .wrapper .btn_learn {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    text-align: left;
  }
  .section_11 {
    margin-top: 40px;
  }
  .section_11 .section_11_head .para1 {
    font-size: 21px;
    color: rgb(0, 0, 0);
    line-height: 30px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
  }
  .section_11 .section_11_head .para2 {
    margin-top: 30px;
    margin-bottom: 45px;
    font-size: 18px;
    color: #ff763a;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    width: 1035px;
  }
  .section_11 .section_11_head .para2 span {
    margin-left: 10px;
  }
  .section_11 .insights_card_init {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .section_11 .insights_card_init .insights_card {
    border-radius: 10px;
    border: unset;
  }
  .section_11 .insights_card_init .insights_card p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    line-height: 31px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 9px;
  }
  .section_11 .insights_card_init .insights_card span {
    font-size: 16px;
    color: #869298;
    font-weight: 600;
    line-height: 31px;
    text-align: left;
  }
  .section_12 {
    margin-top: 40px;
  }
  .section_12 .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section_12 .content p:nth-child(1) {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 25px;
    text-align: center;
    font-weight: 400;
  }
  .section_12 .content p:nth-child(2) {
    font-size: 20px;
    color: rgb(0, 0, 0);
    line-height: 29px;
    text-align: center;
    font-weight: 900;
    width: 100%;
  }
  .section_12 .content h2 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    line-height: 29px;
    text-align: center;
    font-weight: 900;
    width: 100%;
  }
  .section_12 .content a {
    border-radius: 3px;
    background-color: rgb(255, 118, 58);
    width: 100%;
    height: 48px;
    box-shadow: rgb(33, 46, 68) 7px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
  }
  footer {
    padding-top: 41px !important;
    padding-bottom: 92px !important;
    margin-top: 40px !important;
  }
  footer .first-12 .firstmd-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  footer .first-12 .firstmd-12 .inner1 {
    width: 50%;
  }
  footer .first-12 .firstmd-12 .inner1 span {
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding-left: 20px;
  }
  footer .first-12 .firstmd-12 .inner1 span::before {
    content: "";
    background-image: url("/website/images/orange_footer_square.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 4px;
  }
  footer .first-12 .firstmd-12 .inner1 ul {
    list-style: none;
    margin-top: 15px;
    padding-left: unset;
  }
  footer .first-12 .firstmd-12 .inner1 ul li {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 14px;
  }
  footer .first-12 .firstmd-12 .inner2 {
    width: 50%;
    padding-left: 50px;
  }
  footer .first-12 .firstmd-12 .inner2 span {
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding-left: 20px;
  }
  footer .first-12 .firstmd-12 .inner2 span::before {
    content: "";
    background-image: url("/website/images/orange_footer_square.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 4px;
  }
  footer .first-12 .firstmd-12 .inner2 ul {
    list-style: none;
    margin-top: 15px;
    padding-left: unset;
  }
  footer .first-12 .firstmd-12 .inner2 ul li {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 14px;
  }
  footer .first-12 .firstmd-12 .inner3 {
    width: 50%;
  }
  footer .first-12 .firstmd-12 .inner3 span {
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding-left: 20px;
  }
  footer .first-12 .firstmd-12 .inner3 span::before {
    content: "";
    background-image: url("/website/images/orange_footer_square.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 4px;
  }
  footer .first-12 .firstmd-12 .inner3 ul {
    list-style: none;
    margin-top: 15px;
    padding-left: unset;
  }
  footer .first-12 .firstmd-12 .inner3 ul li {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 14px;
  }
  footer .first-12 .firstmd-12 .inner4 {
    width: 50%;
    padding-left: 50px;
  }
  footer .first-12 .firstmd-12 .inner4 span {
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding-left: 20px;
  }
  footer .first-12 .firstmd-12 .inner4 span::before {
    content: "";
    background-image: url("/website/images/orange_footer_square.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 4px;
  }
  footer .first-12 .firstmd-12 .inner4 ul {
    list-style: none;
    margin-top: 15px;
    padding-left: unset;
  }
  footer .first-12 .firstmd-12 .inner4 ul li {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 14px;
  }
  footer .footer_after_md_hr {
    height: 5px;
    background-color: #424e58;
    margin-block: 30px;
  }
  footer .second-12 .secondmd-12 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: unset;
    flex-wrap: wrap;
  }
  footer .second-12 .secondmd-12 .inner1 {
    width: 48%;
  }
  footer .second-12 .secondmd-12 .inner1 span {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding-left: 20px;
  }
  footer .second-12 .secondmd-12 .inner1 span::before {
    content: "";
    background-image: url("/website/images/orange_footer_square.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 4px;
  }
  footer .second-12 .secondmd-12 .inner1 .flag-wrapper {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    justify-content: space-between;
    width: 118px;
    margin-top: 15px;
  }
  footer .second-12 .secondmd-12 .inner1 .flag-wrapper img {
    display: none;
  }
  footer .second-12 .secondmd-12 .inner1 p {
    width: 100%;
    font-size: 15px;
    color: #bac9d0;
    line-height: 31px;
    font-weight: 700;
    margin-top: 14px;
  }
  footer .second-12 .secondmd-12 .inner2 {
    width: 48%;
  }
  footer .second-12 .secondmd-12 .inner2 .flag-wrapper {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    justify-content: space-between;
    width: 118px;
    margin-top: 46px;
  }
  footer .second-12 .secondmd-12 .inner2 .flag-wrapper img {
    display: none;
  }
  footer .second-12 .secondmd-12 .inner2 p {
    width: 100%;
    font-size: 15px;
    color: #bac9d0;
    line-height: 31px;
    font-weight: 700;
    margin-top: 14px;
  }
  footer .second-12 .secondmd-12 .inner3 {
    width: 48%;
  }
  footer .second-12 .secondmd-12 .inner3 .flag-wrapper {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    justify-content: space-between;
    width: 118px;
    margin-top: 25px;
  }
  footer .second-12 .secondmd-12 .inner3 .flag-wrapper img {
    display: none;
  }
  footer .second-12 .secondmd-12 .inner3 p {
    width: 100%;
    font-size: 15px;
    color: #bac9d0;
    line-height: 31px;
    font-weight: 700;
    margin-top: 14px;
  }
  footer .second-12 .secondmd-12 .inner4 {
    width: 48%;
  }
  footer .second-12 .secondmd-12 .inner4 .flag-wrapper {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    justify-content: space-between;
    width: 118px;
    margin-top: 25px;
  }
  footer .second-12 .secondmd-12 .inner4 .flag-wrapper img {
    display: none;
  }
  footer .second-12 .secondmd-12 .inner4 p {
    width: 100%;
    font-size: 15px;
    color: #bac9d0;
    line-height: 31px;
    font-weight: 700;
    margin-top: 14px;
  }
  footer .third-12 .thirdmd-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .third-12 .thirdmd-12 .inner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .third-12 .thirdmd-12 .inner1 span {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding-left: 20px;
  }
  footer .third-12 .thirdmd-12 .inner1 span::before {
    content: "";
    background-image: url("/website/images/orange_footer_square.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 10px;
  }
  footer .third-12 .thirdmd-12 .inner1 ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 15px;
  }
  footer .third-12 .thirdmd-12 .inner1 ul li {
    margin-bottom: 12px;
    text-align: center;
  }
  footer .third-12 .thirdmd-12 .inner1 ul li a {
    text-decoration: none;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 31px;
    font-weight: 500;
    text-align: left;
  }
  footer .third-12 .thirdmd-12 .inner2 .inner2img {
    margin-top: 15px;
    padding-left: 0;
  }
  footer .third-12 .thirdmd-12 .inner2 p {
    color: rgb(255, 255, 255);
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 29px;
    display: none;
  }
  footer .third-12 .thirdmd-12 .inner3 .logo-carrier {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  footer .third-12 .thirdmd-12 .inner3 .text-carrier {
    display: flex;
    gap: 14px;
    margin-top: 29px;
    flex-wrap: wrap;
  }
  footer .third-12 .thirdmd-12 .inner3 .text-carrier p:nth-child(1) {
    font-size: 16px;
    color: #bac9d0;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 0px;
    width: 50%;
  }
  footer .third-12 .thirdmd-12 .inner3 .text-carrier p:nth-child(2) {
    font-size: 16px;
    color: #bac9d0;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 0px;
    width: 45%;
  }
  footer .third-12 .thirdmd-12 .inner3 .text-carrier p:nth-child(3) {
    font-size: 16px;
    color: #ffffff;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
  }
}/*# sourceMappingURL=homenew.css.map */