@font-face {
  font-family: "SF Pro Display";
  src: url("../../fonts/SFPRODISPLAYBOLD.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../../fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../../fonts/SFPRODISPLAYMEDIUM.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../../fonts/SFPRODISPLAYREGULAR.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* @import url("https://fonts.cdnfonts.com/css/sf-pro-display"); */

html {
  scrollbar-color: #02897a #a2d9c8;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

* {
  transition: all 0.2s;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "SF Pro Display", sans-serif;
}

input,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
button {
  font-family: "SF Pro Display", sans-serif;
}

p {
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
}

a,
button {
  box-sizing: border-box;
}

.text-8 {
  font-size: 8px;
}

.text-10 {
  font-size: 10px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-24 {
  font-size: 24px;
}

.text-26 {
  font-size: 26px;
}

.text-28 {
  font-size: 28px;
}

.text-30 {
  font-size: 30px;
}

.text-32 {
  font-size: 32px;
}

.text-40 {
  font-size: 40px;
}

.text-48 {
  font-size: 48px;
}

.text-60 {
  font-size: 60px;
}

.fw-sm {
  font-weight: 400;
}

.fw-md {
  font-weight: 500;
}

.fw-lg {
  font-weight: 600;
}

.fw-xl {
  font-weight: 700;
}

.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.p-100 {
  padding: 100px;
}

.p-80 {
  padding: 80px;
}

.mt-40 {
  margin-top: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-80 {
  margin: 80px;
}

.text-blue {
  color: #2483ea;
}

.text-blue2 {
  color: #0088ff;
}

.text-black {
  color: #151b28;
}

.text-cta {
  color: #006e62;
}

.text-black900 {
  color: #040a16;
}

.text-black500 {
  color: #0c2724 !important;
}

.text-black400 {
  color: #5d5f5f;
}

.text-black300 {
  color: #6d6d6e;
}

.text-black200 {
  color: #9da2a2;
}

.text-grey {
  color: #5d5f5f;
}

.text-grey950 {
  color: #030712;
}

.text-p2 {
  color: #089081;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

a {
  text-decoration: none;
  display: inline-block;
}

.text-muted {
  color: #a4a8b1;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}
.text-md {
  font-size: 16px;
}

.relative {
  position: relative;
}

.vh-100 {
  height: 100vh;
}

.overflow-hidden {
  overflow: hidden;
}

.z-1 {
  z-index: 1;
}

.bg-white {
  background-color: #fff;
}

.border-0 {
  border: 0;
}

.color-red {
  color: red;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-16 {
  border-radius: 16px;
}

.w-full {
  width: 100%;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-32 {
  line-height: 32px;
}

.lh-40 {
  line-height: 40px;
}

.lh-56 {
  line-height: 56px;
}

.d-none {
  display: none;
}

.gap-05 {
  gap: 5px;
}

.gap-1 {
  gap: 10px;
}

.gap-2 {
  gap: 14px;
}

.error,
.danger-alert {
  color: #f74b65 !important;
}

.pt-0 {
  padding-top: 0;
}

.blur {
  filter: blur(6px);
}

.login-page header {
  background-color: #ffffffdf;
  border-bottom: solid 1px #dee3e9;
}

.login-page {
  height: calc(100vh - 155px);
  min-height: 650px;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.forgot-page {
  height: calc(100vh - 155px);
  display: block !important;
}

.login-page.signup-page.signup-page-two {
  display: block;
}

.login-area .content input,
.login-area .select2-selection__rendered {
  border: solid 1px #dee3e9;
  border-radius: 8px;
  height: 48px;
  padding: 0px 16px;
  display: block;
  width: 100%;
  /* max-width: 410px; */
  max-width: 100%;
  margin-top: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

.login-area .select2-selection__rendered {
  padding-top: 8px;
  padding-left: 16px;
}

.login-area.login-page-bg .danger-alert {
  color: #f74b65;
  background-color: #f74b6526;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 20px;
}

.login-page .select2-container--default .select2-selection--single {
  border: 0;
}

.login-page .check__box {
  display: flex;
  margin-top: 16px;
  gap: 10px;
}

.login-page .check__box .container-ck {
  display: flex;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #000 transparent transparent transparent !important;
}

.login-area
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 15px;
  right: 8px;
}

.login-area label {
  font-size: 14px;
}

button.eye,
button.eye-close {
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 12px;
  right: 10px;
}

/* main {
  max-width: 1440px;
  margin: auto;
} */

.login-area .content input[type="checkbox"] {
  border: solid 1px #cdd1e0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}

.login-area .content input[type="checkbox"]:checked {
  accent-color: black;
  border-radius: 2px;
}

.forgot {
  color: #e86969;
  text-decoration: none;
  font-weight: 500;
}

.register-complete {
  text-align: center;
}

.registration-success h2::before {
  content: "";
  display: block;
  width: 88px;
  height: 88px;
  background: url(../image/success-icon.webp) no-repeat left top;
  background-size: cover;
  margin: 0 auto 30px;
}

.register-complete .registration-success {
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0px 5px 10px 0px #00000026;
  margin: 100px auto;
}

.register-complete .registration-success h2 {
  margin-bottom: 15px;
}

.register-complete .registration-success .common__btn {
  background-color: #006e62;
  border: solid 2px #006e62;
  border-radius: 8px;
  padding: 4px 35px;
  border: 0;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  margin-top: 20px;
  font-weight: 500;
}

.success-alert {
  background-color: #006e6230;
  color: #006e62;
  padding: 15px;
  border-radius: 4px;
}

.btn-one {
  background-color: #006e62;
  border: solid 2px #006e62;
  border-radius: 8px;
  height: 48px;
  width: 100%;
  border: 0;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "SF Pro Display", sans-serif;
}

.btn-one:hover {
  background-color: #0c2724;
  border: solid 2px #0c2724 !important;
  color: #fff;
  transition: all 0.3s;
}

.btn-trans {
  background-color: transparent;
  border: 0;
}

.badge {
  border: solid 1px #07911e33;
  border-radius: 40px;
  padding: 6px 16px;
  color: #07911d;
  font-size: 14px;
  background-color: #fff;
}

.shadow {
  box-shadow: 20px 20px 200px 0px #0000001a;
}

img {
  max-width: 100%;
}

.img-area {
  position: relative;
  overflow: hidden;
}

.img-area .one {
  border: solid 2px #ffffff;
  border-radius: 8px;
  max-width: 100%;
}

.img-area .two {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  /* box-shadow: 4px 4px 40px 0px #b7bfc8; */
}

.login-page.signup-page {
  height: calc(100vh - 72px);
}

.signup-page a.text-cta {
  color: #006e62;
  font-weight: 500;
}

/* Sing up page css */

.singup-bg {
  display: flex;
  align-items: center;
  padding: 75px;
  padding-top: 100px;
  justify-content: flex-end;
}

.btn-outline {
  border: solid 1px #e4e4e4;
  border-radius: 8px;
  height: 48px;
  line-height: 48px;
  width: 100%;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  padding: 0 16px;
  cursor: pointer;
}

.btn-outline img {
  width: 24px;
}

.singup-bg .badge {
  border: 0;
  color: #fff;
  background-color: #ffffff2b;
}

img.shadow {
  box-shadow: 4px 4px 200px 0px rgba(203, 212, 223, 0.5);
}

/* Price page css */

/* Header css  */

header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 9;
  box-shadow: 4px 4px 200px 0px #0000001a;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding: 0 20px;
  max-width: 1480px;
  margin-inline: auto;
  box-sizing: border-box;
}

.tender-search .container {
  max-width: 1480px;
  padding: 0 20px;
  box-sizing: border-box;
}

.login-page nav {
  height: 48px;
}

header nav ul {
  display: flex;
  align-items: center;
}

header nav ul li {
  list-style: none;
}

header nav ul li a {
  padding: 8px 16px;
  color: #5d5f5f;
  font-size: 16px;
  font-weight: 400;
}

header nav ul li .dropdown {
  margin-left: 16px;
  /* margin-top: 3px; */
}

header nav .dropdown li {
  margin-bottom: 15px;
}

header nav ul li .dropdown button {
  background-color: transparent;
  border: 0;
  color: #344c4b;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4px;
}

header nav ul li a.active {
  color: #0c2724;
  font-weight: 500;
}

header .btn-outline {
  border-radius: 6px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 120px;
  color: #006e62;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

header .btn-two {
  border-radius: 4px;
  gap: 4px;
  height: 40px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #018375;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

header a.login {
  border: solid 1px #d8dde4;
  font-size: 16px;
  border-radius: 4px;
  padding: 8px 26px;
  margin-right: 8px;
  color: #0c2724;
}

#step_send_otp .mt-5.text-14.text-md.text-black400 a {
  display: inline;
}

header .btn-two:hover,
header a.login:hover {
  background-color: #0c2724;
  transition: all 0.3s;
  color: #fff;
}

header .dropdown-menu {
  background-color: #fff;
  box-shadow: 4px 4px 60px 0px #00000008;
  border: 1px solid #f6f6f6;
  padding: 10px;
  min-width: auto;
}

/* .banner {
  background: radial-gradient(
    circle,
    rgba(255, 247, 225, 0.6) 0%,
    rgba(225, 253, 255, 0.6) 100%
  );
  overflow: hidden;
} */

.bg-shape1 {
  background: #fffee1;
  width: 50%;
  height: 900px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 0;
  filter: blur(200px);
}

.bg-shape2 {
  background: #fff0e1;
  width: 50%;
  height: 800px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  z-index: 0;
  filter: blur(200px);
}

.price-packege {
  position: relative;
  margin-top: 0;
}

.pricing-page {
  background-color: #ffffff;
  padding-bottom: 80px;
}

.pricing-page .banner {
  padding-top: 80px;
}

.pricing-page .addional-features .card {
  background-color: #fff;
  border: solid 1px #ebeff4;
  padding: 32px 24px;
  border-radius: 16px;
  margin-top: 32px;
}

.pricing-page .addional-features .card a {
  color: #089081;
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
}

.pricing-page .addional-features .card p.desc {
  color: #6d6d6e;
  font-size: 16px;
}

.pricing-page .addional-features .card p.text-40 {
  color: #0c2724;
}

.pricing-page .addional-features .card p.text-24 {
  color: #151b28;
}

.pricing-page .show-more {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 8px 12px;
  color: #040a16;
  font-weight: 500;
  font-size: 16px;
  border: 0;
  white-space: nowrap;
}

.pricing-page .show-more-box {
  margin: 0 80px;
}

.pricing-page .show-more-box hr {
  width: 100%;
  border: 0;
  border-bottom: solid 1px #d8dde4;
}

.pricing-page .profile-my-subscription-plan-card-body .plan-card-body-title {
  min-height: auto;
}

/* responsive header */
.menu-icon {
  border: 0;
  background-color: transparent;
  display: none;
}

.sidebar {
  top: 0;
  left: -100%;
  height: 100%;
  width: 340px;
  background-color: #fff;
  position: fixed !important;
  z-index: 9;
  overflow: auto;
  border-right: 1px solid #ccc;
  visibility: hidden;
  transition: 0.4s;
}

.sidebar ul li a,
.sidebar ul li button {
  font-size: 18px;
  color: #0c2724;
  line-height: 30px;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 12px 20px;
}
.sidebar ul li button i {
  font-size: 16px;
  transition: all 0.3 ease-in-out;
}
.sidebar-btn.active i {
  transform: rotate(-180deg);
}
#mySidebar ul li {
  border-bottom: 1px solid #d8dde4;
}
#mySidebar ul span {
  display: block;
  padding: 0 20px;
}
#mySidebar ul span img {
  border-radius: 7.7px;
}

#mySidebar ul li ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 20px;
}
#mySidebar ul li ul li {
  border: 0;
  list-style: none;
}
#mySidebar ul li ul {
  padding-bottom: 16px;
  margin-left: 16px;
}
#mySidebar ul li ul li a span {
  font-size: 12px;
}
.sidebar ul li button {
  border: 0;
  background-color: transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sidebar ul li a:hover {
  background-color: #f6f6f6;
}

/* .sidebar ul li a.sign-in {
  border: solid 1px #ff8820;
  border-radius: 50px;
  width: 80%;
  max-width: 180px;
  text-align: center;
  padding-left: 10px;
  margin-left: 20px;
} */

.offcanvas-buttons a {
  border-radius: 4px;
  gap: 4px;
  height: 48px;
  align-items: center;
  background-color: #018375;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  justify-content: center;
  width: 100%;
}

.sidebar > ul > li > a {
  align-items: center;
  justify-content: space-between;
}
.sidebar > ul > li > a span {
  line-height: 1;
  height: 23px;
}

.offcanvas-buttons {
  padding: 0 20px;
}
.offcanvas-buttons a:last-child:hover {
  background-color: #0c2724;
}
.offcanvas-buttons a:first-child:hover {
  background-color: #018375;
  color: #fff;
}
.offcanvas-buttons a:first-child {
  background-color: #f3f3f3;
  color: #0c2724;
}
.close {
  background-color: #fa7600;
  padding: 10px;
  color: #fff;
  border: 0;
  float: right;
}

.login-page .login-area .content {
  background-color: #fff;
  left: auto;
  right: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  min-width: 450px;
  margin: 0 auto;
}

/* Home Page css Start */

.rambla {
  font-family: "SF Pro Display", sans-serif;
}

.home-page .home-banner {
  padding-top: 60px;
}

.home-banner h1 {
  font-size: 60px;
  font-weight: 600;
  color: #0c2724;
  font-family: "SF Pro Display", sans-serif;
}

.home-banner .content {
  max-width: 1020px;
  text-align: center;
  margin: 0px auto 24px auto;
}

.home-banner .btn-one {
  width: auto;
  padding: 8px 40px;
  height: 56px;
  border: solid 2px #0c2724;
  line-height: 36px;
  max-height: 56px;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
  background-color: #0c2724;
}

.home-banner .btn-one:hover {
  background-color: #018375;
  border: solid 2px #018375 !important;
}

.home-banner .btn-outline,
.about-page .btn-outline {
  width: auto;
  padding: 0 40px;
  height: 56px;
  border: solid 1px #9da2a2;
  color: #0c2724;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
}

.home-banner .btn-outline:hover {
  background-color: #0c2724;
  border: solid 1px #0c2724;
  transition: all 0.3s;
  color: #fff;
}

.home-page .home-banner .trial,
.buyer-profile .trial {
  display: inline-block;
  padding: 0 8px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: #f7f8fa;
  color: #0c2724;
  line-height: 32px;
}

.home-page .home-banner .trial a,
.buyer-profile .trial a {
  color: #2eb24f;
  text-decoration: underline;
  margin-left: 10px;
}

.home-banner .text-18.checkoutSME {
  font-weight: 600;
  margin-top: 10px;
}

.home-banner p a {
  color: #089081;
}

.we-offer {
  margin: 80px 80px 80px 80px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.we-offer .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.we-offer .btn-outline {
  width: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 400;
  border: solid 1px #ebeff4;
}

.we-offer .btn-outline:hover {
  background-color: #0c2724;
  color: #fff !important;
}

.we-offer .items p.text-grey {
  line-height: 24px;
}

.home-page .find-tender {
  background: linear-gradient(180deg, #f9f7f7 0%, #f6f9fc 100%);
  padding: 80px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.find-tender .content {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 0 auto;
  /* margin: auto; */
}

.find-tender h2,
h1 {
  font-size: 48px;
  font-weight: 600;
  color: #0c2724;
  font-family: "SF Pro Display", sans-serif;
}

.find-tender .btn {
  width: auto;
  border-radius: 40px;
  padding: 0 32px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 500;
}

.find-tender .search-click {
  border: solid 1px #dcf1db;
}

.find-tender .btn-one {
  background-color: #018375;
  border: solid 2px #018375;
}

.find-tender .search-tasbs .btn-one {
  border: solid 1px #dcf1db;
}

.find-tender .btn-two {
  border: solid 1px #dcf1db;
  color: #1dc20e;
}

.find-tender .btn-three {
  border: solid 1px #fce4cf;
  color: #ff7800;
}

.find-tender .search-click.active {
  background-color: #018375;
  color: #fff;
}

.find-tender .btn-two.active,
.find-tender .btn-two:hover {
  background-color: #13b637;
  color: #fff;
  border: solid 1px #13b637;
}

.find-tender .btn-three.active,
.find-tender .btn-three:hover {
  background-color: #ff7800;
  color: #fff;
  border: solid 1px #ff7800;
}

.find-tender .search {
  position: relative;
  max-width: 644px;
  margin-left: auto;
  margin-right: auto;
}

.find-tender .search input {
  position: relative;
  height: 56px;
  border-radius: 58px;
  padding: 20px 24px 20px 48px;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border: 0;
}

.find-tender .search img {
  position: absolute;
  left: 16px;
  top: 22px;
  z-index: 1;
}

.find-tender .search button {
  position: absolute;
  right: 6px;
  top: 8px;
  background-color: #018375;
  border: solid 2px #018375;
  color: #fff;
  height: 48px;
  border-radius: 44px;
  box-shadow: 0px 10px 20px 0px #0000000d;
  padding: 0 48px;
}

.find-tender .search button:hover {
  background-color: #0c2724;
  border: solid 2px #0c2724 !important;
  color: #fff;
  transition: all 0.3s;
}

.find-tender .counter {
  margin-top: 8px;
  max-width: 556px;
  margin-left: auto;
  margin-right: auto;
}

.find-tender .counter .card {
  background-color: #f7f8f9;
  border-radius: 8px;
  padding: 24px;
  margin-right: 8px;
}

.find-tender-bottom {
  margin-bottom: 80px;
  background-color: #fff;
  border: solid 1px #ebeff4;
  border-top: 0;
  padding: 80px;
  max-width: 1280px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-right: 0;
}

.find-tender-bottom .search-box {
  position: relative;
  max-width: 426px;
  box-sizing: border-box;
}

.find-tender-bottom .search-box input {
  border: solid 1px #fff;
  outline: 0;
  padding: 4px 136px 4px 44px;
  height: 48px;
  width: 100%;
  box-shadow: 4px 4px 10px 0px #0e9d8e0f;
  background-color: #fff;
  border-radius: 58px;
  box-sizing: border-box;
}

.find-tender-bottom .search-box .top-shadow {
  box-shadow: -4px -4px 10px 0px #0e9d8e0f;
  border-radius: 58px;
}

.find-tender-bottom .search-box input:focus,
.find-tender-bottom .search-box input:focus-visible {
  border: solid 1px #0c2724;
}

.find-tender-bottom .search-box button {
  position: absolute;
  right: 6px;
  top: 8px;
  background-color: #0c2724;
  border: solid 2px #0c2724;
  color: #fff;
  height: 40px;
  border-radius: 44px;
  font-weight: 500;
  width: 126px;
  line-height: 32px;
  box-shadow: 0px 10px 20px 0px #0000000d;
}

.find-tender-bottom .search-box button:hover {
  background-color: #018375;
  border: solid 2px #018375 !important;
}

.find-tender-bottom .search-box img {
  position: absolute;
  top: 18px;
  left: 16px;
}

.find-tender-bottom ul li {
  line-height: 24px;
  margin-bottom: 4px;
  list-style: none;
}

.find-tender-bottom ul li i {
  padding-right: 8px;
}

.features {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #f7f8fa 0%, #e8eaed 100%);
}

.features .container {
  max-width: 1280px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.features .bg-shape {
  position: absolute;
  right: 80px;
  top: 0;
  z-index: 0;
}

.features .row {
  position: relative;
  z-index: 1;
}

.features h2 {
  font-size: 48px;
  color: #0c2724;
  font-weight: 600;
}

.features .cards {
  margin-top: 60px;
}

.features .card1 {
  background-color: #ffffff1a;
  border: solid 1px #ebeff4;
  border-radius: 16px;
  padding: 12px 16px;
  display: flex;
  transition: all 0.3s;
  color: #0c2724;
  font-size: 16px;
  font-weight: 400;
  gap: 12px;
  align-items: center;
  font-family: "SF Pro Display", sans-serif;

  min-width: 213px;
}

.features .card1:hover {
  background-color: #fff;
  transition: all 0.3s;
  color: #0c2724;
  font-weight: 600;
}

.features .card1 .icon {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 12px;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
}

.features .card1:hover .icon {
  background-color: #f7f8fa;
}

.features .right-side-img,
.features .right-side-img img {
  border-radius: 8px;
  height: 100%;
}

.features .mobile {
  display: none;
}

.features .right-box {
  margin-left: 20px;
  height: 100%;
}

.features .right-box .content {
  padding: 40px 32px;
  padding-bottom: 0;
}

.features .right-box .content .btn-outline {
  border: solid 1px #0088ff;
  padding: 12px 32px;
  height: 48px;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0088ff;
  border-radius: 40px;
  display: inline-block;
}

.features .right-box .content .btn-outline:hover {
  background-color: #0088ff;
  color: #fff;
  border: solid 1px #0088ff;
}

.client {
  background-color: #fff;
  margin: 60px 0;
}

.client .brands {
  margin-top: 48px;
  padding: 40px 0;
  background-color: #fff;
  border-bottom: solid 1px #f1e9e9;
}

.client .brands img {
  height: 40px;
  filter: grayscale(100%);
}

.client .brands img:hover {
  filter: grayscale(0);
}

.client .content {
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
}

.home-page .content .title {
  color: #051412;
  font-family: "SF Pro Display", sans-serif;

  font-weight: 600;
}

.success {
  margin-top: 160px;
}

.success .content {
  max-width: 1080px;
  text-align: center;
  margin: 0 auto;
}

.success .swiper-button-next,
.we-offer .swiper-button-next {
  top: -60px;
  margin-left: auto;
  margin-right: auto;
  left: 70px;
  right: 0;
  background-image: url(../image/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-color: #f6f6f6;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-position: center;
  z-index: 7;
}

.success .swiper-button-prev,
.we-offer .swiper-button-prev {
  top: -60px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 70px;
  background-image: url(../image/icon/arrow-left.svg);
  background-repeat: no-repeat;
  background-color: #f6f6f6;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-position: center;
  z-index: 7;
}

.we-offer .swiper-button-prev,
.we-offer .swiper-button-next {
  top: auto;
  bottom: -65px;
}

.success .swiper-button-next:after,
.we-offer .swiper-button-next:after,
.success .swiper-rtl .swiper-button-prev:after,
.we-offer .swiper-rtl .swiper-button-prev:after {
  content: "";
}

.success .swiper-button-prev:after,
.we-offer .swiper-button-prev:after,
.success .swiper-rtl .swiper-button-next:after,
.we-offer .swiper-rtl .swiper-button-next:after {
  content: "";
}

.success .content {
  margin-bottom: 120px;
}

.success-cards {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}

.success-cards .card2 {
  background-color: #fefae5;
  border-radius: 24px;
  padding: 48px 40px;
  min-height: 450px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.success-cards .card2 .title {
  margin-top: auto;
}

.success-cards .card2 .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 24px;
  color: #887827;
  font-family: "SF Pro Display", sans-serif;
}

.success-cards .card2 .desc {
  line-height: 26px;
  color: #7d785d;
  min-height: 105px;
  font-size: 16px;
}

.cta .text-black500 {
  line-height: 26px;
}

.success-cards .card2.two {
  background-color: #edfde6;
}

.success-cards .card2.two .title {
  color: #617b56;
}

.success-cards .card2.two .desc {
  color: #6a7b63;
}

.success-cards .card2.three {
  background-color: #e6f0fd;
}

.success-cards .card2.three .title {
  color: #5174a1;
}

.success-cards .card2.three .desc {
  color: #6b7684;
}

.success-cards .card2.four {
  background-color: #e6eafd;
}

.success-cards .card2.four .title {
  color: #6a7091;
}

.success-cards .card2.four .desc {
  color: #7f8294;
}

.success-cards .card2 .icon {
  margin-bottom: 100px;
}

.success .btn-outline {
  height: 56px;
  border-radius: 8px;
  padding: 8px 32px;
  color: #0c2724;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  line-height: 36px;
  border: solid 1px #0c2724;
}

.success .btn-outline:hover {
  background-color: #0c2724;
  border: solid 1px #0c2724;
  transition: all 0.3s;
  color: #fff;
}

.integration {
  margin-top: 160px;
  margin-bottom: 120px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 60px;
}

.integration-cards {
  margin-top: 12px;
}

.integration-cards .card3 {
  padding: 32px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 24px 24px 200px 0px #40454f0f;
  min-height: 290px;
  box-sizing: border-box;
}

.integration-cards .card3 .icon {
  background-color: #145aff33;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  padding: 8px;
  box-sizing: border-box;
}

.integration .card3 .title {
  font-size: 24px;
  color: #0c2724;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 8px;
}

.integration .card3 .integrate {
  display: inline-flex;
  background-color: #f1f3f6;
  border-radius: 8px;
  padding: 7px 16px;
  font-size: 14px;
  border: 0;
  gap: 8px;
  font-weight: 500;
  color: #0c2724;
}

.integration-cards div:nth-child(2) .card3 .icon {
  background-color: #ff7a5933;
}

.integration-cards div:nth-child(3) .card3 .icon {
  background-color: #c9ecbc;
}

.integration-cards .card3 .btn-trans {
  color: #0c2724;
  font-size: 14px;
  font-weight: 400;
}

.feedback .content {
  max-width: 750px;
  margin: auto;
  margin-bottom: 60px;
  text-align: center;
}

.feedback .card4 {
  background-color: #f6f6f6b2;
  border-radius: 12px;
  padding: 60px;
}

.feedback .swiper-slide-active .card4 {
  background-color: #f6f6f6;
}

.feedback .card4 .star {
  color: #e46d03;
  font-weight: 500;
  line-height: 32px;
}

.feedback .card4 .sub-title {
  display: flex;
  color: #5d5f5f;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  gap: 8px;
}

.feedback .card4 .dot {
  background-color: #787878;
  width: 4px;
  height: 4px;
  border-radius: 50px;
}

.feedback .card4 .desc {
  line-height: 28px;
  display: none;
  color: #5d5f5f;
}

.feedback .swiper-slide-active .card4 .desc {
  display: block;
}

.feedback .swiper-wrapper {
  align-items: center;
}

/* 
.feedback .mySwiper .swiper-slide-prev .card4 {
  margin-left: 45%;
} */

.discover {
  background: linear-gradient(0deg, #f7f8fa, #f7f8fa);
  padding: 100px 100px 180px 100px;
  margin-top: 160px;
}

.discover .title {
  font-size: 48px;
  color: #0c2724;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 40px;
}

.discover .title .tender-text-green {
  color: #02897a;
}

.discover .title .base {
  color: #fb8f30;
}

.discover .ui-tabs-nav,
.service-faq .ui-tabs-nav {
  display: inline-flex;
  list-style: none;
  background-color: transparent;
  gap: 8px;
  margin-bottom: 20px;
}

.discover li.ui-tabs-tab,
.service-faq li.ui-tabs-tab {
  background-color: transparent;
}

.discover li.ui-tabs-tab a,
.service-faq li.ui-tabs-tab a {
  color: #5d5f5f;
  font-weight: 400;
  background-color: #fff;
  border-radius: 40px;
  padding: 14px 24px;
}

.discover li.ui-state-active a,
.service-faq li.ui-state-active a {
  background-color: #0c2724;
  color: #fff;
  font-weight: 400;
}

.discover .list li {
  list-style: none;
  color: #344c4b;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
}

.discover .list li a {
  color: #0c2724;
  font-weight: 400;
  font-size: 16px;
}

.discover .sub-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #0c2724;
}

.discover .sub-title span {
  color: #089081;
}

.discover .card {
  background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  border-radius: 16px;
  padding: 32px 40px;
  margin: 60px 0;
}

.discover .card > p {
  font-size: 24px;
  font-weight: 500;
  color: #0c2724;
  line-height: 60px;
}

.discover .card input {
  box-shadow: 4px 4px 40px 0px #40454f12;
  border: solid 1px #47a99f;
  padding: 18px 24px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 40px;
  width: 100%;
  font-size: 16px;
}

.discover .card input::placeholder {
  color: #b4bab9;
}

.discover .card button.btn-one {
  border-radius: 40px;
  height: 60px;
  margin-top: 24px;
  font-weight: 500;
  font-size: 18px;
  border: solid 2px #0c2724;
  background-color: #0c2724;
}

.discover .card .btn-outline {
  border: solid 1px #eeeeec;
  height: 60px;
  border-radius: 40px;
  padding: 0 36px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.discover .discover-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  margin: 10px;
}

.discover .discover-card:hover {
  background-color: #0c2724;
  color: #fff;
}

.discover .discover-card .dot {
  width: 4px;
  height: 4px;
  background-color: #787878;
  border-radius: 50px;
}

.discover .container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.discover .discover-card .btn-trans {
  color: #0c2724;
  font-size: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.discover .discover-card:hover .btn-trans {
  color: #38cb5d;
}

.discover .discover-card .btn-trans:hover {
  margin-left: 12px;
}

.discover .discover-card:hover .text-black400 {
  color: #d8dde4;
}

.right-side a {
  color: #089081;
  display: inline-flex;
  align-items: center;
}

.cta {
  background-image: url(../image/cta-bg2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 570px;
  display: flex;
  align-items: center;
}

.cta .content {
  max-width: 1080px;
  margin: auto;
  text-align: center;
}

.cta .content .title {
  color: #0c2724;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 20px;
}

.cta .content button {
  height: 60px;
}

.cta .d-md-flex {
  justify-content: center;
}

.cta .content .btn-one {
  height: 60px;
  line-height: 58px;
  border-radius: 60px;
  border: solid 2px #0c2724;
  background-color: #0c2724;
  font-weight: 500;
  font-size: 18px;
  max-width: 240px;
}

.cta .content .btn-one:hover {
  background-color: #018375;
  border: solid 2px #018375 !important;
  color: #fff;
  transition: all 0.3s;
}

.cta .content button.btn-outline {
  border: solid 1px #ffdab9;
  color: #ff7c07;
  font-weight: 500;
  font-size: 18px;
  border-radius: 60px;
  max-width: 240px;
}

.cta .content button.btn-outline:hover {
  background-color: #ff7c07;
  transition: all 0.3s;
  color: #fff;
  border: solid 1px #ffdab9;
}

.subscribe .title {
  color: #0c2724;
}

.subscribe input {
  background-color: #f7f8f9;
  border: solid 1px #1436310a;
  border-radius: 8px;
  height: 52px;
  padding: 15px;
  padding-left: 56px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
}

.subscribe .subs-btn {
  background-color: #0c2724;
  height: 40px;
  border-radius: 4px;
  padding: 8px 28px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: 8px;
  top: 6px;
  border: 0;
}

.subscribe .subs-btn:hover {
  background-color: #089081;
  transition: all 0.3s;
  color: #fff;
}

.subscribe-box img {
  position: absolute;
  left: 24px;
  top: 18px;
}

.subscribe .social a {
  background-color: #f6f6f6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 45px;
}

.footer {
  background-color: #fff;
  padding: 100px 80px;
  padding-bottom: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer li {
  list-style: none;
  margin-bottom: 12px;
}

.footer li a {
  color: #6d6d6e;
  font-size: 16px;
  font-weight: 400;
}

.footer li a.active,
.footer li a:hover {
  color: #0c2724;
}

.footer .title {
  font-size: 18px;
  color: #0c2724;
  margin-bottom: 32px;
  font-weight: 500;
}

.footer .contact .icon {
  background-color: #f6f6f6;
  min-width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  box-sizing: border-box;
}

.footer .contact a,
.footer .contact p {
  color: #0c2724;
  font-size: 14px;
  font-weight: 400;
}

.footer-bottom {
  text-align: center;
  color: #959595;
  padding: 32px 0;
  font-size: 14px;
}

.footer .subscribe ul {
  display: flex;
  gap: 15px;
}

.footer .subscribe ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  border: solid 1px #ebeff4;
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 24px;
  color: #6d6d6e;
}

.footer .subscribe ul li.ui-state-active {
  background-color: #f7f8f9;
  color: #0c2724;
}

.footer .subscribe ul li.ui-state-active a {
  color: #0c2724;
  font-weight: 500;
}

.footer .subscribe ul li.ui-state-active a svg path {
  stroke: #0c2724;
}

.footer .subscribe .ui-tabs-panel p {
  background-color: #f7f8f9;
  border-radius: 4px;
  line-height: 32px;
  padding: 4px 20px;
  color: #0c2724;
  font-weight: 500;
}

.hr-one {
  border: 0;
  border-bottom: solid 1px #e7e7e7;
}

.footer .row > .col-lg-4 {
  width: 16.66666667%;
}

/* Home Page css End */

/* Search page css start */

.search-page {
  /* padding: 0 190px; */
  max-width: 1100px;
  margin: auto;
}

.search-page .search input {
  position: relative;
  border: solid 1px #018375;
  height: 60px;
  font-size: 16px;
  border-radius: 8px;
  padding: 20px 24px 20px 60px;
  box-sizing: border-box;
  width: 100%;
  font-family: "SF Pro Display", sans-serif;
}

.search-page .search .btn-one.disable {
  background-color: #d3e3e1;
  border: solid 2px #f2f2f2;
  border-radius: 4px;
  top: 10px;
  padding: 12px 40px;
}

.search-page .search .btn-one {
  background-color: #006e62;
  border: solid 2px #006e62;
  border-radius: 4px;
  top: 10px;
  padding: 12px 40px;
}

/* .search-page .search .btn-one:hover {
  background-color: transparent;
} */

.search-page .card {
  background-color: #fff;
  border: solid 1px #eaeaea;
  padding: 24px;
  border-radius: 8px;
}

.search-page .card:hover {
  /* box-shadow: 8px 8px 40px 0px #0000000d; */
  box-shadow: -8px -8px 40px 0px #0000000d;
}

.search-page .open {
  background-color: #13b637;
  border-radius: 2px;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

.search-page .card .awarded {
  background: #78bab31a;
  color: #047a6d;
  padding: 2px 8px;
  font-weight: 500;
  font-size: 12px;
  margin-right: 6px;
  border-radius: 4px;
}

.search-page .card .withdraw {
  background: #e6515123;
  color: #e65151;
  padding: 2px 8px;
  font-weight: 500;
  font-size: 12px;
  margin-right: 6px;
  border-radius: 4px;
}

.search-page .card .open {
  background: #13b6361f;
  color: #13b637;
  padding: 2px 8px;
  font-weight: 500;
  font-size: 12px;
  margin-right: 6px;
  border-radius: 4px;
}

.search-page .competitors {
  color: #213937;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  background-color: #fff3e9;
  border: solid 1px #fae6d5;
  display: inline-flex;
}

.search-page p.title,
.search-page p.title a {
  font-size: 18px;
  color: #051412;
  font-weight: 600;
  line-height: 26px;
  margin: 8px 0;
}

.search-page .buyer {
  font-size: 14px;
  font-weight: 500;
}

.search-page .buyer span {
  white-space: nowrap;
}

.search-page .buyer a {
  color: #02897a;
  text-decoration: underline;
  white-space: normal;
}

.search-page .buyer .date-pad {
  padding-left: 50px;
}

.search-page .location span {
  color: #2483ea;
  font-size: 14px;
  font-weight: 500;
}

.search-page .tag span {
  color: #04b96a;
  font-size: 14px;
  font-weight: 500;
}

.search-page .text {
  font-size: 14px;
}

.search-page .text > span {
  font-weight: 500;
}

.search-page .text span:last-child {
  color: #788080;
}

.search-page .published span:first-child {
  color: #079c5b;
  font-weight: 500;
}

.search-page .published span:last-child {
  color: #788080;
}

.search-page .deadline span:first-child {
  color: #de3a5b;
  font-weight: 500;
}

.search-page .deadline span:last-child {
  color: #788080;
}

.search-page .btn-one {
  background-color: #006e62;
  border-radius: 4px;
  font-weight: 600;
  height: 40px;
  line-height: 22px;
  font-size: 14px;
  padding: 8px 16px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 122px;
}

.search-page .btn-one:hover {
  background-color: #0c2724;
  border: solid 2px #0c2724 !important;
  color: #fff;
  transition: all 0.2s;
}

.search-page .btn-outline {
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 10px;
}
.search-page .card .btn-outline {
  line-height: 20px;
}

.search-page .btn.add-filter {
  border: solid 1px #dee3e9;
  width: 48px;
  margin-left: 8px;
}

.search-page .card hr {
  border: 0;
  border-bottom: solid 1px #e4e4e4;
}

.search-page .see-more {
  color: #0c2724;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.search-page .search-tasbs ul {
  display: flex;
  list-style: none;
  justify-content: center;
}

.search-page .ui-state-active .btn-two {
  background-color: #13b637;
  color: #fff;
}

.search-page .search-tasbs .btn {
  width: 112px;
  display: inline-block;
  line-height: 45px;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  font-size: 16px;
}

.search-page .search-tasbs .btn-one {
  background-color: transparent;
  color: #006e62;
  font-weight: 400;
}

.search-page .search-tasbs .btn-one.active,
.search-page .search-tasbs .btn-one:hover {
  background-color: #006e62;
  color: #fff;
  border: solid 1px #006e62 !important;
}

.dropdown-menu {
  z-index: 1 !important;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 16rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.account-dropdown-menu.show {
  border-radius: 4px;
  max-width: 285px;
  color: #585858 !important;
  padding: 0;
  z-index: 3 !important;
}

.dropdown-menu.show {
  display: block;
}

.date-sort {
  border: 0px;
  background: transparent;
  color: #151b28;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.shadow-lg {
  box-shadow: 4px 4px 40px 0px #b7bfc8;
}

.drop-down-header {
  background-color: #f1f3f6;
  padding: 6px 12px;
  border-radius: 2px;
  font-weight: 500;
  color: #151b28;
  gap: 12px;
}

.company-dropdown-list {
  position: relative;
}

.company-dropdown {
  position: absolute;
  margin: auto;
  top: 65px;
  transition: all 0.1s;
  padding: 18px;
  background-color: #fff;
  box-shadow: 10px 10px 80px 0px #c6c8d366;
  border-radius: 12px;
  width: 292px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.company-dropdown .company-dropdown-item > a {
  padding: 16px;
  border-radius: 8px;
  gap: 16px;
  align-items: flex-start;
}

.company-dropdown-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-dropdown-content h4 {
  font-size: 18px;
  line-height: 23px;
  color: #0c2724;
  font-weight: 500;
  margin-bottom: 2px;
}

.company-dropdown-content p {
  font-size: 14px;
  line-height: 20px;
}

.company-dropdown-item {
  margin-bottom: 8px;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}

.radio-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.radio-btn input[type="radio"]:checked {
  border-color: #151b28;
}

.radio-btn input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid #6a707d;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.radio-btn input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #151b28;
  border-radius: 50%;
}

.radio-btn:has(input[type="radio"]:checked) label {
  color: #151b28;
}

.radio-btn input[type="radio"]:checked + label {
  color: #151b28;
}

.radio-btn label {
  font-size: 14px;
  color: #6a707d;
  font-weight: 500;
}

.custom-switch {
  border-radius: 50%;
  background-color: #f8f8f9;
}

.custom-switch label {
  display: block;
  width: 32px;
  background: #cbcfd8;
  height: 12px;
  position: relative;
  border-radius: 9px;
  border: 0px;
}

.custom-switch label:before {
  content: "";
  height: 18px;
  width: 18px;
  background: #fff;
  position: absolute;
  border: 2px solid #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  right: 20px;
  cursor: pointer;
  transition: 305ms all;
}

.custom-switch input {
  display: none;
}

.filter.d-none {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, height 0.5s ease;
}

.filter {
  opacity: 1;
  height: auto;
}

.filter .all-drops {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.filter .card-sm {
  border: solid 1px #dadada;
  background-color: #ffffff;
  border-radius: 8px;
  color: #151b28;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  gap: 12px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.filter .card-sm.advance {
  color: #089081;
  min-width: 252px;
  justify-content: space-between;
}

.filter select {
  border: solid 1px #dadada;
  background-color: #ffffff;
  border-radius: 8px;
  color: #151b28;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  height: 40px;
  min-width: 252px;
}

.total-matched {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.filter .date-range {
  gap: 8px;
  cursor: pointer;
}

.all-drops .date {
  width: 322px;
}

.all-drops .card-sm:nth-child(2) {
  width: 172px;
}

.all-drops .date select {
  min-width: 100px;
  background-color: transparent;
  border: 0;
}

.all-drops .date select:focus-visible {
  border: 0;
  outline: 0;
}

.all-drops .divider {
  border-right: solid 2px #d0d0d0;
  height: 20px;
}

.free-trial {
  background-color: #fff6dd;
  display: flex;
  height: 48px;
  align-items: center;
}

.free-trial .title {
  font-size: 18px;
  font-weight: 600;
  color: #0c2724;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.free-trial .link {
  font-size: 16px;
  font-weight: 500;
  color: #344c4b;
  width: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 80px;
}

.free-trial .title a {
  color: #089081;
  padding-left: 8px;
  text-decoration: underline;
}

.free-trial .trial-title {
  color: #018375;
  margin-right: 40px;

  background-color: #dbfffb;
  border: solid 1px #0c6ec754;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 500;
  gap: 4px;
  border-radius: 8px;
}

.search-page .subtitle {
  color: #151b28;
  font-size: 24px;
  font-weight: 600;
  margin-top: 60px;
}

.search-page .btn {
  border-radius: 8px;
  height: 48px;
}

.find-tender .add-filter {
  display: none;
}

.search-page .mobile-filter p.text-24 {
  font-size: 24px;
}

.search-page .mobile-filter .close {
  background-color: transparent;
  border: 0;
}

.search-page .mobile-filter .card-sm {
  border-radius: 4px;
}

.search-page .mobile-filter {
  top: 70px;
  right: -100%;
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: fixed !important;
  z-index: 9;
  overflow: auto;
  border-right: 1px solid #ccc;
  visibility: hidden;
  transition: 0.4s;
  padding: 10px;
}

.search-page .mobile-filter .all-drops {
  padding-left: 25px;
  padding-right: 5px;
}

.search-page .mobile-filter select {
  border-radius: 4px;
  height: 48px;
}

.search-page .mobile-filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

.search-page .mobile-filter select {
  background: no-repeat right 1rem center;
  background-size: 10px 5px;
  background-image: url(../image/icon/select-drop.svg);
}

.search-page .pagination .showing-entities {
  display: inline-flex;
  background-color: #fff;
  border: solid 1px #ebeff4;
  padding: 4px 12px;
  gap: 8px;
  border-radius: 4px;
  height: 24px;
  margin-top: 24px;
}

.search-page .pagination {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.search-page .pagination .showing-entities select {
  background-color: #f8f8f9;
  border: solid 0.5px #dee3e9;
  padding: 2px 8px;
  border-radius: 2px;
}

.search-page .pagination .buttons button,
.search-page .pagination .buttons a {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #151b28;
  margin-left: 4px;
  background-color: transparent;
  border: solid 1px transparent;
  display: inline-block;
  line-height: 32px;
  transition: all 0.3s;
}

.search-page .pagination .buttons button:hover {
  border: solid 1px #151b28;
  transition: all 0.3s;
}

.search-page .pagination .buttons .prev {
  border: solid 1px #ebeff4;
}

.search-page .pagination .buttons .next {
  background-color: #151b28;
}

.error {
  color: #f74b65;
}

.search-page .no-result .error.rambla {
  font-size: 40px;
  font-weight: 600;
}

.search-page .no-result .sub-title {
  font-size: 16px;
  color: #151b28;
}

.search-page .no-result .keywords {
  margin-top: 24px;
}

.search-page .no-result .keywords span {
  border: solid 1px #dee3e9;
  padding: 8px 20px;
  background-color: #f8f8f9;
  display: inline-block;
  margin: 4px;
  font-size: 14px;
}

.search-page .no-result .error-img {
  padding: 0 100px;
}

.no-result .looking {
  margin-top: 140px;
}

.no-result .looking .left-side .title {
  font-size: 56px;
  color: #051412;
  font-weight: 600;
  line-height: 64px;
}

.no-result .looking .desc {
  color: #536262;
  margin-bottom: 60px;
}

.no-result .looking .right-side {
  box-shadow: 0px 10px 40px 0px #00000026;
  padding: 24px;
  border-radius: 12px;
  max-width: 410px;
  margin-left: auto;
}

.no-result .looking .right-side .title {
  font-size: 24px;
  font-weight: 600;
}

.no-result .looking .right-side form {
  margin-top: 48px;
  padding: 8px;
}

.no-result .looking .right-side form input,
.no-result .looking .right-side form textarea {
  display: block;
  border: solid 1px #dee3e9;
  padding: 8px 16px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  margin-bottom: 16px;
  color: #151b28;
}

.no-result .looking .right-side form input {
  margin-bottom: 6px;
}
#search-buyer {
  margin-top: 0 !important;
}

#search-buyer p:nth-child(2) {
  margin-bottom: 20px;
}

.no-result .looking .right-side form textarea {
  height: auto;
}

.no-result .looking .right-side form label {
  font-size: 12px;
  color: #393f4c;
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
}

.no-result .looking .right-side form label.error {
  display: block;
}

.no-result .looking .right-side form input:focus,
.no-result .looking .right-side form input:focus-visible {
  border: solid 1px #02897a;
  outline: 0;
}

.no-result .looking .right-side form .send {
  display: block;
  width: 100%;
  background-color: #006e62;
  height: 52px;
  border-radius: 4px;
  border: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.no-result .looking .right-side form .send:hover {
  background-color: #0c2724;
  color: #fff;
  transition: all 0.3s;
}

.no-result .looking .right-side form .checkbox {
  margin-top: 20px;
  margin-bottom: 15px;
}

.no-result .looking .right-side form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #151b28;
}

.most-searched {
  background-color: #f8f8f9;
  padding: 100px 189px;
  margin-top: 100px;
}

.most-searched .content {
  max-width: 1100px;
  margin: auto;
}

.most-searched .title {
  font-size: 32px;
  font-weight: 600;
  color: #151b28;
}

.most-searched .links {
  margin-top: 60px;
}

.most-searched .links .col-lg-12:last-child {
  padding-left: 100px;
}

.most-searched .links .sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #151b28;
  margin-bottom: 24px;
}

.most-searched .links a {
  display: block;
  color: #006e62;
  margin-bottom: 16px;
}

/* Search page css end */

/* Buyer search page css start */

.categories-worked .badge,
.categories-worked2 .badge {
  background-color: #13b637;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  margin-right: 4px;
  /*margin-top: 5px;*/
  height: 16px;
  min-width: 45px;
  padding: 4px;
  text-align: center;
  line-height: 8px;
  box-sizing: border-box;
  border: 0;
}

.categories-worked .badge.two,
.categories-worked2 .badge.two {
  background-color: #2483ea;
}

.categories-worked .badge.three,
.categories-worked2 .badge.three {
  background-color: #ff7800;
}

/* Buyer search page css end */

/* buyer profile page css */

.buyer-profile {
  /* margin-left: 190px;
  margin-right: 190px; */
  max-width: 1100px;
  padding-top: 60px;
  margin: auto;
}

.buyer-profile .banner {
  padding-bottom: 70px;
  display: flex;
  justify-content: space-between;
  gap: 108px;
  background: transparent;
}

.buyer-profile .banner .left-side .title {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 16px;
  color: #0c2724;
}

.buyer-profile .banner .left-side .title span {
  color: #089081;
}

.buyer-profile .banner .left-side .title img{
  width: auto;
  height: auto;
  max-width: 32px;
  max-height: 32px;
}

.buyer-profile .banner .buyer-info {
  margin-top: 32px;
}

.buyer-profile .banner .buyer-info .sub-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.buyer-profile .banner .buyer-info .d-flex > p {
  padding-right: 50px;
  white-space: nowrap;
}

.buyer-profile .banner .btn-seeMore {
  background-color: transparent;
  border: 0;
  font-weight: 600;
  color: #0c2724;
}

.buyer-profile .banner .right-side .card {
  border: solid 1px #dee3e9;
  max-width: 330px;
  min-width: 330px;
  border-radius: 8px;
  padding: 24px;
}

.buyer-profile .banner .right-side .card .title {
  font-size: 18px;
  font-weight: 600;
  color: #151b28;
}

.buyer-profile .banner .supplier-cycle-progressbar {
  height: 16px;
  position: relative;
  background: #ebeff4;
  border-radius: 4px;
}

.buyer-profile .banner .supplier-cycle-progressbar span {
  position: absolute;
  top: 0;
  left: 0;
  background: #151b28;
  display: block;
  height: inherit;
  border-radius: 4px;
}

.buyer-profile .banner .green-title {
  font-size: 18px;
  font-weight: 500;
  color: #07911d;
  line-height: 28px;
}

.buyer-profile .banner .blue-title {
  font-size: 18px;
  font-weight: 500;
  color: #2483ea;
  line-height: 28px;
}

.buyer-profile .banner .card hr {
  border: 0;
  border-bottom: solid 1px #dee3e9;
  margin: 16px 0;
}

.buyer-profile .buyer-cta {
  background-color: #fff2de;
  padding: 56px 20px;
  text-align: center;
  position: relative;
}

.buyer-profile .buyer-cta img.left {
  position: absolute;
  left: 0;
  width: 230px;
}

.buyer-profile .buyer-cta img.right {
  position: absolute;
  right: 0;
  width: 230px;
}

.buyer-profile .buyer-cta .content {
  max-width: 700px;
  margin: auto;
}

.buyer-profile .buyer-cta .content .title {
  color: #0c2724;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
}

.buyer-profile .buyer-cta .content .title span {
  color: #089081;
}

.buyer-profile .buyer-cta input {
  box-shadow: 4px 4px 30px 0px #ebd5b480;
  background-color: #fff;
  border: solid 1px #1436310a;
  border-radius: 40px;
  height: 52px;
  padding: 15px;
  padding-left: 56px;
  box-sizing: border-box;
  width: 100%;
}

.buyer-profile .buyer-cta .subscribe-box {
  width: 460px;
  margin: auto;
}

.buyer-profile .buyer-cta .subscribe-box img {
  position: absolute;
  left: 24px;
  top: 18px;
}

.buyer-profile .buyer-cta .subscribe-box button {
  background-color: transparent;
  color: #089081;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 24px;
  top: 16px;
  border: 0;
}

.buyer-profile .buyer-cta .subscribe-box input::placeholder {
  color: #a9abab;
}

/* council-overview css */
.buyer-profile .council-overview {
  margin-top: 100px;
  margin-bottom: 40px;
}

.buyer-profile .council-overview .council-title {
  font-size: 32px;
  font-weight: 600;
  color: #0c2724;
  margin-bottom: 8px;
}

.buyer-profile .council-overview .tabs ul a {
  color: #0c2724;
}

.buyer-profile .council-overview .tabs li a,
.buyer-profile .council-overview .drops {
  border: solid 1px #d4dbda;
  color: #0c2724;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 4px;
  margin-right: 8px;
  background-color: white;
  height: 40px;
  line-height: 22px;
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
}

.buyer-profile .council-overview .tabs .ui-state-active a {
  background-color: #006e62;
  color: #fff;
}

.buyer-profile .council-overview .drops {
  height: 40px;
  box-sizing: border-box;
}

.breadcrumb {
  gap: 12px;
  padding-left: 20px;
  display: none;
}

.breadcrumb span:last-child {
  color: #151b28;
  font-weight: 500;
}

.buyer-profile .council-overview .tabs ul {
  display: flex;
  list-style: none;
}

.ui-tabs .categories-worked2 .mt-2.d-flex {
  background-color: #fff;
  border: solid 1px #eaeaea;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 16px;
}

.ui-tabs .categories-worked2 .mt-2.d-flex:hover {
  box-shadow: 8px 8px 40px 0px #0000000d;
  box-shadow: -8px -8px 40px 0px #0000000d;
}

.ui-tabs .categories-worked2 .badge {
  min-width: 40px;
  height: 20px;
  line-height: 12px;
  margin-right: 8px;
}

.categories-worked2 .badge.four {
  background-color: #ffcc00;
}

.decision-makers .card {
  border: solid 1px #dee3e9;
  border-radius: 8px;
  padding: 24px;
  font-weight: 500;
  margin-right: 16px;
}

.decision-makers .card .blur {
  filter: blur(6px);
}

.decision-makers .card a {
  color: #2483ea;
}

.sign-up-cta {
  background: linear-gradient(90deg, #2483ea 0%, #094d98 100%);
  padding: 38px 60px;
  border-radius: 8px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.sign-up-cta .title {
  font-size: 32px !important;
  color: #fff !important;
  font-weight: 600;
  margin-bottom: 8px;
}

.sign-up-cta .btn {
  color: #006e62;
  border-radius: 60px;
  padding: 12px 32px;
  background-color: #fff;
  font-weight: 500;
  line-height: 24px;
}

.sign-up-cta .btn:hover {
  background-color: #0c2724;
  color: #fff;
}

/* ======================================================= */
/* modal style */
.modal {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  padding: var(--spacer);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

.modal.show {
  opacity: 1;
  overflow: unset;
  animation: fadeIn 0.375s ease-in-out forwards;
  pointer-events: all;
  display: flex !important;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.modal .modal-dialog {
  z-index: 2;
  width: 100%;
  max-width: 550px;
  max-height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: auto;
  scrollbar-color: #018375 #ffffff;
  scrollbar-width: thin;
}

.modal .modal-dialog::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: #ffffff;
}

.modal .modal-dialog::-webkit-scrollbar-thumb {
  background-color: #018375;
}

.modal-dialog {
  margin-right: auto;
  margin-left: auto;
  pointer-events: unset !important;
}

.modal.show .modal-dialog {
  -webkit-animation: SlideIn 0.375s ease-in-out forwards;
  animation: SlideIn 0.375s ease-in-out forwards;
}

.modal .modal-body {
  padding: var(--spacer-lg);
}

.modal-close-btn {
  color: #393f4c;
  padding: 0;
  border: 0;
}

.terms-modal .modal-dialog {
  max-width: 1000px;
}

.terms-modal .modal-body {
  padding: 30px;
}

.terms-modal .modal-body ul {
  list-style: none;
}

.terms-modal .modal-body .h3__title {
  margin: 15px 0;
}

.terms-modal .btn-close {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.terms-modal {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* ======================================================= */

/* tender-details-front css start */
.tender-details-front .tender-details-content-body.content-body {
  padding-top: 20px;
}

.tender-details-front .content-body {
  margin-left: 148px;
  margin-right: 148px;
}

.tender-details-front .dropdown-toggle .details-canvas-top-btn {
  width: auto;
}

.tender-details-front .premium {
  color: #13b637 !important;
  font-size: 14px;
  font-weight: 500;
  border: solid 1px #d6eedc;
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-flex;
  gap: 4px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tender-details-front .premium a {
  color: #13b637 !important;
  cursor: pointer;
}

.tender-details-front .singup-box .title {
  font-size: 24px;
  font-weight: 600;
}

.tender-details-front .singup-box .singup-btn {
  width: 100%;
  background-color: #13b637;
  padding: 10px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 4px;
}

.tender-details-front .singup-box .linkedIn {
  color: #0a66c2;
}

.tender-details-front .singup-box a.login {
  color: #02897a;
  font-weight: 500;
}

.tender-details-front .login-popup-box {
  background-color: #ffffffcc;
  border: solid 1px #ebeff4;
  border-radius: 8px;
  text-align: center;
  padding: 30px 28px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  min-height: 130px;
}

.tender-details-front .login-popup-box.middle {
  right: 140px;
  bottom: 0px;
}

.tender-details-front .login-popup-box p.title {
  color: #13b637;
  font-size: 16px;
  font-weight: 500;
}

.tender-details-front .login-popup-box .btn-dark {
  background-color: #151b28;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  width: 86px;
  height: 32px;
  line-height: 22px;
}

.tender-details-front .login-popup-box .btn-sing {
  background-color: #006e62;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  width: 86px;
  height: 32px;
  margin-left: 4px;
  line-height: 22px;
}

.tender-details-front .relative .tender-details-workflow-item div:last-child {
  filter: blur(2px);
  opacity: 0.3;
}

.tender-details-front .award-criteria .login-popup-box {
  left: 16px;
  top: 52%;
  width: 92%;
  height: 74%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tender-details-front .award-criteria ul li {
  filter: blur(2px);
  opacity: 0.5;
}

/* tender-details-front css end */

/* Services page css end */

.loader .spinner {
  border: 3px solid #fff;
  border-top-color: rgba(0, 0, 0, 0);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  animation: rotate 0.8s linear infinite;
  position: fixed;
  left: 50%;
  top: 50%;
}

.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #111416;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: all 0.4s ease-in-out;
  z-index: 4;
}

.content.singup.p-80 .row.grid.gap-4 .col-md-12,
.content.singup.p-80 .row.grid.gap-4 .col-md-24 {
  padding-left: 0;
  padding-right: 0;
}

.login-page.signup-page.signup-page-two {
  height: calc(100vh - 72px);
}

.login-page.signup-page.singup-one {
  height: calc(100vh - 72px);
}
.signup-page {
  background-color: #f7f8fa;
}

.signup-page .login-area .content {
  padding: 50px 60px;
  background-color: #fff;
  height: 100%;
  max-width: 600px;
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  overflow-y: auto;
  scrollbar-width: thin;
}

.signup-page .bg-two {
  max-width: 780px;
  width: 100%;
  margin-left: auto;
}
.signup-page .btn-outline {
  height: 48px;
}

.tooltip {
  background-color: #006e62;
  border: 1px solid #fff;
  padding: 10px 15px;
  width: 200px;
  color: #fff;
  text-align: left;
  font-size: 12px;
  -moz-box-shadow: 0 0 10px #00000082;
  -webkit-box-shadow: 0 0 10px #00000082;
}

.slider-content a.btn.btn-green.me-3 {
  background-color: #018375;
  border-radius: 8px;
  padding: 18px 40px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.slider-content button.btn.text-black {
  box-shadow: 4px 4px 60px var(--sds-size-blur-100) #0000000d;
  border: solid 1px #ffe8cc;
  background-color: #fff;
  color: #ff7800;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  padding: 18px 40px;
}

.modal.show .integration__introduction ul {
  list-style: none;
  padding-left: 0;
}

.modal.show .integration__introduction ul li img {
  padding-right: 5px;
}

.modal.show .integration__introduction .btn-one {
  border: solid 2px #006e62 !important;
}

.singup .captcha-img {
  border: solid 1px #dee3e9;
  border-radius: 8px;
  height: 48px;
  margin-top: 8px;
}

.mobile-only {
  display: none !important;
}

button,
a {
  cursor: pointer;
}

.signup-page .login-area .content {
  overflow-y: auto;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

.training__courses__content .row {
  gap: 2rem;
}

.search-page .card .dropdown-menu .name-list {
  padding-left: 20px;
  padding-right: 20px;
}

.search-page .card .dropdown-menu .name-list a img {
  width: 24px;
  height: 24px;
}

.search-page .card .dropdown-menu .name-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-page .card .dropdown-menu .name-list a {
  color: #6a707d;
  font-size: 14px;
}

.search-page .card .dropdown-menu .name-list a#whatsapp-link img {
  width: 24px;
  height: 24px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-80 {
  margin-bottom: 80px;
}

.search-page .card .dropdown-menu.account-dropdown-menu.shadow-lg.no-border {
  border: 0;
}

#share-tender-modal button.btn.text-black,
#share-supplier-modal button.btn.text-black,
#share-buyer-modal button.btn.text-black {
  border: solid 1px #e4e4e4;
}

#share-tender-modal .modal-body,
#share-supplier-modal .modal-body,
#share-buyer-modal .modal-body {
  padding: 24px;
  text-align: right;
}

#share-tender-modal .modal-body,
#share-supplier-modal .modal-body,
#share-buyer-modal .modal-body {
  padding: 24px;
}

#share-tender-modal .filter-canvas-input,
#share-supplier-modal .filter-canvas-input,
#share-buyer-modal .filter-canvas-input {
  border: solid 1px #dee3e9;
  border-radius: 8px;
  height: 48px;
  padding: 0px 16px;
  display: block;
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

#share-tender-modal .modal-action,
#share-supplier-modal .modal-action,
#share-buyer-modal .modal-action {
  margin-top: 24px;
}

#share-tender-modal .modal-action .btn-green,
#share-supplier-modal .modal-action .btn-green,
#share-buyer-modal .modal-action .btn-green {
  background-color: #006e62;
  border: solid 2px #006e62;
  border-radius: 4px;
  top: 16px;
  padding: 12px 40px;
  margin-left: 10px;
  color: #fff;
}

.tender-details-content-body .tender-details-body-content {
  gap: 32px !important;
}

.name-list #whatsapp-link img {
  width: 23px;
}

#share-tender-modal .modal-action .btn,
#shareBuyerForm .modal-action .btn,
#shareSupplierForm .modal-action .btn {
  padding: 6px 24px !important;
  height: 36px !important;
}

.account-dropdown-menu.show[aria-labelledby="share_options"]
  .name-list
  .name-check
  a
  img {
  width: 24px;
  height: 24px;
}

.feedback-page .contact-card input[type="radio"] {
  height: 18px;
  min-width: 18px;
  width: auto;
}

.feedback-page .form-check {
  align-items: center;
  gap: 6px;
  display: flex;
}

.feedback-page .contact-card button.btn-dark.w-50 {
  width: 50%;
  margin: auto;
}

.contact-page .contact-card input[type="radio"] {
  height: 18px;
  min-width: 18px;
  width: auto;
  accent-color: #018375;
}

.form-check {
  align-items: center;
  gap: 6px;
  display: flex;
}

.sub-title {
  color: #151b28;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.feedback-page .desktop-title {
  font-size: 48px;
  font-weight: 600;
  color: #0c2724;
}

.feedback-page .form-check {
  font-size: 14px;
}

.feedback-page {
  background: linear-gradient(180deg, #f9f7f7 0%, #f6f9fc 100%);
}

.feedback-page .contact-page {
  padding-top: 60px;
}

.feedback-page .contact-page .contact-card {
  background-color: #fff;
  max-width: 1280px;
}

.other-lists {
  background-color: #fffae6;
  border: solid 1px #f4edd3;
  padding: 16px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

/* New login step css start */

.login-area.login-page-bg button.btn-one {
  width: 100%;
}

.steps {
  background-color: #f8f8f9;
  color: #151b28;
  padding-top: 32px;
}

.steps .content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.steps .content .colour {
  color: #13b637;
}

.steps .content .title {
  padding-top: 16px;
  padding-bottom: 32px;
}

.steps .content .active {
  color: #000;
  font-weight: 600;
  border-bottom: solid 8px #13b637;
}

.steps .content .check-icon {
  display: none;
}

.steps .content .active .check-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.steps .content .active .number {
  display: none;
}

.steps .content .col-lg-8 {
  top: 8px;
  position: relative;
}

#register_step_two .login-area,
.plan-area,
.cards-area {
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 48px;
}

#register_step_two .login-area {
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 48px;
}

.plan-area .subscription-plan-btn span {
  padding: 12px 24px;
  border: solid 1px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  text-align: center;
  display: inline-block;
}

.plan-area input[type="radio"]:checked + span {
  background-color: #1c7ce4;
  color: #fff;
}

.local-plan .select {
  color: #151b28;
  border-color: #dee3e9;
}

.regional-plan .select {
  color: #1c7ce4;
  border-color: #85c0ff;
}

.plan-area
  .add-team-member-dropdown-select
  ul.multiselect-container.dropdown-menu {
  position: absolute;
  background-color: #fff;
  z-index: 10 !important;
}

.cards-area .btn-one[disabled] {
  opacity: 0.2;
}

.text-red {
  color: red;
}

.login-area input.captcha {
  background-color: #393f4c;
  color: #cbcfd8;
}

.login-area a {
  color: #2483ea;
  font-size: 14px;
}

.login-area .content .text-black400 {
  font-size: 14px;
}
.login-area .content .text-32 {
  font-size: 28px;
}

.login-area a.create {
  text-decoration: underline;
}

.login-area a.forgot {
  color: #e86969;
}

.login-area .try-another {
  color: #006e62;
  border: 0;
  background-color: transparent;
}

.login-area .btn-one,
.plan-area .btn-one,
.cards-area .btn-one {
  /* width: auto; */
  padding-left: 48px;
  padding-right: 48px;
}

.btn-back {
  padding: 10px 48px;
  background-color: #b8bbbf;
  color: #000;
  border-radius: 8px;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  height: 48px;
  margin-right: 10px;
  width: 100%;
}

.profile-my-subscription-plan-cards-area input[type="radio"] {
  display: none;
}

.plan-area input {
  border: solid 1px #dee3e9;
  border-radius: 8px;
  height: 48px;
  padding: 0px 16px;
  display: block;
  width: 100%;
  max-width: 400px;
  margin-top: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

.plan-area .profile-my-subscription-plan-cards-area {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
  margin-top: 50px !important;
}

.profile-my-subscription-plan-card {
  padding: 20px 24px;
  background-color: #fff;
}

.plan-area .profile-my-subscription-plan-card-header {
  margin-top: 0px;
}

.profile-my-subscription-plan-card-header .plan-title {
  margin-bottom: 0;
}

.save {
  color: #2483ea;
  font-weight: 500;
}

.select {
  padding: 12px 24px;
  border: solid 1px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  width: 100%;
}

input[type="radio"]:checked + label .profile-my-subscription-plan-card {
  border-color: #0ab9a6;
  background-color: #fff;
}

input[type="radio"]:checked + label .select {
  background-color: #1c7ce4;
  color: #fff;
}

.plan-area .profile-my-subscription-plan-card-header {
  border-bottom: 0;
  margin-bottom: 0;
}

.packages-features table {
  width: 100%;
  text-align: left;
}

.packages-features table tr td,
.packages-features table tr th {
  border-bottom: solid 1px #ebeff4;
  padding: 16px 0;
  min-width: 110px;
}

.packages-features {
  border: solid 1px #ebeff4;
  padding: 24px;
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 1274px;
  margin-left: auto;
  margin-right: auto;
}

.btn-one.disable {
  opacity: 20%;
}

.total-box {
  border: solid 1px #dee3e9;
  border-radius: 8px;
  padding: 32px;
}

.total-box .amount {
  background: #151b28;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  border-radius: 8px;
  padding: 22px;
  margin-top: 32px;
  color: #fff;
}

.total-box .amount .d-flex {
  align-items: center;
  gap: 10px;
}

.total-box .amount div:last-child {
  min-width: 100px;
  color: #cbcfd8;
}

.total-box .colour {
  color: #13b637;
}

.total-box .colour2 {
  color: #02897a;
}

.card-details .colour2 {
  color: #006e62;
}

.card-details .left-side {
  background-color: #e0ece3;
  border-radius: 8px;
  padding: 32px;
  margin-top: 16px;
}

.card-details .right-side {
  background-color: #f1f3f6;
  border-radius: 8px;
  padding: 32px;
  margin-top: 16px;
}

.card-details input {
  background-color: #f8f8f9;
  border: solid 1px #ebeff4;
  border-radius: 8px;
  padding-left: 48px;
  height: 48px;
  width: 100%;
}

.card-details .input-box {
  position: relative;
}

.card-details .input-box img {
  position: absolute;
  left: 16px;
  top: 12px;
}

.card-details .left-side ul,
.card-details .right-side ul {
  list-style: none;
}

.card-details .left-side ul li,
.card-details .right-side ul li {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.card-details .left-side ul li img,
.card-details .right-side ul li img {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  object-fit: cover;
}

.card-details .right-side .btn-dark {
  background-color: #151b28;
}

.subscriptions-pack {
  background-color: #f1f3f6;
  border-radius: 8px;
}

.tender-details-body-right-item {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 20px;
  overflow-wrap: anywhere;
}

.cards-area .remember__blk .check__box label {
  display: flex;
  gap: 5px;
}

.cards-area .remember__blk .check__box .container-ck {
  display: flex;
  align-items: center;
}

.plan-area .col-md-9 #team_member-error {
  display: block;
}

.plan-area .col-md-9 #loc_location_ids-error {
  display: block;
  margin-bottom: 8px;
}

.plan-area .add-team-member-dropdown-select .btn-group {
  margin-top: 8px;
}

.plan-area
  .add-team-member-dropdown-select
  button.multiselect.dropdown-toggle.btn.btn-default {
  border-radius: 8px;
}

.plan-area .profile-my-subscription-plan-card {
  padding: 96px 20px 20px;
}

.plan-area .profile-my-subscription-plan-cards-area .recomend {
  position: absolute;
  right: 0;
  top: 15px;
  background-color: #000;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  z-index: 1;
  padding: 4px 8px 4px 12px;
}

#register_step_one .login-area .content inpu {
  max-width: auto;
}

.steps .content .title.for-mobile {
  display: none;
}

.steps .content {
  position: relative;
  font-size: 16px;
}

.steps .content hr {
  border: 0;
  border-bottom: dashed 2px #393f4c;
  top: 70px;
  position: absolute;
  left: 0;
  right: 0;
  width: 69%;
  margin: auto;
  max-width: 920px;
}

.steps .content p.number {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50px;
  line-height: 31px;
  margin-left: auto;
  margin-right: auto;
}

.steps .content .col-lg-8 hr.active {
  display: none;
}

.steps .content .col-lg-8.active hr.active {
  display: block;
}

.steps .content .col-lg-8 {
  padding: 0;
}

.steps .content hr.active {
  border: 0;
  border-bottom: solid 4px #13b637;
  top: 17px;
  position: absolute;
  left: 170px;
  right: 0;
  width: 97%;
  margin: auto;
  max-width: 920px;
}

/*.steps .content .active:nth-child(2) hr.active {
  width: 70%;
}*/

.steps .content .active:nth-child(3) hr.active {
  left: -171px;
  right: 0;
  width: 45%;
}

.steps .content .row .col-lg-8:nth-child(2) hr.active {
  left: 170px;
}

.steps .content .active {
  position: relative;
}

.login-area .free-trial,
.plan-area .free-trial,
.cards-area .free-trial {
  background-color: #ffeee5;
  border-radius: 4px;
  padding: 14px;
  margin-bottom: 24px;
  height: auto;
}

.cards-area .StripeElement {
  background-color: #fff;
  border-radius: 8px;
  height: 42px;
}

.cards-area .btn-back,
.plan-area .btn-back {
  width: 100%;
}

#register_step_two .login-area .content input {
  max-width: 100%;
}

.cards-area .btn-outline {
  background-color: #fff;
}

.profile-my-subscription-plan-card .tender-details-body-right-item {
  position: relative;
}

.profile-my-subscription-plan-card .tender-details-body-right-item .recomend {
  top: 8px;
}

.plan-area > .row > .col-lg-12 > .px-5.mx-5.d-flex.gap-4 {
  justify-content: end;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.cards-area
  .add-team-member-dropdown-select
  ul.multiselect-container.dropdown-menu {
  position: absolute;
  background-color: #fff;
  z-index: 10 !important;
  width: 100%;
  min-width: 880px;
}

.login-area .free-trial,
.plan-area .free-trial,
.cards-area .free-trial {
  background-color: #ffeee5;
  border-radius: 4px;
  padding: 14px;
  margin-bottom: 24px;
  height: 80px;
}

.country-mobile .select2-selection__rendered,
.country-mobile input {
  border: 0 !important;
  margin-top: 0 !important;
}

.country-mobile input {
  height: 46px !important;
}

.country-mobile input:focus,
.country-mobile input:focus-visible {
  outline: 0;
  border: 0;
}

.country-mobile {
  border: solid 1px #dee3e9;
  border-radius: 8px;
  height: 48px;
  padding: 0px;
  margin-top: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

.country-mobile .select2-container--default .select2-selection--single {
  width: 90px;
}

.select2-container--open .select2-dropdown {
  min-width: 200px;
}

#register_step_two
  .login-area
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;
  right: 16px;
}

.country-mobile div:last-child {
  width: 100%;
}

.country-mobile
  .select2-container--default
  .select2-results
  > .select2-results__options {
  scrollbar-width: thin;
}

.country-mobile
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #018375;
  color: white;
}

.iti.iti--allow-dropdown {
  width: 100%;
  margin-top: 8px;
}

.iti__selected-flag {
  height: 48px !important;
}

#register_step_one .content hr {
  border: 0;
  border-bottom: solid 1px #dee3e9;
}

#register_step_one .content p.or {
  color: #a4a8b1;
}

#register_step_one .content .btn-one {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

#register_step_one .content .btn-one img {
  width: 16px;
}

.recommendation {
  display: none;
}

.card-details .right-side ul.wont li img {
  width: 10px;
  height: 10px;
  min-height: 10px;
  min-width: 10px;
  object-fit: cover;
  margin-top: 6px;
}

.profile-my-subscription-plan-card .show-details {
  display: none;
}

.cards-area .remember__blk .check__box .container-ck span:last-child {
  margin-bottom: 4px;
}

.card-details input[type="checkbox"] {
  border: solid 1px #cdd1e0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}

.card-details input[type="checkbox"]:checked {
  accent-color: black;
  border-radius: 2px;
}

.cards-area .remember__blk .check__box .container-ck {
  margin-top: 10px;
}

/* New login step css end */

#register_step_two button.multiselect.dropdown-toggle {
  margin-top: 8px;
}

#register_step_two
  ul.multiselect-container.dropdown-menu
  li
  a
  input[type="checkbox"] {
  display: none;
}

#register_step_two ul.multiselect-container.dropdown-menu {
  position: absolute;
  min-width: 450px;
}

.profile-my-subscription-plan-card-body .plan-card-body-title {
  min-height: 55px;
}

/* how we help css */
.how-we-help {
  margin: 110px 80px;
}

.how-we-help h2 {
  color: #0c2724;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.how-we-help .accordion {
  margin-top: 60px;
}

.how-we-help .accordion .accordion-item {
  border-bottom: solid 1px #e2e8f0;
  padding: 24px 0;
}

.how-we-help .accordion h2 button {
  border: 0;
  background-color: transparent;
  font-size: 24px;
  font-weight: 600;
  color: #040a16;
  display: grid;
  grid-template-columns: 160px 1fr 1fr;
  text-align: left;
  width: 100%;
  align-items: center;
}

.how-we-help .accordion h2 button .number {
  font-size: 14px;
  font-weight: 400;
  margin-left: 0;
}

.how-we-help .accordion h2 button img {
  margin-left: auto;
}

.how-we-help .accordion h2 button img.down {
  display: none;
}

.how-we-help .accordion h2 button.collapsed img.down {
  display: inline-block;
}

.how-we-help .accordion h2 button img.up {
  display: inline-block;
}

.how-we-help .accordion h2 button.collapsed img.up {
  display: none;
}

.how-we-help .accordion * {
  transition: all 0.3s;
}

.how-we-help .accordion .accordion-body {
  max-width: 500px;
  margin-left: 160px;
  padding-top: 16px;
  color: #040a16;
}

.how-we-help a {
  color: #089081;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.custom-mobile-dropdown {
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.custom-mobile-dropdown button.dropbtn {
  background-color: #ecf3f3;
  padding: 8px 24px !important;
  border-radius: 4px;
  color: #006e62;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 0;
  border: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.custom-mobile-dropdown .dropdown {
  position: relative;
}

.custom-mobile-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 320px;
  width: 98%;
  overflow: auto;
  left: 0;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.custom-mobile-dropdown .dropdown-content button {
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px var(--border-color);
  padding: 12px;
  color: var(--black);
  font-weight: 500;
  white-space: nowrap;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.custom-mobile-dropdown .dropdown-content button img {
  width: 20px;
}

.custom-mobile-dropdown .dropdown-content button:hover {
  background-color: #f4f4f4;
}

.custom-mobile-dropdown .show {
  display: block;
}

.name-list a img {
  width: 20px;
}

.details-canvas-top-btn {
  border: 1px solid var(--border-color);
  background: transparent;
  border-radius: 4px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 40px;
}

.subscribe-box .btn-two {
  border-radius: 6px;
  gap: 8px;
  height: 44px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #018375;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.cpv-data-div .d-flex {
  background-color: #fff;
  border: solid 1px #eaeaea;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 16px;
}

.cpv-data-div .badge {
  background-color: #13b637;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  margin-right: 4px;
  margin-top: 5px;
  height: 16px;
  min-width: 45px;
  padding: 4px;
  text-align: center;
  line-height: 8px;
  box-sizing: border-box;
  border: 0;
  margin-right: 8px;
}

/* Loader Overlay Styles */

.container-div {
  position: relative;
  min-height: 300px;
}

.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 50px;
  min-height: 200px;
  z-index: 1000;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.loader-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Spinner Animation */
.loader-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-text {
  margin-left: 15px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.div-link a,
.div-link a:visited,
.div-link a:hover,
.div-link a:active {
  color: inherit;
  text-decoration: none;
}

.find-tender .sign-up-cta p.rambla {
  line-height: 35px;
}

.text-green {
  color: var(--primary) !important;
}

.text-orange {
  color: var(--secondary) !important;
}

.pin {
  background-color: #02897a;
  padding: 3px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  margin-left: 4px;
}

.contract {
  background-color: #ff7800;
  padding: 3px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  margin-left: 4px;
}

.tender {
  background-color: #ff7800;
  padding: 3px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  margin-left: 4px;
}

.framework {
  background-color: #027bd3;
  padding: 3px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  margin-left: 4px;
}

.dps {
  background-color: #13b637;
  padding: 3px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  margin-left: 4px;
}

#ai_search_button:disabled {
  background-color: #006e62;
  border-color: #006e62;
  opacity: 0.7;
  cursor: not-allowed;
}

.rtd-color {
  background: #eef6ff !important;
  border: 1px solid #b6d3f5 !important;
}

.personalised-search {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 120px;
}

.personalised-search .search-box {
  position: relative;
  margin-top: 8px;
}

.personalised-search .search-box input {
  border: solid 1px #f1f1f1;
  border-radius: 58px;
  height: 48px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 48px;
}

.personalised-search .search-box input:focus,
.personalised-search .search-box input:focus-visible {
  border: solid 1px #089081;
  box-shadow: none;
  outline: 0;
}

.personalised-search .search-box img {
  position: absolute;
  left: 16px;
  top: 12px;
}

.personalised-search .card {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 16px;
  padding-right: 10px;
  margin-bottom: 8px;
}

.personalised-search .card .btn-removed {
  background-color: transparent;
  border: 0;
}

.personalised-search .card .number {
  border: solid 1px #9bdda9;
  border-radius: 4px;
  color: #13b637;
  padding: 2px 8px;
  display: inline-block;
  font-size: 12px;
}

.personalised-search .card .btn-removed {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #ff383c;
  font-size: 14px;
}

.personalised-search .btn-one {
  background-color: #089081;
  border-radius: 50px;
  line-height: 44px;
}

.personalised-search .btn-one:hover {
  background-color: #0c2724;
}

.personalised-search .search-result .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.personalised-search .search-result .btn-add {
  background-color: #f8f8f8;
  height: 32px;
  color: #0c2724;
  border: 0;
  padding: 8px 16px;
  border-radius: 40px;
}

.personalised-search .search-result .btn-add img {
  width: 10px;
}

.personalised-search .search-result-shadow {
  box-shadow: -4px -4px 10px 0px #0e9d8e0f;
}

.personalised-search .search-result {
  box-shadow: 4px 4px 10px 0px #0e9d8e0f;
  background-color: #fff;
  border: solid 1px #f1f1f1;
  padding: 16px;
  margin-top: 4px;
}

.personalised-search .no-location {
  background-color: #fff;
  border: solid 1px #ebeff4;
  text-align: center;
  color: #6a707d;
  font-size: 12px;
  padding: 16px;
}

.personalised-search .card-container {
  max-height: 565px;
  overflow: auto;
  scrollbar-width: thin;
}

.search-back {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
  color: #5d5f5f;
  padding: 14px 80px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.personalised-search-two {
  max-width: 700px;
}

.personalised-search-two .content {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.personalised-search .card p.fw-md.mb-1 {
  max-width: 350px;
}

.personalised-search
  .card
  .d-flex.justify-content-between
  span.text-black400.text-sm,
.personalised-search .card .d-flex.justify-content-between div.mt-auto {
  min-width: 90px;
}

.home-want .content .btn-one {
  line-height: 52px;
  border: solid 2px #006e62;
}

.home-want img {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
}

.home-want {
  min-height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home-want .content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}

.home-want .content .text-green2 {
  color: #2eb24f;
}

.text-white {
  color: #fff;
}

.text-black100 {
  color: #aab3b2;
}

.home-want .content .btn-one {
  border-radius: 40px;
  width: auto;
  height: 56px;
  width: 232px;
}

/* New services page design css */
header .mega-menu {
  border-radius: 16px;
  max-width: 880px;
  width: 100%;
  min-width: 832px;
  background-color: #fff;
  padding: 24px;
  box-shadow: 10px 10px 80px 0px #c6c8d366;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 74px;
  transition: all 0.1s;
  box-sizing: border-box;
}

header .mega-menu .row {
  box-shadow: -10px -10px 80px 0px #c6c8d31a;
  --bs-gutter-x: 0;
}

header .mega-menu .img-box {
  border-radius: 8px;
  border: solid 1px #ebeff4;
  padding: 16px;
}

header .mega-menu .img-box img {
  border-radius: 8px;
  width: 100%;
  height: 232px;
  object-fit: cover;
}

header .mega-menu .item {
  border-radius: 8px;
  padding: 24px;
  background-color: #fff;
  margin-left: 24px;
  display: flex;
  gap: 16px;
  align-items: start;
}

header .mega-menu .item:hover {
  background-color: #eef6fe;
}

header .mega-menu .item svg {
  min-width: 24px;
}

header .mega-menu .text-black300 {
  font-size: 16px;
  line-height: 22px;
}

header .menus a:hover {
  background-color: #f7f8fa;
  color: #0c2724;
  border-radius: 4px;
}

header .menus a {
  display: flex;
  gap: 4px;
  align-items: center;
}

header .menus a.text-p2.fw-md.p-0:hover {
  background-color: transparent;
}

/* .services-page css */
.services-page {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.services-page .service-banner .card {
  border: solid 1px #ebeff4;
  background-color: #fff;
  border-radius: 24px;
  padding: 60px 32px 40px 32px;
}

.services-page .service-banner .card:hover {
  box-shadow: 0px 4px 20px 0px #b9bfdc7a;
  border: solid 1px #fff;
}

.services-page .service-banner .card p.text-black500.lh-24 {
  min-height: 75px;
}

.services-page .service-banner {
  padding: 88px 0px 120px 0px;
}

.services-page .service-banner .row.mt-60.text-center {
  margin-left: 126px;
  margin-right: 126px;
}

.services-page .service-banner .card .btn-outline {
  border: solid 1px #ebeff4;
  border-radius: 40px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  color: #0088ff;
  line-height: 22px;
}

.services-page .service-banner .card.one {
  margin-right: 12px;
}

.services-page .service-banner .card.two {
  margin-left: 12px;
  margin-right: 12px;
}

.services-page .service-banner .card.three {
  margin-left: 12px;
}

.services-page .service-banner .card.one .btn-outline {
  color: #0088ff;
}

.services-page .service-banner .card.two .btn-outline {
  color: #2eb24f;
}

.services-page .service-banner .card.three .btn-outline {
  color: #ff7c07;
}

.services-page .service-banner .card.one .btn-outline:hover {
  background-color: #0088ff;
  border: solid 1px #0088ff;
  color: #fff;
}

.services-page .service-banner .card.two .btn-outline:hover {
  background-color: #2eb24f;
  border: solid 1px #2eb24f;
  color: #fff;
}

.services-page .service-banner .card.three .btn-outline:hover {
  background-color: #ff7c07;
  border: solid 1px #ff7c07;
  color: #fff;
}

.services-page .count-area {
  margin-left: 80px;
  margin-right: 80px;
  position: relative;
}

.services-page .count-area .count-box {
  background: linear-gradient(0deg, #f7f8fa, #f7f8fa),
    linear-gradient(180deg, #f7f8fa 0%, #f8f8f8 100%);
  padding: 120px 0 120px 100px;
  margin-top: 40px;
  border-radius: 16px;
}

.services-page .count-area .count-box .content {
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 100px;
  position: relative;
  z-index: 5;
}

.services-page .count-area img {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  z-index: 1;
}

.services-page .count-area .count-box .content .text-32 {
  margin-bottom: 8px;
}

.services-page .count-area .count-box .content .card {
  position: relative;
}

.services-page .count-area .count-box .content .card hr {
  border: 0;
  height: 58px;
  position: absolute;
  left: -16px;
}

.services-page .count-area .count-box .content .one hr {
  border-left: solid 4px #0088ff;
}

.services-page .count-area .count-box .content .two hr {
  border-left: solid 4px #ff7c07;
}

.services-page .count-area .count-box .content .three hr {
  border-left: solid 4px #b987ff;
}

.services-page .count-area .count-box .content .four hr {
  border-left: solid 4px #2eb24f;
}

.services-page .count-area .count-box .content .two .text-blue2 {
  color: #ff7c07;
}

.services-page .count-area .count-box .content .three .text-blue2 {
  color: #b987ff;
}

.services-page .count-area .count-box .content .four .text-blue2 {
  color: #2eb24f;
}

.services-page .key-feature {
  margin: 160px 80px;
  padding-bottom: 0;
}

.services-page .key-feature .content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.services-page .key-feature .card {
  background-color: #f8f8fa;
  border-radius: 16px;
  padding: 32px 0;
  text-align: center;
  margin-left: 16px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services-page .key-feature .col-lg-6:nth-child(1) .card {
  margin-left: 0;
}

.services-page .key-feature .col-lg-6:nth-child(2) .card {
  background-color: #f9f7f8;
}

.services-page .key-feature .col-lg-6:nth-child(3) .card {
  background-color: #f7f9f9;
}

.services-page .key-feature .col-lg-6:nth-child(4) .card {
  background-color: #f9f9f7;
}

.services-page .key-feature .card a {
  color: #0c2724;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.services-page .key-feature .card p {
  padding-left: 24px;
  padding-right: 24px;
}

.feedbackSwiper .user-card {
  background-color: #f7f8fa;
  padding: 12px;
  border-radius: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.feedbackSwiper .user-card .img-box {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background-color: #ddf7f6;
  overflow: hidden;
}

.feedbackSwiper .user-card .dot {
  width: 4px;
  height: 4px;
  background-color: #787878;
  border-radius: 50px;
}

.feedbackSwiper .review-card {
  background-color: #f7f8fa;
  padding: 24px;
  border-radius: 16px;
  min-height: 424px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 16px;
}

.service-faq {
  background: linear-gradient(0deg, #f7f8fa, #f7f8fa);
  padding: 70px 100px 120px 100px;
}

.service-faq .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.img-box {
  max-height: 500px;
  overflow: hidden;
  border-radius: 24px;
}

.service-faq img {
  border-radius: 24px;
  width: 100%;
}

.service-faq .btn-outline {
  border: solid 1px #089081;
  border-radius: 40px;
  color: #089081;
  font-size: 16px;
  font-weight: 500;
  width: auto;
  padding: 0 32px;
}

.service-faq .btn-outline:hover {
  background-color: #089081;
  color: #fff;
  border: solid 1px #089081;
}

.service-faq .ui-tabs {
  margin-left: 80px;
}

.service-faq .ui-accordion h3 {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 14px 16px;
  color: #051412;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 20px auto 20px;
  cursor: pointer;
  position: relative;
}

.service-faq .ui-accordion h3.ui-state-active {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.service-faq .ui-accordion h3 .ui-accordion-header-icon {
  display: none;
}

.service-faq .ui-accordion h3 .number {
  color: #9da2a2;
  font-size: 14px;
}

.service-faq .ui-accordion h3 .title {
  margin-left: 24px;
}

.service-faq .ui-accordion h3 i {
  color: #5d5f5f;
  position: absolute;
  right: 16px;
  top: 18px;
}

.service-faq .ui-accordion-content {
  background-color: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 16px;
  /* height: auto !important; */
}

.service-faq .ui-accordion-content ul {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #536262;
  padding-left: 20px;
}

.service-faq .ui-accordion-content ul li {
  margin-bottom: 8px;
  line-height: 24px;
}

.service-faq .ui-accordion-content p {
  color: #536262;
  line-height: 24px;
}

.service-faq .ui-accordion-content a {
  color: #02897a;
}

.service-faq .ui-accordion-content .text-black500 {
  color: #536262 !important;
  margin-left: 42px;
}

.service-faq * {
  transition: all 0s !important;
}

/* ============================================= CSS start by Sozol Ahamed =============*/

/* opportunities start */
.opportunities {
  padding-top: 16px;
  padding-bottom: 60px;
}

.section-breadcrumb nav ul li {
  list-style: none;
  flex: 0 0 auto;
}

.section-breadcrumb nav ul li a {
  color: #6d6d6e;
  font-size: 14px;
  line-height: 26px;
}

.section-breadcrumb nav ul {
  gap: 8px;
}

.section-breadcrumb nav ul li a.active {
  color: #018375;
}

.section-breadcrumb nav ul li a:hover {
  color: #018375;
}

.section-breadcrumb nav ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.section-breadcrumb nav ul li span img {
  height: 16px;
  width: 16px;
}

.bg-transparent {
  background-color: transparent !important;
}

.opportunity-links {
  position: sticky;
  top: 72px;
  background-color: #fff;
  z-index: 2;
}

.opportunity-links-inner {
  padding-bottom: 40px;
  border-bottom: 1px solid #ebeff4;
  gap: 5px 8px;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 80px;
  padding-top: 15px;
}

.opportunity-links a {
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 400;
  color: #5d5f5f;
  line-height: 24px;
  border: 1px solid #ebeff4;
  border-radius: 50px;
  letter-spacing: 2%;
}

.opportunity-links .active {
  background-color: #0c2724;
  font-weight: 500;
  color: #fff;
  border-color: #0c2724;
}

.opportunity-links a.active {
  background-color: #0c2724;
  font-weight: 500;
  color: #fff;
  border-color: #0c2724;
}

.opportunity-links a.active:hover {
  background-color: #018375;
  border-color: #018375;
}

.opportunity-links a:hover {
  background-color: #0c2724;
  color: #fff;
}

.opportunities-title {
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 46px;
}

.bid-writting-title {
  max-width: 1280px;
}

.opportunities-title .text-black400 {
  max-width: 1080px;
  margin: 0 auto;
  line-height: 26px;
}

/* opportunities end */

/* key feature start */
.key-feature {
  padding-bottom: 80px;
}

.row > .col-lg-4 {
  width: 33.3333333%;
  flex: 0 0 auto;
}

.key-feature-card {
  border: 1px solid #ebeff4;
  height: auto;
  padding: 25px;
  padding-bottom: 35px;
  transition: all 0.2s;
  padding-top: 60px;
}

.feature-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0c2724;
  padding: 11px 30px;
  border: 1px solid #ebeff4;
  border-radius: 50px;
}

.key-feature-card:hover {
  box-shadow: 0px 4px 20px 0px #b9bfdc7a;
  cursor: pointer;
}

.feature-btn:hover {
  background-color: #0c2724;
  border-color: #0c2724;
  color: #fff;
}

.key-feature-thumb {
  padding: 15px;
  display: flex;
  justify-content: center;
  height: 237px;
  align-items: normal;
}

.key-feature-content h4 {
  color: #0c2724;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  min-height: 65px;
}

.tender-services-page .key-feature-content h4 {
  text-align: center;
}

.key-feature-content p {
  color: #5d5f5f;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 32px;
  min-height: 96px;
}

.tender-service-title p {
  font-size: 16px;
  font-weight: 400;
  color: #6d6d6e;
  line-height: 24px;
  margin-bottom: 24px;
}

.tender-service-title p.text-18 {
  font-size: 18px;
}

.tender-service-title h4 {
  color: #0c2724;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  max-width: 1080px;
}

.tender-service-title {
  padding-bottom: 60px;
}

.tender-service-title h4 br {
  display: none;
}

.key-feature-wrapper .row .col-lg-4:nth-child(1) .key-feature-thumb img,
.key-feature-wrapper .row .col-lg-4:nth-child(4) .key-feature-thumb img {
  height: 210px;
}

.key-feature-wrapper .row .col-lg-4:nth-child(2) .key-feature-thumb img,
.key-feature-wrapper .row .col-lg-4:nth-child(3) .key-feature-thumb img,
.key-feature-wrapper .row .col-lg-4:nth-child(6) .key-feature-thumb img {
  height: 180px;
}

.key-feature-wrapper .row .col-lg-4:nth-child(5) .key-feature-thumb img {
  height: 152px;
}

.key-feature-wrapper .row .col-lg-4:nth-child(5) .key-feature-thumb {
  align-items: center;
}

/* key feature end */

/* experience start */

.experience-inner .tender-service-title h4 {
  margin-bottom: 24px;
}

.experience-inner .tender-service-title p {
  margin-bottom: 40px;
  line-height: 24px;
  font-size: 16px;
  color: #0c2724;
}

.experience-inner .tender-service-title .feature-btn {
  background-color: #0c2724;
  color: #fff;
  border-color: #0c2724;
}

.experience-inner .tender-service-title .feature-btn:hover {
  background: transparent;
  color: #0c2724;
  border-color: #0c2724;
}

.experience-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.experience-right-block {
  display: flex;
  align-items: center;
  width: 672px;
  flex: 0 0 auto;
  gap: 24px;
}

.experience-inner .tender-service-title {
  max-width: 550px;
  padding: 0;
}

.experience-thumb img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* experience end */

/* additional feature start */

.additional-feature {
  padding-block: 160px;
}

.additional-inner .tender-service-title {
  padding-bottom: 60px;
}

.additional-inner .tender-service-title h4 {
  max-width: 100%;
}

.additional-feature-wrapper {
  padding: 30px;
  background-color: #f7f8fa;
  border-radius: 16px;
}

.additional-feature-wrapper .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.additional-card {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 12px;
}

.additional-card h3 span {
  height: 56px;
  width: 56px;
  flex: 0 0 auto;
}

.additional-card h3 {
  gap: 16px;
  color: #0c2724;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 32px;
}

.additional-card p {
  color: #5d5f5f;
  margin: 0;
  line-height: 24px;
  font-size: 16px;
}

.additional-feature .additional-card {
  min-height: 275px;
  box-sizing: border-box;
}

/* additional feature end */

/* benefits feature start */
.benefits-features {
  margin-bottom: 160px;
}

.benefits-features-inner {
  background-color: #f7f9f9;
  border-radius: 18px;
  padding: 80px;
}

.benefits-feature-thumb {
  width: 540px;
  height: 570px;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.benefits-feature-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits-feature-wrapper {
  display: flex;
  gap: 80px;
}

.benefits-feature-accordion .accordion {
  margin-top: 60px;
}

.accordion__item {
  border-bottom: 1px solid #dadee4;
  overflow: hidden;
  padding-block: 30px;
}

.accordion__item:first-child {
  padding-top: 0;
}

.accordion__item:last-child {
  border: 0;
}

.accordion__header:nth-child(1) {
  padding-top: 0;
}

.accordion__input {
  display: none;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.faq-title-1 {
  color: #4eab89;
}

.faq-title-2 {
  color: #ef8960;
}

.faq-title-3 {
  color: #83d365;
}

.faq-title-4 {
  color: #8f8dff;
}

.accordion__icon {
  transition: transform 0.3s ease-in-out;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}

.accordion__text {
  font-size: 16px;
  color: #5d5f5f;
  line-height: 24px;
  margin-top: 24px;
}

.accordion__input:checked ~ .accordion__content {
  max-height: 200px;
}

.accordion__input:checked + .accordion__header .accordion__icon {
  transform: rotate(180deg);
}

.accordion-icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.icon-plus,
.icon-minus {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}

.icon-minus {
  opacity: 0;
}

.accordion__input:checked + .accordion__header .icon-plus {
  opacity: 0;
}

.accordion__input:checked + .accordion__header .icon-minus {
  opacity: 1;
}

.benefits-features-inner .tender-service-title h4 {
  max-width: 800px;
}

/* benefits feature end */

/* tender search start */

.tender-search {
  background-color: #fff;
  padding-bottom: 120px;
}

.tender-search .section-breadcrumb {
  padding-block: 16px;
}

.tender-search-inner img {
  border-radius: 18px;
  box-shadow: 15.63px 15.63px 78.13px 0px #b8b8b8;
  backdrop-filter: blur(24px);
}

.tender-search-inner .opportunity-links {
  border: 0;
  margin-top: 40px;
}

.tender-search-inner .opportunity-links a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 11px 26px;
  background-color: #0c2724;
  border-color: #0c2724;
  color: #fff;
}

.tender-search-inner .opportunity-links a:hover {
  border-color: #018375;
  background-color: #018375;
  color: #ffffff;
}

.tender-search-image {
  max-width: 1150px;
  margin: 0 auto;
  padding-left: 33px;
  margin-top: 60px;
}

.tender-search-inner .opportunities-title .text-black500 {
  margin-bottom: 24px;
}

.tender-search-inner {
  max-width: 1550px;
  margin: 0 auto;
  position: relative;
  height: 800px;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 16px;
}

.tender-search .container-fluid {
  padding: 0 24px;
  box-sizing: border-box;
}

.tender-search-inner > img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 100% 100%;
  z-index: -1;
}

.tender-search-inner .opportunities-title {
  padding-top: 80px;
}

/* tender search end */

/* tender business start */
.tender-business {
  padding-bottom: 120px;
}

.tender-business .container {
  max-width: 1090px;
}

.tender-business-inner .tender-service-title {
  padding-bottom: 0;
}

.business-thumb {
  margin-block: 40px;
}

.business-title h4 {
  max-width: 100%;
  margin-bottom: 24px;
}

.business-title p:last-child {
  margin-bottom: 0;
}

.business-title p {
  max-width: 620px;
  line-height: 1.625;
}

.business-title ul li {
  list-style: none;
  color: #5d5f5f;
  font-size: 16px;
  padding-left: 24px;
  position: relative;
  line-height: 26px;
  margin-bottom: 4px;
}

.business-title ul li:before {
  content: "";
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4a5669;
  left: 0;
  position: absolute;
}

.business-title ul {
  margin-bottom: 20px;
}

.business-content h4 {
  font-size: 32px;
  color: #0c2724;
  margin-bottom: 24px;
  font-weight: 500;
}

.tender-business-image {
  height: 540px;
  margin-block: 40px;
}

.tender-business-image img {
  height: 100%;
  object-fit: cover;
}

.about-overview-content .about-bottom-content a {
  text-decoration: underline;
  color: #0c2724;
  font-weight: 500;
}

.home-banner .content .text-20.text-black400 {
  line-height: 30px;
}

.about-overview-content .about-bottom-content a:hover {
  color: #018375;
}

.about-overview-sec-wrapper {
  margin-top: 160px;
}

.business-listing ul li {
  color: #5d5f5f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  list-style: none;
  padding-left: 24px;
  max-width: 620px;
}

.business-listing ul li:not(last-child) {
  margin-bottom: 8px;
}

.business-listing ul li::before {
  content: "";
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4a5669;
  left: 0;
  position: absolute;
}

/* tender business end */

/* explore service start */
.explore-service {
  padding-bottom: 120px;
}

.explore-service-title h4 {
  font-size: 24px;
  color: #0c2724;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
}

.explore-service-title {
  margin-bottom: 24px;
}

.explore-service-btns {
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.explore-service-btns a {
  padding: 8px 16px;
  color: #0c2724;
  background-color: #f7f8fa;
  line-height: 24px;
  font-weight: 400;
  border-radius: 4px;
}

.explore-inner {
  padding: 60px;
  border: 1px solid#EBEFF4;
  border-radius: 16px;
}

.explore-service-btns a:hover {
  background-color: #089081;
  color: #fff;
}

.explore-service-thumb {
  height: 92%;
}

.explore-service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.explore-service-wrapper .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.explore-service-card {
  padding: 24px;
  border: 1px solid #ebeff4;
  border-radius: 8px;
  height: auto;
  gap: 50px;
  justify-content: space-between;
}

.explore-service-card > span {
  width: 24px;
  height: 24px;
  display: block;
  margin-bottom: 20px;
}

.explore-service-btn {
  width: 185px;
  flex: 0 0 auto;
}

.explore-service-content h4 {
  color: #0c2724;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
  letter-spacing: 1%;
}

.explore-service-content p {
  font-size: 16px;
  line-height: 20px;
  color: #6d6d6e;
  letter-spacing: 1%;
  margin-bottom: 20px;
}

.explore-service-content a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #2eb24f;
  letter-spacing: 2%;
}

.explore-service-content .orange-explore-btn {
  color: #ff7c07;
}

.explore-service-content a:hover {
  text-decoration: underline;
}

.explore-service-wrapper .col-12 {
  width: 100%;
}

.m-0 {
  margin: 0 !important;
}

.explore-service-btn .feature-btn {
  background-color: #0c2724;
  border-color: #0c2724;
  color: #fff;
  padding: 11px 22px;
  font-size: 16px;
}

.explore-service-btn .feature-btn:hover {
  background: transparent;
  color: #0c2724;
}

/* explore service end */

/* booking service start */
.booking-service {
  padding-block: 120px;
  background-color: #f7f8fa;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.booking-service-shape {
  position: absolute;
  right: 0;
  top: 40px;
  height: 372px;
  width: auto;
  z-index: -1;
  pointer-events: none;
}

.booking-service-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.booking-inner .tender-service-title h4 {
  font-size: 48px;
  max-width: 640px;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 32px;
}

.booking-inner .tender-service-title p {
  color: #0c2724;
  max-width: 620px;
  margin-bottom: 32px;
  font-size: 18px;
}

.booking-inner .tender-service-title .feature-btn {
  background: #089081;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 5px;
  border-color: #089081;
  max-width: 206px;
  padding-inline: 26px;
  justify-content: space-between;
}

.booking-inner .tender-service-title .feature-btn:hover {
  background: transparent;
  color: #089081;
}

.booking-inner .tender-service-title .feature-btn span {
  width: 24px;
  height: 24px;
  display: flex;
}

.booking-inner .tender-service-title .feature-btn span img {
  transition: all 0.2s;
}

.booking-inner .tender-service-title .feature-btn:hover span {
  filter: brightness(0) saturate(100%) invert(40%) sepia(60%) saturate(1082%)
    hue-rotate(134deg) brightness(91%) contrast(94%);
}

.booking-inner .tender-service-title h4 span {
  color: #089081;
}

.opportunities .container {
  max-width: 1480px;
  padding: 0 20px;
  box-sizing: border-box;
}

/* booking service end */

/* training-service start */

.training-service {
  padding-top: 16px;
  padding-bottom: 100px;
}

.training-service .section-breadcrumb {
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.training-service-inner .opportunities-title {
  margin-bottom: 60px;
}

.training-service-inner .opportunities-title .text-black500 {
  margin-bottom: 32px;
}

.training-service-wrapper .row .col-lg-4 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 24px;
}

.training-service-thumb {
  margin-bottom: 24px;
  height: 230px;
}

.training-service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.training-service-card .key-feature-content h4 {
  margin-bottom: 8px;
}

.training-service-card .key-feature-content p {
  color: #9da2a2;
  margin-bottom: 16px;
  max-width: 340px;
  letter-spacing: 0;
}

.training-service-card .feature-btn {
  background: transparent;
  border: 0;
  color: #089081;
  display: flex;
  align-items: center;
  padding: 0;
  gap: 4px;
}

.training-service-card .feature-btn span img {
  filter: brightness(0) saturate(100%) invert(52%) sepia(93%) saturate(5175%)
    hue-rotate(153deg) brightness(90%) contrast(94%);
}

.training-service-card .feature-btn span {
  width: 24px;
  height: 24px;
}

.training-service-card .feature-btn:hover {
  color: #0c2724;
}

.training-service-card .feature-btn:hover span img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(11%) saturate(2912%)
    hue-rotate(123deg) brightness(97%) contrast(91%);
}

/* training-service end */

/* Trust plans start */

.trust-plans {
  padding-block: 160px;
}

.trust-plan-inner .tender-service-title {
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 0;
}

.trust-plan-inner .tender-service-title h4 {
  max-width: 100%;
  margin-bottom: 24px;
}

.trust-plan-inner .tender-service-title p {
  margin: 0;
  color: #5d5f5f;
}

.trust-plans-wrapper .row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 20px;
}

.trust-plans-wrapper .col-lg-3 {
  width: 33.3333333%;
}

.plans-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  margin-bottom: 32px;
  padding: 3px;
}

.trust-plans-wrapper .additional-card h3 {
  margin-bottom: 16px;
}

.trust-plans-wrapper .additional-card p {
  max-width: 300px;
}

.trust-plans-wrapper .additional-card {
  padding-bottom: 8px;
  background: transparent;
}

.trust-plan-inner .opportunity-links {
  padding-top: 60px;
}

.trust-plan-inner .opportunity-links a {
  background-color: #f7f8fa;
  border-color: #f7f8fa;
  padding: 11px 28px;
  font-size: 16px;
  font-weight: 500;
  color: #0c2724;
}

.trust-plan-inner .opportunity-links a:hover {
  background-color: #018375;
  border-color: #018375;
  color: #fff;
}

/* Trust plans end */

/* Pricing area start */

.pricing-area {
  padding-top: 100px;
  background-color: #fefefe;
}

.pricing-wrapper .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

.pricing-inner-block .opportunities-title {
  margin-top: 0;
  margin-bottom: 40px;
}

.pricing-inner-block .opportunities-title .text-black500 {
  line-height: 68px;
}

.pricing-wrapper .row .col-lg-3 {
  width: 25%;
}

.pricing-card {
  border-radius: 16px;
  border: 1px solid #ebeff4;
  padding: 24px;
  position: relative;
  transition: all 0.3s ease-in-out;
  height: 100%;
  overflow: hidden;
}

.pricing-card-shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 212px;
  transition: all 0.3s ease-in-out;
}

.pricing-card-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricing-card:hover {
  box-shadow: -10px -10px 40px 0px #0000000f;
  box-shadow: 10px 10px 40px 0px #0000000f;
}

.pricing-icon {
  width: 40px;
  height: 40px;
  display: flex;
  margin-bottom: 24px;
}

.pricing-content h4 {
  color: #151b28;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.pricing-content p {
  line-height: 24px;
  color: #393f4c;
  letter-spacing: 2%;
  font-size: 16px;
}
 
.pricing-card .pricing-content {
  min-height: 100px;
}

.pricing-card-bottom .price {
  font-size: 32px;
  color: #151b28;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 24px;
}

.pricing-card-bottom .price span {
  font-size: 14px;
  color: #6a707d;
  line-height: 32px;
  position: relative;
  bottom: -6px;
}

.pricing-btn {
  padding: 12px;
  width: 100%;
  border: 0;
  border-radius: 8px;
  background-color: #051412;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.features-list {
  margin-top: 24px;
  height: 215px;
  overflow-y: scroll;
  padding-right: 5px;
}

.pricing-btn:hover {
  background-color: #0088ff;
}

.features-list h4 {
  font-size: 16px;
  color: #151b28;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}

.features-list li {
  list-style: none;
  display: flex;
  align-items: center;
  color: #5d5f5f;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  gap: 8px;
  margin-bottom: 6px;
}

.pricing-list-icon {
  width: 20px;
  height: 20px;
  display: flex;
  flex: 0 0 auto;
}

.pricing-btns {
  background-color: #f7f8fa;
  padding: 4px;
  border-radius: 60px;
  gap: 8px;
  max-width: 258px;
  margin: 0 auto 60px;
  justify-content: space-between;
}

.pricing-btns {
  position: relative;
  background: #f1f3f3;
  border-radius: 50px;
  padding: 4px;
  width: fit-content;
}

.pricing-btns button {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 28px;
  border: none;
  border-radius: 50px;
  background: transparent;
  color: #0c2724;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* sliding switch background */
.pricing-btns::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: #0c2724;
  border-radius: 50px;
  transition: transform 0.35s ease;
}

.pricing-btns button.active {
  color: #fff;
  font-weight: 500;
}

.pricing-btns button[data-plan-type="yearly"].active ~ ::before {
  transform: translateX(100%);
}

.pricing-btns.yearly::before {
  transform: translateX(100%);
}

.pricing-btns button:hover {
  background-color: #fefefe;
}
.pricing-btns button.active:hover {
  background-color: #0c2724;
}

/* Pricing area end */

/* Service addons start */
.service-addons {
  padding-block: 160px;
  overflow: hidden;
}

.service-addons-inner .tender-service-title p {
  font-size: 16px;
  margin-bottom: 16px;
}

.service-addons-inner .tender-service-title {
  padding-bottom: 40px;
}

.service-addons-wrapper .col-lg-6 {
  width: 50%;
}

.service-addons-wrapper .row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 20px;
}

.service-addons-card {
  padding: 40px;
  border: 1px solid #ebeff4;
  border-radius: 8px;
}

.service-addons-card .key-feature-content {
  margin-bottom: 32px;
}

.service-addons-card .key-feature-content h4 {
  margin-bottom: 8px;
}

.service-addons-card .key-feature-content p {
  margin: 0;
}

.addons-inner-card a {
  background-color: #ffffff;
  padding: 32px;
  box-shadow: 24px 24px 200px 0px #40454f0f;
  border-radius: 4px;
  width: 100%;
}

.addons-inner-card h4 {
  font-size: 20px;
  font-weight: 500;
  color: #151b28;
  line-height: 32px;
}

.addons-card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  margin-bottom: 24px;
}

.stats-row {
  width: 100%;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stats-top,
.stats-bottom {
  display: flex;
  font-size: 14px;
  gap: 16px;
  line-height: 16px;
}

.stats-bottom {
  justify-content: space-between;
}

.default-count {
  color: #393f4c;
}
.stats-top {
  color: #393f4c;
  font-weight: 500;
}

.purchase-count {
  color: #13b637;
  font-weight: 500;
}

.blue-stats-row .purchase-count {
  color: #0088ff;
}

.progress-bar-wrap {
  width: 100%;
  height: 12px;
  background-color: #f8f8f9;
  border-radius: 8px;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  background-color: #13b637;
  border-radius: 13px;
  transition: width 0.4s ease-in-out;
}

.blue-stats-row .progress-bar-fill {
  background-color: #0088ff;
}

.available-count {
  color: #444;
}

.total-count {
  color: #555;
}

/* Service addons end */

#tabs3 ul li a.active {
  color: #0c2724;
  background-color: #f7f8f9;
  border-color: #f7f8f9;
}
.footer #tabs-5 p,
.footer #tabs-6 p,
.footer #tabs-7 p {
  background-color: #f7f8f9;
  padding: 10px;
  padding-left: 13px;
  font-size: 16px;
  max-width: 413px;
  padding-right: 0;
}
#tabs3 > div {
  display: none;
}

#tabs3 > div.active {
  display: block;
}

/* Compare plans start */

.compare-top-block .tender-service-title {
  padding: 0;
  width: 260px;
  flex: 0 0 auto;
}

.compare-top-block {
  display: flex;
  gap: 17px;
}

.compare-top-block .tender-service-title h4 {
  font-size: 32px;
  margin-bottom: 16px;
  line-height: 40px;
}

.compare-top-block .tender-service-title p {
  margin: 0;
  letter-spacing: 2%;
}

.compare-plans-inner .plans-options {
  display: flex;
  gap: 15px;
}

.plan-card {
  text-align: center;
  /* max-width: 130px; */
}

.plan-card h5 {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #151b28;
  font-weight: 500;
}

.plan-card span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #6d6d6e;
  font-weight: 500;
}

.plan-card button {
  padding: 7px 23px;
  border-radius: 4px;
  background: transparent;
  color: #0c2724;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #ebeff4;
}

.plan-card button:hover {
  background-color: #018375;
  color: #fff;
  border-color: #018375;
}

.compare-packages-features {
  margin-top: 50px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ebeff4;
}

.packages-header {
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebeff4;
}

.packages-header h4 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  color: #000000;
}

.toggle-table {
  background: transparent;
  border: 1px solid #f1f3f6;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in;
}

.toggle-table img {
  height: 24px;
  width: 24px;
  transition: all 0.3s ease-in;
}

.toggle-table:hover {
  background-color: #051412;
  border-color: #051412;
}

.toggle-table:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(91deg) brightness(100%) contrast(103%);
}

.packages-table {
  display: none;
  padding: 24px;
}

.packages-table table {
  width: 100%;
  border-collapse: collapse;
}

.packages-table th,
.packages-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #ebeff4;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #151b28;
}

.packages-table td {
  padding: 16px;
  border-bottom: 1px solid #ebeff4;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #393f4c;
  line-height: 16px;
}

.tick-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cross-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-packages-features.open .packages-table {
  display: block;
  padding-inline: 24px;
  border-top: 1px solid #ebeff4;
}

.compare-packages-features.open .arrow-icon {
  transform: rotate(180deg);
}

.pacasege-border-none td {
  border-bottom: 0;
}

.packages-table td span {
  color: #cbcfd8;
}
/* Compare plans end */

/* Bid Support Start */

.bid-support {
  padding-block: 120px;
}

.bid-wealth-support {
  background-color: #f8efe6;
}

.bid-support-inner {
  display: flex;
  align-items: center;
  gap: 120px;
}

.bid-support-thumb {
  max-width: 470px;
  width: 100%;
  height: 574px;
}

.bid-support-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px 16px 16px 16px;
}

.bid-support-inner .training__support__content {
  margin: 0;
  max-width: 530px;
}

.bid-support-inner .training__support__content .h2__title {
  font-size: 40px;
  color: #051412;
  line-height: 48px;

  margin-bottom: 16px;
}

.bid-support-inner .training__support__content p {
  color: #5d5f5f;
  line-height: 24px;
  margin-bottom: 30px;
}

.bid-support-inner .training__support__content button {
  padding: 12px 32px;
  background-color: #02897a;
  font-size: 16px;
  font-weight: 500;
  border-radius: 40px;
  border: 1px solid #02897a;
}

.bid-support-inner .training__support__content button:hover {
  background: transparent;
  color: #02897a;
  border-width: 1px;
}

.bid-wealth-support .bid-support-inner .training__support__content button {
  background-color: #ff7c07;
  border-color: #ff7c07;
}

.bid-wealth-support
  .bid-support-inner
  .training__support__content
  button:hover {
  background: transparent;
  color: #ff7c07;
}

/* Bid Support End */

/* Course Start */

.course {
  padding-top: 16px;
  padding-bottom: 160px;
}

.course-inner .section-breadcrumb {
  padding-bottom: 58px;
}

.course-top-block {
  display: flex;
  gap: 144px;
  padding-bottom: 80px;
}

.course-top-left {
  width: 756px;
  flex: 0 0 auto;
}

.course-top-left .tender-service-title h4 {
  max-width: 100%;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 25px;
  color: #051412;
}

.course-top-left .tender-service-title p {
  margin: 0;
}

.course-top-left .tender-service-title {
  margin: 0;
  padding: 0;
}

.enroll-card {
  padding: 24px;
  padding-bottom: 30px;
  background-color: #f7f8fa;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
  margin-block: 24px;
}

.enroll-profile {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.enroll-profile-pic {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
}

.enroll-profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}

.enroll-profile-content a {
  font-weight: 500;
  line-height: 24px;
  color: #0c2724;
  display: inline-block;
}

.enroll-profile-content p {
  color: #6d6d6e;
  margin: 0;
  line-height: 24px;
}

.enroll-profile-content a:hover {
  color: #ff7c07;
}

.enroll-btn {
  background-color: #089081;
  border-radius: 8px;
  padding: 12px 80px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.enroll-now-button {
  margin-bottom: 16px;
}

.enroll-btn:hover {
  background-color: #ff7c07;
}

.enrolled-people p {
  margin: 0;
  font-size: 14px;
  color: #6d6d6e;
  line-height: 24px;
}

.enrolled-people p span {
  font-weight: 500;
  color: #000000;
}

.enroll-card-shape {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 220px;
}

.enroll-card-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.course-training-title h3 {
  font-size: 24px;
  font-weight: 500;
  color: #0c2724;
  line-height: 32px;
}

.course-training-title {
  border-bottom: 1px solid #ebeff4;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.course-training-card {
  width: 268px;
  flex: 0 0 auto;
  gap: 16px;
}

.course-training-wrapper {
  gap: 8px;
}

.course-card-icon {
  width: 32px;
  height: 32px;
  display: flex;
  flex: 0 0 auto;
}

.course-training-card-texts h5 {
  font-size: 18px;
  color: #0c2724;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
}

.course-training-card-texts p {
  font-size: 16px;
  line-height: 24px;
  color: #5d5f5f;
  margin: 0;
}

.course-training-card-texts h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #0c2724;
  letter-spacing: 2%;
  margin-bottom: 4px;
  gap: 8px;
}

.course-training-card-texts h4 span {
  width: 22px;
  height: 20px;
  display: flex;
}

.c-training-wrapper-2 {
  padding-bottom: 24px;
  border-bottom: 1px solid #ebeff4;
}

.course-booking-card {
  border: 1px solid #ebeff4;
  border-radius: 8px;
  background-color: #ffffff;
}

.course-booking-thumb {
  height: 228px;
  margin: 8px;
}

.course-booking-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.course-bottom-items {
  padding: 24px;
  padding-top: 16px;
}

.course-content {
  margin-bottom: 32px;
}

.course-booking-form {
  margin-top: 24px;
}

.course-benefits {
  margin-bottom: 16px;
}

.course-content h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  color: #0c2724;

  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.course-content h3 del {
  font-size: 14px;
  color: #9da2a2;
  line-height: 100%;
  font-weight: 400;
}

.course-content p {
  line-height: 24px;
  margin-bottom: 3px;
  color: #5d5f5f;
}

.course-content span {
  color: #089081;
  background-color: #ebf6f5;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  padding-inline: 8px;
}

.course-benefits h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #0c2724;
  margin-bottom: 16px;
}

.course-benefits ul li {
  gap: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5d5f5f;
}

.course-benefits ul li span {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.course-booking-form form {
  gap: 8px;
}

.course-booking-form form input {
  padding: 11px 16px;
  color: #9da2a2;
  border: 1px solid #ebeff4;
  border-radius: 4px;
  outline: none;
  font-size: 16px;
  line-height: 24px;
}

.course-booking-form form input::placeholder {
  opacity: 1;
  color: #9da2a2;
}

.course-booking-form button {
  padding: 11px 37px;
  background-color: #089081;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #089081;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.course-booking-form button:hover {
  background-color: #ff7c07;
  border-color: #ff7c07;
}

.course-overview-block {
  margin-bottom: 100px;
}

.course-overview-listing {
  width: 50%;
  flex: 0 0 auto;
}

.course-overview-block .tender-service-title {
  padding-bottom: 40px;
}

.course-overview-listing .features-list {
  margin-top: 0;
}

.course-overview-listing .features-list h4 {
  font-size: 24px;
  color: #051412;
  margin-bottom: 24px;
}

.course-overview-listing .features-list li {
  font-size: 16px;
  line-height: 32px;
}

.course-overview-listing .pricing-list-icon {
  width: 24px;
  height: 24px;
}

.course-title h4 {
  font-size: 32px;
  line-height: 40px;
  color: #051412;
}

.course-module-wrapper {
  max-width: 760px;
}

.course-module-block {
  border: 1px solid #ebeff4;
  border-radius: 8px;
}

.course-module-title {
  margin-bottom: 8px;
  gap: 20px;
}

.course-module-number {
  gap: 8px;
}

.course-module-number p {
  margin: 0;
  color: #5d5f5f;
  line-height: 24px;
}

.course-module-number span {
  color: #d8dde4;
  font-size: 14px;
}

.course-module-number {
  margin-bottom: 24px;
}

.course-include-title h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #0c2724;
}

.course-include-title {
  margin-bottom: 24px;
}

.course-articles h6 {
  gap: 8px;
  color: #5d5f5f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.course-articles h6 span {
  width: 24px;
  height: 24px;
  background-color: #f7f8fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.course-articles {
  margin-bottom: 24px;
}

.course-module-card .course-module-number {
  margin: 0;
}

.course-module-card {
  padding-block: 24px;
  border-top: 1px solid #ebeff4;
  max-width: 680px;
  margin: 0 auto;
}

.course-module-card:first-child {
  border-bottom: 1px solid #ebeff4;
}

.course-module-card:last-child {
  padding-bottom: 0;
}

.course-module-card.active {
  background-color: #f2f6ff;
  margin-block: 7px;
  padding: 15px 24px;
  border-radius: 8px;
  max-width: 728px;
}

.course-module-top {
  padding: 24px 24px 0 24px;
}

.course-module-cards {
  padding: 0 16px 40px 16px;
}

.course-module-icon button {
  background: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50px;
}

.course-module-icon button:hover {
  background-color: #089081;
}

.course-module-icon button img {
  transition: all 0.2s;
}

.course-module-icon button:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(1%)
    hue-rotate(62deg) brightness(104%) contrast(100%);
}

.course-module-title h4 {
  font-size: 24px;
  color: #0c2724;
  line-height: 32px;
}

.module-details-btn {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #089081;
  font-weight: 500;
}

.module-details-btn span {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.module-details-btn span img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(37%) saturate(5674%)
    hue-rotate(159deg) brightness(98%) contrast(94%);
}

.course-module-dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  gap: 8px;
}

.dd-button span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #0c2724;
}

.dropdown-icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
}

.dd-input {
  display: none;
}

.dd-input + .dd-button + .dd-menu {
  display: none;
}

.dd-input:checked + .dd-button + .dd-menu {
  display: block;
}

.dd-input:checked + .dd-button span {
  color: #089081;
}

.dd-input:checked + .dd-button .dropdown-icon img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #ebf6f5;
  color: #089081;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.dd-input:checked + .dd-button .dropdown-icon img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(97%) saturate(428%)
    hue-rotate(124deg) brightness(90%) contrast(94%);
}

/* Course End */

/* Cases Hero Start */

.cases-hero-image img {
  border-radius: 24px 300px 24px 24px;
}

.cases-hero-image {
  height: 460px;
  padding-bottom: 60px;
}

.cases-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cases-hero-inner .opportunities-title {
  max-width: 1080px;
  margin-bottom: 80px;
  margin-top: 0;
}

.cases-hero-inner .opportunities-title .text-black500 {
  margin-bottom: 24px;
  line-height: 68px;
}

.custom-mobile-dropdown button > span {
  line-height: 24px;
  font-size: 16px;
  color: #0c2724;
}

.cases-new-tabs .nav-item .nav-link {
  padding: 8px 16px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #5d5f5f;
  background: transparent;
  transition: all 0.3s ease-in;
  border: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 14px;
}

.cases-new-tabs .nav-item .nav-link.active {
  border-color: #089081;
  color: #089081;
}

.cases-new-tabs .nav-item .nav-link:hover {
  border-color: #089081;
  color: #089081;
}

.cases-new-tabs .nav-tabs {
  border-bottom: 1px solid #d8dde4;
}
/* Cases Hero End */

/* Use Hero Start */
.use__inner .use__title .h2__title {
  font-size: 32px;

  line-height: 40px;
}

.use__inner .use__title p {
  font-weight: 400;
  line-height: 24px;
}

.use__inner > .use__single__blk > ul > li > span {
  color: #0c2724;
  font-weight: 500;
}

.use__inner .use__single__blk ul li {
  color: #788080;
  line-height: 24px;
}

.use-single-tab {
  padding: 40px;
  background: #fcfdfd;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
}

.use-tabs-title {
  margin-bottom: 40px;
}

.use-tabs-title h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #0c2724;
  margin-bottom: 16px;
}

.use-tabs-title p {
  line-height: 24px;
  color: #0c2724;
  margin: 0;
}
.use-tabs-title span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 28px;
  background-color: #f7f8fa;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #089081;
  line-height: 24px;
}

