.hire-banner {
  padding:0 40px 80px 40px;
}
h1 {
  font-size: 22px !important;
  line-height: 30px !important;
  text-transform: unset;
}
h1:after,
h2::after {
  display: none;
}
.h1_span {
  display: inline !important;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
h2 {
  font-size: 22px !important;
  line-height: 30px !important;
  text-transform: unset !important;
  font-weight: 400 !important;
  color: var(--dark-color);
}
h4 {
  font-size: 20px !important;
  line-height: 28px !important;
}
.footer-map h2 {
  font-size: 36px !important;
  line-height: 44px !important;
  font-weight: 600 !important;
}
.footer-map h2::after {
  display: block !important;
}
.hire-large-text {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  display: block;
}
.btn-dark {
  padding: 12px 24px;
}
.hire-heading span,
.hire-headings .hire-large-text {
  position: relative;
  padding-bottom: 12px;
  display: block;
}
.hire-heading span:after,
.hire-headings .hire-large-text:after {
  content: "";
  position: absolute;
  min-width: 110px;
  max-width: 110px;
  height: 4px;
  background-color: var(--secondary-color);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
}
.hire-banner .banner-main {
  position: relative;
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
}
.hire-banner .banner-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.hire-banner .banner-main .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.hire-banner .banner-main .banner-list img {
  max-width: 40px;
}
.hire-banner .banner-main .banner-list span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.hire-banner .banner-main span,
.hire-banner .banner-main span.large-text strong {
  display: block;
}
.hire-banner .banner-main span.large-text {
  font-size: 54px;
  line-height: 70px;
}
.hire-banner .banner-main span.small-text {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
.hire-banner .banner-main p {
  max-width: 500px;
  padding: 1rem 0;
}

.hire-banner .btn-dark {
  width: fit-content;
}
.hire-banner.iphone-banner p {
  padding: 0.25rem 0;
}
.hire-banner.iphone-banner .banner-middle-text {
  display: flex;
}
.hire-banner.iphone-banner .banner-middle-text span {
  font-size: 200px;
  font-weight: 800;
  line-height: 142px;
  margin-left: -10px;
}
.hire-banner.iphone-banner p {
  padding: 0.25rem 0;
  font-size: 28px;
  line-height: 38px;
}
.hire-banner.iphone-banner h1,
.hire-banner.iphone-banner h2 {
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 28px !important;
}
.hire-banner.iphone-banner h2 {
  margin-top: 8px;
}
.hire-banner a {
  margin-top: 2rem;
}
.hiring-excellence h2 {
  text-align: left !important;
}

/*****Form Css******/
.hire-form .small-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.hire-form .hire-form-content {
  box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background: var(--light-color);
  padding: 3rem 2rem 2rem;
}
.hire-left-text,
.top-left {
  position: relative;
  padding-left: 1rem;
}
.hire-left-text:before,
.top-left:before {
  content: "";
  background: var(--secondary-color);
  position: absolute;
  width: 4px;
  border-radius: 2px;
  height: calc(100% - 10px);
  left: 0;
  top: 5px;
}
.hire-form .hire-form-content form {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  position: relative;
}
.hire-form .hire-form-content form .form-group {
  width: calc(38% - 6px);
}
.hire-form .hire-form-content form textarea.form-control {
  min-height: 90px !important;
  max-height: 90px !important;
  padding: 16px;
  resize: none;
}
.contact-input {
  position: relative;
  top: -40px;
}
.hire-form .hire-form-content form input {
  height: 50px !important;
}
.hire-form .hire-form-content form .wpcf7-submit {
  width: 100%;
}
.hire-form .hire-form-content form .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  top: -10px;
}
.hire-form .hire-form-content form input[type="checkbox"] {
  display: none;
}
.hire-form
  .hire-form-content
  form
  .wpcf7-checkbox
  input[type="checkbox"]
  + span:before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--grey-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 5px;
}
.hire-form
  .hire-form-content
  form
  input[type="checkbox"]:checked
  + span:before {
  border-color: var(--secondary-color);
  background: var(--secondary-color);
}
.hire-form .hire-form-content form input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 7px;
  height: 13px;
  border: solid var(--light-color);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.hire-form .hire-form-content form .wpcf7-list-item {
  margin: 0;
}
.hire-form .hire-form-content form .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px !important;
  line-height: 21px !important;
}
.submit-inquiry {
  position: relative;
  top: -72px;
}
.submit-inquiry p {
  width: fit-content;
}
.submit-inquiry input {
  width: fit-content !important;
  padding: 0 16px;
  outline: unset !important;
  border: 1px solid var(--thin-dark-color) !important;
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  box-shadow: 0px 11px 17px #e96f2226 !important;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
}
.submit-inquiry .wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: -36px;
  text-align: center;
}
.hire-form .wpcf7-response-output {
  position: absolute;
  bottom: -10px;
  margin: 0 !important;
  font-size: 14px;
  padding: 0 1rem !important;
}

