@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Maven+Pro:wght@400;500;600;700&display=swap");

body {
  background: #fafbff !important;
}

.row {
  margin: 0 !important;
}

.mission h4 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;

  color: #102447;
}

.mission p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #9097a2;
}

.service-box {
  background: #ffffff;
  border: 0.842745px solid #dcdcdc;
  box-shadow: 6px 6px 40px rgba(16, 36, 71, 0.12);
  border-radius: 16px;
  padding: 30px;
  position: relative;
  height: 400px;
}

.service-box h5 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #102447;
}

.service-box p {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9097a2;
}

.banner-box iframe {
  height: 600px;
  width: -webkit-fill-available;
  width: -webkit-stretch;
  width: -moz-available;
  width: fill-available;
}

.banner-image {
  background-image: url(../images/bannerimg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 944px;
}

.banner-box span {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;

  color: rgba(0, 243, 255, 0.4);
}

.banner-box h1 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 55px;
  color: #ffffff;
  margin-bottom: 24px !important;
  min-height: 120px;
}

.banner-box h1 span {
  color: #00f3ff;
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 64px;
}

button.btn.btn-get-statred {
  background: #00f3ff;
  border: 1px solid #00f3ff;
  border-radius: 5px;
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #102447;
  box-shadow: 0px 10px 16px 0px #00f3ff60;
}

.banner-box p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.6);
}

.inner-header {
  background: #152e5c !important;
  border-radius: 30px;
  width: -webkit-fill-available;
  width: -webkit-stretch;
  width: -moz-available;
  width: fill-available;
  margin: 20px 40px;
}

.home-header {
  background: #152e5c !important;
  border-radius: 30px;
  position: absolute !important;
  width: -webkit-fill-available;
  width: -webkit-stretch;
  width: -moz-available;
  width: fill-available;
  margin: 20px 40px;
}

a.nav-link {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff !important;
}

.mission-box {
  background: linear-gradient(180deg, #ffffff 50.48%, rgb(255 255 255 / 0%) 100%);
  border-radius: 12px 12px 0px 0px;
  margin-top: -200px;
  animation: slide-up 2s ease forwards;
  /* Apply animation */
}

/* Keyframes animation */
@keyframes slide-up {
  20% {
    transform: translateY(100%);
    /* Start from the bottom */
  }

  100% {
    transform: translateY(0);
    /* End at the top */
  }
}

.bottom-banner {
  background-image: url(../images/bottom-banner.png);
  background-size: 100% 100%;
  height: 1304px;
  text-align: center;
  display: flex;
  align-items: center;
}

.choose-first h4 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  color: #ffffff;
}

.choose-first p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;

  color: rgba(255, 255, 255, 0.5);
}

.why-choose h4 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
}

.why-choose p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
}

button.btn.btn-more {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;

  width: 140px;
  height: 44px;
  border: 0.8px solid #dcdcdc;
  border-radius: 5px;
  color: #102447;
}

.bottom-service-box img {
  width: 46px;
  height: 44px;
}

.bottom-service-box {
  display: flex;
  justify-content: space-between;
  border-top: 0.842745px solid #dcdcdc;
  padding-top: 20px;
  position: absolute;
  width: -webkit-fill-available;
  width: -webkit-stretch;
  width: -moz-available;
  width: fill-available;
  bottom: 30px;
  left: 0px;
  margin: 0 30px;
}

.why-choose img {
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
}

.why-choose:hover {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 18px;
}

.why-choose:hover>h4 {
  color: black;
}

.why-choose:hover>p {
  color: #9097a2;
}

.why-choose {
  padding: 30px 10px;
  height: 315px;
  margin-bottom: 20px;
}

.footer-links img {
  width: 120px;
  height: 52px;
}

.footer-links p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffffcc;
}

.footer-links ul {
  list-style: none;
  padding-left: 0px;
}

.footer-links ul li a {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  color: #ffffff99;
}

.footer-links-index img {
  width: 120px;
  height: 52px;
}

.footer-links-index p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #67748e;
}

.footer-links-index ul {
  list-style: none;
  padding-left: 0px;
}

.footer-links-index ul li a {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  color: #9097a2;
}

.counter-value h3 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #00f3ff;
}

.counter-value p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  text-align: center;

  color: rgba(255, 255, 255, 0.6);
}

.class-counter {
  position: absolute;
  width: -webkit-fill-available;
  width: -webkit-stretch;
  width: -moz-available;
  width: fill-available;
  top: 40px;
}

a.nav-link.btn.me-lg-4 {
  font-family: "Maven Pro";
  border: 1px solid #00f3ff;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  width: 150px;
  padding: 13px 0px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

a.nav-link.btn.me-lg-4:hover {
  font-family: "Maven Pro";
  border: 1px solid #00f3ff;
  background-color: #00f3ff;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  width: 150px;
  padding: 13px 0px;
  letter-spacing: 0.02em;
  color: black !important;
}

.w-full {
  width: -webkit-fill-available;
  width: -webkit-stretch;
  width: -moz-available;
  width: fill-available;
}

.drive-us {
  background: #f5faff;
  border-radius: 4px;
  height: 352px;
  padding: 20px;
  margin-bottom: 20px;
}

.drive-us h4 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #102447;
}

.drive-us p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #9097a2;
}

.about-heading {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #102447;
}

.about-description {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #9097a2;
  padding-left: 30px;
  padding-right: 30px;
}

.outsourcing-box {
  background: #102447;
  border-radius: 12px;
  text-align: center;
}

.outsourcing-box h4 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  /* display: flex; */
  /* align-items: center; */
  text-align: center;
  color: #ffffff;
}

.outsourcing-box p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */

  display: flex;
  align-items: center;
  text-align: center;

  color: rgba(255, 255, 255, 0.6);

  opacity: 0.8;
}

.devlpemnt {
  background: #ffffff;
  box-shadow: 6px 6px 40px rgba(16, 36, 71, 0.12);
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 40px;
}

.devlpemnt h4 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #102447;
}

.devlpemnt p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9097a2;
}

.meet-team h4 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #102447;
}

.meet-team p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #9097a2;
  opacity: 0.8;
}

.team-box h5 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #102447;
}

.team-box p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;

  color: #9097a2;
}

.value-head {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #102447;
}

.bg-box-header {
  background: #102447;
  min-height: 140px;
  background-size: cover;
  background-image: url(../images/Group-bg.png);
}

.bg-box-header h3 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
}

.about-heading .box {
  width: 52px;
  height: 4px;

  background: #00f3ff;
  border-radius: 4px;
}

a#attribution_block {
  display: none;
}

.bg-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/Rectangle.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.lottie-tooltip {
  display: none;
}

.btn-more:hover {
  background-color: #b5fcff;
}

.navbar-fixed {
  position: fixed !important;
  top: 0;
  left: 0;

  z-index: 9999;
}

.navbar-scroll {
  background-color: #333;
  /* Update with your desired background color */
}

/* Add a class to highlight the active link */
.navbar-scroll .nav-item.active {
  background-color: #555;
  /* Update with your desired active link background color */
}

.team-box {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  /* background-color: #008CBA; */
}

.team-box:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 67px;
  right: -25px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.service-box-main .col-sm-6 {
  position: absolute;
  right: 0px;
  /* height: 100%; */
}

.service-box-main-1 .col-sm-7 {
  position: absolute;
  right: 0px;
  /* height: 100%; */
}

.service-box-main {
  margin-bottom: 180px;
}

.service-box-main-1 {
  margin-bottom: 180px;
}

.serivce-page-box {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(13, 65, 157, 0.3);
  z-index: 111;
  position: relative;
  padding: 20px;
  text-align: center;
  /* position: absolute; */
  /* width: 630px;
	position: relative;
	left: -100px; */
}

.serivce-page-box h4 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: rgba(16, 36, 71, 0.8);
}

.serivce-page-box p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;

  text-align: center;

  color: #9097a2;

  opacity: 0.8;
}

.serivce-page-box-1 {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(13, 65, 157, 0.3);

  padding: 20px;
  text-align: center;
}

.serivce-page-box-1 h4 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: rgba(16, 36, 71, 0.8);
}

.serivce-page-box-1 p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;

  text-align: center;

  color: #9097a2;

  opacity: 0.8;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #00f3ff !important;

  border-bottom: 2px solid #00f3ff;
}

h1.head-line-1 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #102447;
}

.box-section-system {
  display: flex;
  gap: 22px;
  align-items: center;
}

.icon-box {
  /* height: 96px; */
  /* left: 0px; */
  display: flex;
  /* top: 0px; */
  background: #eef3fb;
  border-radius: 12px;
  padding: 30px;
}

.text-box h3 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: rgba(16, 36, 71, 0.8);
  margin-bottom: 0;
}

.text-box p {
  margin-bottom: 0;

  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9097a2;
}

p.para-line-1 {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #9097a2;
}

.about-description h3 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #102447;
}

.about-description p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #9097a2;
}

.item.item-1 {
  background: #1976d2;
  border-radius: 26px;
}

.item.item-2 {
  background: #7928ca;
  border-radius: 26px;
}

.item.item-3 {
  background: #dd9264;
  border-radius: 26px;
}

.item.item-4 {
  background: #0291b1;
  border-radius: 26px;
}

.item.item-5 {
  background: #b1028a;
  border-radius: 26px;
}

.item.item-6 {
  background: #1cc937;
  border-radius: 26px;
}

.item.item-7 {
  background: #610f10;
  border-radius: 26px;
}

.home-demo h4 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;

  letter-spacing: -0.005em;

  color: #ffffff;
}

.home-demo p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;

  letter-spacing: -0.5px;

  color: rgba(255, 255, 255, 0.8);
}

.home-demo .feautre-imag {
  width: 120px !important;
  height: 120px !important;
}

.item {
  padding: 24px;
  height: 260px;
}

