* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  color: #6a797e;
  font-family: Muli, sans-serif;
  overflow-x: hidden;
}

.app-development {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom;
  background-color: rgb(58, 23, 114);
  height: 520px;
  margin-bottom: 40px;
  padding-top: 170px;
  padding-bottom: 100px;
  background-image: url(https://www.goodworklabs.com/wp-content/uploads/2023/05/web-banner-1.jpg);
}

.app-development .ET img {
  width: 210px;
  height: 57.844px;
}

.app-development .FT img {
  width: 155px;
  height: 57.844px;
}

.app-development .logos {
  display: flex;
  align-items: start;
  gap: 20px;
}

.app-development h1,
.records h4 {
  color: #ffffff;
  font-size: 48px;
  line-height: 72px;
  font-weight: 900;
}

.app-development .container {
  max-width: 1170px;
  margin: auto;
}

.app-development .heading {
  height: 250px;
}

.app-development h5 {
  font-family: Muli;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  padding-top: 10px;
}

.app-development .clutch {
  background: #fff;
  /* padding: 10px; */
  border-radius: 10px;
  width: 210px;
  display: flex;
  gap: 16px;
  vertical-align: middle;
  height: 64px;
}

.mobile-app li {
  font-size: 16px;
  font-weight: 400;
}

.app-development .clutch .part-1 svg {
  width: 83px;
  height: 23px;
}

.app-development .clutch .part-1 p {
  color: #6a797e;
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0 0 5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.app-development .clutch .star-container {
  display: flex;
  gap: 2px;
}

.app-development .clutch .part-2 p {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 9px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.app-development .clutch .part-2 svg {
  width: 16px;
  height: 16px;
  fill: #e62415;
}
.star-container .star {
  display: inline-block;
  font-size: 0;
  height: 16px;
  margin-right: 2px;
  overflow: hidden;
  position: relative;
  text-indent: 0;
  width: 16px;
}
.breadcrumbs {
  width: auto;
  padding-left: 54px;
  display: flex;
  align-items: center;
  color: black;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.breadcrumbs a {
  opacity: 0.7;
}

a {
  text-decoration: none;
  color: inherit;
}

.breadcrumbs .divider {
  width: 15px;
  height: 1px;
  vertical-align: middle;
  font-size: inherit;
  font-weight: 400;
  background-color: black;
  margin: 0 3.5px;
  margin-top: 3px;
}

.breadcrumbs .current {
  opacity: 1;
}

.our-clients {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 65px 0 75px 0;
}

.our-clients .heading,
.goodWorkLabs .heading,
.worlds-best .heading,
.mobile-app .heading,
.success-container .heading-content .left h4,
.awards .heading,
.app-service .heading,
.apps-type .heading,
.tech-stack .heading,
.faq .heading,
.dev-process .heading {
  font-size: 42px;
  font-weight: 900;
  color: rgb(35, 35, 35);
  letter-spacing: -1.6px;
  font-family: sans-serif;
  line-height: 51px;
}

.worlds-best .heading {
  color: white;
  text-align: center;
  margin-bottom: 35px;
}

.records p,
.worlds-best .sub-heading {
  font-size: 20px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: white;
  line-height: 1.5;
  text-transform: capitalize;
}

.mobile-app h6,
.mobile-app .sub-heading {
  font-size: 20px;
  letter-spacing: 0.2px;
  font-weight: 700;
}

.mobile-app .sub-heading,
.mobile-app h6 {
  font-weight: 400;
}

ul {
  list-style: none;
}

.mobile-app li,
.faq .sub-content1 li {
  position: relative;
  padding-left: calc(1em + 5px);
}

.mobile-app li::before,
.faq .sub-content1 li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 2px;
  width: 0.3125em;
  height: 0.3125em;
  border-radius: 50%;
  background-color: #d9377f;
}

.records .wrap {
  position: relative;
  width: 115px;
  margin: auto;
}

.records .big-wrap {
  width: 150px;
}

.records .add {
  font-size: 37.8px;
  font-weight: 100;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -20px;
}

.records .main-wrapper {
  width: 262.5px;
  text-align: center;
}

.worlds-best .sub-heading {
  text-align: center;
  max-width: 930px;
  margin: auto;
  margin-bottom: 35px;
  line-height: 36px;
}

.our-clients .sub-heading,
.success-container .heading-content h6 {
  font-size: 24px;
  font-weight: 300;
  color: black;
  padding-top: 10px;
}

.our-clients .client-logos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  row-gap: 30px;
  justify-content: center;
}

.our-clients .client-logos img {
  width: 234px;
  height: auto;
}

.goodWorkLabs {
  background-color: rgb(246, 246, 246);
  padding: 65px 0 60px 0;
}

.goodWorkLabs .container {
  max-width: 1170px;
  margin: auto;
  text-align: center;
}

.goodWorkLabs .img-container {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: auto;
  max-width: fit-content;
}

.goodWorkLabs .heading {
  margin-bottom: 50px;
}

.goodWorkLabs img {
  width: 210px;
  height: 77px;
}

.worlds-best {
  background-image: url(https://www.goodworklabs.com/wp-content/uploads/2023/04/gwl-banner.jpg?id=20825);
  height: 500px;
  width: 100%;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}

.flaticon-right-arrow:before,
.read-more:before {
  content: "\2192";
  width: 20px;
  height: 20px;
  margin-right: 14px;
  font-weight: bold;
}

.records {
  background-image: url(https://www.goodworklabs.com/wp-content/uploads/2019/05/section_02.jpg?id=913);
  max-width: 1170px;
  height: 343px;
  margin: -115px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
}

.records .divider {
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.25);
}

.mobile-app {
  max-width: 1170px;
  margin: auto;
  color: rgb(97, 97, 97);
  padding-bottom: 80px;
}

.mobile-app .heading {
  margin: 65px 0 30px 0;
}

.mobile-app h6,
.mobile-app .sub-heading {
  line-height: 36px;
}

.mobile-app li,
.faq li {
  line-height: 40px;
  list-style-position: inside;
}

.success-container {
  background-color: #f6f6f6 !important;
  padding: 65px 0 85px 0;
}

.success-container .success {
  max-width: 1170px;
  margin: auto;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 80px;
  justify-content: center;
}

.success-container .success .block {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.success-container .success img {
  height: 370px;
  width: 370px;
  border-radius: 5px;
}

.success-container .success .block div {
  padding: 25px 20px 10px;
  background: white;
  border-radius: 5px 5px 0 0;
  width: 300px;
  margin-top: -30px;
}

.success-container .success .block p {
  font-size: 13px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: center;
  color: rgb(179, 179, 179);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.success-container .success .block h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  color: black;
  text-align: center;
}

.success-container .heading-content .left p {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: rgb(217, 55, 127);
}

.success-container .heading-content h4 {
  margin-top: 5px;
}

.success-container .heading-content {
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  margin: auto;
}

.worlds-best a,
.success-container .heading-content a,
.app-service .get,
.testimonial .get {
  color: #d9377f;
  border: 1px solid #d9377f;
  background: white;
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: 18.56px;
  font-weight: 700;
  font-style: normal;
  padding: 12px 30px;
  border-radius: 5px;
  margin-top: 35px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
}

.success-container .heading-content a {
  width: 165px;
  margin: auto 0;
}

.testimonial .get {
  margin: 30px 0 0 0;
}

.success-container .heading-content .left {
  width: 550px;
}

.awards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 65px 0 60px 0;
}

.awards .flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  justify-content: center;
}

.awards .block {
  width: 300px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.awards .block p {
  font-family: "Open Sans";
  margin: 15px 35px 0 35px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  color: black;
}

.awards .block img {
  max-width: 300px;
}

.app-service {
  background-color: #f6f6f6 !important;
  padding-bottom: 60px;
}

.app-service .flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 75px;
}

.app-service .flex .block {
  width: 600px;
  padding: 35px 15px 0 15px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.app-service .services_title,
.apps-type .services_title {
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  line-height: 42px;
  color: black;
}

.apps-type .main-divider {
  width: 100%;
  height: 1px;
  color: white;
}

.apps-type {
  background-color: #f6f6f6 !important;
  padding: 0px 0 45px 0;
}

.app-service .services_content,
.apps-type .services_content {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 16px;
  color: rgb(97, 97, 97);
}

.app-service .services_content {
  margin-bottom: 30px;
}

.app-service a {
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
  color: rgb(35, 35, 35);
  text-transform: uppercase;
}

.app-service .heading,
.apps-type .heading {
  max-width: 1170px;
  margin: auto;
  padding: 65px 15px 45px 15px;
}

.apps-type .flex {
  max-width: 1170px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 45px;
  margin: 30px auto 25px auto;
  justify-content: space-between;
}

.apps-type .flex .block {
  width: 580px;
  padding: 0px 15px 0 15px;
}

.tech-stack {
  padding: 95px 0 110px 0;
  max-width: 1170px;
  text-align: center;
  margin: auto;
}

.tech-stack .heading {
  margin-bottom: 45px;
}

.tech-stack table {
  max-width: 1170px;
  margin: auto;
}

.tech-stack tr {
  border: 1px solid #e8e4e4;
  border-radius: 0;
  border-bottom: 0;
  display: flex;
  align-items: center;
}

.tech-stack td {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  text-align: center;
  flex-wrap: wrap;
}

.tech-stack tr span {
  background-color: #f5f5f5;
  padding: 5px 15px;
  border-radius: 10px;
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 300;
}

.tech-stack td:first-child {
  width: 248px;
  min-width: 248px;
}

.tech-stack td:nth-child(2) {
  justify-content: flex-start;
  border-left: 1px solid #e8e4e4;
}

.testimonial {
  background-image: url(https://www.goodworklabs.com/wp-content/uploads/2020/11/3-1.jpg?id=16298);
  width: 100%;
  height: 435px;
  color: white;
  padding: 65px 0 0 0;
}

.testimonial .heading {
  font-size: 36px;
  font-weight: 900;
  line-height: 46px;
  font-family: sans-serif;
}

.testimonial p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.testimonial .left,
.testimonial .right {
  width: 570px;
}

.testimonial .container {
  display: flex;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}

.testimonials {
  background: white;
  border-radius: 8px;
  color: rgb(97, 97, 97);
  position: relative;
  font-family: "Muli";
}

.testimonials .testimonials_name {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: rgb(35, 35, 35);
}

span.testimonials-position,
.testimonials_quote {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 6px;
  line-height: 30px;
}

.testimonials_quote {
  padding: 25px 35px 30px;
  margin-top: 0px;
}

.testimonial .mt-3 {
  margin-top: 30px;
}

.testimonial .mb-3 {
  margin-bottom: 30px;
}

.testimonials .heading {
  padding: 32px 35px 30px;
  border-bottom: 1px solid #eee;
}

.testimonials::after {
  position: absolute;
  z-index: 1;
  content: "\201C";
  font-size: 120px;
  text-align: center;
  color: #fff;
  right: 35px;
  top: -35px;
  height: 72px;
  width: 72px;
  line-height: 124px;
  border-radius: 50%;
  background: -webkit-linear-gradient(
    left,
    #ffdd0a 0,
    #ff3d00 50%,
    #ffdd0a 100%
  );
}

.share {
  display: flex;
  justify-content: end;
  height: 45px;
  align-items: center;
}

.share img {
  width: 13px;
  height: 13px;
  text-align: right;
}

.reading .flex {
  display: flex;
  gap: 30px;
  max-width: 1170px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.reading .blogs {
  width: 370px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.reading .blogs img {
  max-width: 100%;
}

.reading .blogs h4 {
  font-size: 30px;
  line-height: 36px;
  color: rgb(35, 35, 35);
  font-weight: 900;
  margin-bottom: 7px;
}

.reading .top {
  border-bottom: 1px solid rgba(96, 101, 104, 0.15);
  padding-bottom: 25px;
}

.reading .blogs .content {
  padding: 25px 30px 7px;
}

.reading .read-more {
  color: #d9377f;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

.reading .heading {
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 46px;
  color: black;
  max-width: 1170px;
  margin: 80px auto 45px auto;
}

.faq {
  max-width: 1170px;
  margin: auto;
  padding: 75px 0 45px 0;
}

.faq .heading {
  margin-bottom: 30px;
}

.faq .container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(35, 35, 35);
  border-radius: 5px;
  background-color: rgba(167, 167, 167, 0.1);
}

.faq .plus {
  font-size: 27px;
  font-weight: 500;
}

.faq .plus img {
  width: 16px;
  height: auto;
  margin-top: 3px;
}

.dev-process {
  padding: 95px 0 60px 0;
  max-width: 1170px;
  margin: auto;
}

.dev-process .parent-container {
  position: relative;
  padding: 45px 0;
}

.dev-process .heading {
  margin-bottom: 30px;
  text-align: center;
}

.dev-process .circle {
  height: 20px;
  width: 20px;
  border: 3px solid;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
  border-color: #d9377f;
  background: #d9377f;
}

.dev-process .step-number {
  font-family: sans-serif;
  line-height: 20px;
  font-size: 24px;
  font-weight: 900;
  color: #d9377f;
}

.dev-process .parent-block {
  display: flex;
  gap: 27px;
  align-items: center;
  justify-content: center;
}

.dev-process .step-detail {
  background: white;
  padding: 23px 30px;
  width: 100%;
  max-width: 350px;
  background: #fff;
  box-shadow: 5px 5px 28px 0 rgba(0, 0, 0, 0.1);
  border-left: 4px solid #d9377f;
}

.dev-process .step-detail h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
  color: rgb(35, 35, 35);
  letter-spacing: 0.3px;
}

.dev-process .step-detail p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.dev-process .container {
  position: relative;
  left: 42.2%;
  width: 500px;
  margin-bottom: 40px;
}

.dev-process .l-12 {
  left: 15%;
}

.dev-process .parent-container:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 2px;
  left: 50%;
  top: 0;
  margin-left: -1px;
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.15) 100px,
    rgba(0, 0, 0, 0.15) calc(100% - 100px),
    transparent 100%
  );
}

.tech-stack table {
  border-bottom: 1px solid #e8e4e4;
}

.our-clients .sub-heading,
.success-container .heading-content h6 {
  line-height: 29px;
}

.faq .sub-content {
  display: none;
  padding: 10px 9px 9px 19px;
}

.dev-process .container:hover .parent-block,
.dev-process .container:hover .step-number {
  gap: 40px;
  transition: gap 0.2s ease-in-out;
  transition-delay: 0.2s;
}

.dev-process .left-translate {
  animation: translateFromLeft 1s ease-in-out forwards;
}

.dev-process .right-translate {
  animation: translateFromRight 1s ease-in-out forwards;
}

.circle::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  transform: translate(-50%, -50%);
  opacity: 0;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16);
}