.use-tab-listing li {
  color: #5d5f5f;
  line-height: 24px;
  margin-bottom: 12px;
}

.use-tab-listing li span {
  font-weight: 500;
  color: #0c2724;
}

.use-tab-listing {
  margin-left: 15px;
  margin-bottom: 80px;
}

.use-single-tab a {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 24px;
  color: #089081;
  font-weight: 500;
}

.use-single-tab a:hover {
  color: #0c2724;
}

/* Use Hero End */

/* Integration Area Start */

.integration-cards .learn-more-btn {
  display: inline-block;
  margin-top: 12px;
  font-weight: 500;
  color: #ff8820;
  /* or your brand color */
  text-decoration: none;
}

.integration-cards .learn-more-btn svg {
  margin-top: 2px;
}

.integration-cards .learn-more-btn:hover {
  text-decoration: underline;
}

.integration-before-login {
  max-width: 800px;
  margin: 40px auto;
}

.integration-before-login .tender-title {
  font-size: 25px;
  margin-bottom: 30px;
}
/* Integration Area End */

/* About Us Area Start */

.about-us {
  padding-bottom: 160px;
}

.about-us .container {
  position: relative;
  z-index: 1;
  padding-top: 138px;
  max-width: 1450px;
}

.about-shape {
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 260px;
  top: -65px;
}