/*******Award sec******/
.awards-sec {
  padding: 80px 0;
}
.awards-sec .award-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.awards-sec .award-images div {
  width: calc(100% / 5 - 12px);
  text-align: center;
}
.awards-sec .award-images div img {
  width: auto;
  height: auto;
}

/********Hiring Excellence******/
.hiring-excellence {
  padding: 80px 0;
  background-color: #f1f1f1;
}
/*******Hire Services*******/
.hire-services-sec {
  padding: 80px 0;
}
.hire-services-sec * {
  transition: 0.3s;
}
.hire-services-sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1.5rem;
}
.hire-services-sec ul li {
  width: calc(100% / 3 - 24px);
  padding: 1rem 0;
}
.hire-services-sec ul li .box {
  border-radius: 15px;
  min-height: 380px;
  width:100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: end;
  -webkit-justify-content: end;
  -webkit-justify-content: end;
  position: relative;
  transition: all 0.3s;
  border-radius: 15px;
  overflow: hidden;
}
.hire-services-sec .box .box-img{
  width:100%;
}
.hire-services-sec ul li .box > div span {
  padding: 5px 8px;
  border: 1px solid var(--grey-color);
  border-radius: 15px;
  min-width: 80px;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  color: var(--light-color);
  background: var(--extraLight-color);
  font-size: 13px !important;
  line-height: 19px !important;
  font-weight: 500 !important;
}
.hire-services-sec ul li .box .box-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem 1.5rem;
  z-index: 10;
  transition: linear 0.3s;
  transform: translateY(calc(100% - 120px));
}
.hire-services-sec ul li .box .box-content h3 {
  color: var(--light-color);
  font-weight: 600;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.hire-services-sec ul li .box:hover .box-content h3 {
  color: var(--dark-color);
  justify-content: end;
}
.hire-services-sec ul li .box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 60.08%
  );
}
.hire-services-sec ul li .box .box-content p {
  height: 0;
  opacity: 0;
}
.hire-services-sec ul li .box:hover .box-content p {
  height: 100%;
  opacity: 1;
  transition: linear 0.3s;
}
.hire-services-sec ul li .box:hover .box-content {
  transition: linear 0.3s;
  transform: translateY(0);
}
.hire-services-sec ul li .box img {
  width: 100%;
  height: 100%;
}
.hire-services-sec ul li .box:hover {
  transition: linear 0.3s;
}

