.enterprise_chip_btn {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: var(--Primary-color, #2a8d95);
  border: none;
  padding: 6px 14px 7px 14px;
}
/* enterprise section */
.enterprise_banner_wrp {
  background-image: url("../images/enterprise_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 133px 0 133px;
  height: 90vh;
}
.enterprise_banner_wrp .container {
  height: 100%;
}
.enterprise_banner_image {
  display: none;
}
.enterprise_banner_wrp .enterprise_banner_inner_wrp {
  margin-top: unset;
}
.enterprise_banner_wrp .enterprise_banner_inner_wrp {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  height: 100%;
}
.enterprise_banner_inner_wrp .enterprise_content_wrp {
  display: flex;
  flex-direction: column;
  width: 55%;
}
.enterprise_banner_inner_wrp .enterprise_content_wrp h3 {
  font-family: "Poppins";
  font-size: 72px;
  font-weight: 700;
  line-height: 87px;
  text-align: left;
  color: #ffffff;
}
.enterprise_banner_inner_wrp .enterprise_content_wrp .enterprise_banner_btn {
  background-color: #2a8d95;
  width: 256px;
  border-radius: 12px;
  color: #ffffff;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 14px 33px;
  margin: 64px 0 0;
}
.enterprise_banner_inner_wrp .enterprise_content_wrp .enterprise_banner_para {
  color: #ffff;
  font-family: "Poppins", sans-serif;
  padding-top: 34px;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
}

/* enterprise_solutions_wrp */
.enterprise_solutions_wrp {
  background-image: url("../images/enterprise_solution.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 133px 0 72px;
}
.enterprise_solutions_inner_wrp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.enterprise_solutions_inner_wrp .enterprise_para {
  color: var(--Body, #494b50);
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  padding-top: 32px;
}
.solution_enterprise_number_wrp {
  padding: 80px 0 0;
  display: flex;
  gap: 71px;
}
.solution_content_wrp {
  position: relative;
}
.solution_content_wrp img {
  width: 100%;
}
.solution_content {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 33px 54px 0 118px;
}
.solution_content h3 {
  color: var(--Heading, #000);
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 32.4px */
}
.solution_content p {
  color: var(--Body, #494b50);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 29.7px */
  letter-spacing: 0.18px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* enterprise_services_wrp */
.enterprise_services_wrp {
  background-image: url("../images/enterprise_services.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 133px;
}
.services_content_main_wrp {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  column-gap: 80px;
  row-gap: 48px;
  padding: 98px 0 100px;
}
.services_content_wrp {
  position: relative;
}
.services_content_wrp img {
  width: 100%;
}
.services_content {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  padding: 46px 40px;
}
.services_content img {
  width: 15%;
}
.services_content h3 {
  text-align: left;
}
.services_content p {
  text-align: left;
}
.services_content .services_card_content {
  padding: 32px 120px 0 0;
}
.services_content .services_card_content h3 {
  color: var(--Heading, #000);
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 32.4px */
}
.services_content .services_card_content p {
  color: var(--Body, #494b50);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 29.7px */
  letter-spacing: 0.18px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.services_content h2 {
  position: absolute;
  top: 160px;
  right: 30px;
  color: var(--Heading, #000);
  font-family: "Concert One" !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 79.167% */
}
/************************** experts section **************************/
.benefits_wrp {
  padding: 200px 0 135px;
  background-image: url("../images/enterprise_benefits_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.benefits_inner_wrp {
  display: flex;
  gap: 94px;
}
.experts_inner_wrp {
  display: flex;
  background-image: url("../images/enterprise_experts_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  gap: 160px;
  height: 440px;
  border-radius: 32px;
  width: 100%;
}
.experts_img_wrp {
  position: relative;
  top: -41px;
  left: 65px;
}
.experts_img_wrp img {
  width: auto;
}
.experts_btn_wrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  gap: 48px;
}
.experts_btn_wrp h3 {
  color: #fff;
  font-family: "Commissioner";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 54.6px */
}
.experts_btn_wrp button {
  border-radius: 15px;
  background: var(--Primary-color, #2a8d95);
  color: #fff;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  padding: 14px 32px;
}
.benefits_content .benefits_head {
  color: var(--Heading, #000);
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 158.333% */
  margin: 0;
}
.listed_content ul {
  padding-left: 0rem;
}
.listed_content ul li {
  list-style-type: none;
  padding-bottom: 48px;
}
.li_img {
  display: flex;
  align-items: center;
  gap: 12px;
}
.benefits_para {
  color: var(--Body, #494b50);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.18px;
  padding-left: 33px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.benefits_wrp h3 {
  color: var(--Heading, #000);
  font-family: "Commissioner";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 64.4px */
}
.benefits_content {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: flex-start;
}
.listed_content {
  display: flex;
  padding-top: 72px;
  gap: 24px;
}
.listed_content .benefits_list {
  width: 100%;
}
.benefits_img_wrp {
  display: flex;
  gap: 10px;
  width: 50%;
}
.benefits_img_wrp img {
  width: 100%;
}
.benefits_img_wrp :nth-child(2) {
  position: relative;
  top: 20px;
}
.benefits_img_wrp :nth-child(3) {
  position: relative;
  top: 40px;
}

/************************ enterprise_why_us_inner_wrp *****************/
.enterprise_why_us_wrp {
  background-image: url("../images/enterprise_experts_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 100px;
}
.enterprise_why_us_inner_wrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}
.enterprise_why_us_inner_wrp h3 {
  color: #fff;
  text-align: center;
  font-family: "Commissioner";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 64.4px */
  text-transform: capitalize;
  padding: 7px 0 30px;
}
.enterprise_why_us_inner_wrp p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
}
.enterprise_card_wrp {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 84px;
  row-gap: 47px;
}
.enterprise_card_wrp .card_inner_wrp {
  position: relative;
}
.enterprise_card_wrp .card_inner_wrp .card_img {
  position: absolute;
  top: 8% !important;
  right: 38px;
  width: 16%;
}
.enterprise_card_wrp .card_inner_wrp .card_content {
  position: absolute;
  top: 31px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 51px 72px 50px 52px;
}
.enterprise_card_wrp .card_inner_wrp .why_card_01 {
  width: 100%;
}
.enterprise_card_wrp .card_inner_wrp .card_content h3 {
  color: var(--Heading, #000);
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 32.4px */
  padding-right: 150px;
  margin: 0;
}
.enterprise_card_wrp .card_inner_wrp .card_content p {
  color: var(--Body, #494b50);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.18px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
/***********************Tech stack***********************/
.enterprise_services_staking_wrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.enterprise_tech_stack {
  background-image: url("../images/enterprise_tech_stack_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 100px;
}
.enterprise_staked_content_wrp {
  display: flex;
  justify-content: center;
  gap: 57px;
  /* flex-wrap: wrap; */
  /* align-items: start; */
}
.enterprise_staked_content_wrp .stake_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  /* width: 160px; */
}
.enterprise_staked_content_wrp .stake_1 p {
  color: var(--Heading, #000);
  text-align: center;
  font-family: "Poppins";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 29.4px */
}
.enterprise_staked_content_wrp .stake_1 img {
  width: 75px;
  object-fit: cover;
}
.enterprise_stake_1_text {
  font-family: "Poppins";
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  color: #000000;
}
.enterprise_tech_heading {
  color: var(--Heading, #000);
  text-align: center;
  font-family: "Commissioner";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 64.4px */
  text-transform: capitalize;
  padding: 7px 0 32px;
}
.enterprise_services_para {
  color: var(--Body, #494b50);
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
}
.enterprise_nav_tab {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.enterprise_nav_tab .nav-pills .nav-link.active {
  color: #fff !important;
  background-color: #2a8d95 !important;
}
.enterprise_nav_tab .nav-pills .nav-link {
  color: var(--Body, #494b50);
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 88.889% */
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  padding: 20px 16px;
}
.enterprise_nav_tab .nav {
  gap: 40px;
  padding: 48px 0 80px;
  justify-content: center;
}
.our_process_content_02 {
  position: relative;
  top: -234px;
}
/***********************Industries************************/
.enterprise_industries {
  background-image: url("../images/enterprise_industries_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
}
.healthcare_card {
  display: flex;
  justify-content: center;
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 80px 0 160px;
}
.healthcare_inner_card {
  display: flex;
  align-items: center;
  gap: 40px;
  border-radius: 16px;
  background: #fff;
}
.healthcare_inner_card img{
  width: 40px;
}
.icon_bg_01 {
  border-radius: 16px;
  background: var(--Color_1, #a0f);
  padding: 28px 28px;
}
.icon_bg_02 {
  background: var(--Color_1, #ff00d6);
  border-radius: 16px;
  padding: 28px 28px;
}
.icon_bg_03 {
  background: var(--Color_1, #128807);
  border-radius: 16px;
  padding: 28px 28px;
}
.icon_bg_04 {
  background: var(--Color_1, #0033ad);
  border-radius: 16px;
  padding: 28px 28px;
}
.icon_bg_05 {
  background: var(--Color_1, #515099);
  border-radius: 16px;
  padding: 28px 28px;
}
.icon_bg_06 {
  background: var(--Color_1, #b66d00);
  border-radius: 16px;
  padding: 28px 28px;
}
.icon_bg_07 {
  background: var(--Color_1, #cb001c);
  border-radius: 16px;
  padding: 28px 28px;
}
.icon_bg_08 {
  background: var(--Color_1, #00bc8f);
  border-radius: 16px;
  padding: 28px 28px;
}
.healthcare_inner_card h3 {
  /* padding: 0 130px 0 0px; */
  margin: 0;
  color: var(--Heading, #000);
  font-family: "Poppins";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 35.7px */
}

/******************************Our Process********************/
.our_process_wrp {
  background-image: url("../images/enterprise_our_process_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 87px;
}
.enterprise_our_process_inner_wrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.our_process_arc_image_wrp {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 190px 0 100px;
  gap: 65px;
}
.our_process_arc_image_wrp .arrow_enterprise {
  position: absolute;
  top: 300px;
  width: 100%;
}
.our_process_arc_image_wrp h2 {
  color: var(--Heading, #000);
  font-family: "Concert One";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 79.167% */
}
.our_process_arc_image_wrp h3 {
  color: var(--Color_1, #a0f);
  text-align: center;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.24px;
  text-transform: capitalize;
}
.our_process_arc_image_wrp p {
  color: var(--Body, #494b50);
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 26.4px */
}
.text_process {
  display: flex;
  flex-direction: column;
}
.arc_img {
  position: relative;
}
.arc_img h2 {
  position: absolute;
  top: 46px;
  left: 82px;
}
.our_process_content_04 {
  position: relative;
  top: -234px;
}
.our_process_arc_content_01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.enter_our_process {
  display: flex;
  align-items: center;
}
.arc_img_pro {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.arc_img_pro img {
  width: 100%;
}
.arc_img_pro .arc_content_01 {
  position: relative;
  top: -400px;
}
.arc_img_pro .arc_number {
  position: relative;
  top: -167px;
  z-index: 11;
  color: var(--Heading, #000);
  font-family: "Concert One";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 79.167% */
}
.arc_img_01 {
  z-index: 10;
}
.arc_img_pro .arc_req_02 {
  color: var(--Color_2, #ff00d6);
}
.arc_img_pro .arc_req_03 {
  color: var(--Color_3, #128807);
}
.arc_img_pro .arc_req_04 {
  color: var(--Color_4, #0033ad);
}
.arc_img_pro .arc_req_05 {
  color: var(--Color_5, #cb001c);
}

/***********************enterprise_why_us_2************************/

.enterprise_why_us_2 {
  background-image: url("../images/enterprise_why_us_2_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
}
.enterprise_inner_why_us_2_wrp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.enterprise_why_us_2 .why_us {
  color: #ffffff;
}
.enterprise_why_us_2 .why_para {
  color: rgba(255, 255, 255, 0.8);
}
.enterprise_why_us_2 .enterprise_ethereum_wrp {
  display: flex;
  gap: 90px;
  padding: 130px 0 100px;
  justify-content: center;
}
.enterprise_why_us_2 .enterprise_ethereum_wrp div {
  width: 100%;
}
.enterprise_why_us_2 .enterprise_ethereum_wrp div img {
  width: 100%;
}
.enterprise_why_us_2 .enterprise_ethereum_wrp div h5 {
  bottom: 0 !important;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 29.7px */
  margin-top: 21px;
}
.enterprise_why_us_2 .enterprise_ethereum_wrp :nth-child(2),
.enterprise_why_us_2 .enterprise_ethereum_wrp :nth-child(6) {
  position: relative;
  bottom: 20px;
}

.enterprise_why_us_2 .enterprise_ethereum_wrp :nth-child(3),
.enterprise_why_us_2 .enterprise_ethereum_wrp :nth-child(5) {
  position: relative;
  bottom: 40px;
}

.enterprise_why_us_2 .enterprise_ethereum_wrp :nth-child(4) {
  position: relative;
  bottom: 60px;
}

/***********************enterprise_why_us_3************************/
.enterprise_why_us_wrp_3 {
  background-image: url("../images/enterprise_why_us_3_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
}

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

.enterprise_why_us_wrp_inner_3 .why_us {
  color: #ffffff;
}

.enterprise_why_us_wrp_inner_3 .why_para {
  color: rgba(255, 255, 255, 0.8);
}

.enterprise_why_us_card_03 {
  display: flex;
  justify-content: center;
  padding: 82px 0 100px;
  gap: 27px;
}

.enterprise_card_img {
  position: relative;
}

.enterprise_card_img img {
  width: 100%;
}

.enterprise_card_img .enterprise_card_content {
  position: absolute;
  top: -5px;
  left: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 19px 32px 24px 34px;
}

.enterprise_card_img .enterprise_card_content h2 {
  color: #fff;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 158.333% */
  margin: 0;
}

.enterprise_card_img .enterprise_card_content h3 {
  color: #fff;
  font-family: "Concert One";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.64px;
  margin-bottom: 12px;
  margin-top: -7px;
}

.enterprise_card_img .enterprise_card_content p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 29.7px */
  letter-spacing: 0.18px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.enterprise_solutions_inner_wrp .enterprise_para,.enterprise_solutions_inner_wrp .enterprise_para,.enterprise_why_us_inner_wrp p,.enterprise_services_para,.enterprise_why_us_2 .why_para,.enterprise_services_para,.enterprise_why_us_wrp_inner_3 .why_para{
  padding-left: 9% !important;
  padding-right: 9% !important;
}

/**************Media Query***************************/

@media only screen and (max-width: 1800px) {
  /* enterprise banner section */
  .enterprise_banner_inner_wrp .enterprise_content_wrp {
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp h3 {
    font-size: 50px;
    line-height: 60px;
  }

  /************************enterprise***********************/
  .solution_content p {
    font-size: 16px;
    line-height: 148%;
  }

  .solution_content h3 {
    font-size: 18px;
    line-height: 100%;
  }

  /****************service***********************/
  .services_content .services_card_content p {
    font-size: 15px;
    line-height: 24px;
  }

  .services_content .services_card_content h3 {
    font-size: 20px;
  }

  .services_content h2 {
    top: 150px;
    right: 18px;
  }

  /************************experts*****************/
  .experts_btn_wrp h3 {
    font-size: 30px;
  }

  .experts_btn_wrp button {
    font-size: 20px;
  }

  /************************benefits****************/
  .benefits_wrp h3 {
    font-size: 42px;
  }

  .benefits_para {
    font-size: 14px;
    line-height: 150%;
  }

  .benefits_content .benefits_head {
    font-size: 20px;
  }

  /**********************why us 01***********************/
  .enterprise_card_wrp .card_inner_wrp .card_content h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content p {
    font-size: 16px;
    line-height: 22px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_img {
    top: 26px;
  }

  .enterprise_why_us_inner_wrp h3 {
    font-size: 43px;
  }

  /**********************why us 02***********************/
  .enterprise_why_us_2 .enterprise_ethereum_wrp {
    gap: 50px;
  }

  /**********************why us 03***********************/
  .enterprise_card_img .enterprise_card_content p {
    font-size: 14px;
  }

  .enterprise_card_img .enterprise_card_content h3 {
    font-size: 44px;
    margin-top: 0px;
  }

  .enterprise_staked_content_wrp .stake_1 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1600px) {
  /* enterprise banner section */
  .enterprise_banner_inner_wrp .enterprise_content_wrp .enterprise_banner_para {
    width: 87%;
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
  }

  /************************enterprise***********************/
  .enterprise_solutions_inner_wrp .enterprise_para {
    font-size: 16px;
    line-height: 150%;
  }

  .solution_content {
    padding: 32px 26px 0 95px;
  }

  .solution_content p {
    font-size: 16px;
  }

  /********************services**********************/
  .services_content .services_card_content h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .services_content .services_card_content p {
    font-size: 14px;
    line-height: 22px;
  }

  .services_content {
    padding: 40px 40px;
  }

  .services_content .services_card_content {
    padding: 17px 100px 0 0;
  }

  .services_content h2 {
    top: 113px;
  }

  /******************benefits*****************/
  .benefits_img_wrp img {
    width: 30%;
  }

  .benefits_inner_wrp {
    gap: 60px;
  }

  .listed_content {
    padding-top: 48px;
  }

  /****************why us 01********************/
  .enterprise_card_wrp .card_inner_wrp .card_content h3 {
    font-size: 16px;
    line-height: 22px;
    padding-right: 80px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content {
    top: 10px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_img {
    top: 23px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content p {
    font-size: 12px;
    line-height: 17px;
  }

  /*******************tech stack******************/
  .enterprise_tech_heading {
    font-size: 42px;
  }

  .enterprise_why_us_2 .enterprise_ethereum_wrp div {
    width: 11%;
  }

  /**********************why us 03***********************/
  .enterprise_card_img .enterprise_card_content h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .enterprise_card_img .enterprise_card_content p {
    font-size: 12px;
    padding-top: 16px;
  }

  .enterprise_card_img .enterprise_card_content {
    left: 17px;
  }

  .healthcare_inner_card h3 {
    font-size: 16px;
  }

  .enterprise_staked_content_wrp .stake_1 p {
    font-size: 14px;
  }

  .enterprise_card_img .enterprise_card_content h3 {
    font-size: 38px;
    margin-top: 0px;
  }

  /***************our process ******************/
  .arc_img_pro .arc_content_01 {
    top: -360px;
  }

  .our_process_arc_image_wrp p {
    font-size: 14px;
    line-height: 150%;
  }

  .our_process_arc_image_wrp h3 {
    font-size: 18px;
  }

  .arc_img_pro .arc_number {
    top: -135px;
    font-size: 38px;
  }

  .our_process_arc_image_wrp .arrow_enterprise {
    top: 303px;
  }

  .our_process_arc_image_wrp {
    padding: 218px 0 100px;
  }
}

@media only screen and (max-width: 1400px) {
  .enterprise_card_img .enterprise_card_content h3{
    margin-top: -7px;
  }
  .enterprise_banner_inner_wrp .enterprise_content_wrp h3 {
    font-size: 42px;
    line-height: 50px;
  }
  .enterprise_card_img .enterprise_card_content h2 {
    font-size: 18px;
    line-height: 24px;
}

  .enterprise_banner_inner_wrp .enterprise_content_wrp .enterprise_banner_para {
    font-size: 18px;
    line-height: 150%;
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp .enterprise_banner_btn {
    width: 220px;
    font-size: 18px;
    margin: 16px 0 0;
  }

  .services_content h2 {
    top: 102px;
  }

  .enterprise_industries {
    padding-top: 0;
  }

  .arc_img_pro .arc_number {
    top: -124px;
  }

  .healthcare_card {
    padding: 80px 0 100px;
  }

  .experts_img_wrp img {
    width: 100%;
  }

  .experts_inner_wrp {
    height: 281px;
  }

  .experts_btn_wrp h3 {
    font-size: 24px;
  }

  .experts_img_wrp {
    top: -48px;
    width: 36%;
  }

  .enterprise_services_wrp {
    padding: 80px 0 75px;
  }

  .benefits_wrp {
    padding: 150px 0 135px;
  }
  .enterprise_solutions_wrp {
    padding: 67px 0 60px;
  }

  .solution_enterprise_number_wrp {
    padding: 43px 0 0;
    gap: 23px;
  }
  .solution_content {
    padding: 17px 26px 0 83px;
  }

  .enterprise_services_wrp {
    padding: 17px 0 75px;
  }

  .services_content_main_wrp {
    padding: 60px 0 60px;
    column-gap: 36px;
    row-gap: 41px;
  }
  .services_content .services_card_content p {
    font-size: 14px;
    line-height: 140%;
  }
  .enterprise_card_wrp {
    gap: 37px;
  }
  .services_content {
    padding: 42px 29px;
  }

  .experts_btn_wrp button {
    font-size: 16px;
  }

  .experts_btn_wrp {
    gap: 28px;
  }

  .experts_btn_wrp button {
    padding: 11px 25px;
  }
  .benefits_wrp {
    padding: 118px 0 100px;
  }
  .enterprise_card_wrp .card_inner_wrp .card_content p {
    font-size: 14px;
    line-height: 140%;
  }
  .enterprise_card_wrp .card_inner_wrp .card_content h3 {
    font-size: 18px;
  }
  .enterprise_card_wrp .card_inner_wrp .card_content {
    padding: 51px 43px 34px 38px;
  }
  .enterprise_card_img .enterprise_card_content {
    padding: 21px 12px 23px 26px;
  }
  .enterprise_card_img .enterprise_card_content p {
    font-size: 13px;
    padding-top: 5px;
  }
  .healthcare_inner_card h3 {
    font-size: 15px;
  }
  .healthcare_inner_card{
    gap: 25px;
  }
}

@media only screen and (max-width: 1300px) {
  .solution_enterprise_number_wrp {
    gap: 33px;
  }

  .solution_content {
    padding: 21px 26px 0 85px;
  }

  .enterprise_solutions_wrp {
    padding: 90px 0 72px;
  }

  .solution_enterprise_number_wrp {
    padding: 60px 0 30px;
  }

  .services_content_main_wrp {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
    column-gap: 39px;
    row-gap: 42px;
    padding: 98px 0 100px;
  }

  .enterprise_card_wrp {
    gap: 26px;
  }

  .healthcare_card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .enterprise_card_img {
    position: relative;
    flex-basis: 21%;
  }

  .enterprise_why_us_card_03 {
    flex-wrap: wrap;
  }

  .enterprise_card_img .enterprise_card_content h3 {
    margin-top: 0;
  }

  .enterprise_card_img .enterprise_card_content p {
    font-size: 13px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content {
    position: absolute;
    top: 31px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 19px 42px 27px 33px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content p {
    font-size: 14px;
    line-height: 19px;
  }

  .healthcare_inner_card h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1199px) {
  /*****************enterprise banner ********************/
  .enterprise_banner_wrp {
    padding: 50px 0 50px;
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp h3 {
    font-size: 35px;
    line-height: 48px;
  }
  .enterprise_banner_inner_wrp .enterprise_content_wrp .enterprise_banner_para {
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp .enterprise_banner_btn {
    font-size: 14px;
    margin: 40px 0 0;
    width: 200px;
  }

  /*****************enterprise blockchain ********************/
  .solution_enterprise_number_wrp {
    gap: 30px;
  }

  .solution_content {
    padding: 30px 41px 0 74px;
  }

  .solution_content h3 {
    font-size: 16px;
  }

  .solution_content p {
    font-size: 11px;
    line-height: 120%;
  }

  .enterprise_solutions_wrp {
    padding: 50px 0 0;
  }

  /***************** services ********************/
  .services_content .services_card_content {
    padding: 15px 82px 0 0;
  }

  .services_content {
    padding: 34px 20px;
  }

  .services_content .services_card_content h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .services_content img {
    width: 12%;
  }

  .services_content h2 {
    font-size: 32px;
    right: 12px;
    top: 86px;
  }

  .services_content_main_wrp {
    column-gap: 40px;
    row-gap: 50px;
  }

  /***************** benefits ********************/
  .benefits_wrp h3 {
    font-size: 32px;
  }

  .listed_content {
    padding-top: 32px;
  }

  .benefits_content .benefits_head {
    font-size: 16px;
  }

  .benefits_para {
    font-size: 12px;
    line-height: 140%;
  }

  .benefits_inner_wrp {
    gap: 20px;
  }

  .listed_content ul li {
    padding-bottom: 16px;
  }

  .benefits_wrp {
    padding:60px 0 90px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_img {
    top: 19px;
  }

  /***************** why us 01 ********************/
  .enterprise_card_wrp .card_inner_wrp .card_content {
    padding: 32px 13px 20px;
    gap: 10px;
  }

  .enterprise_card_wrp {
    gap: 40px;
    row-gap: 34px;
  }

  .enterprise_staked_content_wrp {
    flex-wrap: wrap;
  }

  .enterprise_nav_tab .nav-pills .nav-link {
    padding: 16px 16px;
    font-size: 12px;
  }

  /***************** Industries ********************/
  .healthcare_inner_card h3 {
    font-size: 12px;
  }

  .healthcare_inner_card {
    gap: 28px;
  }

  .healthcare_card {
    gap: 28px;
  }

  /***************** why us 02 ********************/
  .enterprise_why_us_2 .enterprise_ethereum_wrp {
    gap: 37px;
  }

  /***********************our process *****************/
  .our_process_arc_image_wrp h3 {
    font-size: 14px;
  }

  .our_process_arc_image_wrp p {
    font-size: 12px;
  }

  .arc_img_pro .arc_content_01 {
    top: -311px;
  }

  .arc_img_pro .arc_number {
    font-size: 32px;
    top: -96px;
  }

  .our_process_arc_image_wrp .arrow_enterprise {
    top: 281px;
  }

  /***************** why us 03 ********************/
  .enterprise_card_img .enterprise_card_content h3 {
    font-size: 32px;
  }

  .enterprise_card_img .enterprise_card_content {
    left: 34px;
    gap: 0;
    padding: 17px 12px 12px 6px;
  }

  .experts_btn_wrp h3 {
    font-size: 22px;
  }

  .experts_btn_wrp button {
    font-size: 14px;
  }

  .experts_inner_wrp {
    gap: 126px;
    height: 216px;
  }

  .enterprise_solutions_inner_wrp .enterprise_para {
    font-size: 14px;
  }

  .enterprise_services_wrp {
    padding: 70px 0 75px;
  }

  .experts_btn_wrp {
    gap: 15px;
    padding: 30px;
  }

  .enterprise_card_wrp {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 34%));
  }

  .enterprise_card_wrp .card_inner_wrp .card_content {
    padding: 20px 30px 20px;
    gap: 10px;
  }

  .enterprise_card_wrp {
    grid-template-columns: repeat(2, minmax(0px, 34%));
    align-items: center;
    justify-content: center;
  }

  .healthcare_inner_card h3 {
    font-size: 16px;
    width: 90%;
  }

  .enterprise_card_img {
    position: relative;
    flex-basis: 26%;
  }

  .enterprise_card_img .enterprise_card_content h2 {
    margin-top: 5%;
  }

  .enterprise_card_img .enterprise_card_content h3 {
    margin-top: 13%;
  }

  .enterprise_card_img .enterprise_card_content p {
    font-size: 14px;
    margin-top: 8%;
  }

  .enterprise_why_us_card_03 {
    gap: 40px;
  }

  .enterprise_banner_wrp {
    height: unset;
  }
  .enterprise_why_us_2 .enterprise_ethereum_wrp div h5 {
    font-size: 18px;
  }
  .process_card_wrp .case_study {
    bottom: -1%;
  }
  .services_content_main_wrp {
    padding: 70px 0 100px;
  }
  .enterprise_why_us_wrp {
    padding: 80px 0 80px;
  }
  .enterprise_tech_stack {
    padding: 80px 0 90px;
  }
  .enterprise_nav_tab .nav {
    padding: 48px 0 62px;
  }
  .enterprise_why_us_2 {
    padding-top: 80px;
  }
  .our_process_arc_image_wrp {
    padding: 218px 0 80px;
  }
  .our_process_wrp {
    padding-top: 75px;
  }
  .enterprise_why_us_wrp_3 {
    padding-top: 70px;
  }
  .enterprise_why_us_2 .enterprise_ethereum_wrp {
    padding: 125px 0 77px;
  }
}

@media only screen and (max-width: 1023px) {
  .enterprise_card_img .enterprise_card_content p {
    font-size: 10px;
  }

  .solution_enterprise_number_wrp {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .services_content_main_wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .solution_content_wrp {
    position: relative;
    flex-basis: 39%;
  }

  .solution_content h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .solution_content p {
    font-size: 14px;
    line-height: 120%;
  }

  .solution_content {
    padding: 29px 41px 0 92px;
  }

  .services_content_wrp {
    position: relative;
    flex-basis: 40%;
  }

  .services_content .services_card_content h3 {
    font-size: 20px;
  }

  .services_content .services_card_content p {
    font-size: 14px;
  }

  .services_content .services_card_content {
    padding: 15px 113px 0 0;
  }

  .services_content {
    padding: 39px 31px;
  }

  .services_content h2 {
    font-size: 36px;
    right: 22px;
    top: 114px;
  }

  .services_content_main_wrp {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
    column-gap: 39px;
    row-gap: 42px;
    padding: 98px 0 100px;
  }

  .process_card_wrp .case_study {
    bottom: -2%;
  }
}

@media only screen and (max-width: 979px) {
  .solution_content_wrp {
    flex-basis: 47%;
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp {
    width: 60%;
  }

  /********************service *****************/
  .services_content_main_wrp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services_content h2 {
    top: 100px;
  }

  .experts_btn_wrp {
    align-items: center;
    padding-bottom: 50px;
  }

  .experts_inner_wrp {
    flex-wrap: wrap;
    height: auto;
    gap: 40px;
  }

  .experts_btn_wrp h3 {
    text-align: center;
  }

  /*******************benefits********************/
  .benefits_wrp h3 {
    font-size: 24px;
  }

  .listed_content {
    gap: 10px;
  }

  .benefits_inner_wrp {
    gap: 15px;
  }

  .enterprise_card_wrp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .enterprise_why_us_2 .enterprise_ethereum_wrp {
    gap: 25px;
  }

  .our_process_arc_image_wrp {
    gap: 25px;
  }

  .enterprise_why_us_card_03 {
    flex-wrap: wrap;
  }

  .enterprise_card_img .enterprise_card_content {
    left: 50px;
    gap: 40px;
  }

  .enterprise_card_img .enterprise_card_content p {
    font-size: 14px;
  }

  .enterprise_card_img .enterprise_card_content h3 {
    font-size: 32px;
  }

  .healthcare_card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .enterprise_card_wrp .card_inner_wrp .card_img {
    top: 28px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content h3 {
    font-size: 16px;
  }

  .arc_img_pro .arc_number {
    top: -87px;
  }

  .services_content_main_wrp {
    display: flex;
  }

  .services_content_wrp {
    position: relative;
    flex-basis: 47%;
  }

  .services_content .services_card_content {
    padding: 15px 81px 0 0;
  }

  .services_content_main_wrp {
    padding: 60px 0 100px;
  }

  .experts_img_wrp {
    position: static;
    padding-top: 49px;
    display: none;
  }
  

  .experts_inner_wrp {
    align-items: center;
    justify-content: center;
  }

  .benefits_inner_wrp {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .benefits_content {
    width: 100%;
    align-items: center;
  }

  .benefits_img_wrp {
    width: 40%;
  }

  .benefits_wrp h3 {
    font-size: 32px;
    margin-top: 12px;
  }

  .benefits_para {
    font-size: 13px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content h3 {
    font-size: 17px;
  }

  .benefits_wrp h3 {
    font-size: 36px;
    text-align: center;
  }

  .experts_btn_wrp h3 {
    font-size: 28px;
  }

  .text_success {
    font-size: 36px;
  }

  .enterprise_services_wrp {
    padding: 50px 0 3px;
  }

  .benefits_wrp {
    padding: 72px 0 135px;
  }

  .enterprise_why_us_inner_wrp h3 {
    font-size: 36px;
  }

  .enterprise_solutions_inner_wrp .enterprise_para {
    padding-top: 22px;
  }

  .enterprise_why_us_inner_wrp {
    padding-bottom: 15px;
  }

  .enterprise_tech_stack {
    padding: 70px 0 76px;
  }

  .enterprise_nav_tab .nav {
    gap: 40px;
    padding: 48px 0 40px;
    justify-content: center;
  }

  .enterprise_why_us_wrp {
    padding: 70px 0 78px;
  }

  .healthcare_card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 50px;
  }

  .enterprise_why_us_2 .enterprise_ethereum_wrp div {
    position: static !important;
  }

  .enterprise_why_us_2 .enterprise_ethereum_wrp {
    flex-wrap: wrap;
  }

  .enterprise_why_us_2 .enterprise_ethereum_wrp div {
    width: 16%;
  }

  .enterprise_why_us_2 .enterprise_ethereum_wrp {
    padding: 60px 0 60px;
  }

  .healthcare_inner_card {
    flex-basis: 41%;
  }

  .enterprise_card_img {
    flex-basis: 29%;
  }

  .enterprise_card_img .enterprise_card_content {
    gap: 0;
  }

  .enterprise_card_img .enterprise_card_content h3 {
    margin-top: 6%;
  }

  .enterprise_banner_wrp {
    background-image: url(../images/enterprise-banner-image-back.png);
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp h3 {
    text-align: center;
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp .enterprise_banner_para {
    width: 100%;
    text-align: center;
  }

  .enterprise_banner_image {
    width: 100%;
    display: inline-block;
  }

  .enterprise_banner_image {
    width: 80%;
  }

  .enterprise_banner_wrp .enterprise_banner_inner_wrp {
    display: flex;
    flex-direction: column;
    gap: 42px;
    justify-content: center;
    align-items: center;
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp h3 {
    font-size: 32px;
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp .enterprise_banner_btn {
    margin: 17px 0 0;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content p {
    margin-bottom: 0;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content {
    padding: 20px 30px 0px 30px;
    gap: 10px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content {
    position: absolute;
    top: 50%;
    transform: translateY(-56%);
  }
  .services_content .services_card_content h3{
    font-size: 16px;
  }
  .services_content .services_card_content p{
    font-size: 12px;
  }
  .enterprise_solutions_inner_wrp .enterprise_para,.enterprise_solutions_inner_wrp .enterprise_para,.enterprise_why_us_inner_wrp p,.enterprise_services_para,.enterprise_why_us_2 .why_para,.enterprise_services_para,.enterprise_why_us_wrp_inner_3 .why_para{
    padding-left: unset !important;
    padding-right: unset !important;
  }
}

@media only screen and (max-width: 767px) {
  .enterprise_banner_inner_wrp .enterprise_content_wrp .enterprise_banner_btn {
    margin: 10px 0 0;
  }
  .enterprise_card_img .enterprise_card_content h3{
    margin-top: 10%;
  }
  .healthcare_card {
    padding: 80px 0 60px; 
  }
  .benefits_inner_wrp {
    flex-wrap: wrap;
  }

  .benefits_content {
    width: 100%;
  }

  .benefits_img_wrp {
    width: 100%;
  }

  .benefits_img_wrp :nth-child(2) {
    top: 0;
  }

  .benefits_img_wrp :nth-child(3) {
    top: 0;
  }

  .enterprise_why_us_inner_wrp h3 {
    font-size: 24px;
    padding: 7px 0 18px;
  }

  .enterprise_why_us_inner_wrp p {
    font-size: 12px;
    line-height: 140%;
  }

  .enterprise_why_us_inner_wrp {
    padding-bottom: 40px;
  }

  .enterprise_tech_heading {
    font-size: 24px;
  }

  .enterprise_chip_btn {
    font-size: 12px;
  }

  .enterprise_services_para {
    font-size: 12px;
  }

  .enterprise_nav_tab .nav {
    gap: 20px;
  }

  .enterprise_industries {
    padding-top: 0;
  }

  .healthcare_card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experts_img_wrp {
    left: 0;
  }

  .experts_img_wrp img {
    width: 100%;
  }

  /**************Our process*********************/
  .our_process_arc_image_wrp {
    flex-wrap: wrap;
  }

  .our_process_arc_image_wrp .arrow_enterprise {
    display: none;
  }

  .arc_img_pro img {
    width: 50%;
  }

  .arc_img_pro .arc_content_01 {
    position: static;
  }

  .arc_img_pro .arc_number {
    top: -150px;
  }

  .our_process_arc_image_wrp {
    padding: 64px 0 100px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content {
    padding: 28px 30px 20px 28px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_img {
    top: 18px;
  }

  .solution_content_wrp {
    flex-basis: 59%;
  }

  .services_content_wrp {
    position: relative;
    flex-basis: 63%;
  }

  .experts_img_wrp {
    width: 80%;
  }

  .benefits_wrp {
    padding: 72px 0 91px;
  }

  .enterprise_why_us_inner_wrp h3 {
    font-size: 30px;
  }

  .our_process_arc_image_wrp h3 {
    font-size: 20px;
  }

  .our_process_arc_image_wrp p {
    font-size: 14px;
  }

  .enterprise_card_img {
    flex-basis: 35%;
  }

  .enterprise_card_wrp {
    gap: 24px;
  }
  .process_card_wrp .case_study {
    bottom: -3%;
  }

}

@media only screen and (max-width: 649px) {
  .enterprise_banner_inner_wrp .enterprise_content_wrp h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp {
    width: 64%;
  }

  .solution_enterprise_number_wrp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .solution_content {
    padding: 52px 120px;
  }

  .solution_content p {
    font-size: 16px;
    line-height: 150%;
  }

  .solution_content h3 {
    font-size: 22px;
  }

  .services_content_main_wrp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .services_content h2 {
    right: 49px;
    top: 148px;
  }

  .services_content .services_card_content {
    padding: 15px 189px 0 0;
  }

  .services_content {
    padding: 50px 20px;
  }

  .experts_btn_wrp h3 {
    font-size: 22px;
  }

  .experts_btn_wrp {
    gap: 30px;
  }

  .experts_btn_wrp button {
    font-size: 16px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content h3 {
    font-size: 12px;
    line-height: 16px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content p {
    font-size: 11px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_img {
    top: 15px;
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp {
    width: 100%;
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp h3 {
    font-size: 30px;
    line-height: 28px;
  }

  .text_success {
    font-size: 28px;
  }

  .solution_content_wrp {
    flex-basis: 100%;
  }
  .solution_content {
    padding: 7% 10% 5% 24%;
  }
  .services_content_wrp {
    position: relative;
    flex-basis: 70%;
  }

  .services_content {
    padding: 30px 21px;
  }


  .services_content .services_card_content {
    padding: 15px 80px 0 0;
  }
  .services_content h2 {
    right: 20px;
    top: 114px;
  }

  .services_content {
    padding: 40px 35px;
  }

  .enterprise_card_wrp {
    grid-template-columns: repeat(1, minmax(0, 69%));
  }
  .enterprise_card_wrp .card_inner_wrp .card_content h3 {
    font-size: 16px;
    line-height: 130%;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content p {
    font-size: 13px;
  }

  .enterprise_why_us_2 .enterprise_ethereum_wrp div {
    width: 30%;
  }

  .healthcare_inner_card {
    flex-basis: 70%;
  }
  .enterprise_why_us_2 {
    padding-top: 80px;
  }
  .enterprise_staked_content_wrp {
    gap: 40px;
  }

  .enterprise_tech_heading {
    font-size: 28px;
    padding: 7px 0 16px;
  }

  .enterprise_why_us_inner_wrp p {
    font-size: 14px;
    line-height: 140%;
  }

  .enterprise_services_para {
    font-size: 14px;
  }

  .enterprise_card_img {
    flex-basis: 57%;
  }
  .experts_btn_wrp h3 {
    font-size: 28px;
  }

  .benefits_wrp h3 {
    font-size: 28px;
    text-align: center;
  }

  .listed_content {
    gap: 0;
    flex-direction: column;
  }

  .listed_content ul li {
    padding-bottom: 0;
  }
  .process_card_wrp .case_study {
    bottom: -2%;
  }
  .experts_btn_wrp{
    gap: 15px;
    padding: 15px 15px 15px 15px;
  }
  .experts_btn_wrp h3{
    font-size: 18px;
  }
  .experts_btn_wrp button{
    font-size: 14px;
  }
  .benefits_img_wrp{
    justify-content: center;
  }
  .benefits_wrp{
    padding: 30px 0;
  }
  .enterprise_card_img .enterprise_card_content p {
    
    margin-top: 19%;
  }
}

@media only screen and (max-width: 479px) {
  .enterprise_banner_inner_wrp .enterprise_content_wrp {
    width: 74%;
  }

  .solution_content p {
    font-size: 12px;
  }

  .services_content h2 {
    right: 24px;
    top: 100px;
  }

  .services_content .services_card_content {
    padding: 15px 12px 0 0;
  }

  .enterprise_card_wrp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .enterprise_card_wrp .card_inner_wrp .card_content {
    padding: 54px 13px 30px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content p {
    font-size: 14px;
    line-height: 20px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_img {
    top: 24px;
  }

  .enterprise_why_us_2 .enterprise_ethereum_wrp {
    gap: 40px;
  }

  .healthcare_card {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .healthcare_inner_card {
    gap: 56px;
  }

  .healthcare_inner_card h3 {
    font-size: 16px;
  }

  /* .solution_content{
      padding: 17px 82px;
    } */
  .arc_img_pro .arc_number {
    top: -112px;
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp {
    width: 100%;
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp h3 {
    font-size: 27px;
    line-height: 28px;
  }
  .services_content_wrp {
    position: relative;
    flex-basis: 100%;
  }
  .services_content_wrp{
    height: 215px;
  }
  .services_content {
    padding: 33px 122px 33px 22px;
  }
  .services_content_wrp img{
    height: 100%;
  }
  .healthcare_inner_card {
    flex-basis: 95%;
  }

  .enterprise_why_us_2 .enterprise_ethereum_wrp div {
    width: 33%;
  }
  .arc_img_pro div {
    margin-top: -25px;
  }
  .enterprise_staked_content_wrp {
    gap: 17px;
  }
  .enterprise_card_img {
    flex-basis: 75%;
  }
  .enterprise_why_us_wrp_3 {
    padding-top: 60px;
  }
  .enterprise_why_us_card_03 {
    display: flex;
    justify-content: center;
    padding: 53px 0 100px;
  }

  .our_process_arc_image_wrp {
    padding: 64px 0 66px;
  }

  .our_process_arc_image_wrp {
    padding: 64px 0 66px;
  }
}

@media only screen and (max-width: 374px) {
  .enterprise_banner_inner_wrp .enterprise_content_wrp {
    width: 90%;
  }

  .enterprise_banner_inner_wrp .enterprise_content_wrp h3 {
    font-size: 20px;
  }

  .solution_content h3 {
    font-size: 14px;
  }

  .solution_content p {
    font-size: 9px;
  }

  .services_content .services_card_content {
    padding: 6px 94px 0 0;
  }

  .services_content .services_card_content p {
    font-size: 9px;
    line-height: 14px;
  }

  .services_content h2 {
    right: 12px;
    top: 71px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content p {
    font-size: 12px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_content h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .enterprise_card_wrp .card_inner_wrp .card_img {
    top: 17px;
  }

  .arc_img_pro .arc_number {
    top: -94px;
  }
  .solution_content p {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

  .solution_content h3 {
    font-size: 17px;
  }

  .solution_content {
    padding: 8% 7% 5% 23%;
  }

  .services_content {
    padding: 22px 22px;
  }

  .services_content .services_card_content p {
    font-size: 13px;
    line-height: 130%;
  }

  .services_content .services_card_content h3 {
    font-size: 18px;
  }

  .services_content_main_wrp {
    padding: 60px 0 72px;
  }

  .enterprise_why_us_inner_wrp h3 {
    font-size: 24px;
  }

  .experts_btn_wrp h3 {
    font-size: 22px;
  }
  .benefits_wrp h3 {
    font-size: 23px;
    text-align: center;
  }

  .text_success {
    font-size: 23px;
  }

  .enterprise_tech_heading {
    font-size: 23px;
    padding: 7px 0 16px;
  }
  .healthcare_inner_card {
    flex-basis: 100%;
  }
  .healthcare_card {
    padding: 80px 0 80px;
  }

  .healthcare_card {
    padding: 53px 0 80px;
  }
  .enterprise_card_img {
    flex-basis: 90%;
  }

  .process-card-div {
    padding: 70px 0 40px 0;
  }
}