.about-shape-1 {
  left: 0;
}

.about-shape-2 {
  right: 0;
}

.about-us-inner .opportunities-title span {
  font-size: 18px;
  line-height: 26px;
  color: #089081;
  margin-bottom: 24px;
  display: inline-block;
}

.about-us-inner .opportunities-title {
  max-width: 1440px;
}

.about-us-inner .opportunities-title .text-black500 {
  margin-bottom: 24px;
}

.about-us-inner .opportunities-title .text-black400 {
  max-width: 100%;
  letter-spacing: 2%;
}
/* About Us Area End */

/* About Overview Start */

.about-overview {
  padding-bottom: 160px;
}

.about-overview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.about-overview-thumb {
  max-width: 448px;
  height: 560px;
  width: 100%;
}

.about-overview-wrapper {
  gap: 172px;
}

.about-top-content {
  margin-bottom: 80px;
}

.about-top-content span {
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 500;
  color: #2eb24f;
  line-height: 24px;
}

.about-top-content h3 {
  font-size: 40px;
  line-height: 48px;

  color: #0c2724;
  font-weight: 600;
}

.about-bottom-content h5 {
  margin-bottom: 24px;
  color: #2eb24f;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.about-bottom-content p {
  line-height: 24px;
  color: #5d5f5f;
  font-weight: 400;
  margin-bottom: 24px;
}