.hire-services-sec ul li .box:hover::after {
  opacity: 0.9;
  transition: all 0.3s;
  background: var(--light-color);
}
.hire-services-sec ul li .box:hover p {
  height: auto;
  transition: linear 0.3s;
  z-index: 1;
}
/*******Mobile Services sec******/
.mobile-services-sec {
  padding: 80px 0;
  background-color: #f1f1f1;
}
.mobile-services-sec ul.mobile-services-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1.5rem;
}
.mobile-services-sec ul.mobile-services-listing li.mobile-service-list {
  width: calc(100% / 3 - 18px);
  padding: 0.75rem 0;
}
.mobile-services-sec ul.mobile-services-listing li .box {
  padding: 2rem;
  background: var(--light-color);
  box-shadow: 3px 3px 26px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  height: 100%;
  position: relative;
}
.mobile-services-sec ul li .box img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.mobile-services-sec ul li .box h4 {
  font-weight: 600;
  padding: 1rem 0;
  margin-bottom: 0;
  color: var(--dark-color);
}
.mobile-services-sec ul li .box p {
  padding-bottom: 1rem;
}
.mobile-services-sec ul.mobile-services-listing li .box ul li {
  position: relative;
  padding: 0.25rem 0 0.25rem 1.5rem;
}
.mobile-services-sec ul.mobile-services-listing li .box ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--secondary-color);
  left: 0;
  top: 10px;
}
.page-template-template-hire-frontend-developer
  .mobile-services-sec
  ul.mobile-services-listing
  li.mobile-service-list {
  width: calc(100% / 2 - 18px);
}

/********CTA******/
.hire-cta-sec {
  padding: 0 0 80px 0;
}
.hire-cta-sec2 {
  padding: 80px 0 0 0;
}
.hire-cta-sec .inner-enquiry .container .inner-enquiry-content,
.hire-cta-sec2 .inner-enquiry .container .inner-enquiry-content {
  margin-top: 0;
}

/********App Rolling sec******/
.app-rolling-sec {
  padding: 80px 0;
  background-color: #f1f1f1;
}
.app-rolling-sec .rolling-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 32px;
}
.app-rolling-sec .rolling-steps .box {
  width: 100%;
  padding: 24px;
  background-color: var(--light-color);
  border-radius: 10px;
}
.app-rolling-sec .rolling-steps .box:first-child span {
  background-color: var(--secondary-color);
  color: var(--light-color);
}
.app-rolling-sec .rolling-steps .box span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  position: relative;
  background-color: var(--light-color);
}
.app-rolling-sec .rolling-steps .box span:after,
.app-rolling-sec .rolling-steps .box span:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 150%;
  background: var(--dark-color);
}
.app-rolling-sec .rolling-steps .box span:after {
  top: 47px;
}
.app-rolling-sec .rolling-steps .box span:before {
  bottom: 47px;
}
.app-rolling-sec .rolling-steps .box:last-child span:after,
.app-rolling-sec .rolling-steps .box:first-child span:before {
  display: none;
}