.feautre-imag {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.tooltip-box img {
  width: 32px !important;
  height: 32px;
  position: absolute;
  bottom: 0px;
}

.navbar-scroll {
  background-color: #333;
  margin-top: 0px !important;
}

.pricing-head h3 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  color: #102447;
}

.pricing-head p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #67748e;
}

.price-box h2 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 80px;
  display: flex;
  color: #102447;
  align-items: end;
}

.price-box h2 span {
  color: rgba(25, 118, 210, 0.7);
}

.price-box h2 p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32.9px;
  color: #9097a2;
}

.price-box ul {
  list-style-type: none;
  padding: 0;
}

.price-box ul li {
  background-image: url("../images/charm_tick.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #9097a2;
  margin-bottom: 18px;
}

.price-box {
  background: white;
  padding: 20px;
  border-radius: 10px;
  height: 450px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked .slider {
  background-color: #007e85;
}

input:focus .slider {
  box-shadow: 0 0 1px #007e85;
}

input:checked .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.dates {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #67748e;
}

.price-box h3 {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #67748e;
}

.custom-class {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}

.custom-class p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #9097a2;
}

.custom-class button {
  border: 1px solid #00f3ff;
  border-radius: 5px;
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  /* display: flex; */
  align-items: center;
  letter-spacing: 0.02em;
  color: #09152a;
}

.serivce-page-box.clicked {
  background-color: #1a3b75;
}

.serivce-page-box.clicked>p {
  color: #ffffff80;
}

.serivce-page-box.clicked>h4 {
  color: #ffffff;
}

.serivce-page-box:hover {
  background-color: #102447;
}

.serivce-page-box:hover>p {
  color: #ffffff80;
}

.serivce-page-box:hover>h4 {
  color: #ffffff;
}

.tooltip-box {
  position: absolute;
  display: inline-block;
  bottom: 20px;
}

.hrm-icon {
  width: 100px;
  /* Adjust the size as needed */
}

.hover-box {
  display: none;
  /* Hide it by default */
  position: absolute;
  top: 100%;
  /* Position it below the tooltip-box */
  left: 0;
  background: #fff;
  box-shadow: 6px 6px 40px 0px rgba(16, 36, 71, 0.12);
  padding: 10px;
  border-radius: 4px;
  margin-top: -30px;
}

.tooltip-box:hover .hover-box {
  display: block;
  /* Show the hover-box when hovering over the tooltip-box */
}

.owl-stage {
  height: 400px;
}

.item .hover-box ul li {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  color: #9097a2;
  white-space: nowrap;
}

.item-1 .hover-box ul li::marker {
  color: #1976d2;
  width: 4px;
  height: 4px;
}

.item-2 .hover-box ul li::marker {
  color: #7928ca;
  width: 4px;
  height: 4px;
}

.item-3 .hover-box ul li::marker {
  color: #dd9264;
  width: 4px;
  height: 4px;
}

.item-4 .hover-box ul li::marker {
  color: #0291b1;
  width: 4px;
  height: 4px;
}

.item-5 .hover-box ul li::marker {
  color: #b1028a;
  width: 4px;
  height: 4px;
}

.item-6 .hover-box ul li::marker {
  color: #1cc937;
  width: 4px;
  height: 4px;
}

.item-7 .hover-box ul li::marker {
  color: #610f10;
  width: 4px;
  height: 4px;
}

.hover-box ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.mtminus-90 {
  margin-top: -100px;
}

section.contact-box {
  margin-bottom: -100px;
  padding-bottom: 100px !important;
}

@-webkit-keyframes L_circle_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes L_circle_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes L_stroke_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes L_stroke_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes L_stroke_left_grow {

  0%,
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
}

@keyframes L_stroke_left_grow {

  0%,
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
}

@-webkit-keyframes L_stroke_right_grow {

  0%,
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  50% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}

@keyframes L_stroke_right_grow {

  0%,
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  50% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}

.loader-circle {
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #444;
  margin-top: -1em;
  margin-left: -1em;
  position: absolute;
  -webkit-animation: L_circle_rotate 1.568s linear infinite both;
  animation: L_circle_rotate 1.568s linear infinite both;
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0.21429em;
  border-color: currentColor;
}

.loader-circle,
.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  box-sizing: border-box;
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right {
  position: absolute;
  clip: rect(0 2em 2em 1em);
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right:before {
  position: absolute;
  clip: rect(0 1em 2em 0);
}

.loader-circle:before {
  position: absolute;
  clip: rect(0 1.05em 1em 0.95em);
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right,
.loader-circle:before {
  -webkit-animation: L_stroke_rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: L_stroke_rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.loader-circle .loader-stroke-right:before {
  -webkit-animation: L_stroke_right_grow 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: L_stroke_right_grow 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.loader-circle .loader-stroke-left:before {
  -webkit-animation: L_stroke_left_grow 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: L_stroke_left_grow 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.owl-nav svg {
  color: currentColor;
}

.owl-nav .disabled {
  display: none !important;
}

.owl-prev,
.owl-next {
  border-radius: 26px !important;
  top: 0px;
  margin: 0 !important;
  z-index: 2;
  width: 130px;
  height: 260px;
  /* height: 320px; */
  padding: 8px;
  position: absolute;
  border-radius: 50%;

  /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2); */
}

.owl-prev i,
.owl-next i {
  font-size: 30px;
  color: white;
}

.owl-prev {
  left: 0px;
  background: linear-gradient(270deg,
      rgba(125, 65, 28, 0) 0%,
      rgba(125, 65, 28, 0.17) 67.51%,
      rgba(125, 65, 28, 0.35) 100%) !important;
}

.owl-next {
  right: 0px;
  background: linear-gradient(270deg,
      rgba(125, 65, 28, 0.35) 0%,
      rgba(125, 65, 28, 0.17) 67.51%,
      rgba(125, 65, 28, 0) 100%) !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #506e6400 !important;
}

nav#navbar {
  height: 100px;
  margin-top: 40px;
}

.item-features p {
  padding-right: 80px;
  font-size: 16px;
  line-height: 24px;
}

/* pricing page css */
.price-title {
  color: #102447;
  font-family: Jost;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  width: max-content !important;
  position: relative;
  margin: 0 auto;
}

.price-title::after {
  background: url(../images/border-bottom.svg);
  background-size: 100%;
  background-position: right;
  width: 150px;
  height: 8px;
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  background-repeat: no-repeat;
}

.Pricing-subtitle {
  color: #67748e;
  font-family: "Maven Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.plans-wrap {
  gap: 10px;
  align-items: center;
  width: max-content !important;
}

.plans-wrap label {
  color: #67748e;
  font-family: "Maven Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.plans-wrap .form-check-input:checked {
  background-color: #007e85;
  border-color: #007e85;
  width: 45px !important;
  height: 25px;
}

.plans-wrap .price-down {
  color: #007e85;
  font-family: "Nunito";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  right: 9px;
  line-height: 16px;
  top: -37px;
  padding: 5px 5px;
  border-radius: 4px;
  background: #dbfdff;
  margin-bottom: 10px;
}

.plans-wrap .price-down::after {
  position: absolute;
  right: -20px;
  width: 17px;
  height: 40px;
  content: "";
  background: url(../images/eliment.svg);
  background-size: cover;
  background-position: center;
  top: 10px;
}

.plans-cards {
  padding-top: 75px;
}

.plans-cards .card-title {
  color: #67748e;
  font-family: "Maven Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.plans-cards .card {
  padding: 48px 40px;
  border: 0;
  border-radius: 10px;
  height: 540px;
}

.plans-cards .card-price {
  color: #102447;
  font-family: "Quicksand";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin: 36px 0 48px 0;
}

.plans-cards .card-price span {
  color: rgba(25, 118, 210, 0.7);
}

.plans-cards .choose-btn,
.quote-button,
.backtoservicebtn {
  padding: 20px;
  display: block;
  border-radius: 5px;
  border: 1px solid #00f3ff;
  background: #00f3ff;
  width: 100%;
  color: #102447;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 28px;
}

.plans-cards .choose-btn:hover,
.quote-button:hover,
.backtoservicebtn:hover {
  border: 1px solid #00f3ff;
  background: #66e8ff;
}

.plans-cards .features {
  color: #9097a2;
  text-align: center;
  font-family: "Maven Pro";
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 10px;
  align-items: center;
}

.solutions .card {
  padding: 24px 20px;
  background-color: #fff;
  border: 0;
}

.solutions .card p {
  color: #9097a2;
  text-align: center;
  font-family: Maven Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.solutions .card .solutions_btn {
  border-radius: 5px;
  border: 1px solid #00f3ff;
  background-color: transparent;
  padding: 20px;
  width: 240px;
  margin: 0 auto;
  color: #09152a;
  font-family: Maven Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
}

.card.clicked {
  background-color: #1a3b75;
}

.card.clicked>p {
  color: #ffffff80;
}

.card.clicked>h4 {
  color: #ffffff;
}

.card-business:hover,
.card-custom_solution:hover {
  background-color: #102447;
}

.card-custom_solution:hover>p {
  color: #ffffffcc;
}

.card-business:hover>h4 {
  color: #ffffff;
}

.card-custom_solution:hover .solutions_btn {
  background-color: #00f3ff;
}

.card:hover .mx-2 .features {
  color: #ffffffcc;
}

.card:hover .card-title {
  color: #ffffffff;
}

.card-business:hover {
  transform: scale(1.1);
}

.card-business .popular {
  color: #007e85;
  font-family: "Nunito";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  right: 22px;
  line-height: 10px;
  top: 20px;
  padding: 3px 5px;
  border-radius: 4px;
  background: #dbfdff;
  margin-bottom: 10px;
}

.plan-checked {
  padding-top: 2px;
}

.yearly-plan {
  size: 24px !important;
  color: #67748e;
  height: 28px;
  font-weight: 500;
}

.service-box.clicked {
  background-color: #1a3b75;
}

.service-box.clicked>p {
  color: #ffffff80;
}

.service-box.clicked>h4 {
  color: #ffffff;
}

.service-box:hover {
  background-color: #102447;
}

.service-box:hover>p {
  color: #ffffff80;
}

.service-box:hover>h5 {
  color: #ffffff;
}

.service-box:hover .btn-more {
  background: linear-gradient(0deg, #00f3ff, #00f3ff),
    linear-gradient(0deg, #dcdcdc, #dcdcdc);
}

/* contact page css */
.contact,
.contact-footer {
  background-color: #102549;
}

.contact .contact-title {
  color: #fff;
  font-family: Jost;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

.contact .contact-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Maven Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 84px;
}

.contact .contact-detail {
  color: #fff;
  font-family: "Maven Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
  width: max-content;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 16px;
  min-width: 55%;
}

.contact .contact-detail:hover {
  border: 1px solid #23f4ff;
  background: #23f4ff45;
  cursor: pointer;
  min-width: 55%;
}

.contact .contact-social {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin-top: 30px;
}

.contact .contact-social span {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
}

.contact .contact-social span:hover {
  background-color: #23f4ff;
}

.contact .contact-card {
  padding: 48px 52px;
  border-radius: 16px;
  background: #fff;
}

.contact .contact-card .form-label {
  color: #67748e;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.contact .contact-card .input-group-text {
  background: transparent;
  color: #67748e;
  border-right-color: #fff !important;
  padding: 12px;
  border-radius: 10px 0 0 10px !important;
}

.contact .contact-card .input-group-text img {
  filter: invert(1);
}

.createaccount .contact-card .input-group-text.contry img {
  filter: unset;
}

.contact .contact-card textarea.form-control {
  border-left: 1px solid #9097a2 !important;
  padding: 12px !important;
  height: 100px;
  border-radius: 10px !important;
}

.contact .contact-card .form-control {
  background: transparent;
  border-left: 0 !important;
  padding-left: 0px !important;
  padding: 12px;
  border-radius: 0 10px 10px 0 !important;
}

.contact .contact-card textarea,
.contact .contact-card input:focus,
.contact .contact-card textarea:focus {
  background-color: transparent;
  box-shadow: none !important;
  border-color: #9097a2 !important;
}

.contact input[placeholder],
[placeholder],
*[placeholder] {
  color: #9097a2 !important;
}

.contact .contact-btn {
  min-width: 95%;
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  display: block;
  border-radius: 5px;
  border: 1px solid #00f3ff;
  background: #00f3ff;
  color: #102447;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-top: 40px !important;
}

.contact .contact-btn:hover {
  border: 1px solid #00f3ff;
  background: #66e8ff;
}

.backtoservicebtn {
  margin-top: 30px;
}

.enterEmail {
  background-color: transparent !important;
}

.enterEmail .contact-btn {
  min-width: 96% !important;
  margin-top: 30px;
}

.contact .contact-card textarea.form-control {
  height: 160px;
}

/* .solution page css */
.solution-title::after {
  right: 165px;
  top: 25px;
}

.solution-title span {
  color: #00f3ff;
  position: absolute;
  right: 160px;
  top: -50px;
}

.solution-title span::after {
  position: absolute;
  top: -40px;
  background: url(../images/Stars1.svg);
  background-size: cover;
  background-position: top;
  width: 270px;
  height: 50px;
  content: "";
  right: -65px;
  animation: blinker 3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.solution-card {
  padding: 52px 42px;
  display: block;
  border-radius: 16px;
  background: #102447;
  margin-top: 100px;
}

.solution-card .form-label {
  color: #fff;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.solution-card .input-group-text {
  background: transparent;
  color: #fff;
  border-right-color: #fff !important;
  padding: 12px;
  border-radius: 10px 0 0 10px !important;
}

.solution-card textarea.form-control {
  border-left: 1px solid #fff !important;
}

.solution-card .form-control {
  background: transparent;
  border-left-color: #fff !important;
  padding-left: 0px !important;
  padding: 12px;
  border-radius: 0px 10px 10px 0px !important;
}

.solution-card textarea,
.solution-card input:focus,
.solution-card textarea:focus {
  background-color: transparent;
  box-shadow: none !important;
  border-color: #fff;
}

/* input[placeholder], [placeholder], *[placeholder] {
  color: #fff !important;
} */
.quote-button {
  max-width: 50% !important;
  margin: 0 auto;
  margin-top: 40px !important;
}

.solution-card .form-check-input:checked {
  background-color: #00f3ff;
  border-color: #00f3ff;
}

.solution-card .form-check-label {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Maven Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}

/* response page css */
.response-card {
  padding: 52px 64px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.response-card-title {
  color: #102447;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-top: 45px;
}

.response-card-detail {
  color: #67748e;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

/* createaccount page css */
.createaccount {
  background-color: transparent;
}

.createaccount .account-title {
  color: #102447;
  margin-bottom: 60px;
}

.createaccount .solutions-features .feature {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.createaccount .solutions-features .feature .feature-icon {
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  background: #eef6fb;
  padding: 20px;
  min-width: 150px;
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: center;
}

.createaccount .solutions-features .feature .feature-detail .feature-title {
  color: #102447;
  font-family: "Jost";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
}

.createaccount .solutions-features .feature .feature-detail .feature-content {
  color: #9097a2;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.createaccount .account-card {
  box-shadow: 4px 4px 60px 0px rgba(16, 36, 71, 0.12);
}

.createaccount .account-card .title {
  color: #102447;
  font-family: "Jost";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 142.857% */
}

.createaccount .account-card .account-card-detail {
  color: #67748e;
  font-family: Maven Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}

.createaccount .account-card .signin-text {
  color: #67748e;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 25px;
}

.createaccount .account-card .signin-text strong {
  color: #102447;
}

.createaccount .passwordeyes {
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 9;
}

.createaccount .form-check-label {
  color: #67748e;
  font-family: "Maven Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}

.createaccount .form-check {
  position: relative;
}

.createaccount .form-check input::after {
  width: 11px;
  height: 11px;
  background-color: rgba(1, 200, 1, 1);
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  top: 7px;
  left: 4px;
  display: none;
}

.createaccount .form-check input {
  display: block;
  appearance: none;
}

.createaccount .form-check input:checked::after {
  display: block;
}

.createaccount .form-check input::before {
  width: 19px;
  height: 19px;
  background-color: #fff;
  border: 1px solid rgba(144, 151, 162, 1);
  content: "";
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 3px;
  left: 0px;
}

.country-codes {
  color: #9097a2 !important;
  font-family: "Maven Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px;
  text-align: left !important;
}

.country-codes:hover {
  color: #102447 !important;
  font-family: "Maven Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 24px;
  text-align: left !important;
}

.country-code-flag {
  width: 28px;
  height: 20px;
  border-radius: 2px;
  margin-right: 20px;
}

#selected-flag {
  width: 28px;
  height: 20px;
  border-radius: 2px;
}

#search-input-field {
  border-radius: 0% !important;
  line-height: 10px !important;
  border-top: none;
  border-right: none;
  border-left: none;
  padding-left: 20px !important;
  padding-top: 3px !important;
  margin-top: 0px !important;
}

.dropdown-menu {
  /* min-width: 31rem !important; */
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: none;
}

.dropdown-menu::-webkit-scrollbar {
  width: 0px;
  /* For Chrome, Safari, and Opera */
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: white;
}

.dropdown-item:hover {
  background-color: #80f9ff66 !important;
  cursor: pointer;
}

/* Not Register Page CSS */

.response-card-detail-p {
  color: #67748e;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.not-registered-create-account-btn {
  text-decoration: none;
}

/* Message sent page CSS */

.response-card-title-message-sent {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  color: #102447;
  font-family: "Josefin Sans";
  font-style: normal;
  line-height: 40px;
  margin-top: 45px;
}

.message-sent-p {
  font-size: 16px;
}

.message-sent-a {
  text-decoration: none;
}

/* Response sent page CSS */

.response-sent-p {
  font-size: 16px;
}

.response-sent-a {
  text-decoration: none;
}

/* Email sent page CSS */

.response-card-detail-p,
.verify-email-p {
  font-size: 16px;
}

/* Invoice Popup Page CSS */
.invoice .invoice-card {
  padding: 52px 80px;
}

.invoice .invoice-title {
  color: #102447;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  text-align: left;
  margin-bottom: 28px;
}

.invoice .invoice-card .invoice-card-inner {
  border-radius: 14px;
  border: 1px solid rgba(0, 243, 255, 0.3);
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 243, 255, 0.1);
  padding: 32px;
  width: 100%;
}

.invoice .invoice-card .invoice-card-inner-title {
  color: #102447;
  font-family: "Maven Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
}

.invoice .invoice-card .invoice-card-inner-detail {
  color: #9097a2;
  font-family: "Maven Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  margin-bottom: 5px;
}

.invoice .invoice-card .invoice-card-inner-content {
  color: #9097a2;
  font-family: "Maven Pro";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 160% */
  margin-bottom: 5px;
}

.invoice .invoice-card-inner .divider {
  border: 1px solid rgba(128, 249, 255, 0.4);
  border-width: 0 0 1px 0;
  margin: 24px 0;
  height: 1px;
  display: block;
}

.invoice .invoice-card-inner .price {
  color: #102447;
  font-family: "Quicksand";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.invoice .invoice-card-inner .price span {
  color: rgba(25, 118, 210, 0.7);
}

.invoice .invoice-card-inner .plan-des {
  border-radius: 4px;
  background: #eef5fc;
  padding: 12px 16px;
  display: flex;
  align-items: self-start;
  justify-content: center;
}

.invoice .invoice-card-inner .plan-des .plan-img {
  margin-top: 10px;
}

.invoice .invoice-card-inner li {
  color: rgba(16, 36, 71, 0.7);
  font-family: "Maven Pro";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.invoice .invoice-card-inner .date-title {
  color: #9097a2;
  font-family: "Maven Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  margin: 0;
}

.invoice .invoice-card-inner .date {
  color: #102447;
  font-family: "Maven Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  margin: 0;
}

.invoice .invoice-card-inner .date-format {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.invoice .invoice-card-inner .coupon-btn {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #00f3ff;
  background: #00f3ff;
  padding: 14px 14px;
  height: 32px;
  font-size: 12px;
}

.invoice .invoice-card-inner .coupon-input {
  color: rgba(103, 116, 142, 0.5);
  text-align: center;
  font-family: "Maven Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  text-align: left;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #00f3ff;
}

.invoice .invoice-card-inner .input-group {
  width: 65%;
  margin: 0 auto;
}

.invoice-btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.invoice .sepa-checkout-btn {
  border-radius: 5px;
  border: 1px solid #00f3ff;
  color: #102447;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  padding: 15px 30px;
  background-color: transparent;
  height: 52px;
}

.invoice .checkout-btn {
  border-radius: 5px;
  border: 1px solid #00f3ff;
  background: #00f3ff;
}

/* Success Page Subscription, Success Create Account Page CSS */
.success-page .animation {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 346px;
}

.success-subscription-p,
.success-createaccount-p {
  font-size: 16px;
}

/* Password Page CSS */

#flexRadioDefault1,
#flexRadioDefault2,
#flexRadioDefault3,
#flexRadioDefault4 {
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  /* Adjust the width as needed */
  height: 20px;
  /* Adjust the height as needed */
  border: 1px solid #fff;
  /* Add a border if desired */
  background-color: #fff;
}

/* terms css */

.terms .leftbar {
  width: 420px;
  padding: 148px 9px 0px 20px;
  display: block;
  background: #e2eaf8;
  height: 100%;
  z-index: -1;
  overflow: auto;
}

.terms .leftbar .terms-menu {
  color: rgba(16, 36, 71, 0.5);
  font-family: "Jost";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.2px;
  list-style: decimal;
}

/* .terms ol {
  counter-reset: item
}
.terms ol li {
  display: block;
} */
.terms .leftbar li.current {
  color: #102447;
}

/* .terms li:before {
  content: counters(item, ".") " ";
  counter-increment: item
} */
.terms .terms-right-box {
  padding: 32px 40px;
  overflow: auto;
  padding-bottom: 120px;

  /* height: calc(100vh - 140px); */
}

.terms .terms-right-box-title {
  color: #102447;
  font-family: "Jost";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 125% */
  width: 100%;
  display: block;
}

.terms .terms-right-box .terms-right-box-date {
  color: #fff;
  font-family: "Maven Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 7px 8px;
  border-radius: 4px;
  background: #102447;
  display: block;
  width: max-content;
  margin-bottom: 28px;
}

.terms .terms-right-box .inner-title {
  color: rgba(16, 36, 71, 0.5);
  font-family: "Jost";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.2px;
}

.terms .terms-right-box .inner-detail {
  color: #9097a2;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.terms .terms-right-box strong {
  font-weight: 500;
}

.terms .terms-right-box .inner-li li::before {
  display: none;
}

/* .terms .terms-right-box .inner-li {
  list-style: disc;
  color: #9097A2;

} */
.terms .terms-right-box .inner-li li {
  display: list-item;
}

.terms .terms-right-box li:before {
  color: #9097a2;
}

.terms-footer {
  margin-top: -30px;
  z-index: 900;
  position: relative;
}

.rich-text-content ul {
  list-style-type: circle;
  /* or any other type you prefer (e.g., square, circle) */
  color: #9097a2;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.rich-text-content ol {
  list-style-type: decimal;
  /* or any other type you prefer (e.g., lower-alpha, upper-roman) */
  color: #9097a2;
}

.nested-list ul {
  list-style-type: disc;
}

.sidebar-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

/* Dashboard CSS Start */

.grid-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  transition: 1s ease;
  height: max-content;
}

.main-content {
  width: 84%;
  background-color: #f5f5f5;
  transition: 1s ease;
}

.page-wrapper {
  overflow-x: auto;
  height: calc(100vh - 66px);
}

.main-content_large {
  width: 95%;
}

/* sidebar css */
.sidebar {
  width: 16%;
  background-color: #102447;
  transition: 1s ease;
  position: relative;
}

.sidebar_small {
  width: 70px;
}

.hag {
  border: none;
  background-color: transparent;
  transform: translateX(-50%);
  cursor: pointer;
  margin-top: 24px;
}

.logo-link {
  padding: 24px 16px 0 28px;
}

.sidebar_small .l-logo {
  display: none !important;
}

.sidebar_small .s-logo {
  display: block !important;
  padding: 24px 10px 0 10px;
}

.sidebar .sidebar-link {
  margin-top: 30px;
}

.sidebar .sidebar-link li a {
  padding: 10px 15px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);

  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.sidebar .sidebar-link li a:hover {
  color: #00f3ff !important;
}

.sidebar .sidebar-link li a::before {
  width: 4px;
  height: 28px;
  border-radius: 4px;
  background: transparent;
  content: "";
  display: block;
  position: absolute;
  left: -2px;
}

.sidebar_small .sidebar-link li a span {
  width: 32px !important;
  margin-left: 7px;
}

.sidebar_small .sidebar-link li a,
.sidebar_small .sidebar-link li a:hover {
  color: transparent !important;
}

.sidebar_small .sidebar-link li a span.last {
  width: 22px !important;
}

.sidebar .sidebar-link li a:hover::before {
  background: #14f4ff;
}

.sidebar .sidebar-link li a:hover {
  background: linear-gradient(90deg,
      rgba(128, 249, 255, 0.2) 0%,
      rgba(128, 249, 255, 0) 100%);
}

.sidebar .sidebar-link li a span {
  width: 22px;
  height: 22px;
  background: url(../images/spide.svg);
  display: inline-flex;
  content: "";
  background-position: 0px 20px;
  transition: 1s ease;
}

.sidebar .sidebar-link li a.link1 span {
  background-position: 0px 24px;
}

.sidebar .sidebar-link li a.link1:hover span {
  background-position: 0px 0px;
}

.sidebar .sidebar-link li a.link2 span {
  background-position: -37px 24px;
}

.sidebar .sidebar-link li a.link2:hover span {
  background-position: -37px 0px;
  height: 22px;
}

.sidebar .sidebar-link li a.link3 span {
  background-position: -76px 24px;
}

.sidebar .sidebar-link li a.link3:hover span {
  background-position: -76px 0;
}

.sidebar .sidebar-link li a.link4 span {
  background-position: -112px 24px;
}

.sidebar .sidebar-link li a.link4:hover span {
  background-position: -112px 0px;
}

.sidebar .sidebar-link li a.link5 span {
  background-position: -151px 23px;
}

.sidebar .sidebar-link li a.link5:hover span {
  background-position: -151px -1px;
}

.sidebar .sidebar-link li a.link6 span {
  background-position: -187px 23px;
}

.sidebar .sidebar-link li a.link6:hover span {
  background-position: -187px -1px;
}

.sidebar .sidebar-link li a.link7 span {
  background-position: -218px 23px;
}

.sidebar .sidebar-link li a.link7:hover span {
  background-position: -218px -1px;
}

.sidebar .sidebar-link li a.link8 span {
  background-position: -256px 23px;
}

.sidebar .sidebar-link li a.link8:hover span {
  background-position: -256px -1px;
}

.sidebar .sidebar-link li a.link9 span {
  background-position: 97px 23px;
}

.sidebar .sidebar-link li a.link9:hover span {
  background-position: 97px -1px;
}

.sidebar .sidebar-link li a.link10 span {
  background-position: 60px 23px;
}

.sidebar .sidebar-link li a.link10:hover span {
  background-position: 60px -1px;
}

.sidebar .sidebar-link li a.link11 span {
  background-position: 24px 24px;
}

.sidebar .sidebar-link li a.link11:hover span {
  background-position: 24px -4px;
}

.sidebar .sidebar-link .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar .sidebar-link li.acc-links {
  margin-top: 30px;
}

/* navbar css */
.main-content .custom-navbar {
  padding: 15px 60px;
}

.main-content .title-wrapper {
  padding: 36px 28px;
  display: block;
}

/* page title css */
.main-content .page-title {
  color: #102447;
  font-family: "Josefin Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main-content .title-detail {
  color: #67748e;
  font-family: "Maven Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-content .title-wrapper .create-link {
  color: #102447;
  font-family: "Maven Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: flex;
}

.main-content .title-wrapper .create-link span {
  width: 32px;
  height: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #102447;
  line-height: 0.1;
  font-size: 24px;
  border-radius: 100%;
}

/* cards css */

.cards {
  padding: 40px 50px;
  display: block;
  background-color: #fff;
}

.cards .cards-title-wrapper .cards-title {
  color: #102447;
  font-family: "Maven Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 111.111% */
  margin-bottom: 26px;
}

.cards .cards-title-wrapper .cards-link {
  color: #5987d9;
  font-family: "Maven Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.cards .item-card {
  width: 200px !important;
  height: 150px;
  padding: 16px 10px;
  position: relative;
}

.cards .item-card.item {
  border-radius: 4px;
  border: 0.5px solid #9097a2;
  background: #82a5e3;
}

.cards .item-card .catg {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Maven Pro";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 0.4px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 16px;
  margin: 0;
}

.cards .item-card .item-card-title {
  color: #fff;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 111.111% */
  padding-top: 14px;
  display: block;
}

.cards .item-card .created-dete {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Maven Pro";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cards .item-card.item1 {
  border-radius: 4px;
  border: 0.5px solid #9097a2;
  background: #b27fe6;
}

.cards .item-card.item2 {
  border-radius: 4px;
  border: 0.5px solid #9097a2;
  background: #35c4e4;
}

.cards .item-card .item-img {
  width: 52px;
  height: 52px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/* .slick slider css */
.slick-slide {
  margin: 0px 5px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-prev,
.slick-next {
  margin: 0;
}

.cards .Recommended-row {
  padding: 18px 36px;
  display: block;
  border-radius: 6px;
  border: 0.5px solid #9097a2;
  background: #f5faff;
  margin-bottom: 20px;
}

.cards .Recommended-row .Recommended-row-title {
  color: #67748e;
  font-family: "Maven Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
}

.form-check-input:checked {
  background-color: #aeb2b7 !important;
  border-color: #aeb2b7 !important;
}

.cards .activity-card {
  border-radius: 8px;
  border: 0.5px solid #9097a2;
  background: #fff;
  padding: 28px;

  /* Shadow 1 */
  box-shadow: 6px 6px 40px 0px rgba(16, 36, 71, 0.12);
  margin-top: 40px;
}

.cards .activity-card .activity-card-detail {
  color: #9097a2;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}

.cards .Audience-img {
  box-shadow: 6px 6px 40px 0px rgba(16, 36, 71, 0.12);
}

/* .notification page css */
.notification-wrapper .dif-card {
  margin-top: -150px;
  background: #fff;
  padding-top: 50px;
}

/* width */
.notification-wrapper .notification-row-wrapper {
  height: 330px;
  overflow: auto;
  display: block;
}

.notification-wrapper .notification-row-wrapper::-webkit-scrollbar {
  width: 5px;
}

/* Handle */

.notification-wrapper .notification-row-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #102447;
}

/* Handle on hover */

.notification-wrapper .notification-row-wrapper::-webkit-scrollbar-thumb:hover {
  background: #102447;
}

.notification-wrapper .cards {
  padding-right: 15px !important;
}

.notification-wrapper .notification-content {
  color: #566176;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.notification-wrapper .notification-icon {
  padding: 6px 9px 6px 11px;
  display: block;
  background: #102447;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.notification-wrapper .notification-btn {
  color: #fff;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 120% */
  padding: 6px 3px;
  border-radius: 4px;
  background: #00c2cc;
  width: 100px;
  transform: unset !important;
  height: 30px;
  margin: 0;
  border: 0;
}

.notification-wrapper .notification-row:hover,
.notification-list-wrapper .notification-row:nth-child(even) {
  background: #f5feff;
}

.notification-wrapper .notification-time {
  color: #9097a2;
  font-family: "Maven Pro";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 160% */
}

.notification-list-wrapper .cards {
  padding-right: 0px !important;
}

.notification-list-wrapper .nav-tabs {
  border-radius: 8px;
  background: #f0f3ff;
  padding: 12px;
  margin: 12px;
  width: calc(100% - 24px);
}

.notification-list-wrapper .nav-tabs a.nav-link {
  border-radius: 4px;
  display: flex;
  height: 40px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #566176;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: 0;
}

.notification-list-wrapper .nav-tabs a.nav-link.active {
  background: #102447;
  color: #fff;
}

.notification-list-wrapper .filter-form input {
  border-radius: 4px;
  border: 1.5px solid #5987d9;
  background: #eef3fb;
  box-shadow: 0px 2px 0px 0px #5987d9;
}

.notification-list-wrapper .filter-form .filter-button-search {
  border-radius: 5px;
  border: 1.5px solid #102447;
  background: #fff;
  width: 92px;
  height: 40px;
}

.notification-list-wrapper .filter-form .filter-button {
  border-radius: 6px;
  border: 1.5px solid #102447;
  background: #fff;
  box-shadow: 0px 2px 0px 0px #102447;
  color: #102447;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  display: flex;
  width: 92px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.notification-list-wrapper .filter-form .filter-button::after {
  display: none;
}

.notification-list-wrapper .filter-form .last-btn {
  width: 40px;
  height: 40px;
}

.notification-list-wrapper .filter-form .dropdown .dropdown-menu,
.erp-wrapper .dropdown .dropdown-menu {
  border-radius: 4px;
  border: 0.5px solid #9097a2;
  background: #fafbff;
}

.notification-list-wrapper .filter-form .dropdown .dropdown-menu li a,
.erp-wrapper .dropdown .dropdown-menu li a {
  padding: 16px 20px;
  color: #9097a2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.notification-list-wrapper .filter-form .dropdown .dropdown-menu li a:hover,
.erp-wrapper .dropdown .dropdown-menu li a:hover {
  background: #ebefff !important;
  color: #102447;
}

.notification-list-wrapper .notification-detail-title {
  color: #102447;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
}

.notification-list-wrapper .notification-detail-title-date {
  color: #67748e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.notification-list-wrapper .notification-detail {
  color: #9097a2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.notification-list-wrapper .notification-detail p {
  margin-bottom: 20px;
}

.notification-list-wrapper {
  overflow: unset !important;
}

.notification-list-wrapper .cards {
  height: calc(100vh - 185px);
}

.notification-list-wrapper .cards .notification-detail {
  overflow-x: auto;
  height: 300px;
  width: 97%;
}

/* width */
.notification-list-wrapper .cards .notification-detail::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.notification-list-wrapper .cards .notification-detail::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #ccd6ff;
}

/* Handle */
.notification-list-wrapper .cards .notification-detail::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #102447;
}

/* Handle on hover */
.notification-list-wrapper .cards .notification-detail::-webkit-scrollbar-thumb:hover {
  background: #07101f;
}

/* .erp-wrapper page css */
.erp-wrapper .card-menu {
  border-radius: 6px;
  background: #fff;
  box-shadow: 6px 6px 30px 0px rgba(16, 36, 71, 0.08);
  padding: 20px;
}

.erp-wrapper .cards .card-menu p {
  color: #9097a2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

.erp-wrapper .cards p.first {
  color: #102447;
}

.erp-wrapper .org-title {
  color: #102447;
  font-family: "Josefin Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 145.455% */
}

.erp-wrapper .org-created-date {
  color: #9097a2;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 160% */
}

.erp-wrapper .org-created-date span {
  border-radius: 4px;
  background: rgba(0, 243, 255, 0.25);
  display: flex;
  padding: 2px 4px;
  justify-content: center;
  align-items: center;
  color: #102447;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}

.erp-wrapper .erp-click {
  border-radius: 5px;
  border: 1px solid #00f3ff;

  background: #00f3ff;
  display: flex;
  width: 151px;
  height: 36px;
  justify-content: center;
  align-items: center;
  color: #102447;

  font-family: "Maven Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
}

.erp-wrapper .user-list-title {
  color: #102447;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
}

.erp-wrapper .view-all-link {
  color: #5987d9;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
  text-decoration: none;
}

.erp-wrapper .erp-table thead tr th:first-child {
  border-radius: 4px 0px 0px 0px;
}

.erp-wrapper .erp-table thead tr th:last-child {
  border-radius: 0px 4px 0px 0px;
}

.erp-wrapper .erp-table thead tr th {
  background: #1c3f7d;
  color: #fff;
  font-family: "Maven Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

.erp-wrapper .erp-table tbody tr td {
  color: #67748e;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 10px;
  background-color: transparent;
}

.erp-wrapper .erp-table tbody tr {
  border-right: 0.2px solid rgba(144, 151, 162, 0.5);

  border-bottom: 0.2px solid rgba(144, 151, 162, 0.5);

  border-left: 0.2px solid rgba(144, 151, 162, 0.5);

  background: #fafcff;
}

.erp-wrapper .accordion .accordion-item {
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.erp-wrapper .accordion .accordion-item {
  color: #2654a6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

.erp-wrapper .accordion .accordion-item {
  border: 0px;
}

.erp-wrapper .accordion .accordion-item .accordion-header .accordion-button,
.erp-wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none !important;
}

.erp-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  padding: 8px 12px;
}

.erp-wrapper .dropdown-toggle::after {
  display: none;
}

.erp-wrapper .accordion .accordion-item.first .accordion-header .accordion-button {
  border: 1px solid #d6e2f5;

  background: #eaf0fa;
  color: #2654a6;

  padding: 8px 12px;
}

.erp-wrapper .accordion .accordion-item.second .accordion-header .accordion-button {
  border-radius: 4px;
  border: 1px solid #a89bea;
  background: #eeebfe;
  color: #a396e8;

  padding: 8px 12px;
}

.erp-wrapper .accordion .accordion-item.third .accordion-header .accordion-button {
  color: #ef974d;
  border-radius: 4px;
  border: 1px solid #ea7818;
  background: #fef4eb;
}

.erp-wrapper .accordion .accordion-item.third .acc-card {
  border-radius: 4px;
  border: 1px solid #ef974d;
  background: #fef4eb;
}

.erp-wrapper .accordion .accordion-item.forth .accordion-header .accordion-button {
  border-radius: 4px;
  border: 1px solid #35b041;
  background: #effaf0;
  color: #63cf6c;
}

.erp-wrapper .accordion .accordion-item.five .acc-card {
  border-radius: 4px;
  border: 1px solid #43b6bb;
  background: #ecfdfd;
}

.erp-wrapper .accordion .accordion-item.five .accordion-header .accordion-button {
  border-radius: 4px;
  border: 1px solid #43b6bb;
  background: #ecfdfd;
  color: #7cccd0;
}

.erp-wrapper .accordion .accordion-item.forth .acc-card {
  border-radius: 4px;
  border: 1px solid #35b041 !important;
  background: #effaf0 !important;
}

.erp-wrapper .accordion .accordion-item.six .acc-card {
  border-radius: 4px;
  border: 1px solid #e22deb;
  background: #fef5ff;
}

.erp-wrapper .accordion .accordion-item.six .accordion-header .accordion-button {
  border-radius: 4px;
  border: 1px solid #e22deb;
  background: #fef5ff;
  color: #ec73f2;
}

.erp-wrapper .accordion .accordion-item.seven .acc-card {
  border-radius: 4px;
  border: 1px solid #8c8c8c;
  background: #f7f7f7;
}

.erp-wrapper .accordion .accordion-item.seven .accordion-header .accordion-button {
  border-radius: 4px;
  border: 1px solid #8c8c8c;
  background: #f7f7f7;
  color: #a6a6a6;
}

.erp-wrapper .accordion .accordion-item.eighth .acc-card {
  border-radius: 4px;
  border: 1px solid #dd2224;
  background: #fdf2f2;
}

.erp-wrapper .accordion .accordion-item.eighth .accordion-header .accordion-button {
  border-radius: 4px;
  border: 1px solid #dd2224;
  background: #fdf2f2;
  color: #dd2224;
}

.erp-wrapper .accordion .accordion-item.ninth .acc-card {
  border-radius: 4px;
  border: 1px solid #3595d9;
  background: #f0f9ff;
}

.erp-wrapper .accordion .accordion-item.ninth .accordion-header .accordion-button {
  border-radius: 4px;
  border: 1px solid #3595d9;
  background: #f0f9ff;
  color: #3595d9;
}

.erp-wrapper .accordion .accordion-item.tenth .acc-card {
  border-radius: 4px;
  border: 1px solid #beb828;

  background: #fffef5;
}

.erp-wrapper .accordion .accordion-item.tenth .accordion-header .accordion-button {
  border-radius: 4px;
  border: 1px solid #beb828;
  color: #dfdc6c;
  background: #fffef5;
}

.erp-wrapper .accordion .accordion-item.eleven .acc-card {
  border-radius: 4px;
  border: 1px solid #8b5d54;
  background: #f9f6f5;
}

.erp-wrapper .accordion .accordion-item.eleven .accordion-header .accordion-button {
  border-radius: 4px;
  border: 1px solid #8b5d54;
  background: #f9f6f5;
  color: #8b5d54;
}

.erp-wrapper .accordion .accordion-item .acc-card {
  position: relative;
  padding: 12px 8px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #2654a6;
  height: 100%;
  margin-bottom: 20px;

  background: #eaf0fa;
}

.erp-wrapper .accordion .accordion-item.second .acc-card {
  border-radius: 4px;
  border: 1px solid #a89bea;
  background: #eeebfe;
}

.erp-wrapper .accordion .accordion-item.second .acc-card-title {
  color: #9181e4;
}

.erp-wrapper .accordion .accordion-item .acc-card .form-switch {
  position: absolute;
  right: 5px;
  bottom: 0px;
}

.erp-wrapper .accordion .accordion-body {
  background-color: #fff;
}

.erp-wrapper .accordion {
  border: 0px;
}

.erp-wrapper .acc-card .icon {
  padding: 5px;
  background: #fff;
  border-radius: 3px;
  min-width: 50px;
  display: block;
  height: 50px;
}

.erp-wrapper .acc-card .icon img {
  width: 100%;
}

.erp-wrapper .acc-card .acc-card-title {
  color: #1c3f7d;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
  word-break: break-all;
}

.erp-wrapper .acc-card .acc-card-detail {
  color: #9097a2;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 150% */
  margin: 0;
  display: flex;
  gap: 5px;
  align-items: center;
}

.erp-wrapper .acc-card .acc-card-detail::before {
  width: 10px;
  max-height: 3px;
  content: "";
  background-color: #1c3f7d;
  border-radius: 100%;
  height: 3px;
  max-width: 3px;
}

.erp-wrapper .acc-card .form-check-input {
  background-color: #aeb2b7 !important;
  border-color: #aeb2b7 !important;
}

.erp-wrapper .acc-card .form-check-input:checked {
  background-color: #35b041 !important;
  border-color: #35b041 !important;
}

.createmodal .modal-content .modal-body,
.createmodal .modal-content .modal-footer {
  padding: 0px 40px 30px 40px;
}

.createmodal .createmodal-title {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.createmodal .form-input span,
.createmodal .form-input select,
.company-info-form .form-input span,
.company-info-form .form-input select {
  background-color: transparent;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  border-color: #9097a2;
}

.form-input select {
  border-left: 0 !important;
  border-right: 0 !important;
  width: 30px;
  border-radius: 0 !important;
}

.createmodal .form-input input,
.company-info-form .form-input input {
  border-left: 0px !important;
  border-radius: 0px 10px 10px 0;
  border: 1px solid #9097a2;
}

.createmodal .form-input label,
.company-info-form .form-input label {
  color: #67748e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.createmodal .form-input-textarea,
.company-info-form .form-input-textarea {
  position: relative;
}

.createmodal textarea,
.company-info-form textarea {
  border: 1px solid #9097a2;
  border-radius: 10px !important;
}

.createmodal .form-input-textarea img,
.company-info-form .form-input-textarea img {
  position: absolute;
  top: 10px;
  left: 25px;
  z-index: 9;
}

.createmodal .submit-btn,
.company-info-form .submit-btn {
  border-radius: 5px;
  border: 1px solid #00f3ff;
  background: #00f3ff;
  color: #102447;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
}

/* 
/* responsive css */
@media (max-width: 992px) {
  .sidebar {
    width: 50px;
  }

  .main-content {
    width: calc(100% - 50px);
  }

  .sidebar .sidebar-link li a span {
    width: 25px;
    height: 25px;
  }

  .hag {
    transform: unset !important;
    display: none;
  }

  .logo-link {
    padding: 15px;
  }

  .main-content .custom-navbar {
    padding: 15px;
  }

  .sidebar .sidebar-link li a {
    color: transparent !important;
  }

  .sidebar .sidebar-link li a.link9 span {
    width: 35px !important;
    height: 23px;
  }

  .sidebar .sidebar-link li a.link5 span,
  .sidebar .sidebar-link li a.link7 span {
    height: 23px;
  }

  .cards {
    padding: 30px 0 !important;
  }

  .cards .activity-card,
  .cards .Recommended-row,
  .main-content .title-wrapper {
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .main-content .page-title {
    font-size: 20px;
  }

  .main-content .title-wrapper .create-link {
    font-size: 14px;
  }

  .main-content .title-wrapper .create-link span {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .cards .Recommended-row .Recommended-row-title {
    font-size: 14px;
  }

  .cards .Recommended-row {
    padding: 7px;
  }
}

*/

/* erp user management */
.module-header td {
  color: #67748e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 10px 0;
}

.accordion-body .module-header td {
  font-size: 14px;
  padding: 5px 0;
}

/* .squaredThree */
.squaredThree {
  position: relative;
  float: left;
  margin: 0 10px;
}

.squaredThree label {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  border: 2px solid #9097a2;
  margin: 0 auto;
  right: 0;
}

.squaredThree label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 2px;
  left: 1px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredThree label:hover::after {
  opacity: 1;
}

.squaredThree input[type="checkbox"] {
  visibility: hidden;
}

.squaredThree input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.squaredThree input[type="checkbox"]:checked+label {
  background: #102447;
  border-color: #102447;
}

/* end .squaredThree */

.label-text {
  position: relative;
  left: 10px;
}

.accordion-header .squaredThree {
  width: 10%;
  text-align: center;
}

.list-of-user .upgrade-btn {
  width: 100px;
}

.list-of-user .user-Search-form input {
  padding: 12px 16px;
  border: 0.5px solid var(--faint-stroke, rgba(144, 151, 162, 0.4));
  border-radius: 4px;
  overflow: hidden;
}

.list-of-user .user-Search-form .input-group {
  width: 350px;
  box-shadow: 6px 6px 40px 0px rgba(16, 36, 71, 0.12);
}

.list-of-user .user-Search-form .input-group span {
  border-left: 0;
  background: #fff !important;
}

.list-of-user .user-Search-form .filter-btn {
  border-radius: 6px;
  border: 1.5px solid #102447;
  background: #fff;
  box-shadow: 0px 2px 0px 0px #102447;
  padding: 12px 15px;
  color: #102447;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.list-of-user .user-table {
  border: 1px solid rgba(144, 151, 162, 0.5);
  border-radius: 4px;
  border-collapse: unset;
  border-spacing: 0;
}

.list-of-user .user-table th {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  background: #1c3f7d;
  padding: 8px 20px;
}

.list-of-user .user-table td {
  color: #67748e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  padding: 8px 15px;
  border-bottom: 1px solid rgba(144, 151, 162, 0.5);
  background: #fafcff;
}

.list-of-user .user-table th:first-child {
  border-radius: 4px 0px 0px 0px;
  width: 180px;
}

.list-of-user .user-table td:first-child {
  width: 180px;
}

.list-of-user .user-table th:last-child {
  border-radius: 0px 4px 0px 0px;
}

.list-of-user .user-table tr:last-child td {
  border-bottom: 0px !important;
}

.list-of-user .user-table .active-user {
  color: #35b041;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
  border: 1px dashed #35b041;
  background: #effaf0;
  padding: 5px;
}

.list-of-user .user-table .disabled-user {
  color: #dd2224;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
  border: 1px dashed #dd2224;
  background: #fdf2f2;
  padding: 5px;
}

.list-of-user .user-Search-form .add-user {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #102447;
  background: #102447;
  padding: 8px 11px;
  height: 50px;
  width: 120px;
}

.paginator a {
  color: #9097a2;
  padding: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-decoration: unset;
  display: inline-block;
  min-width: 35px;
  text-align: center;
}

.paginator a:hover {
  border-radius: 2px;
  background: #e5f0ff;
}

.erp-company-info .title-created-date {
  color: #9097a2;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 160% */
}

.domain-card {
  border: 0px !important;
  border-radius: 0 !important;
}

.domain-card .nav {
  border-radius: 8px;
  background: #f0f3ff;
  padding: 10px 0;
}

.domain-card .nav .nav-link.active {
  border-radius: 4px !important;
  background: #102447;
  color: #fff;
}

.domain-card .nav .nav-link {
  color: #566176;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
}

.domain-card .Domain-table {
  border-spacing: 0 10px !important;
  border-collapse: unset;
}

.domain-card .Domain-table th {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  background: #1c3f7d;
  padding: 6px 15px;
}

.domain-card .Domain-table th:first-child {
  border-radius: 8px 0 0 8px;
}

.domain-card .Domain-table th:last-child {
  border-radius: 0 8px 8px 0;
}

.domain-card .Domain-table td {
  color: #9097a2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 6px 15px;
}

.domain-card .Domain-table td {
  border: 0.5px solid var(--faint-stroke, rgba(144, 151, 162, 0.4));
  background-color: #fff;
  border-left: 0;
  border-right: 0;
}

.domain-card .Domain-table td:first-child {
  border-left: 1px solid var(--faint-stroke, rgba(144, 151, 162, 0.4)) !important;
  border-radius: 8px 0 0 8px;
}

.domain-card .Domain-table td:last-child {
  border-right: 1px solid var(--faint-stroke, rgba(144, 151, 162, 0.4)) !important;
  border-radius: 0px 8px 8px 0px;
}

.domain-graph-card {
  border-radius: 4px;
  border: 0.5px solid var(--faint-stroke, rgba(144, 151, 162, 0.4));
  background: #fff;
  padding: 24px 28px 16px 28px;
}

.web-icon {
  background-color: #f0f3ff;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  border-radius: 20px;
}

.web-icon.com-icon {
  background-color: #00f3ff;
}

.web-icon.io-icon {
  background-color: #102447;
}

.web-icon.co-icon {
  background-color: #b27fe6;
}

.icon-title {
  color: #9097a2;
  font-family: "Quicksand";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.webio-card {
  padding: 36px 32px;
  border-width: 0px;
  border-radius: 0 !important;
  display: block;
}

.webio-card .webio-card-title {
  color: #102447;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 111.111% */
}

.webio-card .webio-card-table th {
  color: #102447;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  padding: 10px 24px;
}

.webio-card .webio-card-table td {
  padding: 10px 10px;
}

.webio-card .webio-card-table td input,
.select ul {
  width: 100%;
  border-radius: 8px;
  border: 0.5px solid var(--faint-stroke, rgba(144, 151, 162, 0.4));
  background: #fff;
  padding: 12px 24px;
}

.webio-card .webio-card-table td .add-btn {
  border-radius: 5px;
  background: #102447;
  padding: 15px !important;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  border: 0 !important;
}

.webio-card .webio-card-table td .delete-btn {
  border-radius: 6px;
  border: 1.5px solid rgba(226, 19, 42, 0.5) !important;
  background: #fff;
}

.webio-card .webio-card-table td .select ul li.option {
  z-index: 1;
  padding: 6px 24px;
  display: none;
  list-style: none;
  align-items: center;
  border: 0.5px solid #9097a2;

  background: #fafbff;

  height: 100%;
  border-top: 0;
  border-bottom: 0;
}

.webio-card .webio-card-table td .select {
  position: relative;
}

.webio-card .webio-card-table td .select ul li:first-child {
  display: flex;
  border-radius: 4px;
  background: transparent;
  border: 0;
}

.webio-card .webio-card-table td .select ul li:hover {
  background: #ebefff;
}

.webio-card .webio-card-table td .select ul li:nth-child(2) {
  border: 0.5px solid #9097a2;
  border-radius: 4px 4px 0 0;
}

.webio-card .webio-card-table td .select ul li:last-child {
  border-radius: 0 0 4px 4px;
  border: 0.5px solid #9097a2;
  border-top: 0px !important;
}

.webio-card .webio-card-table td .select ul li {
  cursor: default;
}

.webio-card .webio-card-table td .select ul {
  position: absolute;
  top: -25px;
  height: 50px;
}

.webio-card .arrow-down-webio {
  position: absolute;
  right: 15px;
  top: -10px;
}

/* responsive css */
@media (max-width: 992px) {
  .sidebar {
    width: 50px;
  }

  .main-content {
    width: calc(100% - 50px);
  }

  .sidebar .sidebar-link li a span {
    width: 25px;
    height: 25px;
  }

  .hag {
    transform: unset !important;
    display: none;
  }

  .logo-link {
    padding: 15px;
  }

  .main-content .custom-navbar {
    padding: 15px;
  }

  .sidebar .sidebar-link li a {
    color: transparent !important;
  }

  .sidebar .sidebar-link li a.link9 span {
    width: 35px !important;
    height: 23px;
  }

  .sidebar .sidebar-link li a.link5 span,
  .sidebar .sidebar-link li a.link7 span {
    height: 23px;
  }

  .cards {
    padding: 30px 0 !important;
  }

  .cards .activity-card,
  .cards .Recommended-row,
  .main-content .title-wrapper {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .erp-wrapper .card-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media (max-width: 575px) {
  .main-content .page-title {
    font-size: 20px;
  }

  .main-content .title-wrapper .create-link {
    font-size: 14px;
  }

  .main-content .title-wrapper .create-link span {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .cards .Recommended-row .Recommended-row-title {
    font-size: 14px;
  }

  .cards .Recommended-row {
    padding: 7px;
  }

  .erp-wrapper .card-menu {
    flex-direction: column;
  }

  .module-header td,
  .accordion-header .accordion-button span {
    min-width: unset;
    max-width: 50%;
  }
}

/* -----------------------------------------pagination----------------------------------------*/
.pagination .page-item .page-link {
  color: #9097a2;
}

.pagination .page-item .page-link:hover {
  color: #1c3f7d;
  background-color: #e5f0ff;
  border-color: #e5f0ff;
}

.pagination .page-item.active .page-link {
  background-color: #e5f0ff;
  border-color: #e5f0ff;
  color: #1c3f7d;
}

/*-------------------------------------end--------------------------------------------------------*/

/*--------------------------------------company information---------------------------------------*/

.company-information-body .form-input input {
  line-height: 35px;
}

.company-info-submit-btn {
  background-color: #00f3ff !important;
  border: 1px solid #00f3ff !important;
  color: #102447 !important;
}

.form-input select.dropdown-field {
  width: 100% !important;
  line-height: 35px !important;
  border-right: 1px solid #9097a2 !important;
  border-radius: 0px 10px 10px 0 !important;
}

#incompleteProfileModal .proceed-btn {
  background-color: #102447;
  padding: 10px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 0;
}

#incompleteProfileModal .modal-content {
  border-radius: 4px;
  padding: 15px;
}

.accordion-header-edit-button {
  margin-right: -90px;
  position: relative;
  right: -50px;
  padding-bottom: 5px;
}

.erp-summary-declaration {
  color: #67748e80;
}

.erp-summary-declaration-btn {
  background: #00f3ff;
  font-family: Maven Pro;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #102447;
}

.erp-summary-declaration-btn:hover {
  background: #66e8ff;
  color: #102447;
}

.erp-summary-declaration-btn-disable {
  background: #d7e2e4 !important;
  border: none !important;
}

.company-info-wrapper .next-btn,
.erp-information-summary-btn {
  background-color: #102447 !important;
  color: #fff !important;
  border-color: #102447 !important;
  height: 45px !important;
}

.company-info-logo {
  color: transparent !important;
  min-width: 80%;
}

.company-info-logo a,
.company-info-form #company_logo-clear_id {
  display: none;
}

.company-logo-img {
  width: 50px;
  position: absolute;
  right: 0;
}

.erp-url-icon {
  filter: invert(1);
  position: absolute;
  right: 12px;
  top: 12px;
}

.company-id-type {
  border-radius: 4px;
  border: 0.2px solid rgba(144, 151, 162, 0.4);
  background: #fafbff;
  padding: 16px 20px;
  margin: 0 10px !important;
}

.form-read-only-text {
  color: #102447;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.below-input-fields {
  color: #102447;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.Customer_Number_box {
  border-radius: 4px;
  border: 0.2px solid rgba(144, 151, 162, 0.40);
  background: #F5F7FF;
  padding: 16px;
}

.ERP-add-user .select ul {
  border-color: #9097A2 !important;
}

.ERP-add-user .Customer_Number_box input,
.ERP-add-user .Customer_Number_box .select ul {
  border-color: rgba(144, 151, 162, 0.40) !important;
}

.ERP-add-user .Customer_Number_box .form-input span {
  border-color: rgba(144, 151, 162, 0.40);
  background-color: #fff;

}

.ERP-add-user .edit-save-change-btn {
  border-radius: 5px;
  background: #102447;
  padding: 15px 20px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  border: 0 !important;
}

.Customer-order-card {
  border-radius: 8px;
  border: 0.5px solid #9097A2;
  background: #FFF;
  padding: 17px;
  width: 440px;
}

.Customer-order-card .order-profile-name {
  color: #102447;
  font-family: "Josefin Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 127.273% */
  text-align: left;
  width: 50%;
  margin: 0;

}

.Customer-order-card .order-profile-detail {
  color: #67748E;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-align: left;
  width: 50%;
  margin: 0;


}

.Customer-order-card .order-profile-ID {
  color: #9097A2;
  font-family: "Maven Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  text-align: left;
  width: 50%;
  margin: 0;
}

.Latest-order-title {
  color: #102447;
  font-family: "Maven Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
}

.Latest-order-table thead th {
  background: #F5F9FF;
  color: #102447;
  font-family: "Maven Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  padding: 10px 14px;
  border: 0.2 solid #F5F9FF;
}

.Latest-order-table thead th:first-child {
  border-radius: 4px 0px 0px 0px;
}

.Latest-order-table thead th:last-child {
  border-radius: 0px 4px 0px 0px;
}

.Latest-order-table tbody tr td {
  color: #67748E;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 10px 14px;

}

.Latest-order-table tbody tr {
  border: 0.2px solid rgba(144, 151, 162, 0.50);
  border-top: 0 !important;
}

.Latest-order-table td.doller-price {
  color: rgba(16, 36, 71, 0.80);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 111.111% */
}

.Latest-order-table td:first-child,
.Latest-order-table td:last-child {
  color: #5987D9;
}

.Latest-order-table .Created-status {
  border-radius: 2px;
  border: 1.2px solid #5E9FDF;
  background: #FFF;
  color: #5E9FDF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px;
}

.Latest-order-table .Not-Paid-status {
  color: rgba(226, 19, 42, 0.70);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  border: 1.2px solid rgba(226, 19, 42, 0.70);
  background: #FFF;
  padding: 5px;
}

.Latest-order-table .Partly-Paid {
  color: #F8A33F;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px;
  border-radius: 2px;
  border: 1.2px solid #F8A33F;
  background: #FFF;
}

.Latest-order-table .status-paid {
  border-radius: 2px;
  border: 1.2px solid #34A263;
  background: #FFF;
  color: #34A263;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px;
}

.Latest-order-table .status-Delivered {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  border: 1.2px solid #FFF;
  background: #34A263;
  padding: 5px;
}


/************************************ Service Landing Page CSS (Start) ***********************************************************/
/* landing-page-css
 */
.landing-banner-image {
  background-image: url(../images/landing-header-baner.png);
  background-color: #FFF;
  background-size: 70%;
  MARGIN: 0 AUTO;
  background-position: center;
  padding-top: 140px !important;
  height: 880px !important;

}

.landing-banner-image h1 {
  background: linear-gradient(to right, #102447,
      #00C2CC, #00F3FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* width: 50%; */
  margin: 0 auto;
  font-size: 90px;
  line-height: 110px;
}

.landing-banner-image .welcome-text {
  border: 1px solid #00F3FF;
  border-radius: 100%;
  width: max-content;
  padding: 10px 15px;
  color: #00F3FF;
  font-weight: 500;
}

.landing_aboutus {
  background-image: url(../images/Landing_About\ us.png);
  background-color: #FFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landing_aboutus .mission-box {
  background: transparent !important;
}

.landing_aboutus .hire-box {
  background-color: #FFFFFF;
  border: 1px solid #CCFDFF;
  padding: 15px 10px;
  display: inline-block;
  text-align: left;
  border-radius: 12px;
}

.landing_aboutus .hire-box .hire-box-title {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  display: block;
  color: #102447;
}

.landing_aboutus .hire-box .hire-box-detail {
  font-size: 14px;
  font-weight: 400;
  color: #67748E;
}

.landing_aboutus .service-box {
  height: 320px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  filter: drop-shadow(6 6 0.15rem #9097A2);
  padding: 30px;
}

.landing_aboutus .service-box:hover {
  background-image: url(../images/Mask\ group\ \(7\).png);
  background-color: #102447;
}

.landing_aboutus .service-box a {
  font-weight: 600;
  color: #102447;
  text-decoration: none;
  margin: 15px 0 0 0;
  display: block;
}

.landing_aboutus .service-box:hover .hire-box-title,
.landing_aboutus .service-box:hover .hire-box-detail,
.landing_aboutus .service-box:hover a {
  color: #fff;
  cursor: pointer;
}

.landing_aboutus .service-box:hover a img {
  filter: invert(1);
}

.landing_aboutus .getstart-btn {
  padding: 15px 20px;
  border: 0;
  display: flex;
  align-items: center;
  background: #102447;
  color: #fff;
  border-radius: 5px;
}

.creative-works {
  background-color: #102447;
}

.creative-works .creative-works-title {
  font-size: 44px;
  font-weight: 700;
}

.creative-works .creative-works-detail {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.creative-works .creative-divider {
  border-bottom: 0.5px solid #fff;
  margin-top: 150px !important;
}

.creative-works .elevating-design-title {
  font-size: 32px;
  font-weight: 700;
}

.creative-works .elevating-design-detail {
  font-size: 18px;
  font-weight: 400;

}

.creative-works .lets-talk-btn {
  font-size: 16px;
  font-weight: 600;
  color: #102447;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #00F3FF;
  border: 0;
}

.creative-works .elevating-design-social li {
  padding: 15px 0;
}

.creative-works .elevating-design-social li a {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  padding: 15px;
  border: 1px solid #102447;
  width: 280px;
  border-radius: 10px;
  display: block;

}

.creative-works .elevating-design-social li a:hover {
  border: 1px solid #33F5FF;
  background-color: rgba(51, 245, 255, 0.3);
}

.creative-works .social-span {
  padding: 15px;
  border-radius: 100%;
}

.creative-works .social-span:hover {
  background-color: #33F5FF;
  cursor: pointer;
}

.creative-works .slick-card {
  padding: 7px;
  background: #93BEFF;
  border-radius: 10px;
}

.creative-works .slider1 {
  width: 100%;
  margin: 100px auto;
}

.creative-works .slick-list {
  z-index: 2;
}

.creative-works .slider1::after {
  width: 70%;
  height: 110%;
  content: '';
  display: block;
  /* background: linear-gradient(-335deg, rgba(0, 243, 255, 1) 0%, rgba(241, 248, 255, 0) 100%); */
  background: url(../images/gradient_base.png);
  position: absolute;
  right: -12px;
  top: -30px;
  z-index: 1;
  border-radius: 120px;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.creative-works .slick-slide {
  margin: 20px;
}

.creative-works .slick-slide img {
  width: 100%;
}

.creative-works .slick-prev:before,
.creative-works .slick-next:before {
  color: black;
  content: url(../images/arrow_right_outline_24.png) !important;
}

.creative-works .slick-next,
.creative-works .slick-prev,
.creative-works .slick-next:hover,
.creative-works .slick-prev:hover {
  display: block;
  width: 25px;
  height: 25px;
  padding: 3px;
  border-radius: 100%;
  background-color: #fff;
}

.creative-works .slick-prev {
  transform: rotate(180deg);
  left: 25px !important;
  z-index: 3;

}

.creative-works .slick-next {
  right: 25px;
  z-index: 3;
}

.creative-works .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
  transform: scale(1, 0.8);
}

.creative-works .slick-active {
  opacity: 1;
}

.creative-works .slick-current {
  opacity: 1;
  transform: scale(1.05);
}

.creative-works .slick-dots li {
  margin: 0 !important;
}

.creative-works .slick-dots li button::before {

  opacity: 1 !important;
  height: 3px;
  content: '' !important;
  border-radius: 10px;
  background: #111;
  height: 3px;
  width: 5px;
  content: '' !important;
}

.creative-works .slick-dots li.slick-active button:before {
  color: #fff;
  background: #fff;
  height: 3px;
  width: 10px;
  content: '' !important;
  border-radius: 10px;
}

.creative-works .slick-dots {
  margin-top: 15px !important;
}

.landing_services {
  background-image: url(../images/services-landing-bg.png);
  background-color: #FFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/************************************ Service Landing Page CSS (End) ***********************************************************/
/************************************************* Support Chat Button CSS (Start) *******************************************/
.support-chat {
  position: fixed;
  margin-right: 100px;
  bottom: 100px;
  z-index: 999;
}

.support-chat-btn {

  padding: 13.5px 10px;
  width: 55px !important;
  border: 0;
  background-color: #fff;
  border-radius: 30px 30px 30px 0;
  box-shadow: 6px 6px 40px rgba(16, 36, 71, 0.20);
  position: absolute;
  right: 0;
}

/************************************************* Support Chat Button CSS (End) *******************************************/
/************************************************* ChatBox CSS (Start) *******************************************/
.chat-box {
  max-width: 420px;
  height: 600px;
  display: block;
  background-color: #fff;
  box-shadow: 3px 3px 5px rgba(1, 1, 1, 0.18);
  border-radius: 10px;
  margin-left: auto;
  overflow: hidden;
  width: 90%;
  position: relative;
  bottom: -60px;
  right: 50px;

}

.chat-box .chat-box-header {
  background-image: url(../images/chat-bg-header.png);
  background-size: cover;
  background-position: bottom;
  padding: 10px 15px;
  height: 135px;

}

.chat-box .chat-box-header img {
  width: 50px;
  height: 50px;
}

.chat-box .chat-box-header .Chat-with-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  margin: 0;
}

.chat-box .chat-box-header .Chat-with-name {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.chat-box .chat-box-header .like-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.chat-box .left-msg-box {
  font-size: 14px;
  padding: 10px;
  background-color: #E6EDF9;
  border-radius: 10px;
}

.chat-box .right-msg-box {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #102447;
  border-radius: 10px;
}

.chat-box .right-msg-box-user-msg {
  font-size: 14px;
  padding: 10px;
  background-color: #102447;
  border-radius: 10px;
  color: white;
}

.chat-box .chat-bg-footer-inner {
  border-top: 1px solid #9097A2;
}

.chat-box .chat-btn {
  border: 0px !important;
  padding: 5px 7px;
  border-radius: 100%;
  background-color: #102447;
  width: 35px;
}

.chat-box .chat-btn:hover {
  background-color: #00F3FF;
}

.chat-box .chat-btn:hover img {
  filter: invert(1);
}

.chat-box-type-msg {
  font-size: 14px;
  color: #9097A2;
}

.chat-box .right-msg-box:hover {
  background: linear-gradient(0deg, rgba(0, 243, 255, 0.07), rgba(0, 243, 255, 0.07));
  cursor: pointer;
}

.chatbox-input {
  border: none;
}

.chatbox-input:focus {
  outline: none;
}

/* Hide the scrollbar */
#chat-data {
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

#chat-data::-webkit-scrollbar {
  width: 0px; /* Chrome, Safari, and Opera */
  height: 0px;
}

/************************************************* ChatBox CSS (End) *******************************************/


@media(max-width: 991px) {
  .landing-banner-image {
    padding-top: 100px !important;
    height: 550px !important;
  }

  .landing-banner-image h1,
  .creative-works .creative-works-detail {
    width: 100% !important;
  }

  .creative-works .slider1 {
    margin: 50px 0 !important;
  }

  .support-chat {
    margin-right: 0;
  }
.creative-works .creative-divider {
margin-top: 50px !important;
}
}

@media(max-width: 767px) {

  .landing-banner-image h1,
  .mission h4,
  .creative-works .creative-works-title,
  .creative-works .elevating-design-title {
    font-size: 30px;
  }

  .landing_aboutus .service-box {
    height: auto !important;
  }

  .banner-image {
    height: auto !important;
  }
}


/************************************ Service Landing Page CSS (End) ***********************************************************/