.about-bottom-content p:last-child {
  margin: 0;
}

/* About Overview End */

/* About Culture Start */
.about-culture {
  padding-bottom: 160px;
}

.about-culture-top {
  margin-bottom: 60px;
}

.about-culture-card .explore-service-content p {
  margin: 0;
}

.explore-service-content {
  background-color: #f7f8fa;
  border-radius: 8px;
  padding: 24px;
}

.training-services-page .explore-service-content {
  background-color: transparent;
  border-radius: 8px;
  padding: 0;
}

.about-culture-badge {
  display: inline-block;
  margin-bottom: 24px;
  color: #0088ff;
  padding: 4px 13px;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
  border-radius: 4px;
}

.green-badge {
  color: #2eb24f;
}

.orange-badge {
  color: #ff7c07;
}

.about-culture-navigation .swiper-button-next,
.about-culture-navigation .swiper-button-prev {
  position: unset;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin: 0 !important;
}

.about-culture-navigation {
  gap: 16px;
}

.about-culture-top .about-top-content {
  max-width: 800px;
}

.about-culture-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.about-culture-navigation .swiper-button-next:hover,
.about-culture-navigation .swiper-button-prev:hover {
  background-color: #0c2724;
}

.about-culture-navigation .swiper-button-next img,
.about-culture-navigation .swiper-button-prev img {
  transition: all 0.3s ease-in-out;
}