.circle::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  transform: translate(-50%, -50%);
  opacity: 0;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16);
}

.dev-process .container:hover .circle::after,
.dev-process .container:hover .circle::before {
  opacity: 1;
}

@keyframes translateFromLeft {
  from {
    transform: translateX(-40%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes translateFromRight {
  from {
    transform: translateX(40%);
  }
  to {
    transform: translateX(0);
  }
}

.fade {
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.no-animation,
.dev-process .no-animation {
  animation: none;
}

.get:hover,
.success-container .heading-content a:hover {
  background: linear-gradient(90deg, #de3b76, #a713d2);
  color: white;
}

.app-service .read::before {
  opacity: 0;
  content: "\2192";
  position: absolute;
  visibility: hidden;
  width: 0px;
  height: 0px;
  right: 14px;
  font-weight: bold;
  transition: opacity 1s ease, width 1s ease;
}

.app-service .read:hover {
  color: #d9377f;
  display: flex;
  gap: 2px;
}

.app-service a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 20px;
  height: 20px;
  position: static;
}

.client-logos img,
.goodWorkLabs .img-container img {
  transition: transform 0.3s ease;
}

.client-logos div:hover .client-img,
.goodWorkLabs .client-img:hover {
  transform: scale(1.1);
}

.success-container .technology {
  transition: transform 0.5s ease;
}

.success-container .success .block:hover .technology {
  transform: translateY(-63px);
}

.sub-content li span {
  color: #d9377f;
  font-family: "open sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  margin-right: 4px;
}

.sub-content {
  color: rgb(97, 97, 97);
  font-family: "open sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.sub-content h4 {
  margin-bottom: 20px;
  color: rgb(97, 97, 97);
  font-family: "open sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.content h4:hover {
  color: #d9377f;
  cursor: pointer;
}

.sub-content li {
  display: flex;
  gap: 4px;
}

.reading .blogs {
  transition: all 0.3s ease;
}

.reading .blogs:hover {
  box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
}

.reading .blogs h4:hover {
  color: #d9377f;
}

.reading .blogs .read-more:hover {
  color: rgb(35, 35, 35);
  cursor: pointer;
}

a {
  cursor: pointer;
}

.app-development h1,
.records h4,
.app-service .services_title,
.apps-type .services_title,
.reading .blogs h4 {
  font-family: sans-serif;
}

.apps-type .services_title,
.reading .blogs h4 {
  font-weight: 700;
}

/* media queries */

@media (max-width: 1170px) {
  .dev-process .container {
    position: static;
    width: fit-content;
    display: contents;
  }

  .app-service .flex,
  .apps-type .flex,
  .testimonial .container {
    justify-content: center;
  }

  .success-container,
  .mobile-app,
  .app-development,
  .dev-process,
  .testimonial,
  .reading .flex,
  .faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dev-process .step-number {
    flex-direction: column;
    order: 1;
  }

  .dev-process .step-detail {
    order: 2;
    margin-bottom: 47px;
  }

  .dev-process .parent-block {
    flex-direction: column;
  }

  .app-service .heading,
  .apps-type .heading,
  .reading .heading {
    text-align: center;
  }

  .testimonial,
  .worlds-best,
  .records {
    height: fit-content;
    padding-bottom: 45px;
  }

  .records {
    margin-top: 0;
    gap: 20px;
  }

  .records .divider {
    display: none;
  }
}

@media (max-width: 765px) {
  .testimonial .container {
    flex-direction: column;
    gap: 20px;
  }

  .testimonial .left,
  .testimonial .right {
    width: auto;
  }

  .tech-stack td:first-child {
    width: 148px;
    min-width: 148px;
  }

  .breadcrumbs {
    white-space: nowrap;
    flex-wrap: wrap;
    row-gap: 10px;
    padding-left: 10px;
  }

  .success-container .success img {
    width: 100%;
  }

  .tech-stack td {
    padding: 13px;
  }

  .app-development .logos {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .app-development {
    height: fit-content;
  }
}

@media (max-width: 600px) {
  .awards .block {
    border: none;
  }

  .goodWorkLabs .heading {
    font-size: 40px;
  }
}

@media (max-width: 500px) {
  .app-development h1,
  .reading .blogs h4,
  .app-service .services_title {
    font-size: 26px;
    line-height: 30px;
  }
}
.page-template-services .page-header {
  display: none;
}
.page-template-services .page-header_breadcrumbs .checkbread2. {
  display: none;
}

.app-development .container {
  position: relative;
}

.banner-form-serv {
  position: absolute;
  top: 0;
  right: 0;
}

.app-development {
  padding-top: 130px;
}

.goodworklabs .heading {
  font-size: 42px;
  font-weight: 900;
  color: rgb(35, 35, 35);
  letter-spacing: -1.6px;
  font-family: muli;
  line-height: 51px;
}

.goodworklabs {
  background-color: rgb(246, 246, 246);
  padding: 65px 0 60px 0;
}

.goodWorkLabs .container {
  max-width: 1170px;
  margin: auto;
  text-align: center;
}

.goodWorkLabs .img-container {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: auto;
  max-width: fit-content;
}

.goodWorkLabs .heading {
  margin-bottom: 50px;
}

.goodWorkLabs img {
  width: 210px;
  height: 77px;
}

.records .big-wrap {
  width: fit-content;
}

.records .add {
  font-size: 37.248px;
  font-weight: 100;
  font-family: "Muli";
  position: absolute;
  top: 0;
  right: -25px;
  margin-top: -25px;
}

.records {
  height: auto;
  padding: 59px 15px;
  row-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
}

.tech-stack tr span {
  margin-right: 0px;
  margin-bottom: 0px;
}

.tech-stack td {
  border: none;
}

.tech-stack td:nth-child(2) {
  gap: 10px;
}

.app-development h1,
.our-clients .heading,
.our-clients .sub-heading,
.goodworklabs .heading,
.worlds-best .heading,
.records h4,
.mobile-app .heading,
.success-container .heading-content .left p,
.success-container .heading-content .left h4,
.awards .heading,
.app-service .heading,
.app-service .services_title,
.app-service a,
.dev-process .step-number,
.apps-type .heading,
.tech-stack td:first-child,
.testimonial .heading,
.reading .heading,
.reading .blogs h4,
.faq .heading {
  font-family: "Muli" !important;
}

.testimonial .heading {
  color: white;
}

.dev-process .step-number,
.faq .plus {
  margin-bottom: 0;
}

.testimonial .container {
  gap: 30px;
}

.faq .content h4 {
  font-family: "open sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 22.4px;
}

.testimonial .mt-3 {
  margin-top: 30px;
  font-size: 24px;
  line-height: 29px;
  font-family: "Muli";
}

.tech-stack tr span {
  font-weight: 300;
  line-height: 24px;
}

.success-container .success .block p {
  font-size: 13px;
  font-weight: 600;
  line-height: 18.2px;
}

.dev-process .step-detail h5 {
  font-family: "Open Sans";
  letter-spacing: normal;
}

.mobile-app h6 {
  color: rgb(97, 97, 97);
}

.apps-type .services_title,
.reading .blogs h4 {
  font-weight: 900;
  font-family: "Muli";
}

.sub-content li {
  padding-left: 0;
}

.success-container .heading-content {
  flex-wrap: wrap;
  row-gap: 30px;
}

@media (max-width: 600px) {
  .awards .block p {
    margin: 15px 0 0;
  }

  .awards .block img {
    max-width: 100%;
  }

  .awards .block {
    width: auto;
  }

  .awards .flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .records {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .records .main-wrapper {
    width: auto;
  }

  .our-clients .client-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .app-service .flex .block,
  .tech-stack tr {
    flex-direction: column;
  }

  .app-service .flex .block img {
    margin: auto;
  }

  .tech-stack .heading {
    font-size: 35px;
  }

  tech-stack td:first-child {
    width: 100%;
    border-bottom: 1px solid #e8e4e4;
  }

  .tech-stack td:nth-child(2) {
    width: 100%;
  }
}

@media (max-width: 1105px) {
  .banner-form-serv {
    position: static;
    margin-top: 30px;
  }

  .app-development .logos {
    margin-top: 30px;
  }

  .app-development .heading {
    height: fit-content;
  }

  .app-development {
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
}

.app-development .clutch .part-2 p {
  margin-top: 0px;
}

.step-detail.left-translate {
  text-align: end;
}

@media (min-width: 1170px) {
  .circle::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 28px;
    height: 28px;
    top: 50%;
    left: 91px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.58);
    transform: translate(-50%, -50%);
    opacity: 0;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16);
  }

  .circle::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 34px;
    height: 34px;
    top: 50%;
    left: 91px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.58);
    transform: translate(-50%, -50%);
    opacity: 0;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16);
  }

  .l-12 .circle::after,
  .l-12 .circle::after {
    left: 409px;
  }

  .dev-process .container:hover .circle::after,
  .dev-process .container:hover .circle::before {
    opacity: 1;
  }

  .circle::after.fade-out {
    opacity: 0;
  }
}

.dev-process .circle {
  margin-left: 4px;
}

.dev-process .devpro-wrap .circle {
  margin-right: 4px;
}

.dev-process .container.l-12 .step-detail {
  border-right: 4px solid #d9377f;
  border-left: 0;
}

@media (min-width: 1170px) {
  .circle::before {
    left: 92px;
  }
  .circle::after {
    left: 92px;
  }
  .devpro-wrap .circle::before {
    right: 61px;
    left: initial;
  }
  .devpro-wrap .circle::after {
    right: 55px;
    left: initial;
  }
}
.reading .blogs > img {
  max-width: 100%;
  height: 290px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1105px) {
  .app-development .heading {
    max-width: 70%;
  }
}

.service-gwl-content-container {
  padding: 65px 0 85px 0;
}
.service-gwl-content-container .service-gwl-content {
  flex-wrap: wrap;
  /* row-gap: 30px; */
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  margin: auto;
}
.service-gwl-content-container .service-gwl-content h2 {
  font-family: Muli, sans-serif;
  color: #232323;
  padding-bottom: 20px;
}
.service-gwl-content-container .service-gwl-content p {
  font-size: 18px;
  line-height: 30px;
  color: #616161 !important;
  font-weight: 400 !important;
  font-family: Muli, sans-serif;
}

@media (max-width: 1170px) {
  .service-gwl-content-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service-gwl-content-container .service-gwl-content h2 {
    font-size: 30px;
  }
}
.faq .sub-content li {
  position: relative;
  padding-left: calc(1em + 5px);
}