/* *************************
PPC PAGE 2024
*****************************/
.btn-outline-primary:hover {
    color: #455390;
    background-color: #c88a74;
    border-color: #c88a74;
}
.text-secondary {
    color: #c88a74 !important;
}
.fs-70 {
    font-size: 70px;
}
.fs-20 {
    font-size: 20px;
}
.ppc-container {
    max-width: 1350px;
}
.ppc-btn {
    padding: 0.5rem 1rem;
}
.bg-secondary-vertical, .btn-success, .btn-free-consult {
    background: -moz-linear-gradient(top, rgba(161, 199, 76, 1) 0%, rgba(132, 183, 76, 1) 50%, rgba(105, 166, 76, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(161, 199, 76, 1) 0%, rgba(132, 183, 76, 1) 50%, rgba(105, 166, 76, 1) 100%);
    background: linear-gradient(to bottom, rgba(161, 199, 76, 1) 0%, rgba(132, 183, 76, 1) 50%, rgba(105, 166, 76, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c74c', endColorstr='#69a64c', GradientType=0);
}
.btn-free-consult {
    border-color: #9aca51;
    color: #fff;
}
.btn-outline-primary {
    color: #455390;
    border-color: #455390;
}
.ppc-header {
    padding: 2rem 0;
}
.ppc-header.is-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding: 1rem 0;
    z-index: 999;
}
.ppc-newpage-banner{
	position: relative;
    z-index: 1;
}
.ppc-newpage-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/ppc-banner-emblem.png);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: 50%;
    opacity: 0.05;
    z-index: -1;
}
.ppc-bullets-points li {
    position: relative;
    background-image: url(../images/ppc-check.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 28px;
    font-size: 22px;
    margin-bottom: 14px;
    color: #455390;
}
.ppc-bullets-points li::after{
	display:none;
}

.google-review-slider .owl-nav button.owl-next, 
.google-review-slider .owl-nav button.owl-prev, 
.trustpilot-review-slider .owl-nav button.owl-next, 
.trustpilot-review-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    width: 24px !important;
    height: 24px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.google-review-slider.ppc .owl-nav button.owl-prev, 
.trustpilot-review-slider .owl-nav button.owl-prev {
    background-image: url(../images/ic_arrow_right.png) !important;
}
.google-review-slider.ppc .owl-nav button.owl-next, 
.trustpilot-review-slider .owl-nav button.owl-next {
    background-image: url(../images/ic_arrow_left.png) !important;
}
.trustpilot-review-slider .owl-nav button.owl-prev {
    left: 0;
}
.trustpilot-review-slider .owl-nav button.owl-next {
    right: 0;
}
.google-review-slider.ppc .owl-nav button.owl-next, .google-review-slider.ppc .owl-nav button.owl-prev {
    filter: grayscale(1) invert(1) brightness(10);
}
.smart-phone-field {
  background-color: #fff;
  overflow: hidden;
  border-radius: 12px;
}
.country-code-field {
  background-color: #f2f2f2;
  padding-left: 0.75rem !important;
}
.country-code-field select {
  border: 0;
  background: transparent;
}
.ppc-video-link {
  overflow: hidden;
  border-radius: 1.5rem;
}
.ppc-video-link.bg-primary:hover {
  background-color: #455390 !important;
}
.ppc-video-thumbnail {
  opacity: 0.3;
}
.ppc-vdieo-title {
  position: relative;
}
.ppc-vdieo-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -64px;
  width: 126px;
  height: 62px;
  background-image: url(../images/ppc-video-title-arrow-bottom.png);
  background-repeat: no-repeat;
}
.ppc-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.emblem-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.emblem-bullets li {
  position: relative;
  padding: 16px 0;
  padding-left: 40px;
}
.emblem-bullets li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 28px;
  height: 34px;
  background-image: url(../images/bullets-emblem.png);
  background-position: center;
  background-repeat: no-repeat;
}
.case-studies-box {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden;
}
.bg-overlay {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.bg-overlay::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.case-studies-box::after {
    background-color: rgba(0, 0, 0, 0.5);
}
.case-studies-box::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.case-study-item {
  height: 260px;
}
.case-study-item .caseStudyTitle {
  font-size: 20px;
  line-height: 1.5;
  max-width: 330px;
  margin: auto;
  font-family: "palatino linotype bold", sans-serif;
}
.eligible-item {
  padding: 2.5rem;
  background-color: #f6f6f9;
  border-radius: 24px;
  height: 100%;
}
.step-circle-box {
  width: 432px;
  height: 432px;
  margin: auto;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}
.step-circle-box .inner-part {
  height: 216px;
  width: 216px;
  position: absolute;
}
.step-circle-box .inner-part:nth-of-type(1) {
  left: 0;
  top: 0;
  background-color: #4a5790;
}
.step-circle-box .inner-part:nth-of-type(2) {
  right: 0;
  top: 0;
  background-color: #c08d7c;
}
.step-circle-box .inner-part:nth-of-type(3) {
  left: 0;
  bottom: 0;
  background-color: #c08d7c;
}
.step-circle-box .inner-part:nth-of-type(4) {
  right: 0;
  bottom: 0;
  background-color: #4a5790;
}
.emblem-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  border: 6px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}
.emblem-circle img {
  width: 60px;
}
.ppc-proccess-steps .step-box {
  width: 400px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  color: #455390;
  z-index: 2;
  padding: 30px;
}
.ppc-proccess-steps .step-box .count {
  display: block;
  font-size: 42px;
  font-weight: bold;
  opacity: 0.5;
}
.ppc-proccess-steps .step-box .content {
  position: relative;
  z-index: 2;
}
.ppc-proccess-steps .step-box .content p {
  font-family: "palatino linotype bold", sans-serif;
  font-size: 17px;
}
.ppc-proccess-steps .step-box .object-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ppc-proccess-steps .step-box.step1 {
  left: 54px;
  top: -30px;
  padding-right: 132px;
}
.ppc-proccess-steps .step-box.step2 {
  right: 54px;
  top: -30px;
  padding-left: 132px;
  text-align: right;
}
.ppc-proccess-steps .step-box.step3 {
  left: 60px;
  bottom: -30px;
  padding-right: 132px;
}
.ppc-proccess-steps .step-box.step4 {
  right: 60px;
  bottom: -30px;
  padding-left: 132px;
  text-align: right;
}
.ppc-happy-clients {
  padding: 4rem 0 8rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ppc-happy-clients::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4000px;
  height: 4000px;
  background-color: #f6f6f9;
  border-radius: 0 0 100% 100%;
  z-index: -1;
}
.client-item {
  width: 100%;
  height: 110px;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ppc-application-process {
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
.ppc-application-process::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/ppc-banner-emblem.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 44%;
  opacity: 0.05;
  z-index: -1;
}
.process-item {
  position: relative;
  box-shadow: 14px 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 44px 40px;
  border-radius: 0 30px 30px 0;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(234, 236, 236, 1) 100%
  );
  overflow: hidden;
}
.process-item .icon {
  width: 50px;
  height: 50px;
}
.process-item .border-left {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.process-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(209, 143, 124, 1) 50%,
    rgba(167, 117, 101, 1) 100%
  );
}
.process-item.even {
  background: -webkit-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    rgba(234, 236, 236, 1) 100%
  );
  box-shadow: -14px 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 30px 0 0 30px;
}
.process-item.even::after {
  right: auto;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(
    right,
    rgba(209, 143, 124, 1) 50%,
    rgba(167, 117, 101, 1) 100%
  );
}
.process-title {
  font-size: 20px;
  margin-bottom: 0;
}
.google-reviews {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin: auto;
}
.google-review-slider {
  padding: 0 60px;
}