.about-culture-navigation .swiper-button-next:hover img,
.about-culture-navigation .swiper-button-prev:hover img {
  filter: brightness(0) invert(1);
}

.about-culture-navigation .swiper-button-next::after,
.about-culture-navigation .swiper-button-prev::after {
  display: none;
}

/* About Culture End */

/* Contact Area Start */
.contact-area {
  padding-top: 128px;
  overflow: hidden;
}

.contact-inner-block > .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.contact-left-block .opportunities-title span {
  font-size: 18px;
  color: #089081;
  line-height: 26px;
  margin-bottom: 24px;
  display: inline-block;
}

.contact-left-block .opportunities-title .text-black500 {
  font-weight: 600;
  line-height: 68px;
  margin-bottom: 24px;
}

.contact-left-block .opportunities-title .text-black400 {
  max-width: 100%;
}

.contact-left-block .opportunities-title {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 80px;
}

.contact-map iframe {
  height: 300px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .compare-packages-features table .mobile-hidden {
    display: none !important;
  }
}

.contact-map {
  margin-bottom: 40px;
}

.office-address h5 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #151b28;
}

.office-address h5 span {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.office-address a {
  line-height: 24px;
  color: #393f4c;
  font-weight: 400;
  max-width: 234px;
}

.contact-left-block {
  max-width: 600px;
}

.contact-right-block {
  max-width: 528px;
  background-color: #ffffff;
  padding: 24px;
  box-shadow: 4px 4px 20px 0px #b9bfdc4d;
  border-radius: 8px;
  margin-left: auto;
}

.contact-right-block form .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 24px;
}