/*****Hiring Models css*****/
.hiring-model-sec {
  padding: 80px 0;
}
.hiring-model-sec .model-listing {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.hiring-model-sec .model-listing .box {
  width: calc(100% / 3 - 16px);
  border-radius: 15px;
  border: 1px solid var(--primary-color);
  box-shadow: 3px 3px 26px 0px var(--lightBlue-color);
  padding: 24px 24px 40px 24px;
  position: relative;
}
.hiring-model-sec p {
  max-width: 1100px;
  margin: 2rem auto 0 auto;
}
.hiring-model-sec .model-listing .box span {
  display: block;
  text-align: right;
  color: var(--secondary-color);
  font-size: 28px;
  line-height: 36px;
  position: absolute;
  right: 24px;
  bottom: 16px;
  font-weight: 500;
}
.hiring-model-sec .model-listing .box h3 {
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
.hiring-model-sec .model-listing .box h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 40%;
  max-width: 110px;
  max-width: 110px;
  background-color: var(--secondary-color);
  border-radius: 3px;
}
.hiring-model-sec .model-listing .box ul li {
  position: relative;
  padding-left: 16px;
  margin: 4px 0 4px 8px;
}
.hiring-model-sec .model-listing .box ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background-color: var(--dark-color);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
/******Zealous different ******/
.zealous-different-sec {
  padding: 80px 0;
}
.zealous-different-sec .different-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 2rem;
}
.zealous-different-sec .box {
  width: calc(100% / 3 - 16px);
  box-shadow: 3px 3px 26px 0px #0000001a;
  background: var(--light-color);
  border-radius: 15px;
  padding: 32px 32px 32px 40px;
  min-height: 340px;
}
.zealous-different-sec .box h3 {
  position: relative;
  margin: 1rem 0;
}
.zealous-different-sec .box h3:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 2px;
  border-radius: 3px;
  background-color: var(--secondary-color);
  top: 3px;
  left: -12px;
}
.zealous-different-sec .box span {
  font-size: 42px;
  line-height: 42px;
  color: var(--thin-secondary-color);
  font-weight: 700;
}
.zealous-different-sec .hire-headings h2 {
  margin-top: 1rem;
}
#home-sec3 {
  padding: 80px 0;
  background: transparent;
}
.our-podcast {
  background-color: #f1f1f1;
}
.inner-enquiry .container span {
  max-width: 650px !important;
}
.inner-enquiry .container span h2 {
  text-align: left !important;
}
.faqs-section {
  padding: 80px 0;
}
.footer-form h2,
.our-podcast h2,
.services-sec3 .hire-headings h2,
.hiring-model-sec h2,
#home-sec3 h2 {
  font-size: 36px !important;
  line-height: 44px !important;
  font-weight: 600 !important;
  position: relative;
}
.footer-form h2::before,
.our-podcast h2:before,
.services-sec3 .hire-headings h2:after,
.hiring-model-sec h2:before,
#home-sec3 h2:after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: var(--secondary-color);
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
  min-width: 110px;
  max-width: 110px;
  display: block;
}
.our-podcast h2:before {
  margin-left: 0;
}
.solution-heading p,
.services-sec3 .hire-headings p {
  padding: 30px 0 30px;
}
.page-template-template-hire-backend-developer .hire-services-sec ul li {
  padding: 0;
}
.page-template-template-hire-backend-developer .hire-services-sec ul {
  justify-content: center;
  gap: 32px;
}