.google-reviews::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  z-index: -1;
}
.trustpilot-reviews .google-review-slider .owl-nav button.owl-next,
.trustpilot-reviews .google-review-slider .owl-nav button.owl-prev {
  filter: grayscale(1) invert(1) brightness(10);
}
.key-documents {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.key-documents::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3800px;
  height: 4200px;
  background-color: #f6f6f9;
  border-radius: 0 0 100% 100%;
  z-index: -1;
}
.sms-item {
  background-color: #fdfaf9;
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
}
.sms-item p {
  max-width: 90%;
  margin: auto !important;
  font-size:20px;
}
.sms-item img {
  width: 60px;
}
.ppc-sector-item p {
  font-size: 18px;
  font-weight: bold;
}
.ppc-sectors {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  z-index: 1;
}
.ppc-sectors::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4000px;
  height: 4000px;
  border-radius: 100% 100% 0 0;
  background-color: #f6f6f9;
  z-index: -1;
}
.why-choose-box figure {
  margin: auto;
}
.speak-to-lawyer {
  background-color: #f6f6f9;
}
.speak-lawyer-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.speak-lawyer-bullets li {
  margin-bottom: 20px;
  padding-left: 26px;
  background-image: url(../images/emblem.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 18px;
  font-size: 18px;
}
.ppc-faqs {
  position: relative;
}
.ppc-faqs::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 800px;
  background-image: url(../images/ppc-banner-emblem.png);
  background-position: right center;
  background-size: 30%;
  background-repeat: no-repeat;
  opacity: 0.05;
  z-index: -1;
}
.ppc-faqs .faq-page-header h5::after {
  content: "";
  top: 14px;
  width: 20px;
  height: 20px;
  background-image: url(../images/chevron-up.svg);
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.faq-page-header h5.collapsed:after {
  background-image: url(../images/chevron-down.svg);
}
.ppc-faqs .faq-page-header h5 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333d74+0,333d74+100&1+0,0.9+50,1+100 */
  background: linear-gradient(
    to bottom,
    rgba(51, 61, 116, 1) 0%,
    rgba(51, 61, 116, 0.9) 50%,
    rgba(51, 61, 116, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  border-radius: 10px;
  padding: 16px 14px;
  padding-right: 30px;
  font-size: 18px;
  font-family: "palatino linotype bold", sans-serif;
}
.ppc-faqs .faq-page-header h5.collapsed {
  background: #fff;
  color: #455390;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.075);
  font-family: "Palatino Linotype", sans-serif;
}
.ppc-faqs .faq-item {
  margin: 30px 0;
}
.how-can-buttons {
  display: block;
  background-color: #fff;
  padding: 6px;
  border-radius: 30px;
  line-height: 1;
  padding-right: 1.4rem;
  width: 200px;
  font-size: 18px;
}
.how-can-buttons img {
  width: 40px;
	height:auto;
}
.ppc-how-can-help {
  position: relative;
  z-index: 1;
  color: #fff;
}
.ppc-how-can-help::before,
.ppc-how-can-help::after {
  content: "";
  position: absolute;
  width: calc(100% - 150px);
  height: 300px;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(51, 61, 116, 1) 0%,
    rgba(51, 61, 116, 0.9) 50%,
    rgba(51, 61, 116, 1) 100%
  );
  z-index: -1;
  border-radius: 0 100px 100px 0;
}
.ppc-how-can-help::before {
  left: -100%;
  border-radius: 0px;
  width: 100%;
}
.ppc-how-can-help .content-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.how-can-button-row {
  gap: 30px;
  flex-wrap: wrap;
}
.ppc-footer-socials {
  gap: 20px;
}
.shadow-bottom {
  position: relative;
}
.shadow-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
  z-index:-1;
}
.copyright-text {
  color: #969696;
  font-size: 15px;
}
.web-designed-by {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.ppc-proccess-steps {
  overflow: hidden;
}
.ppc-banner-logos {
  gap: 50px;
}
.featured-in-clients {
  max-width: 1110px;
  gap: 20px;
}
.requirement-box {
  max-width: 1170px;
  margin: auto;
}
.s-s-visa-ploygon,
.polygon-emblem {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.polygon-emblem {
  top: 43%;
  left: 47%;
  transform: translate(-50%, -50%);
}
.s-s-visa-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}
.s-s-visa-item:nth-of-type(2) {
  margin-bottom: 118px;
}
.s-s-visa-item:nth-of-type(3) {
  margin-bottom: 56px;
}
.s-s-visa-item .ss-icon {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 100%;
  box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.15);
}
.s-s-visa-item .ss-icon::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
}
.s-s-visa-item .ss-icon.icon1::after {
  left: -68px;
  top: -36px;
  background-image: url(../images/arrow-1.svg);
}
.s-s-visa-item .ss-icon.icon2::after {
  left: auto;
  right: -68px;
  top: -36px;
  background-image: url(../images/arrow-2.svg);
}
.s-s-visa-item .ss-icon.icon3::after {
  left: -54px;
  top: -40px;
  background-image: url(../images/arrow-3.svg);
}
.s-s-visa-item .ss-icon.icon4::after {
  left: auto;
  right: -54px;
  top: -40px;
  background-image: url(../images/arrow-4.svg);
}
.s-s-visa-item .ss-icon.icon5::after {
  left: -52px;
  top: -28px;
  background-image: url(../images/arrow-5.svg);
}
.s-s-visa-item .ss-icon.icon6::after {
  left: auto;
  right: -52px;
  top: -28px;
  background-image: url(../images/arrow-6.svg);
}
.s-s-visa-item .ss-icon.icon7::after {
  left: -68px;
  top: -34px;
  background-image: url(../images/arrow-7.svg);
}
.s-s-visa-item .ss-icon.icon8::after {
  left: auto;
  right: -68px;
  top: -34px;
  background-image: url(../images/arrow-8.svg);
}
.s-s-visa-item .ss-icon img {
  width: 100%;
  height: 100%;
}
.s-s-visa-item .content-box h5 {
  font-size: 16px;
}
.s-s-visa-item:nth-of-type(1) .s-s-col,
.s-s-visa-item:nth-of-type(4) .s-s-col {
  flex: 510px 0 0;
}
.s-s-visa-item:nth-of-type(2) .s-s-col,
.s-s-visa-item:nth-of-type(3) .s-s-col {
  flex: 366px 0 0;
}
.s-s-visa-item:nth-of-type(1) .s-s-col .content-box,
.s-s-visa-item:nth-of-type(4) .s-s-col .content-box {
  flex: 300px 0 0;
}
.s-s-visa-item:nth-of-type(2) .s-s-col .content-box,
.s-s-visa-item:nth-of-type(3) .s-s-col .content-box {
  flex: 212px 0 0;
}
.accordion-box {
  border-radius: 16px;
  overflow: hidden;
}
.accordion-header {
  padding: 18px 30px;
  background-color: #3d5386;
  color: #fff;
  position: relative;
}
.accordion-header::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -10px;
  width: 26px;
  height: 26px;
  background-color: #3d5386;
  transform: rotate(45deg);
}
.accordion-body {
  padding: 20px 30px 14px;
}
.emblem-box {
  text-align: left;
  background-color: #3d5385;
  border-radius: 16px;
  padding: 16px;
  color: #fff;
  position: relative;
}
.emblem-box::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 74px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.emblem-box.one,
.emblem-box.three {
  padding-left: 100px;
}
.emblem-box.one::after,
.emblem-box.three::after {
  background-image: url(../images/arrow-down-emblem-1.png);
  top: -5px;
  left: 22px;
}
.emblem-box.two,
.emblem-box.four {
  padding-right: 100px;
}
.emblem-box.two::after,
.emblem-box.four::after {
  background-image: url(../images/arrow-down-emblem-2.png);
  top: -5px;
  right: 22px;
}
.emblem-box.three::after {
  background-image: url(../images/arrow-down-emblem-3.png);
}
.emblem-box.four::after {
  background-image: url(../images/arrow-down-emblem-4.png);
}
.emblem-box.two,
.emblem-box.three {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#856356+0,cc8d7f+44,cf9080+100 */
  background: linear-gradient(
    to right,
    rgba(133, 99, 86, 1) 0%,
    rgba(204, 141, 127, 1) 44%,
    rgba(207, 144, 128, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.emblem-box.four {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f7aab+0,333e6c+40,272957+100 */
  background: linear-gradient(
    to right,
    rgba(79, 122, 171, 1) 0%,
    rgba(51, 62, 108, 1) 40%,
    rgba(39, 41, 87, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.innovator-visa-box .ivb-row {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.innovator-visa-box .ivb-row .ivb-col {
  flex: 250px 0 0;
}
.bg-primary-box {
  border-radius: 16px;
}
.bg-primary-box h3 {
  font-size: 24px;
}
.tree-circles {
  position: relative;
  max-width: 950px;
  margin: auto;
}
.tree-circles .tree-box {
  position: absolute;
  width: 300px;
  height: 80px;
}
.tree-circles .tree-box.one {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.tree-circles .tree-box.two {
  left: 0;
  bottom: 16px;
}
.tree-circles .tree-box.three {
  right: 0;
  bottom: 16px;
}
.advantages-innovator-visa {
  background-color: #f6f6f9;
  padding: 3rem 0;
}
.advantages-box {
  max-width: 872;
  margin: auto;
  height: 700px;
  position: relative;
}
.advantages-box .advantages-innovator-visa-steps {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.advantages-box .content-box {
  position: absolute;
  width: 374px;
  height: 80px;
}
.advantages-box .content-box:nth-of-type(1) {
  left: 0;
  top: 0;
}
.advantages-box .content-box:nth-of-type(2) {
  right: 0;
  top: 0;
}
.advantages-box .content-box:nth-of-type(3) {
  left: 0;
  bottom: 0;
}
.advantages-box .content-box:nth-of-type(4) {
  right: 0;
  bottom: 0;
}
.innovator-app-process-item {
  position: relative;
  margin-bottom: 46px;
}
.innovator-app-process-item:nth-of-type(odd) {
  margin-right: -40px;
}
.innovator-app-process-item:nth-of-type(even) {
  margin-left: -40px;
}
.innovator-app-process-item .icon-box {
  background-color: #3d5386;
  color: #fff;
  height: 84px;
  padding: 30px 30px 30px 100px;
  position: relative;
}
.innovator-app-process-item .icon-box .icon {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.innovator-app-process-item:nth-of-type(odd) .icon-box .icon {
  left: -75px;
}
.innovator-app-process-item:nth-of-type(even) .icon-box .icon {
  right: -75px;
}
.innovator-app-process-item .icon-box::after,
.innovator-app-process-item .icon-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 130px;
  background-color: #3d5386;
}
.innovator-app-process-item .icon-box::before {
  width: 24px;
  height: 24px;
  right: 8px;
  background-color: transparent;
  border: 4px solid #fff;
  border-radius: 100%;
  z-index: 2;
}
.innovator-app-process-item .icon-box h4 {
  font-size: 20px;
  line-height: 1;
}
.innovator-app-process-item .content-box,
.innovator-app-process-item:nth-of-type(even) .icon-box h4 {
  padding-left: 34px;
}
.innovator-app-process-item:nth-last-of-type(odd) .icon-box {
  background-color: #c6837c;
  padding: 30px 100px 30px 50px;
}
.innovator-app-process-item:nth-last-of-type(odd) .icon-box::after,
.innovator-app-process-item:nth-last-of-type(odd) .icon-box::before {
  background-color: #c6837c;
  left: 0;
  right: auto;
}
.innovator-app-process-item:nth-last-of-type(odd) .content-box {
  padding-left: 0;
  padding-right: 34px;
}
.innovator-app-process-item:nth-last-of-type(odd) .icon-box::before {
  right: auto;
  left: 10px;
}
.innovator-app-process-item:last-child {
  margin-bottom: 0;
}
.vertical-border::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 108%;
  width: 48px;
  border: 6px solid #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.innovator-app-process-item:first-child .icon-box::after {
  border-radius: 16px 16px 0 0;
}
.innovator-app-process-item:last-child .icon-box::after {
  border-radius: 0 0 16px 16px;
}
.polygon-shape-section {
  overflow: hidden;
}
.required-visa-docs {
  background: linear-gradient(
    to bottom,
    rgba(51, 61, 116, 0) 0%,
    rgba(246, 246, 249, 1) 100%
  );
}
.doc-visa-item {
  max-width: 190px;
  margin: auto;
}
.doc-visa-item .icon {
  height: 180px;
  width: 180px;
  margin: auto;
  border: 4px solid rgba(0, 0, 0, 0.075);
  border-radius: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.self-app-process,
.worker-visa-app-process {
  position: relative;
  z-index: 1;
}
.self-app-process::after,
.worker-visa-app-process::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/ppc-banner-emblem.png);
  background-repeat: no-repeat;
  background-position: 118% center;
  background-size: 50%;
  opacity: 0.1;
  z-index: -1;
}
.self-app-title {
  position: relative;
}
.self-app-title::after {
  content: "";
  position: absolute;
  bottom: -105px;
  right: 194px;
  width: 154px;
  height: 125px;
  background-image: url(../images/self-app-title-arrow.png);
  background-repeat: no-repeat;
}
.self-application-process-item {
  margin: 70px 0;
}
.self-application-process-item.spouse-visa{
  margin: 54px 0 68px;
}
.self-application-process-item.spouse-visa:nth-of-type(1) {
	margin: 63px 0 58px;
}
.self-application-process-item:nth-of-type(odd) {
  padding-left: 30px;
  padding-right: 0;
}
.self-application-process-item:nth-of-type(even) {
  padding-left: 0;
  padding-right: 30px;
}
.self-application-process-item .content h4 {
  font-size: 20px;
}
.self-application-process-item .content p {
  font-size: 18px;
}
.spouse-visa-requirement-box{
	margin:auto;
	max-width:1077px;
}
.spouse-visa-requirement-box .inner-items .item{
	position:absolute;
	max-width:250px;
	text-align:center;
}
.spouse-visa-requirement-box .inner-items .item:nth-of-type(1),
.spouse-visa-requirement-box .inner-items .item:nth-of-type(2),
.spouse-visa-requirement-box .inner-items .item:nth-of-type(3){
    top: 236px;
}
.spouse-visa-requirement-box .inner-items .item:nth-of-type(1){
	left: 32px;
}
.spouse-visa-requirement-box .inner-items .item:nth-of-type(2){
	left: 420px;
}
.spouse-visa-requirement-box .inner-items .item:nth-of-type(3){
	right: 30px;
}

.spouse-visa-requirement-box .inner-items .item:nth-of-type(4),
.spouse-visa-requirement-box .inner-items .item:nth-of-type(5),
.spouse-visa-requirement-box .inner-items .item:nth-of-type(6){
    top: 594px;
}
.spouse-visa-requirement-box .inner-items .item:nth-of-type(4){
	left: 32px;
}
.spouse-visa-requirement-box .inner-items .item:nth-of-type(5){
	left: 420px;
}
.spouse-visa-requirement-box .inner-items .item:nth-of-type(6){
	right: 30px;
}

.spouse-visa-requirement-box .inner-items .item:nth-of-type(7),
.spouse-visa-requirement-box .inner-items .item:nth-of-type(8),
.spouse-visa-requirement-box .inner-items .item:nth-of-type(9){
    top: 936px;
}
.spouse-visa-requirement-box .inner-items .item:nth-of-type(7){
	left: 32px;
}
.spouse-visa-requirement-box .inner-items .item:nth-of-type(8){
	left: 420px;
}
.spouse-visa-requirement-box .inner-items .item:nth-of-type(9){
	right: 30px;
}
.advantages-spouse-visa{
	background:#f6f6f9;
}
.advantages-spouse-visa-box{
	margin:auto;
	max-width:741px;
	position:relative;
}
.advantages-spouse-visa-box .items .item{
	position:absolute;
	max-width:199px;
}
.advantages-spouse-visa-box .items .item:nth-of-type(1),
.advantages-spouse-visa-box .items .item:nth-of-type(2),
.advantages-spouse-visa-box .items .item:nth-of-type(3){
	top:64px;
}
.advantages-spouse-visa-box .items .item:nth-of-type(1){
	left: 36px;
    max-width: 158px;
}
.advantages-spouse-visa-box .items .item:nth-of-type(2){
	left:270px;
}
.advantages-spouse-visa-box .items .item:nth-of-type(3){
	right:28px;
}
/* NEW PPC COMMERCIAL LAW PAGE 2025 */
.self-app-process.how-we-assist{
	padding:3rem 0 160px;
}
.self-app-title.how-we-assist::after{
	display:none;
}
.self-application-process-item.how-we-assist{
	position: relative;
}
.self-application-process-item.how-we-assist:nth-of-type(3){ 	
    top: 34px;
}
.self-application-process-item.how-we-assist:nth-of-type(4){ 	
    top: 64px;
}
.self-application-process-item.how-we-assist:nth-of-type(5){ 	
    top: 96px;
}
.self-application-process-item.how-we-assist p{
	font-size:16px;
}
.business-matters .doc-visa-item{
	max-width:212px;
}
.advantages-using-clegal .emblem-card {
	height:300px;
}
.advantages-using-clegal .emblem-card h4{
	font-size: 24px;
    max-width: 250px;
    margin: auto;
    margin-bottom: 16px;
}
.advantages-using-clegal .emblem-card p{
	font-size:16px;
}
/*END NEW PPC COMMERCIAL LAW PAGE 2025 */

.self-application-process-item .icon-box .icon {
  width: 100px;
  height: 100px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d79783+0,c88976+44,95695a+100 */
  background: linear-gradient(
    to right,
    rgba(215, 151, 131, 1) 0%,
    rgba(200, 137, 118, 1) 44%,
    rgba(149, 105, 90, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.self-application-process-item .icon-box .icon img {
  height: 50px;
  width: 50px;
}
.self-app-procces-line {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.ppc-truspilots {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.ppc-truspilots::after,
.ppc-truspilots::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ppc-truspilots::before {
  bottom: auto;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0&1+0,0+100 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.trustpilot-review-slider {
  padding: 0 60px;
}
.trustpilot-reviews-logo {
  width: 150px;
}
.ppc-btn {
  padding: 0.5rem 1rem;
}
.why-choose-us .animated-icon path {
  stroke: #455390;
}
.gtv-item {
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  border: 4px solid #dadde9;
  height: 100%;
}
.gtv-item h4 {
  font-size: 24px;
}
.gtv-item p {
  margin-bottom: 0;
}
.global-talent-visa-circle .circle-step {
  position: absolute;
  top: 126px;
  width: 180px;
  height: 116px;
  font-size: 18px;
}
.global-talent-visa-circle .circle-step:nth-of-type(1) {
  left: 114px;
}
.global-talent-visa-circle .circle-step:nth-of-type(2) {
  left: 50%;
  transform: translateX(-50%);
}
.global-talent-visa-circle .circle-step:nth-of-type(3) {
  right: 106px;
}
.advantages-infography-box {
  position: absolute;
  width: 336px;
  font-size: 18px;
}
.advantages-infography-box:nth-of-type(1) {
  left: 90px;
  top: 140px;
}
.advantages-infography-box:nth-of-type(2) {
  right: 100px;
  top: 140px;
  text-align: right;
}
.advantages-infography-box:nth-of-type(3) {
  left: 90px;
  bottom: 120px;
}
.advantages-infography-box:nth-of-type(4) {
  right: 100px;
  bottom: 120px;
  text-align: right;
}

.emblem-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.emblem-list li {
  position: relative;
  font-size: 18px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#39427c+0,87a6c3+100 */
  background: linear-gradient(
    to right,
    rgba(57, 66, 124, 1) 0%,
    rgba(135, 166, 195, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin: 22px 0;
  padding: 10px 10px 10px 70px;
  border-radius: 10px;
  overflow: hidden;
}
.emblem-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 54px;
  background-image: url(../images/emblem-white.png);
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  background-color: #da9b87;
  border-right: 8px solid #fff;
  border-radius: 10px 0 0 10px;
}
.key-document-worker-visa-infography {
  position: relative;
  margin: auto;
  display: inline-block;
}
.key-document-worker-visa-infography h5 {
  position: absolute;
  width: 138px;
  z-index: 2;
}
.key-document-worker-visa-infography h5:nth-of-type(1) {
  top: 138px;
  left: -146px;
}
.key-document-worker-visa-infography h5:nth-of-type(2) {
  top: 314px;
  left: -50px;
  text-align: right;
}
.key-document-worker-visa-infography h5:nth-of-type(3) {
  top: auto;
  bottom: -60px;
  left: 186px;
  text-align: center;
  width: 200px;
}
.key-document-worker-visa-infography h5:nth-of-type(4) {
  top: auto;
  bottom: -10px;
  left: auto;
  text-align: left;
  right: -82px;
  width: 170px;
}
.key-document-worker-visa-infography h5:nth-of-type(5) {
  top: 116px;
  bottom: auto;
  left: auto;
  text-align: left;
  right: -184px;
  width: 170px;
}
.emblem-list.row-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.emblem-list.row-2 li {
  flex: 0 0 32%;
  max-width: 32%;
  margin: 16px 0;
}
.worker-visa-app-process-mergeline {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.worker-visa-app-process-item {
  display: flex;
  align-items: center;
  max-width: 710px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.worker-visa-app-process-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 78px;
  width: 76%;
  background-color: #3d5392;
  border-radius: 20px;
  z-index: -1;
}
.worker-visa-app-process-item:nth-of-type(even)::after {
  right: auto;
  left: 0;
}
.worker-visa-app-process-item .counter span {
  display: block;
  font-size: 60px;
}
.worker-visa-app-process-item .icon {
  position: relative;
}
.worker-visa-app-process-item .icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.worker-visa-app-process-item .icon img {
  width: 178px;
  height: 178px;
}
.worker-visa-app-process-item .content {
  padding: 1rem 1.5rem;
}
.worker-visa-app-process-item .content h5 {
  position: absolute;
  top: 0;
  right: 0;
}
.worker-visa-app-process-item:nth-of-type(even) .content h5 {
  right: auto;
  left: 0;
}
.worker-visa-app-process-item .content p {
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
}

.worker-visa-management {
  background-color: #f6f6f9;
}
.visa-management-box {
  position: relative;
  max-width: 800px;
  height: 700px;
  margin: auto;
}
.visa-management-box .circle-item {
  width: 430px;
  height: 430px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.visa-management-box .circle-item img {
  width: 100%;
  height: 100%;
}
.visa-management-box .icon-content {
  position: absolute;
}
.visa-management-box .icon-content:nth-of-type(2) {
  left: 60px;
  top: 188px;
}
.visa-management-box .icon-content:nth-of-type(3) {
  left: 334px;
  top: -8px;
}
.visa-management-box .icon-content:nth-of-type(4) {
  right: -10px;
  top: 170px;
}
.visa-management-box .icon-content:nth-of-type(5) {
  right: 130px;
  bottom: 30px;
}
.visa-management-box .icon-content:nth-of-type(6) {
  left: 180px;
  bottom: 30px;
}
.circle-title {
  position: absolute;
  font-size: 33px;
  text-align: left;
  width: 232px;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.immigration-area-item .icon {
  width: 114px;
  height: 114px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #455390;
  position: relative;
}
.immigration-area-item .icon img {
  width: 60px;
}
.immigration-area-item .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #fff;
  border-radius: 100%;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#455390+0,ffffff+100&1+0,0+100 */
  background: linear-gradient(
    135deg,
    rgba(69, 83, 144, 0.5) 0%,
    rgba(255, 255, 255, 0) 60%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.immigration-area-item h5 {
  max-width: 156px;
  margin: auto;
  font-size: 18px;
}
.immigration-areas {
  position: relative;
  z-index: 1;
}
.immigration-areas::after {
  content: "";
  width: 698px;
  height: 850px;
  position: absolute;
  right: 150px;
  bottom: -40%;
  background-image: url(../images/emblem.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.05;
  z-index: -1;
}
.team-item {
  text-align: center;
}
.team-item .image {
  border: 2px solid #3d5385;
  border-radius: 24px;
  padding: 16px;
}
.team-item .image img {
  border-radius: 10px;
  width: 100%;
}
.ppc-header.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 1rem 0;
  z-index: 999;
}
.worker-visa-require-item .icon {
  position: relative;
}
.worker-visa-require-item .icon .emblem-image {
  position: absolute;
  width: 40px;
  bottom: 66px;
  left: 51%;
  transform: translateX(-50%);
}
.worker-visa-require-item.icon-top .icon .emblem-image {
  bottom: auto;
  top: 56px;
}
.ppc-request-callback-from {
    padding: 1.5rem;
    background-color: rgba(69, 83, 144, 0.1);
    border: 2px solid #455390;
    border-radius: 1.5rem;
    max-width: 510px;
    margin-left: auto;
}
.ppc-request-callback-from .form-control {
    height: 48px;
    border-radius: 10px;
}
.ppc-request-callback-from .btn {
    border-radius: 10px;
    height: 48px;
}
.ppc-request-callback-from .gform_title{
	color:#455390;
	font-family: "palatino linotype bold", sans-serif;
	font-size: 34px;
	text-align:center;
	margin-bottom: 1.5rem;
}
.ppc-request-callback-from .gform_wrapper.gravity-theme .gfield input.large, 
.ppc-request-callback-from .gform_wrapper.gravity-theme .gfield select.large{
    border: 0;
    height: 48px;
    border-radius: 10px;
}
.ppc-request-callback-from .gform_wrapper.gravity-theme .gfield textarea{
	border: 0;
    border-radius: 10px;
}
.ppc-request-callback-from.bg-transparent .gform_wrapper.gravity-theme .gfield input.large,
.ppc-request-callback-from.bg-transparent .gform_wrapper.gravity-theme .gfield select.large,
.ppc-request-callback-from.bg-transparent .gform_wrapper.gravity-theme .gfield textarea{
	 box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.s-s-visa-ploygon {
    width: 585px;
    height: 585px;
}
.isle-visa-requirements{
  width: 1110px;
  height: 595.58px;
}
.isle-visa-requirements .emblem-icon{
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%,-50%);
  width: 80px;
}
.isle-require-item{
  position: absolute;
  width: 280px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.isle-require-item span.text,
.isle-require-item span.counter{
  font-size: 17px;
  font-family: "palatino linotype bold", sans-serif;
  line-height: 1.2;
}
.isle-require-item span.counter{
  font-size: 40px;
  line-height: 1;
}
.isle-require-item:nth-of-type(1){
  top: 18px;
  left: 156px;
}
.isle-require-item:nth-of-type(2){
  top: 18px;
  right: 156px;
}
.isle-require-item:nth-of-type(3){
  top: 246px;
  left: 32px;
}
.isle-require-item:nth-of-type(4){
  top: 246px;
  right: 32px;
}
.isle-require-item:nth-of-type(5){
  bottom: 18px;
  left: 156px;
}
.isle-require-item:nth-of-type(6){
  bottom: 18px;
  right: 156px;
}
.key-benefits-isle-visa-item{
  position: absolute;
  width: 230px;
  font-size: 17px;
}
.key-benefits-isle-visa-item:nth-of-type(1){
  left: 60px;
  bottom: 0;
}
.key-benefits-isle-visa-item:nth-of-type(2){
  left: 320px;
  top: 12px;
}
.key-benefits-isle-visa-item:nth-of-type(3){
  right: 344px;
  bottom: 0;
}
.key-benefits-isle-visa-item:nth-of-type(4){
  top: 12px;
  right: 108px;
}

.spouse-visa-require-item{
  position: absolute;
  width: 180px;
}
.spouse-visa-require-item span{
  display: block;
  font-size: 16px;
}
.spouse-visa-require-item:nth-of-type(1){
  bottom: 42px;
  left: 66px;
}
.spouse-visa-require-item:nth-of-type(2){
  top: 42px;
  left: 330px;
}
.spouse-visa-require-item:nth-of-type(3){
  bottom: 42px;
  right: 326px;
}
.spouse-visa-require-item:nth-of-type(4){
  top: 42px;
  right: 56px;
}
.spouse-visa-extension .sms-item p{
  max-width: 100%;
}
.spin360{
	animation: circle360 10s infinite linear;
	-webkit-animation: circle360 10s infinite linear;
}

/* NEW PPC PAGES CSS 11-07-2024*/
.emblem-rounded-box {
  text-align: left;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  border: 1px solid #455390;
  font-family: "palatino linotype bold", sans-serif;
  color: #455390;
  font-size: 18px;
  line-height: 1.5;
  height: 60px;
  position: relative;
  padding-left: 56px;
  align-content: center;
}
.emblem-rounded-box::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../images/emblem.svg);
  background-repeat: no-repeat;
}
.supplier-worker-visa-item {
  width: 334px;
  height: 108px;
  background-color: #455390;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  padding-right: 150px;
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}
.supplier-worker-visa-item:last-child {
  margin-bottom: 0;
}
.supplier-right-col .supplier-worker-visa-item {
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 150px;
}
.supplier-worker-visa-item:nth-of-type(even),
.supplier-right-col .supplier-worker-visa-item:nth-of-type(odd) {
  background-color: #d08d7c;
}
.supplier-right-col .supplier-worker-visa-item:nth-of-type(even) {
  background-color: #455390;
}
.supplier-worker-visa-item .content p {
  font-size: 15px;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.supplier-worker-visa-item .icon {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 136px;
  height: 136px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f86b8+0,1c2049+100 */
  background: linear-gradient(
    135deg,
    rgba(79, 134, 184, 1) 0%,
    rgba(28, 32, 73, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 16px;
  border: 14px solid #fff;
}
.supplier-right-col .supplier-worker-visa-item .icon {
  right: auto;
  left: -1px;
}
.supplier-left-col .supplier-worker-visa-item:nth-of-type(even) .icon,
.supplier-right-col .supplier-worker-visa-item:nth-of-type(odd) .icon {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8c6557+0,d08d7c+100 */
  background: linear-gradient(
    45deg,
    rgba(140, 101, 87, 1) 0%,
    rgba(208, 141, 124, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.supplier-worker-visa-item .icon span {
  background-color: #f1f4f5;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.emblem-lines-box,
.emblem-lines-box .emblem-box {
  width: 430px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.emblem-lines-box .emblem-box {
  width: 70px;
  height: 70px;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.emblem-lines-box .emblem-box img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.mx-w-auto {
  max-width: max-content !important;
}
.immigration-area-item p {
  font-size: 16px;
  line-height: 1.4;
}

.business-visa-requirements{
  margin: auto;
  max-width: 784px;
}
.business-visa-item {
  position: absolute;
  width: 250px;  
}
.business-visa-item p{
  color: #455390;
  font-size: 18px;
  font-family: "palatino linotype bold", sans-serif;
  line-height: 1.3;
}
.business-visa-item:nth-of-type(1){
  text-align: left;
  top: 0;
  left: 134px;
}
.business-visa-item:nth-of-type(2){
  top: 0;
  right: 30px;
  text-align: left;
}
.business-visa-item:nth-of-type(3){
  bottom: 0;
  left: 24px;
  text-align: right;
}
.business-visa-item:nth-of-type(4){
  bottom: 0;
  right: -160px;
  text-align: left;
}

.key-benefits-business-visa{
  max-width: 828px;
  margin: auto;
  position: relative;
  text-align: left;
}
.key-benefits-business-visa-item{
  position: absolute;
}
.key-benefits-business-visa-item:nth-of-type(1){
  top: 58px;
  right: -6px;
}
.key-benefits-business-visa-item:nth-of-type(2){
  top: 178px;
  right: 246px;
}
.key-benefits-business-visa-item:nth-of-type(3){
  bottom: 210px;
  right: 30px;
}
.key-benefits-business-visa-item:nth-of-type(4){
  bottom: 84px;
  right: 90px;
}
.key-benefits-business-visa-item p{
  margin: 0;
  line-height: 1.4;
  font-size: 18px;
}
.sole-representative-visa-requirements{
  max-width: 1005px;
  margin: auto;
}
.srv-items{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.srv-items .srv-col{
  flex: 366px 0 0;
}
.srv-item{
  padding: 1rem;
  height: 152px;
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
.srv-col-left .srv-item:nth-of-type(1){
  padding: 0 6rem 0 3.5rem;
}
.srv-col-left .srv-item:nth-of-type(2){
  padding: 0 10rem 0 2rem;
}
.srv-col-left .srv-item:nth-of-type(3){
  padding: 0 7rem 0 3.5rem;
}

.srv-col-right .srv-item:nth-of-type(1){
  padding: 0 3.5rem 0 6rem;
}
.srv-col-right .srv-item:nth-of-type(2){
  padding: 0 2rem 0 10rem;
}
.srv-col-right .srv-item:nth-of-type(3){
  padding: 0 3.5rem 0 7rem;
}

.srv-item p{
  font-size: 18px;
  line-height: 1.3;
}
.srv-emblem-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.srv-emblem-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.eligible-item p{
  font-size: 18px;
}

.documents-sole-representative-visa{
  padding: 66px 0;
}
.dsrv-item{
  position: absolute;
}
.dsrv-item p{
  font-size: 18px;
  line-height: 1.3;
}
.dsrv-item:nth-of-type(1){
  top: 0;
  left: 180px;
}
.dsrv-item:nth-of-type(2){
  top: 0;
  left: 596px;
}
.dsrv-item:nth-of-type(3){
  top: 0;
  right: 76px;
}
.dsrv-item:nth-of-type(4){
  bottom: 36px;
  left: 26px;
}
.dsrv-item:nth-of-type(5){
  bottom: 36px;
  left: 356px;
}
.dsrv-item:nth-of-type(6){
  bottom: 36px;
  right: 180px;
}
/* END NEW PPC PAGES 11-07-24 */

/* PPC PAGES LOT 2 */
.emblem-card {
  position: relative;
  border-radius: 1.5rem;
  padding: 80px 40px 40px;
  margin-top: 60px;
  height:278px;
}
.emblem-card p,
.lra-item p,
.swvr-item p,
.ive-item p,
.riv-item p {
  margin: 0;
  font-size: 18px;
  font-family: "palatino linotype bold", sans-serif;
}
.emblem-card.bg-secondary {
  background-color: #c88a74 !important;
}
.emblem-card .emblem-circle-image {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  border: 6px solid #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.emblem-card .emblem-circle-image img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-left: 6px;
}
.emblem-card.bg-primary .emblem-circle-image {
  background-color: #455390 !important;
}
.emblem-card.bg-secondary .emblem-circle-image {
  background-color: #c88a74 !important;
}
.documents-require-10-years-LRA {
  max-width: 1207px;
  margin: auto;
}
.lra-item {
  position: absolute;
  width: 195px;
  top: 120px;
  padding: 1rem;
}
.lra-item p {
  line-height: 1.3;
}
.lra-item:nth-of-type(1) {
  left: 39px;
}
.lra-item:nth-of-type(2) {
  left: 346px;
}
.lra-item:nth-of-type(3) {
  left: 654px;
}
.lra-item:nth-of-type(4) {
  left: 962px;
}
.documents-require-ard {
  position: relative;
  max-width: 446px;
  margin: auto;
}
.ard-item {
  position: absolute;
}
.ard-item p {
  font-size: 18px;
  line-height: 1.3;
}
.ard-item:nth-of-type(1) {
  top: 50px;
  left: -148px;
}
.ard-item:nth-of-type(2) {
  top: 50px;
  right: -198px;
}
.ard-item:nth-of-type(3) {
  bottom: 40px;
  left: -210px;
}
.ard-item:nth-of-type(4) {
  bottom: 36px;
  right: -180px;
}

.senior-worker-visa-requirements {
  padding: 90px 0 60px;
}
.swvr-item p {
  line-height: 1.3;
}
.swvr-item {
  position: absolute;
  width: 220px;
  text-align: center;
}
.swvr-item:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 180px;
}
.swvr-item:nth-of-type(2) {
  top: 0;
  width: 360px;
  left: 240px;
}
.swvr-item:nth-of-type(3) {
  top: 0;
  left: 624px;
}
.swvr-item:nth-of-type(4) {
  top: 0;
  left: 960px;
}

.swvr-item:nth-of-type(5) {
  bottom: 0;
  width: 358px;
  left: 44px;
}
.swvr-item:nth-of-type(6) {
  bottom: 0;
  left: 448px;
}
.swvr-item:nth-of-type(7) {
  bottom: 0;
  left: 772px;
}
.swvr-item:nth-of-type(8) {
  bottom: 20px;
  right: -14px;
}
.required-documents-refused-spouse-visa{
  max-width: 750px;
  margin: auto;
}
.drsv-item{
  position: absolute;
}
.drsv-item p,
.ive-item p,
.riv-item p{
  line-height: 1.3;
  font-size: 18px;
  text-align: left;
}
.drsv-item:nth-of-type(1){
  top: 40px;
  left: 0;
}
.drsv-item:nth-of-type(2){
  top: 40px;
  right: 0;
}
.drsv-item:nth-of-type(3){
  bottom: 40px;
  left: 0;
}
.drsv-item:nth-of-type(4){
  bottom: 40px;
  right: 0;
}
.requirement-uk-investor-visa-extension{
  position: relative;
  max-width: 1110px;
  margin: auto;
}
.ive-item{
  position: absolute;
  width: 230px;
  top: 174px;
}
.ive-item:nth-of-type(1){
  left: 100px;
}
.ive-item:nth-of-type(2){
  left: 464px;
}
.ive-item:nth-of-type(3){
  right: 74px;
}
.requirement-uk-investor-visa{
  position: relative;
  padding-top: 108px;
}
.riv-item{
  position: absolute;
  width: 280px;
}
.riv-item:nth-of-type(1){
  left: -18px;
  top: 230px;
  text-align: left;
  width: 240px;
}
.riv-item:nth-of-type(2){
  top: 76px;
  left: 230px;
}
.riv-item:nth-of-type(2) p{
  text-align: center;
}
.riv-item:nth-of-type(3){
  top: 60px;
  right: 122px;
}
.riv-item:nth-of-type(3) p,
.riv-item:nth-of-type(4) p{
  text-align: right;
}
.riv-item:nth-of-type(4) {
  right: -48px;
  top: 240px;
  width: 258px;
}
.requirement-uk-investor-visa .emblem-box,
.ard-emblem-box{
  position: absolute;
  bottom: 50px;
  left: 51%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent
}
.ard-emblem-box{
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index: 2;
	
}
.requirement-uk-investor-visa .emblem-box img,
.ard-emblem-box img{
  width: 100px;
  height: 100px;
  object-fit: contain;
}


.left-ilr,
.right-ilr{
  width: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.right-ilr{
  right: 0;
  left: auto;
}
.ilr-item{
  height: 160px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.left-ilr .ilr-item{
  padding: 0 210px 0 50px;
}
.left-ilr .ilr-item:last-child,
.right-ilr .ilr-item:last-child{
  margin-bottom: 0;
}
.right-ilr .ilr-item{
  padding: 0 50px 0 230px;
}
.ilr-item p{
  font-size: 16px;
  line-height: 1.3;
  font-family: "palatino linotype bold", sans-serif;
}
/* NEW PPC PAGES 19-08-24 */
.documents-require-10-years-appeals{
	max-width:1088px;
	margin:auto;
}
.documents-require-10-years-appeals .lra-item{
	position:absolute;
	width:200px;
	top: 150px;
}
.documents-require-10-years-appeals .lra-item:nth-of-type(1){
	left: 30px;
}
.documents-require-10-years-appeals .lra-item:nth-of-type(2){
	left: 306px;
}
.documents-require-10-years-appeals .lra-item:nth-of-type(3){
	left: 580px;
}
.documents-require-10-years-appeals .lra-item:nth-of-type(4){
	left: 856px;
}
.asylum-refusals{
	max-width:1172px;
	margin:auto;
}
.asylum-refusals-item{
	position:absolute;
	width:200px;
	top:118px;
}
.asylum-refusals-item p,
.ori-item p,
.tir-item p{
	line-height:1.3;
	font-size: 17px;
}
.asylum-refusals-item:nth-of-type(1){
	left: 20px;
}
.asylum-refusals-item:nth-of-type(2){
	left: 334px;
}
.asylum-refusals-item:nth-of-type(3){
	right: 328px
}
.asylum-refusals-item:nth-of-type(4){
	right: 16px;
}
.overseas-representative-individulas{
	max-width:1170px;
	margin:auto;
}
.ori-item{
	position:absolute;
	width:160px;
}
.ori-item:nth-of-type(1){
	top: 186px;
    left: 14px;
}
.ori-item:nth-of-type(2){
	bottom: 200px;
    left: 216px;
}
.ori-item:nth-of-type(3){
	top: 186px;
    left: 408px;
}
.ori-item:nth-of-type(4){
	bottom: 200px;
    left: 602px;
}
.ori-item:nth-of-type(5){
	top: 186px;
    right: 216px;
}
.ori-item:nth-of-type(6){
	bottom: 200px;
    right: 16px;
}
.overseas-visa-extensions{
	max-width:1021px;
	margin:auto;
}
.ove-item{
	position:absolute;
	width:226px;
}
.ove-item:nth-of-type(1){
	top: 164px;
    left: 28px;
}
.ove-item:nth-of-type(2){
	bottom: 200px;
    left: 396px;
}
.ove-item:nth-of-type(3){
	right: 36px;
    top: 164px;
}
.tier-1-uk-investor-requirements{
	position:relative;
	max-width:913px;
	margin:auto;
}
.tir-item{
	position:absolute;
	width:160px;
}
.tir-item p{
	font-size:16px;
}
.tir-item img{
	margin-bottom:8px;
}
.tir-item:nth-of-type(1){
	top: 46px;
    left: 40px;
}
.tir-item:nth-of-type(2){
	top: 46px;
    left: 356px;
}
.tir-item:nth-of-type(3){
	right: 78px;
    top: 46px;
}
.tier-1-investor-visa-needed-documetns{
	max-width:1110px;
	margin:auto;
}
.tid-item p{
	line-height:1.3;
	font-size:17px;
}
.tid-item{
	position:absolute;
	width:170px;
}
.tid-item:nth-of-type(1){
	bottom: 60px;
    left: 42px;
}
.tid-item:nth-of-type(2){
	top: 58px;
    left: 216px;
}
.tid-item:nth-of-type(3){
	left: 386px;
    bottom: 0;
}
.tid-item:nth-of-type(4){
	top: 56px;
    left: 556px;
}
.tid-item:nth-of-type(5){
	left: 728px;
    bottom: 40px;
}
.tid-item:nth-of-type(6){
	left: 896px;
    top: 80px;
}
/* END NEW PPC PAGES 19-08-24 */
@media (max-width: 1599px) {
  .web-designed-by {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    display: block;
    text-align: center;
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
	.spouse-visa-requirement-box {
		max-width: 315px;
	}
	.reqirement-ppc-spouse-visa-mobile{
		position:absolute;
		left:0;
		top:0;
	}
	.spouse-visa-requirement-box .inner-items .item,
	.advantages-spouse-visa-box .items .item{
		position:relative;
		left:auto !important;
		top:auto !important;
		right:auto !important;
		margin:auto;
	}
	.advantages-spouse-visa-box .items .item {
		height: 274px;
		padding: 50px 0;
	}
	.advantages-spouse-visa-box .items .item:last-child{
		padding-bottom:0;
		height: 230px;
	}
	.spouse-visa-requirement-box .inner-items .item{
		height: 346px;
	}
	.spouse-visa-requirement-box .inner-items .item:nth-of-type(9){
		height:370px;
	}
	.spouse-visa-requirement-box .inner-items .item:nth-of-type(3){
		max-width:180px;
	}
	.spouse-visa-requirement-box .inner-items .item p{
		position: absolute;
    	bottom: 14px;
	}
	.advantages-spouse-visa-mobile{
		position:absolute;
		top:0;
	}
	.advantages-spouse-visa-box{
		max-width:261px;
	}
  body {
    font-size: 16px;
  }
  .ppc-video-thumbnail{
		height:auto;
   }
  .global-talent-visa-circle .circle-step {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 40px 20px 0px;
    width: 220px;
    height: 220px;
    margin-top: 20px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .sms-item p {
    font-size: 14px;
  }
	.ppc-request-callback-from .gform_title{
		font-size:26px;
	}
  .global-talent-visa-circle .circle-step:nth-of-type(1) {
    left: 50%;
  }
  .global-talent-visa-circle .circle-step:nth-of-type(2) {
    padding-top: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .global-talent-visa-circle .circle-step:nth-of-type(3) {
    right: auto;
    bottom: 0;
    top: auto;
    padding-top: 0px;
  }
  .advantages-infography-box {
    width: 240px;
    font-size: 16px;
    padding-right: 20px;
  }
  .advantages-infography-box br {
    display: none;
  }
  .advantages-infography-box:nth-of-type(1) {
    left: 78px;
    top: 100px;
  }
  .advantages-infography-box:nth-of-type(2) {
    right: auto;
    left: 78px;
    top: 458px;
    text-align: left;
  }
  .advantages-infography-box:nth-of-type(3) {
    right: auto;
    left: 78px;
    bottom: 440px;
    text-align: left;
    color: #455390 !important;
  }
  .advantages-infography-box:nth-of-type(4) {
    left: 78px;
    bottom: 100px;
    padding-right: 19px;
    text-align: left;
    color: #c88a74 !important;
  }
  .ppc-page-title {
    font-size: 30px;
  }
  .h2,
  h2,
  .h1,
  h1 {
    font-size: 28px;
  }
  .google-reviews .google-review-title {
    font-size: 28px;
  }
  .s-s-visa-ploygon,
  .polygon-emblem {
    display: none;
  }
  .s-s-visa-item {
    flex-wrap: wrap;
    margin-bottom: 0 !important;
  }
  .s-s-visa-item .s-s-col {
    flex: 100% 0 0 !important;
    margin-bottom: 30px;
  }
  .s-s-visa-item .content-box h5 {
    font-size: 14px;
  }
  .s-s-visa-item .ss-icon {
    width: 70px;
    height: 70px;
  }
  .s-s-visa-item .ss-icon::after {
    width: 124px;
    height: 124px;
  }
  .s-s-visa-item .ss-icon.icon1::after {
    left: -52px;
    top: -28px;
  }
  .s-s-visa-item .ss-icon.icon2::after {
    right: -52px;
    top: -28px;
  }
  .s-s-visa-item .ss-icon.icon3::after {
    left: -52px;
    top: -28px;
    background-image: url(../images/arrow-1.svg);
  }
  .s-s-visa-item .ss-icon.icon4::after {
    right: -52px;
    top: -28px;
    background-image: url(../images/arrow-2.svg);
  }
  .s-s-visa-item .ss-icon.icon5::after {
    left: -52px;
    top: -28px;
    background-image: url(../images/arrow-1.svg);
  }
  .s-s-visa-item .ss-icon.icon6::after {
    background-image: url(../images/arrow-2.svg);
  }
  .s-s-visa-item .ss-icon.icon7::after {
    left: -52px;
    top: -28px;
    background-image: url(../images/arrow-1.svg);
  }
  .s-s-visa-item .ss-icon.icon8::after {
    right: -52px;
    top: -28px;
    background-image: url(../images/arrow-2.svg);
  }
  .s-s-visa-item .s-s-col .content-box {
    flex: 170px 0 0 !important;
  }
  .required-visa-docs {
    background: #f6f6f9;
  }
  .doc-visa-item {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
    padding: 1rem;
    max-width: 300px;
    border: 4px solid rgba(0, 0, 0, 0.075);
    border-radius: 16px;
  }
  .doc-visa-item .icon {
    height: auto;
    width: auto;
    margin: auto;
    border: 0;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0 !important;
    margin-right: 20px;
  }
  .doc-visa-item .icon img {
    width: 48px;
  }
  .doc-visa-item h5 {
    flex: 1;
    font-size: 14px;
    margin-bottom: 0;
  }
  .self-application-process-item,
  .self-application-process-item.spouse-visa{
    margin: 0;
  }
  .self-app-process {
    overflow: hidden;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-70 {
    font-size: 60px;
  }
  .self-app-procces-line {
    left: -10px;
    top: 0px;
    transform: none;
  }
	.self-app-process.how-we-assist {
    padding: 3rem 0 60px;
	}
  .How-We-Assist-Line-mobile{
		width: 128px;
		position: relative;
		left: 16px;
   }
  .self-application-process-item .content {
    padding-left: 2.5rem !important;
  }
  .self-application-process-item:nth-of-type(even) .content {
    order: 2;
    padding-right: 0 !important;
  }

  .self-application-process-item:nth-of-type(even) .icon-box {
    order: 1;
  }
  .self-application-process-item:nth-of-type(odd) {
    padding-left: 0;
    height: 125px;
  }
  .self-application-process-item:nth-of-type(even) {
    padding-right: 0;
    height: 125px;
  }
  .self-application-process-item .icon-box .counter {
    display: none;
  }
  .self-application-process-item .icon-box .icon {
    width: 80px;
    height: 80px;
  }
  .self-application-process-item .icon-box .icon img {
    height: 40px;
    width: 40px;
  }
  .self-application-process-item .content h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .self-application-process-item .content p {
    font-size: 14px;
    line-height: 1.2;
  }
  .self-app-title::after {
    bottom: -84px;
    right: 0;
    width: 130px;
    height: 107px;
    background-size: 90px;
  }
  .self-app-process::after {
    display: none;
  }
  .ppc-how-can-help .content-box {
    padding: 20px;
  }
  .ppc-header {
    padding: 1rem 0;
  }
  .ppc-call-button {
    background-color: #455390;
  }
  .ppc-book-appointment img {
    height: 16px;
    width: 16px;
  }
  .ppc-book-appointment,
  .ppc-call-button {
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .ppc-call-button img {
	width:auto;
    height: 16px;
    filter: invert(1) grayscale(1) brightness(10);
  }
	.ppc-call-button {
		width:116px;
		color:#fff;
	}
	.ppc-book-appointment.flashing {
		animation: none;
		-webkit-animation: none;
	}
  .ppc-banner-logos {
    gap: 12px;
    justify-content: center;
    margin-bottom: 12px;
  }
	.ppc-banner-logos div{
		width:25%;
	}
  .ppc-banner-logos img {
    height: 28px;
	width:100%;
  }
  .ppc-page-banner::after {
    background-position: center 64%;
    background-size: 90%;
  }
  .ppc-vdieo-title {
    font-size: 30px;
    max-width: 344px;
    margin-bottom: 30px;
  }
  .ppc-vdieo-title::after {
    background-image: url(../images/video-title-arrow.png);
    right: 30px;
    top: 40px;
    width: 40px;
    height: 80px;
  }
  .ppc-proccess-steps .step-box .content p {
    font-size: 14px;
  }
  .trustpilot-review-slider {
    padding: 0 24px;
  }
  .emblem-bullets li {
    font-size: 14px;
    padding: 12px 0;
    padding-left: 40px;
  }
  .ppc-bullets-points li {
    font-size: 15px;
    background-size: 18px;
  }
  .ppc-page-case-studies .case-studies-box {
    background: transparent !important;
    border-radius: 0;
  }
  .ppc-page-case-studies .case-studies-box .owl-stage-outer {
    background-image: url(../images/tier_1_innovator_visa_uk_success_stories.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    z-index: 1;
  }
  .ppc-page-case-studies .case-studies-box .owl-stage-outer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(69, 83, 144, 1) 0%,
      rgba(0, 0, 0, 0.5) 100%
    );
    opacity: 0.8;
    z-index: -1;
  }
  .emblem-box.one {
    padding-left: 16px;
    padding-top: 70px;
  }
  .emblem-bullets.white li::after {
    background-image: url(../images/bullets-emblem-white.png);
  }
  .trustpilot-reviews-logo {
    width: 130px;
    margin-top: 10px;
  }
  .ppc-page-case-studies .case-study-item {
    height: 260px;
    position: relative;
    z-index: 1;
    margin: 0;
    border-right: 0;
  }
  .ppc-page-case-studies .case-studies-box::after {
    display: none;
  }
  .ppc-page-case-studies .caseStudyTitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .ppc-page-case-studies .owl-carousel .owl-nav button.owl-next,
  .ppc-page-case-studies .owl-carousel .owl-nav button.owl-prev,
  .ppc-truspilots .owl-carousel .owl-nav button.owl-next,
  .ppc-truspilots .owl-carousel .owl-nav button.owl-prev,
  .trustpilot-reviews .owl-carousel .owl-nav button.owl-next,
  .trustpilot-reviews .owl-carousel .owl-nav button.owl-prev,
  .sms-slider .owl-nav button.owl-next,
  .sms-slider .owl-nav button.owl-prev,
  .google-review-slider.ppc .owl-nav button.owl-next,
  .google-review-slider.ppc button.owl-prev,
  .featured-in-clients .owl-nav button.owl-next,
  .featured-in-clients button.owl-prev {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
  .ppc-page-case-studies .owl-nav,
  .ppc-truspilots .owl-carousel .owl-nav,
  .trustpilot-reviews .owl-carousel .owl-nav,
  .google-review-slider.ppc .owl-nav,
  .sms-slider .owl-nav,
  .featured-in-clients .owl-nav {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 1rem 0;
  }
  .featured-in-clients .owl-nav {
    padding: 1.8rem 0 0;
  }
  .ppc-page-case-studies .owl-carousel .owl-nav button,
  .ppc-truspilots .owl-carousel .owl-nav button,
  .trustpilot-reviews .owl-carousel .owl-nav button,
  .sms-slider .owl-nav button,
  .google-review-slider.ppc button,
  .google-review-slider .owl-nav button.owl-prev,
  .google-review-slider .owl-nav button.owl-next,
  .featured-in-clients .owl-nav button {
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 12px !important;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background-color: #fff !important;
    border: 1px solid #455390 !important;
    filter: none !important;
  }
  .ppc-page-case-studies .owl-carousel .owl-nav button i,
  .sms-slider .owl-nav button i {
    display: none;
  }
  .ppc-page-case-studies .owl-nav button.owl-prev,
  .sms-slider .owl-nav button.owl-prev,
  .featured-in-clients .owl-nav button.owl-prev {
    background-image: url(../images/ic_arrow_right.png) !important;
  }
  .ppc-page-case-studies .owl-nav button.owl-next,
  .sms-slider .owl-nav button.owl-next,
  .featured-in-clients .owl-nav button.owl-next {
    background-image: url(../images/ic_arrow_left.png) !important;
  }
  .eligible-item,
  .key-document-item {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
    padding: 1rem;
  }
  .key-document-item {
    padding: 0.5rem 0;
  }
  .eligible-item p,
  .key-document-item p {
    margin: 0;
    font-size: 14px;
  }
  .eligible-item img,
  .key-document-item img {
    margin-bottom: 0 !important;
  }
  .key-document-item img {
    width: 50px;
	height:auto;
  }
  .step-circle-box {
    display: none;
  }
  .proccess-step-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .proccess-step-wrapper .step-box {
    position: relative;
    width: auto;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    text-align: left !important;
    padding: 0 !important;
    flex: 164px 0 0;
    background: transparent !important;
    z-index: 1;
    padding-left: 10px !important;
  }
  .proccess-step-wrapper .step-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: #fbf5f3;
    z-index: -1;
  }
  .ppc-happy-clients {
    padding: 30px 0;
  }
  .ppc-happy-clients::after {
    width: 1080px;
    height: 1080px;
  }
  .client-item {
    border: 0;
  }
  .client-item img {
    width: 100%;
	height:auto;
  }
  .process-item {
    padding: 1rem;
  }
  .process-item::after {
    width: 30px;
  }
  .process-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .process-item .icon {
    width: 36px;
    height: 36px;
  }
  .process-item .content p {
    line-height: 1.4;
    font-size: 13px;
  }
  .google-review-slider {
    padding: 0 24px;
  }
  .process-item .border-right {
    border-right: 0 !important;
  }
  .key-documents {
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }
  .case-studies-slider .sms-item img {
    width: 60px !important;
    margin: auto !important;
    margin-bottom: 1rem !important;
  }
  .speak-lawyer-bullets li {
    font-size: 15px;
  }
  .ppc-sectors {
    padding-top: 1.5rem;
  }
  .ppc-faqs .faq-page-header h5 {
    font-size: 15px;
  }
  .ppc-how-can-help::after {
    width: 85%;
    height: 100%;
    border-radius: 0 40px 40px 0;
  }
	.ppc-how-can-help{
		overflow:hidden;
	}
  .ppc-how-can-help-img {
    margin-left: 210px;
    margin-top: -200px;
    width: 160px;
  }
  .ppc-footer-logos {
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
  }
	.ppc-footer-logos div{
		flex:1 auto;
		-webkit-flex:1 auto;
	}
	.ppc-footer-logos div a{
		display:block;
	}
  .ppc-footer-logos div img {
    height: 30px;
	width:auto;
  }
  .shadow-bottom::after {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  }
  .copyright-text {
    font-size: 14px;
  }
  .web-designed-by {
    position: relative;
    display: block;
    text-align: center;
    top: 0;
    transform: none;
    margin-top: 1rem;
  }
  .ppc-proccess-steps .step-box .object-img {
    display: none;
  }
  .innovator-app-process-mobile-item {
    position: relative;
    align-items: center;
    color: #fff;
    height: 142px;
    margin: 26px 0;
    z-index: 1;
  }
  .innovator-app-process-mobile-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 50px);
    border-radius: 16px;
    z-index: -1;
  }
  .innovator-app-process-mobile-item .content {
    padding: 1rem;
  }
  .innovator-app-process-mobile-item:nth-of-type(even) .content {
    text-align: right;
  }
  .innovator-app-process-mobile-item .content h4 {
    font-size: 18px;
  }
  .innovator-app-process-mobile-item .content p {
    font-size: 16px;
  }
  .innovator-app-process-mobile-item:nth-of-type(odd)::after {
    background-color: #3c5285;
  }
  .innovator-app-process-mobile-item:nth-of-type(even)::after {
    background-color: #c5837b;
    right: auto;
    left: 0;
  }
  .required-innovator-visa h3 {
    font-size: 18px;
  }
  .requirements-uk-inno-visa p {
    font-size: 16px;
  }
  .emblem-list li {
    font-size: 14px;
    height: 74px;
    align-content: center;
    line-height: 1.3;
    padding-left: 76px;
  }
  .emblem-list li::after {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 54px;
    width: 54px;
    border-right: 0;
    border-radius: 10px;
  }
  .worker-visa-require-item h5 {
    font-size: 15px;
    line-height: 1.4;
  }
  .emblem-list.row-2 li {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 16px 0;
  }
  .key-document-infography-mobile {
    height: 790px;
    overflow: hidden;
    width: 350px;
    margin: auto;
  }
  .key-document-infography-mobile-image {
    position: relative;
    z-index: 2;
  }
  .key-document-mobile-item {
    position: absolute;
    width: 50%;
  }
  .key-document-mobile-item img {
    width: 70px;
  }
  .key-document-mobile-item::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 33px;
    width: 38px;
    height: 2px;
    background-color: #3c5285;
  }
  .key-document-mobile-item:nth-of-type(even)::after {
    right: auto;
    left: -1px;
    background-color: #da9b87;
  }
  .key-document-mobile-item h5 {
    font-size: 15px;
  }
  .key-document-mobile-item:nth-of-type(1) {
    top: 217px;
    left: 0;
  }
  .key-document-mobile-item:nth-of-type(2) {
    top: 314px;
    right: 0;
  }
  .key-document-mobile-item:nth-of-type(3) {
    top: 411px;
    left: 0;
  }
  .key-document-mobile-item:nth-of-type(4) {
    top: 520px;
    right: 0;
  }
  .key-document-mobile-item:nth-of-type(5) {
    top: 628px;
    left: 0;
  }
  .worker-visa-app-process-item .counter {
    display: none;
  }
  .worker-visa-app-process-item .icon img {
    width: 110px;
    height: 110px;
  }
  .worker-visa-app-process-item .content p {
    font-size: 13px;
    line-height: 1.4;
  }
  .worker-visa-app-process-item .content h5 {
    position: absolute;
    top: -14px;
    right: 0;
    font-size: 18px;
  }
  .worker-visa-app-process-mergeline {
    width: 218px;
    height: 640px;
  }
  .worker-visa-app-process-item .content {
    padding: 10px;
  }
  .worker-visa-app-process-item::after {
    border-radius: 14px;
    height: 80px;
    width: 80%;
  }
  .worker-visa-app-process-item {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .worker-visa-app-process-item:nth-last-child() {
    margin-bottom: 0;
  }
  .visa-management-item {
    background-color: #fff;
    border-radius: 16px;
    margin: 16px 0;
    padding: 16px;
  }
  .visa-management-item h5 {
    font-size: 16px;
    margin: 0;
  }
  .immigration-area-item h5 {
    font-size: 16px;
  }
.appeal-first-tier-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .appeal-first-tier-item p{
    text-align: left;
    padding-left: 1rem;
  }
  .appeal-first-tier-item:nth-of-type(even) p{
    order: 1;
    text-align: left;
    padding-right: 1rem;
  }
  .appeal-first-tier-item:nth-of-type(even) img{
    order: 2;
  }
  .appeal-first-tier-item img{
    margin-bottom: 0 !important;
  }
  .courts-challenges-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .courts-challenges-item:nth-of-type(even) p{
    order: 1;
  }
  .courts-challenges-item:nth-of-type(even) img{
    order: 2;
  }
  .courts-challenges-item p{
    text-align: left;
    padding: 0 1rem;
  }
  .isle-visa-requirements {
    max-width: 324px;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .isle-require-item {
    width: 250px;
  }
  .isle-require-item span.text{
    font-size: 15px;
  }
  .isle-require-item:nth-of-type(1){
    top: 344px;
    left: 30px;
  }
  .isle-require-item:nth-of-type(2){
    top: 540px;
    right: 30px;
  }
  .isle-require-item:nth-of-type(3){
    top: 730px;
    left: 30px;
  }
  .isle-require-item:nth-of-type(4){
    top: 924px;
    right: 30px;
  }
  .isle-require-item:nth-of-type(5){
    bottom: 226px;
    left: 30px;
  }
  .isle-require-item:nth-of-type(6){
    bottom: 32px;
    right: 30px;
  }
  .isle-visa-requirements .emblem-icon {
    top: 118px;
    left: 52%;
  }
  .eligible-item img{
    width: 50px;
  }
  .spouse-visa-require-item {
    position: absolute;
    width: 152px;
  }
  .spouse-visa-require-item span {
    display: block;
    font-size: 14px;
    line-height: 1.3;
  }
  .spouse-visa-require-item:nth-of-type(1){
    bottom: auto;
    left: 0;
    top: 36px;
  }
  .spouse-visa-require-item:nth-of-type(2){
    top: 180px;
    left: auto;
    right: 0;
  }
  .spouse-visa-require-item:nth-of-type(3){
    bottom: 186px;
    right: auto;
    left: 0;
  }
  .spouse-visa-require-item:nth-of-type(4){
    bottom: 58px;
    top: auto;
    right: 0;
  }
  .spouse-visa-extension .sms-item{
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    padding: 1rem;
  }
  .spouse-visa-extension .sms-item img{
    margin-bottom: 0 !important;
    width: 50px;
  }
  .spouse-visa-extension .sms-item p{
    margin: 0 !important;
  }
	.speak-to-lawyer {
		background-color: #f6f6f9 !important;
	}
  .ppc-play-button {
    width: 80px;
	height:auto;
  }
  .expension-worker-documents {
    background-color: #f6f6f9 !important;
  }
  .google-review-slider .owl-nav button.owl-next {
    right: 0 !important;
  }
	
  	.business-visa-requirements{
		max-width:380px;	
	}
	.business-visa-requirements .business-visa-item {
		position: absolute;
		width: 100px;
	}
	.business-visa-item p{
		font-size:14px;
	}
	.business-visa-item:nth-of-type(1) {
		text-align: left;
		top: 0;
		left: auto;
		right: 0;
	}
	.business-visa-item:nth-of-type(2) {
		top: 90px;
		right: auto;
		text-align: left;
	}
	.business-visa-item:nth-of-type(3) {
		bottom: 100px;
		left: auto;
		right: 0;
		text-align: right;
	}
	.business-visa-item:nth-of-type(4) {
		bottom: 20px;
		right: auto;
		left: 0;
		text-align: left;
	}
	.key-benefits-business-visa{
		max-width:360px;
	}
	.key-benefits-business-visa-item {
		width: 140px;
	}
	.key-benefits-business-visa-item p{
		font-size:14px;
		line-height:1.2;
	}
	.key-benefits-business-visa-item:nth-of-type(1) {
		top: 22px;
		right: 0;
	}
	.key-benefits-business-visa-item:nth-of-type(2) {
		top: 114px;
		right: 74px;
	}
	.key-benefits-business-visa-item:nth-of-type(3) {
		bottom: 123px;
		right: 0;
	}
	.key-benefits-business-visa-item:nth-of-type(4) {
		bottom: 40px;
		right: 56px;
		width: 154px;
	}
	.srv-items {
		top: 276px;
		flex-wrap: wrap;
	}
	.srv-items .srv-col{
		flex:100% 0 0;
	}
	.srv-item p{
		font-size:14px;
	}
	.sole-representative-visa-requirements{
		max-width:360px;
	}
	.srv-item{
		height:108px;
		width: 270px;
		margin: auto;
		margin-bottom: 48px;
	}
	.srv-col-left .srv-item:nth-of-type(1),
	.srv-col-left .srv-item:nth-of-type(3),
	.srv-col-right .srv-item:nth-of-type(even){
		padding: 1rem 5rem 1rem 1rem;
		text-align: left;
	}
	.srv-col-left .srv-item:nth-of-type(2),
	.srv-col-right .srv-item:nth-of-type(odd){
		padding: 1rem 1rem 1rem 5rem;
		text-align: right;
	}
	.srv-emblem-box {
		top: 116px;
		width: 70px;
		height: 70px;
	}
	.emblem-rounded-box{
		font-size:15px;
		height:auto;
		padding: 1rem;
        padding-left: 56px;
	}
	.self-application-process-item.how-we-assist:nth-of-type(3) {
		top: 2px;
	}
	.self-application-process-item.how-we-assist:nth-of-type(4) {
		top: 0px;
	}
	.self-application-process-item.how-we-assist:nth-of-type(5) {
    	top: 0;
	}
	.advantages-using-clegal .emblem-card {
		height: auto;
		margin-bottom: 40px;
	}
	.dsrv-item p {
		font-size: 14px;
		line-height: 1.3;
		text-align: left;
	}
	.dsrv-item {
		position: relative;
		left: auto !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		height: 160px;
		display: flex;
		align-items: center;
		padding-left: 225px;
	}
	.documents-sole-representative-visa {
		padding: 0;
		height:980px;
		max-width:360px;
		margin-bottom: 20px;
	}
	.documents-sole-representative-visa-mobile{
		position:absolute;
		left:0;
		top:0;
	}
	.dsrv-item:nth-of-type(odd) p {
		color: #455390 !important;
	}
	.dsrv-item:nth-of-type(even) p {
		color: #c88a74 !important;
	}
	.supplier-worker-visa-item{
		width:100%;
		margin-bottom: 50px;
	}
	.supplier-worker-visa-item:nth-of-type(even){
	  margin-left: auto;
	  padding-right: 2rem;
	  padding-left: 150px;
	  text-align: right;
	}
	.supplier-worker-visa-item:nth-of-type(even) .icon{
		left:0;
		right:auto;
	  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8c6557+0,d08d7c+100 */
	  background: linear-gradient(
		45deg,
		rgba(140, 101, 87, 1) 0%,
		rgba(208, 141, 124, 1) 100%
	  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.supplier-worker-visa-item::after,
	.emblem-box-mobile::after{
		content:"";
		position:absolute;
		bottom:-50px;
		left:50%;
		transform:translatex(-50%);
		height:50px;
		width:12px;
		background-image:url(../images/divider-1.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	.supplier-worker-visa-item:nth-of-type(even)::after{
		background-image:url(../images/divider-2.png);
	}
	.supplier-worker-visa-item:last-child::after{
		display:none;
	}
	.emblem-box-mobile{
		width: 250px;
		height: 250px;
		padding: 20px;
		background: linear-gradient(135deg, rgba(79, 134, 184, 1) 0%, rgba(28, 32, 73, 1) 100%);
		margin:auto;
		border-radius:100%;
		position:relative;
		margin-bottom:40px;
	}
	.emblem-box-mobile::after{
		    bottom: -24px;
    		z-index: -1;
	}
	.emblem-box-mobile .emblem-image{
		width:100%;
		height:100%;
		display:flex;
		justify-content:center;
		align-items:center;
		background-color: #f1f4f5;
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
		border-radius:100%;
	}
	.emblem-box-mobile .emblem-image img{
		width:80px;
		height:80px;
		object-fit:contain;
	}
	.documents-require-10-years-LRA{
		overflow:hidden;
	}
	.lra-item {
		width: 202px;
		padding: 1rem;
		left:50% !important;
		right:auto !important;
		transform:translatex(-50%);
	}
	.lra-item:nth-of-type(1) {
		top: 134px;
	}
	.lra-item:nth-of-type(2) {
		top: 530px;
	}
	.lra-item:nth-of-type(3) {
		top: 928px;
	}
	.lra-item:nth-of-type(4) {
		top: auto;
		bottom:84px;
	}
	.emblem-card p, .lra-item p, .swvr-item p, .ive-item p, .riv-item p{
		font-size:15px;
	}
	.emblem-card {
		padding: 60px 20px 24px;
		margin-bottom: 30px;
		height:auto;
	}
	.emblem-card .emblem-circle-image {
		width: 116px;
		height: 116px;
	}
	.emblem-card .emblem-circle-image img {
		width: 50px;
		height: 50px;
	}
	.ive-item {
		width: 314px;
		padding:0 1rem;
		left:50% !important;
		right:auto !important;
		transform:translatex(-50%);
	}
	.ive-item:nth-of-type(1) {
		top: 114px;
	}
	.ive-item:nth-of-type(2) {
		top: 420px;
	}
	.ive-item:nth-of-type(3) {
		top: 716px;
	}
	.ard-emblem-box img {
		width: 80px;
		height: 80px;
		margin-left: 12px;
	}
	.ard-emblem-box {
		top: 100px;
	}
	.ard-item:nth-of-type(1) {
		top: 320px;
		left: 0;
		text-align: left !important;
	}
	.ard-item:nth-of-type(2) {
        top: 500px;
        right: 0;
		text-align: right !important;
    }
	.ard-item:nth-of-type(3) {
		bottom: 44px;
		right: 0;
	}
	.ard-item:nth-of-type(4) {
		bottom: 240px;
		right: auto;
	}
	.ard-item p {
		font-size: 16px;
	}
	.senior-worker-visa-requirements {
		padding: 0;
	}
	.swvr-item {
		width: 100% !important;
		left:0 !important;
		right:0 !important;
		height: 138px;
		display:flex;
		align-items:center;
		text-align:left !important;
	}
	.swvr-item:nth-of-type(odd) {
		color:#455390 !important;
		padding-left: 170px;
	}
	.swvr-item:nth-of-type(even) {
		color: #c88a74 !important;
		padding-right: 170px;
	}
	.swvr-item:nth-of-type(2) {
		top: 148px;
	}
	.swvr-item:nth-of-type(3) {
		top: 318px;
	}
	.swvr-item:nth-of-type(4) {
		top: 466px;
	}
	.swvr-item:nth-of-type(5) {
		bottom: 450px;
	}
	.swvr-item:nth-of-type(6) {
		bottom: 302px;
	}
	.swvr-item:nth-of-type(7) {
		bottom: 155px;
	}
	.swvr-item:nth-of-type(8) {
		bottom: 6px;
	}
	.required-documents-refused-spouse-visa{
		max-width:360px;
	}
	.drsv-item{
		left:auto !important;
		right: auto !important;
		width:100%;
		height: 138px;
		display:flex;
		align-items:center;
		padding-left: 140px;
	}
	.drsv-item:nth-of-type(1) {
		top:0;
	}
	.drsv-item:nth-of-type(2) {
		top: 140px;
	}
	.drsv-item:nth-of-type(3) {
		bottom: 138px;
	}
	.drsv-item:nth-of-type(4) {
		bottom: 0;
	}
	.drsv-item:nth-of-type(odd) p{
		color:#455390 !important;
	}
	.drsv-item:nth-of-type(even) p{
		color: #c88a74 !important;
	}
	.drsv-item p, .ive-item p, .riv-item p {
		font-size: 16px;
	}
	.tier-1-ilr-requirements{
		max-width:360px;
		margin:auto;
	}
	.left-ilr, .right-ilr{
		width:100%;
		transform:none;
	}
	.left-ilr{
		top: 116px;	
	}
	.right-ilr{
		top:51%;
	}
	.left-ilr .ilr-item, .right-ilr .ilr-item {
        padding: 1rem 9rem 1rem 1rem;
		height: 236px;
    }
	.requirement-uk-investor-visa {
		position: relative;
		padding-top: 0;
		padding-bottom: 20px;
		max-width: 340px;
		margin: auto;
	}
	.riv-item {
		left:auto !important;
		right:auto !important;
		text-align:center;
		width:100% !important;
	}
	.riv-item p{
		text-align:center !important;
	}
	.riv-item:nth-of-type(1) {
		top: 500px;
	}
	.riv-item:nth-of-type(2) {
		top: 730px;
	}
	.riv-item:nth-of-type(3) {
		top: 980px;
	}
	.riv-item:nth-of-type(4) {
		top: auto;
		bottom: -18px;
	}
	.requirement-uk-investor-visa {
		position: relative;
		padding-top: 0;
		padding-bottom: 20px;
	}
	.requirement-uk-investor-visa .emblem-box{
		display:none;
	}
	.documents-require-10-years-appeals{
		max-width:350px;
		margin:auto
	}
	.documents-require-10-years-appeals .lra-item:nth-of-type(1) {
    	top: 190px;
	}
	.documents-require-10-years-appeals .lra-item:nth-of-type(2) {
		top: 646px;
	}
	.documents-require-10-years-appeals .lra-item:nth-of-type(3) {
		top: 1114px;
	}
	.documents-require-10-years-appeals .lra-item:nth-of-type(4) {
		bottom: 200px;
	}
	.asylum-refusals {
		max-width: 272px;
	}
	.asylum-refusals-item{
		left:50% !important;
		right:auto !important;
		transform:translatex(-50%);
	}
	.asylum-refusals-item:nth-of-type(2) {
		top: 404px;
	}
	.asylum-refusals-item:nth-of-type(3) {
		top: 704px;
	}
	.asylum-refusals-item:nth-of-type(4) {
		bottom: 30px;
		top: auto;
	}
	.overseas-representative-individulas{
		max-width:350px;
	}
	.ori-item:nth-of-type(1) {
		top: 60px;
		left: 0;
		text-align: left;
	}
	.ori-item:nth-of-type(2) {
		bottom: auto;
		left: auto;
		right: 0;
		top: 248px;
		text-align: right;
	}
	.ori-item:nth-of-type(3) {
		top: 446px;
		left: 0;
		text-align: left;
	}
	.ori-item:nth-of-type(4) {
		bottom: 444px;
		left: auto;
		right: 0;
		text-align: right;
	}
	.ori-item:nth-of-type(5) {
		top: auto;
		right: auto;
		left: 0;
		bottom: 280px;
		text-align: left;
	}
	.ori-item:nth-of-type(6) {
		bottom: 60px;
		right: 0;
		text-align: right;
	}
	.overseas-visa-extensions {
		max-width: 350px;
		margin: auto;
	}
	.ove-item {
		width: 176px;
	}
	.ove-item:nth-of-type(1) {
		top: 104px;
		left: 64px;
		text-align: left;
	}
	.ove-item:nth-of-type(2) {
		bottom: 330px;
		left: auto;
		right: 24px;
		text-align: right;
	}
	.ove-item:nth-of-type(3) {
		right: auto;
		top: auto;
		bottom: 90px;
		left: 54px;
	}
	.tir-item{
		left:51% !important;
		right:auto !important;
		transform:translatex(-50%);
	}
	.tir-item:nth-of-type(2) {
		top: 370px;
	}
	.tir-item:nth-of-type(3) {
		top: auto;
		bottom: 104px;
	}
	.tier-1-investor-visa-needed-documetns{
		max-width:350px;
	}
	.tid-item:nth-of-type(1) {
		bottom: auto;
		top: 122px;
		left: 0;
		text-align: left;
	}
	.tid-item:nth-of-type(2) {
		top: 316px;
		left: auto;
		right: 0;
		text-align: right;
	}
	.tid-item:nth-of-type(3) {
		left: 0;
		bottom: 654px;
		text-align: left;
	}
	.tid-item:nth-of-type(4) {
		top: 706px;
		left: auto;
		right: 0;
		text-align: right;
	}
	.tid-item:nth-of-type(5) {
		left: 0;
		bottom: 288px;
		text-align: left;
	}
	.tid-item:nth-of-type(6) {
		left: auto;
		top: auto;
		bottom: 102px;
		right: 0;
		text-align: right;
	}
}
@media (max-width: 380px) {
  .proccess-step-wrapper .step-box {
    flex: 155px 0 0;
  }
}
/* *************************
END PPC PAGE 2024
*****************************/

.palatino-bold {
  font-family: "palatino linotype bold", sans-serif;
}
@font-face {
  font-family: "palatino linotype bold";
  src: url("../fonts/palab_1-webfont.woff2") format("woff2"),
    url("../fonts/palab_1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