.form-group label {
  display: block;
  margin-bottom: 12px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}

.form-group input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #ebeff4;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
}

.form-group input::placeholder {
  opacity: 1;
  color: #d8dde4;
}

.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #ebeff4;
  border-radius: 4px;
  outline: none;
  height: 120px;
  box-sizing: border-box;
  resize: none;
}

.form-group textarea::placeholder {
  opacity: 1;
  color: #d8dde4;
}

.contact-submit-btn button {
  background-color: #0c2724;
  color: #fff;
  border: 0;
  border-radius: 50px;
  width: 100%;
  padding: 18px 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.contact-submit-btn button:hover {
  background-color: #018375;
}

.contact-submit-btn {
  margin-top: 24px;
}

.contact-captcha {
  padding: 12px 16px;
  background-color: #f7f8fa;
  border-radius: 4px;
}

.contact-captcha h4 {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0c2724;
  gap: 12px;
}

.contact-captcha h4 span {
  width: 22px;
  height: 22px;
  border: 1px solid #d8dde4;
  border-radius: 4px;
}

.contact-captcha p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #9da2a2;
}

/* Contact Area End */

/* Contact Support Start */

.contact-support {
  padding-block: 160px;
  overflow: hidden;
}

.contact-support .container {
  max-width: 768px;
}