/*****Developer Dedicated*****/
.developer-dedicated-sec {
  padding: 80px 0;
  background-color: #f1f1f1;
  margin-bottom: 80px;
}
.developer-dedicated-sec h2,
.dedicated-listing h2 {
  font-size: 32px !important;
  line-height: 40px !important;
  font-weight: 600 !important;
  margin-bottom: 1.5rem !important;
}
.developer-dedicated-sec h2:after,
.dedicated-listing h2:after {
  display: block !important;
}
.developer-dedicated-sec .dedicated-heading,
.dedicated-listing .dedicated-heading {
  padding-bottom: 3rem;
  max-width: 1100px;
  margin: auto;
}
.developer-dedicated-sec ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.developer-dedicated-sec ul li h4 {
  font-weight: 600;
}
.developer-dedicated-sec h3 {
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 32px !important;
}
.developer-dedicated-sec .dedicated-col-left img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 1rem;
}
.developer-dedicated-sec .dedicated-col-left {
  padding-right: 3rem;
}
.dedicated-listing {
  padding: 80px 0;
}
.dedicated-listing .dedicated-developer-lists {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 3rem;
}
.dedicated-listing .dedicated-developer-lists li {
  margin: 1rem 0;
}
.dedicated-listing .container {
  max-width: 1200px !important;
}
.dedicated-listing img {
  width: 100%;
  border-radius: 15px;
}
.dedicated-listing .dedicated-developer-lists ul li {
  padding-left: 1.5rem;
  position: relative;
}
.dedicated-listing .dedicated-developer-lists ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--secondary-color);
  top: calc(50% - 5px);
  left: 0;
}
.dedicated-listing .dedicated-developer-lists ul li a {
  color: var(--dark-color);
  font-size: 18px;
  line-height: 26px;
  position: relative;
  font-weight: 300;
}
.dedicated-listing .dedicated-developer-lists ul li a:hover {
  color: var(--primary-color);
}
.dedicated-listing .dedicated-developer-lists ul li a:after {
  text-decoration: none !important;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0px;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.dedicated-listing .dedicated-developer-lists ul li a:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
/*=====(Responsive CSS)======*/
@media (max-width: 1500px) {
  h2 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .faqs-section,
  .awards-sec,
  .hiring-excellence,
  .hire-services-sec,
  .mobile-services-sec,
  .hiring-model-sec,
  #home-sec3,
  .app-rolling-sec,
  .zealous-different-sec {
    padding: 60px 0;
  }
  .hire-banner {
    padding:0 32px 60px 32px;
  }
  .hire-form .hire-form-content {
    border-radius: 20px;
  }
  .hire-form .hire-form-content form .form-group {
    width: calc(36% - 6px);
  }
  .hire-form .hire-form-content form {
    gap: 18px;
  }
  .awards-sec .award-images {
    gap: 32px;
  }
  .awards-sec .award-images div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .awards-sec .award-images div {
    width: calc(100% / 5 - 32px);
  }
  .hire-cta-sec {
    padding: 0 0 60px 0;
  }
  .hire-services-sec ul li {
    width: calc(100% / 3 - 16px);
    padding: 0.75rem 0;
  }
  .hire-services-sec .box-img {
    height: 100%;
    width: 100%;
  }
  .hire-cta-sec2 {
    padding: 60px 0 0 0;
  }
  .app-rolling-sec .rolling-steps {
    padding: 0;
  }
  .page-template-template-hire-backend-developer .hire-services-sec ul {
    gap: 24px;
  }
  .app-rolling-sec .rolling-steps .box span:after,
  .app-rolling-sec .rolling-steps .box span:before {
    height: 170%;
  }
  .dedicated-listing {
    padding: 60px 0;
  }
  .developer-dedicated-sec {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 1366px) {
  .hire-banner {
    padding: 0 32px 60px 32px;
  }
}
@media (max-width: 1200px) {
  .hire-banner {
    padding: 0 20px 60px 20px;
  }
  .hire-large-text {
    font-size: 32px;
    line-height: 40px;
  }
  .hire-form .small-text {
    font-size: 16px;
    line-height: 24px;
  }
  #home-sec3 h2,
  .footer-form h2,
  .hiring-model-sec h2,
  .our-podcast h2,
  .services-sec3 .hire-headings h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .dedicated-listing .dedicated-developer-lists {
    padding-left: 1rem;
  }
  .dedicated-listing .dedicated-developer-lists ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .faqs-section,
  .awards-sec,
  .hiring-excellence,
  .hire-services-sec,
  .mobile-services-sec,
  .hiring-model-sec,
  #home-sec3,
  .app-rolling-sec,
  .zealous-different-sec {
    padding: 50px 0;
  }
  .hire-form .hire-form-content {
    border-radius: 15px;
  }
  .awards-sec {
    padding: 50px 0;
  }
  .hire-cta-sec2 {
    padding: 50px 0 0 0;
  }
  .hire-left-text:before,
  .top-left:before {
    display: none;
  }
  .hire-left-text,
  .top-left {
    padding: 0 0 1rem 0;
    text-align: center;
  }
  .hire-banner {
    padding: 0 16px 50px 16px;
  }
  .hire-form .hire-form-content {
    padding: 2rem 1.5rem 1.5rem;
  }
  .hire-form {
    padding: 0;
  }
  .hire-services-sec ul li {
    width: calc(100% / 2 - 12px);
    padding: 0.75rem 0;
  }
  .hiring-excellence .row,
  .app-rolling-sec .row {
    gap: 24px;
  }
  .hiring-excellence .bottom-left {
    text-align: center;
  }
  .mobile-services-sec ul.mobile-services-listing li.mobile-service-list {
    width: calc(100% / 2 - 12px);
  }
  .mobile-services-sec ul.mobile-services-listing {
    padding-top: 1rem;
  }
  .hiring-model-sec .model-listing .box {
    width: calc(100% / 2 - 16px);
  }
  .hiring-model-sec .model-listing,
  .hiring-model-sec p,
  .zealous-different-sec .different-listing {
    margin-top: 1rem;
  }
  .inner-enquiry .container span:after {
    display: none;
  }
  .inner-enquiry .container span {
    max-width: 100% !important;
    text-align: center;
    padding: 0 0 1rem 0 !important;
  }
  .inner-enquiry .container .inner-enquiry-content div:last-child,
  .inner-enquiry .container span h2 {
    width: 100%;
    text-align: center !important;
  }
  .app-rolling-sec .btn-dark {
    margin: 0 auto !important;
    width: 100%;
    max-width: 250px;
    display: block !important;
  }
  .app-rolling-sec .rolling-steps {
    padding: 0;
  }
  .inner-enquiry .container .inner-enquiry-content {
    background-size: cover;
  }
  .inner-enquiry .container span {
    margin-bottom: 0 !important;
  }
  .zealous-different-sec .box {
    width: calc(100% / 2 - 12px);
    padding: 24px 24px 24px 32px;
  }
  .hire-cta-sec {
    padding: 0 0 50px 0;
  }
  .banner-list {
    display: none !important;
  }
  .hire-banner .banner-main {
    height: 400px;
  }
  .hire-banner .banner-main span.large-text {
    font-size: 36px;
    line-height: 44px;
  }
  .hire-banner .banner-main .banner-content {
    text-align: center;
  }
  .hire-banner .banner-main p {
    max-width: 100%;
  }
  h1,
  .h1_span {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .hire-banner .banner-main span.small-text {
    font-size: 18px;
    line-height: 26px;
  }
  .hire-banner.iphone-banner a {
    margin: 2rem auto 0 auto;
  }
  .hire-banner.iphone-banner .banner-middle-text {
    justify-content: center;
  }
  .hire-banner.iphone-banner p {
    font-size: 20px;
    line-height: 28px;
  }
  .hire-banner.iphone-banner .banner-middle-text span {
    font-size: 160px;
    line-height: 115px;
    margin-left: 0;
  }
  .hire-banner.iphone-banner h1,
  .hire-banner.iphone-banner h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .dedicated-listing .technology-listing {
    justify-content: flex-start;
  }
  .dedicated-listing .technology-listing .technology-lists {
    width: calc(100% / 3 - 16px);
  }
  .dedicated-listing {
    padding: 50px 0;
  }
  .developer-dedicated-sec {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .developer-dedicated-sec .dedicated-col-left {
    padding-right: 0;
    text-align: center;
    margin-bottom: 2rem;
  }
  .dedicated-developer-lists {
    margin-bottom: 1.5rem;
  }
  .dedicated-developer-lists ul {
    width: calc(100% / 2 - 16px);
  }
  .dedicated-listing .row {
    flex-direction: column-reverse;
  }
  .dedicated-listing .dedicated-developer-lists {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .faqs-section,
  .awards-sec,
  .hiring-excellence,
  .hire-services-sec,
  .mobile-services-sec,
  .hiring-model-sec,
  #home-sec3,
  .app-rolling-sec,
  .zealous-different-sec {
    padding: 40px 0;
  }
  .hire-form .hire-form-content form {
    padding-bottom: 1.5rem;
  }
  .hire-form .hire-form-content form .form-group {
    width: 100%;
  }
  .hire-form .submit-inquiry {
    top: unset;
    position: relative;
    bottom: 0;
  }
  .hire-form .hire-form-content form .wpcf7-checkbox label {
    top: 0px;
  }
  .hire-form .hire-form-content form .for-checkbox {
    width: 100%;
  }
  .hire-form .hire-form-content form {
    gap: 12px;
  }
  .hire-form .submit-inquiry {
    width: 100%;
  }
  .hire-form .submit-inquiry p {
    margin: auto;
  }
  .awards-sec .award-images div {
    width: calc(100% / 3 - 32px);
  }
  .hire-large-text {
    font-size: 28px;
    line-height: 36px;
  }
  h2 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .hire-services-sec .box-img {
    height: auto;
  }
  h4 {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .hire-cta-sec2 {
    padding: 40px 0 0 0;
  }
  h5 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .hire-cta-sec {
    padding: 0 0 40px 0;
  }
  .hire-banner.iphone-banner p {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  #home-sec3 h2,
  .footer-form h2,
  .hiring-model-sec h2,
  .our-podcast h2,
  .services-sec3 .hire-headings h2 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .dedicated-listing .technology-listing .technology-lists {
    width: calc(100% / 2 - 16px);
  }
  .dedicated-listing {
    padding: 40px 0;
  }
  .developer-dedicated-sec {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .developer-dedicated-sec h2,
  .dedicated-listing h2 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .developer-dedicated-sec .dedicated-heading,
  .dedicated-listing .dedicated-heading {
    padding-bottom: 2rem;
  }
  .developer-dedicated-sec h3 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .dedicated-listing .dedicated-developer-lists ul li a {
    font-size: 14px;
    line-height: 21px;
  }
  .hire-form-content .wpcf7-response-output {
    position: relative;
    order: 7;
    bottom: 0;
  }
  .hire-secure-text {
    order: 6;
    position: relative;
  }
  .hire-form .hire-form-content form .form-group.message {
    order: 3;
  }
  .hire-form .hire-form-content form .form-group.contact-input {
    order: 2;
    top: 0;
  }
  .hire-form .hire-form-content form .form-group.for-checkbox {
    order: 4;
  }
  .hire-form .hire-form-content form .wpcf7-checkbox label {
    top: 0;
  }
  .hire-form .submit-inquiry {
    order: 6;
    position: relative;
    margin-top: 16px;
  }
  .submit-inquiry .wpcf7-spinner {
    left: unset;
    bottom: unset;
  }
  .hire-banner .banner-main img {
    object-position: right;
  }
}
@media (max-width: 576px) {
  .awards-sec .award-images div {
    width: calc(100% / 2 - 32px);
  }
  .hire-services-sec ul li,
  .hiring-model-sec .model-listing .box {
    width: 100%;
  }
  .mobile-services-sec ul.mobile-services-listing li.mobile-service-list {
    width: 100%;
  }
  .app-rolling-sec .rolling-steps .box {
    padding: 16px;
  }
  .app-rolling-sec .rolling-steps .box span {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 28px;
  }
  .app-rolling-sec .rolling-steps .box span:after {
    top: 43px;
  }
  .app-rolling-sec .rolling-steps .box span:before {
    bottom: 43px;
  }
  .hire-large-text {
    font-size: 24px;
    line-height: 32px;
  }
  .zealous-different-sec .box {
    width: 100%;
  }
  h1,
  .h1_span {
    margin-bottom: 0.5rem !important;
  }
  .hire-banner .banner-main span.large-text {
    font-size: 32px;
    line-height: 40px;
  }
  .hire-banner {
    padding: 0 16px 40px 16px;
  }
  .hire-banner.iphone-banner h1,
  .hire-banner.iphone-banner h2 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .hire-form .hire-form-content form {
    flex-direction: column;
    padding-bottom: 0;
  }
  .hire-form .hire-form-content form .form-group {
    width: 100%;
  }

  .app-rolling-sec .rolling-steps .box span:after,
  .app-rolling-sec .rolling-steps .box span:before {
    height: 250%;
  }
  #home-sec3 h2,
  .footer-form h2,
  .hiring-model-sec h2,
  .our-podcast h2,
  .services-sec3 .hire-headings h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .hire-banner a {
    margin-top: 1rem;
  }
  .app-rolling-sec p,
  .hire-services-sec ul li .box .box-content p,
  .hire-banner .banner-main p {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .dedicated-listing .technology-lists h3 {
    min-height: auto;
  }
  .dedicated-listing .technology-listing {
    gap: 24px;
  }
  .dedicated-listing .technology-listing .technology-lists {
    width: 100%;
  }
  .developer-dedicated-sec h2,
  .dedicated-listing h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .dedicated-developer-lists ul {
    width: calc(100% / 2 - 6px);
  }
  .hire-banner .banner-main .banner-content{
    background-color:#ffffff66;
  }
}
@media (max-width: 400px) {
  .hire-banner {
    padding: 0 16px 40px 16px;
  }
  .hire-banner .banner-main span.large-text {
    font-size: 28px;
    line-height: 36px;
  }
}