.contact-support-card {
  padding: 24px;
  box-shadow: 0px 15px 30px 0px #dcddf340;
  border-radius: 8px;
  background-color: #ffffff;
}

.about-bottom-content a span img {
  filter: brightness(0) saturate(100%) invert(31%) sepia(77%) saturate(3251%)
    hue-rotate(157deg) brightness(95%) contrast(94%);
}

.contact-support-wrapper .row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 20px;
}

.contact-support-inner .tender-service-title h4 {
  max-width: 100%;
  margin-bottom: 16px;
}

.contact-support-inner .tender-service-title p {
  margin: 0;
}

.contact-support-inner .tender-service-title {
  padding-bottom: 60px;
}

.contact-support-card .about-bottom-content h5 {
  margin-bottom: 16px;
  letter-spacing: -1%;
  color: #151b28;
  line-height: 32px;
}

.contact-support-card .about-bottom-content p {
  color: #6a707d;
  margin-bottom: 40px;
}

.about-bottom-content a {
  color: #089081;
  font-weight: 500;
  line-height: 24px;
  gap: 12px;
}

.about-bottom-content a span {
  width: 24px;
  height: 24px;
  display: flex;
}

.about-bottom-content a:hover {
  text-decoration: underline;
}

/* Contact Support End */

/* Contact Service Start */
.contact-service {
  padding-block: 100px;
  background-color: #f7f8fa;
  overflow: hidden;
}

.contact-service-inner .about-top-content {
  padding-bottom: 80px;
  text-align: center;
}

.contact-service-inner .about-top-content h3 {
  color: #151b28;
  line-height: 60px;
  font-size: 48px;
}

.contact-service-inner .about-top-content span {
  color: #089081;
}

.contact-service-wrapper .row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

.contact-service-card a {
  padding: 60px 32px;
  background-color: #ffffff;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.contact-service-card a:hover {
  box-shadow: 0px 4px 20px 0px #b9bfdc7a;
}

.contact-service-icon {
  text-align: center;
  margin-bottom: 32px;
}

.contact-service-card .about-bottom-content h5 {
  margin-bottom: 16px;
  color: #0c2724;
  font-weight: 600;
}

.dropdown-menu.account-dropdown-menu.shadow-lg {
  transition: all 0s;
}

.search-page .modal-action .btn {
  border-radius: 4px;
  line-height: 22px;
}

.pricing-card-bottom .features-list li {
  align-items: start;
}

.pricing-card-bottom .pricing-list-icon img {
  margin-top: 5px;
  min-width: 20px;
  min-height: 20px;
}

/* Contact Service End */

/* Workflow Are Start */
.workflow {
  padding-bottom: 200px;
}

.workflow-inner .tender-service-title {
  padding-bottom: 80px;
}

.workflow-inner .tender-service-title p {
  max-width: 516px;
  margin: 0 auto;
}

.workflow-inner .tender-service-title h4 {
  margin-bottom: 24px;
}

.workflow-card {
  padding: 24px 32px;
  background-color: #fff;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.workflow-icon {
  width: 64px;
  height: 64px;
  background-color: #f7f8fa;
  border-radius: 60px;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}

.workflow-icon img {
  width: 32px;
  height: 32px;
}

.workflow-card-content {
  margin-bottom: 40px;
}

.workflow-card-content h5 {
  color: #0c2724;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -1%;
  margin-bottom: 24px;
}

.workflow-card-content p {
  line-height: 24px;
  color: #5d5f5f;
  min-height: 96px;
  margin: 0;
}

.workflow-button a {
  padding: 11px 24px;
  gap: 8px;
  line-height: 24px;
  color: #0088ff;
  font-weight: 500;
  border: 1px solid #ebeff4;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.workflow-button a span {
  font-size: 14px;
}

.workflow-button a:hover {
  border-color: #0088ff;
  background-color: #fff;
}

.workflow-button a.orange-button {
  color: #ff7c07;
}

.workflow-button a.orange-button:hover {
  border-color: #ff7c07;
}

.workflow-button a.green-button {
  color: #2eb24f;
}

.workflow-button a.green-button:hover {
  border-color: #2eb24f;
}

.workflow-card:hover {
  background-color: #f7f8fa;
}

.workflow-card:hover .workflow-icon {
  background-color: #fff;
}
/* Workflow Are End */

/* Overlay */
.tb-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  z-index: 1000;
}

/* Offcanvas Panel */
.tb-canvas {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 800px; /* YOUR REQUEST */
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 25px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: 0.35s ease;
  z-index: 1001;
  display: none;
  flex-direction: column;
}

/* Header */
.tb-canvas-header {
  padding: 16px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.tb-canvas-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.tb-canvas-close {
  font-size: 32px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}

/* Body */
.tb-canvas-body {
  padding: 18px 22px;
  overflow-y: auto;
}

/* Visible states */
.tb-overlay.show {
  opacity: 1;
  visibility: visible;
}

.tb-canvas.show {
  transform: translateX(0);
  display: flex;
}

/* Lock body scroll */
body.tb-no-scroll {
  overflow: hidden;
}

/* Mobile: full width */
@media (max-width: 768px) {
  .tb-canvas {
    max-width: 100%;
  }
}

/* Tender Workflow Area Start */
.tender-workflow {
  padding-top: 100px;
  padding-bottom: 160px;
  overflow: hidden;
}

.tender-workflow-inner .opportunities-title span {
  color: #089081;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  display: inline-block;
}

.tender-workflow-inner .opportunities-title .text-black500 {
  margin-bottom: 24px;
  line-height: 72px;
}

.tender-workflow-inner .opportunities-title .text-black400 {
  max-width: 680px;
  letter-spacing: 2%;
}

.tender-workflow-inner .opportunities-title {
  margin-bottom: 160px;
}

.tender-workflow-wrapper {
  margin-bottom: 100px;
}

.tender-workflow-wrapper:last-child {
  margin: 0;
}

.tender-workflow-wrapper .row {
  --bs-gutter-x: 144px;
}

.tender-workflow-content > span {
  display: inline-block;
  padding: 4px 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0088ff;
  background-color: #f7f8fa;
  border-radius: 50px;
  margin-bottom: 24px;
}

.tender-workflow-content h4 {
  font-size: 40px;
  line-height: 48px;
  color: #0c2724;
  margin-bottom: 24px;
}

.tender-workflow-content p {
  line-height: 24px;
  color: #0c2724;
  min-height: 72px;
  margin-bottom: 85px;
}

.tender-workflow-thumb {
  border-radius: 24px;
  overflow: hidden;
}

.tender-workflow .container {
  max-width: 1040px;
  padding-inline: 20px;
}

.tender-workflow-wrapper-two .tender-workflow-content > span {
  color: #ff7c07;
}

.how-it-work-btn {
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0088ff;
  padding: 11px 19px;
  border: 1px solid #ebeff4;
  border-radius: 50px;
}

.tender-workflow-wrapper-two .how-it-work-btn {
  color: #ff7c07;
}

.tender-workflow-wrapper-three .tender-workflow-content > span {
  color: #089081;
}

.tender-workflow-wrapper-three .how-it-work-btn {
  color: #089081;
}

.tender-workflow-wrapper-three .how-it-work-btn span img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(74%) saturate(477%)
    hue-rotate(124deg) brightness(96%) contrast(99%);
}

.tender-workflow-wrapper-three .how-it-work-btn:hover {
  background-color: #089081;
  border-color: #089081;
  color: #fff;
}

.tender-workflow-wrapper-three .how-it-work-btn:hover span img {
  filter: none;
}

.tender-workflow-wrapper-two .how-it-work-btn:hover {
  background-color: #ff7c07;
  border-color: #ff7c07;
}

.tender-workflow-wrapper-two .how-it-work-btn span img {
  filter: brightness(0) saturate(100%) invert(71%) sepia(51%) saturate(6622%)
    hue-rotate(354deg) brightness(103%) contrast(105%);
}

.how-it-work-btn span img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(41%) saturate(3942%)
    hue-rotate(192deg) brightness(103%) contrast(104%);
}

.how-it-work-btn span {
  display: flex;
}

.how-it-work-btn:hover {
  background-color: #0088ff;
  color: #fff;
  border-color: #0088ff;
}

.how-it-work-btn:hover span img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%)
    hue-rotate(169deg) brightness(112%) contrast(100%);
}

/* Tender Workflow Area End */

.contact-page .contact-card {
  box-shadow: 4px 4px 20px 0px #cbd4dfb0;
  padding: 48px 40px;
  border-radius: 24px;
  margin-left: 50px;
  max-width: 500px;
  margin-left: auto;
  margin-bottom: 100px;
}

.contact-page .contact-card .relative {
  margin-bottom: 25px;
}

.contact-page .contact-card .relative img {
  position: absolute;
  left: 24px;
  top: 20px;
  bottom: 20px;
}

.contact-page .contact-card input,
.contact-page .contact-card textarea {
  background-color: transparent;
  border: 1px solid #ebeff4;
  border-radius: 8px;
  height: 64px;
  padding: 20px 24px;
  padding-left: 60px;
  box-sizing: border-box;
  width: 100%;
}

.feedback-page .form-check {
  font-size: 14px;
}

.feedback-page .form-check {
  align-items: center;
  gap: 6px;
  display: flex;
}

.contact-page .contact-card textarea {
  height: 150px;
  padding-left: 24px;
  resize: none;
}

.contact-page .contact-card button.btn-dark.w-50 {
  width: 50%;
  margin: auto;
  cursor: pointer;
}

.contact-page .contact-card .btn-dark {
  background-color: #151b28;
  color: #fff;
  width: 100%;
  padding: 20px;
  border-radius: 32px;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  line-height: 22px;
  margin-top: 20px;
}

.packages-table th:not(:first-child) {
  width: 15%;
}

.price-status-text span {
  color: #393f4c;
  font-weight: 500;
}

/* Homepage features card hover active */
.features .cards .card-active {
  background-color: #fff;
  transition: all 0.3s;
  color: #0c2724;
  font-weight: 600;
}

.client .text-black400 {
  font-size: 16px;
  line-height: 26px;
}

.pricing-page .key-feature-content h4 {
  min-height: auto;
}

.pricing-page .key-feature-content p {
  min-height: auto;
}

.pricing-page .features-list {
  height: auto;
  overflow-y: hidden;
}

.contact-service-card a {
  min-height: 330px;
  box-sizing: border-box;
}

.about-culture .explore-service-content {
  min-height: 220px;
  box-sizing: border-box;
}

.tender-services-page .tender-service-title h4 {
  max-width: none;
}

.tender-services-page .key-feature-content p {
  min-height: 120px;
}

.tender-business-inner a {
  color: #018375;
}

.service-details .explore-service-content,
.bid-service-details .explore-service-content {
  background-color: transparent;
  padding: 0;
}

.booking-service .tender-service-title {
  padding-bottom: 0px;
}

.signup-page-two .login-area .content .mt-60 {
  margin-left: 20px;
  margin-right: 20px;
}

.training-services-page .key-feature-content h4 {
  min-height: auto;
}

.footer .subscribe {
  max-width: 420px;
  margin-left: auto;
}

.about-culture .explore-service-content {
  text-align: center;
}

/* careers page css start */

.careers-page .we-are-hiring {
  display: inline-block;
  padding: 4px 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0088ff;
  background-color: #f7f8fa;
  border-radius: 50px;
  margin-bottom: 24px;
}

.careers-page .job-header-text .title {
  font-size: 40px;
  line-height: 48px;
  color: #0c2724;
  font-weight: 600;
}

.careers-page .job-header-text .open {
  margin-bottom: 24px;
  color: #2eb24f;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}
.careers-page .job-description {
  padding-block: 100px;
  background-color: #f7f8fa;
  overflow: hidden;
}

.careers-page .job-description h3 {
  font-size: 40px;
  color: #0c2724;
}

.careers-page .job-description ul {
  list-style: none;
  margin-right: 40px;
}

.careers-page .job-description li {
  padding: 20px;
  color: #5d5f5f;
}

.careers-page .job-description li.active {
  background-color: #fff;
  border-left: solid 6px #018375;
  color: #0c2724;
  font-weight: 600;
  font-size: 18px;
}

.careers-page .job-description .item {
  padding: 32px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}

.careers-page .job-description .item:last-child {
  margin-bottom: 0;
}

.careers-page .job-description .item:hover {
  box-shadow: 0px 4px 20px 0px #b9bfdc7a;
}

.careers-page .job-description .item .title {
  margin-bottom: 16px;
  color: #0c2724;
  font-weight: 600;
  font-size: 24px;
}

.careers-page .job-description .item .desc {
  line-height: 24px;
  color: #5d5f5f;
  font-weight: 400;
}

.careers-page .badge {
  color: #0088ff;
  padding: 4px 13px;
  font-size: 14px;
  line-height: 24px;
  background-color: #f7f8fa;
  border-radius: 4px;
  border: 0;
}

.careers-page .job-description .item a {
  background-color: #0c2724;
  border-radius: 48px;
  height: 48px;
  width: auto;
  border: 0;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  line-height: 24px;
  padding: 12px 32px;
  cursor: pointer;
}

.careers-page .job-description .item a:hover {
  background-color: #018375;
  color: #fff;
  transition: all 0.3s;
}

.careers-page .h4__title {
  margin-bottom: 24px;
  color: #0c2724;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.careers-page p.font-xl,
.careers-page ul li {
  font-size: 16px;
  font-weight: 400;
  color: #6d6d6e;
  line-height: 24px;
}

/* careers page css end */

.contact-card .form-check input[type="radio"] + label {
  color: #5d5f5f;
  font-size: 16px;
}

.contact-card .form-check input[type="radio"]:checked + label {
  color: #0c2724;
  font-weight: 500;
}

.contact-page .contact-card .btn-dark:hover {
  background-color: #018375;
  border: solid 2px #018375 !important;
  transition: all 0.3s;
}

.privacy-page .integration__hero__area {
  background: linear-gradient(180deg, #fff0 0%, #eff5f5 100%);
  padding: 100px;
}

.privacy-page .integration__introduction h2 {
  color: #0c2724;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 16px;
  margin-top: 60px;
}

.privacy-page .integration__introduction p {
  font-size: 16px;
  font-weight: 400;
  color: #6d6d6e;
  margin-bottom: 24px;
  line-height: 24px;
}

.privacy-page .integration__area .container {
  max-width: 1080px;
  padding-bottom: 100px;
}

.tender-details-front .tender-details-body-top-part a img {
  min-width: 20px;
}

.tender-details-front .dropdown-toggle .details-canvas-top-btn {
  font-size: 14px;
  font-weight: 500;
}

.price-change {
  font-size: 12px;
  font-weight: 500;
  color: #151b28;
  margin-bottom: 20px;
  margin-top: -20px;
}

.price-change .price-text {
  font-size: 18px;
  color: #ff7c07;
  padding-right: 2px;
}

.careers-page .service__hero__content {
  max-width: 100%;
}

.careers-page .service__hero__content .h1__title {
  font-size: 60px;
  margin-bottom: 32px;
}

.service-details .workflow{
  padding-top: 100px;
  padding-bottom: 100px;
}

.bid-service-details .workflow{
  padding-top: 100px;
  padding-bottom: 100px;
}
 

.integration__introduction ul li {
  color: #6d6d6e !important;
  margin-bottom: 16px;
  line-height: 24px;
}


.skeleton-find-card img{
   margin-bottom: -4px;
}
.tender-details-content-body .tender-details-body-content .tender-details-body-left-content{
  max-width: 650px;
   overflow-wrap: break-word;
  word-wrap: break-word; /
}


.tender-details-content-body .tender-details-body-content .tender-details-body-left-content p{
word-break: break-word;
  overflow-wrap: break-word;
 }
