/*Main Style Sheet
This is Custom Styling Css file used for Project Name
***************************************************************************************************
font-family: 'Palatino Linotype', sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 500;
***************************************************************************************************
****COLORS*****
A 	: 	#39447b
B 	: 	#6387b9
C 	:	#c5927c
D 	: 	#ffffff
***************************************************************************************************
Responsive media tags: 
Style.css >> (max-width): 1199 | 991 | 767 | 639 | 480 | 359
Bootstrap.css >> (min-width): 481 | 768 | 992 | 1200
*/

@font-face {
  font-family: "Palatino Linotype";
  src: url("../fonts/palatino-webfont.ttf") format("truetype");
  src: url("../fonts/palatino-webfont.woff2") format("woff2"),
    url("../fonts/palatino-webfont.woff") format("woff");
}

::selection {
  background: #31396d;
  color: #fff;
}

::-moz-selection {
  background: #31396d;
  color: #fff;
}

body {
  margin: 0;
  background-color: #fff;
  font-family: "Palatino Linotype", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000000;
}

a {
  text-decoration: none;
  color: #4c5993;
}

.container-fluid {
  max-width: 1600px;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #c88a74;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.display-4 {
  font-size: 3rem;
  letter-spacing: 1px;
}

.rounded-lg {
  border-radius: 1rem !important;
  -webkit-border-radius: 1rem !important;
  -moz-border-radius: 1rem !important;
  -ms-border-radius: 1rem !important;
  -o-border-radius: 1rem !important;
}

.text-primary {
  color: #455390 !important;
}

.text-yellow {
  color: #fec10e;
}

.text-grey {
  color: #909090 !important;
}

.bg-primary {
  background-color: #455390 !important;
}

.bg-secondary {
  background-color: #242754 !important;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.bg-primary-gradient,
.btn-primary {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#518ec1+0,3d5496+26,1d2153+77 */
  background: rgb(81, 142, 193);
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(81, 142, 193, 1) 0%,
    rgba(61, 84, 150, 1) 26%,
    rgba(29, 33, 83, 1) 77%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(81, 142, 193, 1) 0%,
    rgba(61, 84, 150, 1) 26%,
    rgba(29, 33, 83, 1) 77%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(81, 142, 193, 1) 0%,
    rgba(61, 84, 150, 1) 26%,
    rgba(29, 33, 83, 1) 77%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#518ec1', endColorstr='#1d2153', GradientType=1);
  /* IE6-9 */
}

.btn-primary i {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#282a55+0,6387b8+100 */
  background: rgb(40, 42, 85);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(40, 42, 85, 1) 0%,
    rgba(99, 135, 184, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(40, 42, 85, 1) 0%,
    rgba(99, 135, 184, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(40, 42, 85, 1) 0%,
    rgba(99, 135, 184, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282a55', endColorstr='#6387b8', GradientType=0);
  /* IE6-9 */
}

.btn-primary.btn-lg i.fa-phone {
  line-height: 48px;
}

.bg-primary-vertical {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,242652+100 */
  background: rgb(30, 87, 153);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(30, 87, 153, 1) 0%,
    rgba(36, 38, 82, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(30, 87, 153, 1) 0%,
    rgba(36, 38, 82, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 1) 0%,
    rgba(36, 38, 82, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#242652', GradientType=0);
  /* IE6-9 */
}

.bg-secondary-vertical,
.btn-success,
.btn-free-consult {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,a1c74c+0,84b74c+50,69a64c+100&0+0,1+0,1+100,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(161, 199, 76, 1) 0%,
    rgba(132, 183, 76, 1) 50%,
    rgba(105, 166, 76, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(161, 199, 76, 1) 0%,
    rgba(132, 183, 76, 1) 50%,
    rgba(105, 166, 76, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(161, 199, 76, 1) 0%,
    rgba(132, 183, 76, 1) 50%,
    rgba(105, 166, 76, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c74c', endColorstr='#69a64c', GradientType=0);
  /* IE6-9 */
}
/* PPC PAGE CSS */
.text-secondary {
  color: #c88a74 !important;
}
.fs-70 {
  font-size: 70px;
}
.fs-20 {
  font-size: 20px;
}
.ppc-header {
  padding: 2rem 0;
}
.btn-free-consult {
  border-color: #9aca51;
  color: #fff;
}

.btn-outline-primary {
  color: #455390;
  border-color: #455390;
}
.btn-outline-primary:hover {
  color: #455390;
  border-color: #c88a74;
  background-color: #c88a74;
}

.ppc-page-banner {
  position: relative;
  z-index: 1;
}
.position-relative {
  z-index: 2;
}
.ppc-page-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1500px;
  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 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.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-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 textarea.form-control {
  height: auto;
}
.call-us-now {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}
.ppc-container {
  max-width: 1350px;
}
.ppc-google-reviews {
  background-image: url(../images/ppc-google-review-bg.jpg);
  background-repeat: no-repeat;
  background-position: center -86px;
  background-size: cover;
  padding: 250px 0;
}
.ppc-steps {
  position: relative;
}
.ppc-steps::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background-image: url(../images/ppc-banner-emblem.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.step-vertical-line {
  position: absolute;
  left: 50%;
  top: 324px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 10px;
  height: 81%;
  background-color: #e7e7e7;
  overflow: hidden;
  z-index: 2;
}
.step-vertical-line .inner-line {
  width: 100%;
  background-color: #455390;
}
.step-box-pin {
  position: relative;
}
.step-box-pin::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 8px solid #fff;
  background-color: #d6937c;
  border-radius: 100%;
  z-index: 2;
}
.step-box-pin.right::after {
  right: auto;
  left: -20px;
}
.ppc-steps {
  padding: 100px 0 0;
}
.include-item {
  border-radius: 12px;
  padding: 50px 16px;
  border: 4px solid #fff;
  background-image: url(../images/include-item-bg.jpg);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 220px;
  width: 222px;
  background-position: center;
}
.include-item h4 {
  font-size: 20px;
  font-weight: bold;
}
.ppc-feefo-reviews {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 150px 0;
}
.ppc-feefo-reviews::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.ppc-why-use {
  padding: 100px 0;
}
.why-use-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #455390;
  border-radius: 16px;
  height: 424px;
  width: 100%;
  padding: 20px;
}
.why-use-item h4 {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}
.why-use-item .icon {
  width: 124px;
  height: 124px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #455390;
  border-radius: 16px;
}
.get-ready {
  padding: 50px 0;
}
.get-ready .container {
  position: relative;
  border-radius: 50px;
  color: #fff;
  z-index: 1;
}
.shadow-right {
  position: relative;
}
.shadow-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  border-radius: 29px;
  height: 100%;
  box-shadow: -8px 0px 8px rgba(0, 0, 0, 0.15);
}
.get-ready .container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 150%;
  background-color: #d6937c;
  z-index: -1;
  border-radius: 50px;
}
/* END PPC PAGE CSS */
.bg-secondary-vertical-down,
.btn-success i {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,6ca84c+0,89ba4c+50,9ec54c+100&0+0,1+0,1+100,0.8+100 */
  background: -moz-linear-gradient(
    top,
    rgba(108, 168, 76, 1) 0%,
    rgba(137, 186, 76, 0.9) 50%,
    rgba(158, 197, 76, 0.8) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(108, 168, 76, 1) 0%,
    rgba(137, 186, 76, 0.9) 50%,
    rgba(158, 197, 76, 0.8) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(108, 168, 76, 1) 0%,
    rgba(137, 186, 76, 0.9) 50%,
    rgba(158, 197, 76, 0.8) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ca84c', endColorstr='#cc9ec54c', GradientType=0);
  /* IE6-9 */
}

.btn-primary-arrow {
  border: 0;
  position: relative;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#485d8c+50,2c315c+100 */
  background: rgb(72, 93, 140);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(72, 93, 140, 1) 50%,
    rgba(44, 49, 92, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(72, 93, 140, 1) 50%,
    rgba(44, 49, 92, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(72, 93, 140, 1) 50%,
    rgba(44, 49, 92, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#485d8c', endColorstr='#2c315c', GradientType=0);
  /* IE6-9 */
}

.btn-primary-arrow i,
.btn-secondary-arrow i {
  position: absolute;
  top: 0;
  line-height: 41px;
  padding: 0 28px;
  right: 0;
  opacity: 0;
  height: 100%;
  background-image: url(../images/arrow-primary-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  z-index: -1;
}

.btn-secondary-arrow i {
  background-image: url(../images/arrow-secondary-bg.png);
}

.btn-primary-arrow:hover,
.btn-secondary-arrow:hover {
  color: #fff;
}

.btn-primary-arrow:hover i,
.btn-secondary-arrow:hover i {
  right: -52px;
  opacity: 1;
}

.btn-secondary-arrow,
.btn-secondary {
  border: 0;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c1907a+50,946f60+100 */
  background: rgb(193, 144, 122);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(193, 144, 122, 1) 50%,
    rgba(148, 111, 96, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(193, 144, 122, 1) 50%,
    rgba(148, 111, 96, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(193, 144, 122, 1) 50%,
    rgba(148, 111, 96, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1907a', endColorstr='#946f60', GradientType=0);
  /* IE6-9 */
  color: #fff;
}

.btn-secondary {
  padding-right: 45px;
}

.btn-secondary i {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#946f60+-1,c1907a+50 */
  background: rgb(148, 111, 96);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(148, 111, 96, 1) -1%,
    rgba(193, 144, 122, 1) 50%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(148, 111, 96, 1) -1%,
    rgba(193, 144, 122, 1) 50%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(148, 111, 96, 1) -1%,
    rgba(193, 144, 122, 1) 50%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#946f60', endColorstr='#c1907a', GradientType=0);
  /* IE6-9 */
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 100%;
  padding: 0 10px;
  line-height: 48px;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.btn-lg .fa-angle-double-right {
  line-height: 48px;
}

.form-control {
  border-color: #4c5993;
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb span {
  color: #6f6f6f;
}

.btn-primary,
.btn-success {
  padding: 0.55rem 0.75rem;
  border: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  position: relative;
  padding-right: 45px;
}

.btn-primary i,
.btn-success i {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 100%;
  padding: 0 10px;
  line-height: 40px;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.btn-success.btn-lg i,
.btn-primary.btn-lg i {
  line-height: 48px;
}

.header.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
  padding: 10px 0;
  box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}

.btn-primary.phone {
  width: 208px;
}

.time-email {
  padding-right: 44px;
}

.time-email .email {
  margin-left: 30px;
}

.navbar-nav .nav-link {
  color: #4c5993;
  font-size: 20px;
  padding-right: 45px !important;
  font-weight: 700;
  letter-spacing: 2px;
}

.nav-search {
  color: #9e7665;
  border: 2px solid #9e7665;
}

.hero,
.page-banner {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero {
  height: 500px;
}

.page-banner.top {
  background-position: center top;
}

.banner-emblem {
  position: absolute;
  left: 50%;
  width: 60px;
  bottom: -40px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.hero-banner-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero::after,
.page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 50, 99, 0.5);
  z-index: -1;
}

.page-banner-video {
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: relative;
}

.page-banner-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-size: 60px;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.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;
}

.bg-overlay.opacity-4::after {
  background-color: rgba(0, 0, 0, 0.45);
}

.banner-form {
  width: 100%;
}

.banner-form,
.form-header {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.banner-form .form-header {
  position: relative;
  margin-bottom: 50px;
}

.form-logo {
  position: absolute;
  left: 50%;
  margin: auto;
  width: 100px;
  height: 100px;
  padding: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#22386c+0,242653+100 */
  background: rgb(34, 56, 108);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(34, 56, 108, 1) 0%,
    rgba(36, 38, 83, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(34, 56, 108, 1) 0%,
    rgba(36, 38, 83, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(34, 56, 108, 1) 0%,
    rgba(36, 38, 83, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22386c', endColorstr='#242653', GradientType=0);
  /* IE6-9 */
}

.emblem {
  position: relative;
  z-index: 1;
}

.emblem::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/emblem.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.1;
}

/************** 
CASE STUDIES
*************/

.case-studies-box {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  overflow: hidden;
}

.case-study-item {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  height: 260px;
  position: relative;
}

.case-study-item .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/************** 
END CASE STUDIES
*****************/

/******************** 
IMMIGRATION SERVICES
*****************/

.services-tabs a {
  color: #b4b4b4;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.services-tabs a:hover,
.services-tabs a.active {
  color: #455390;
}

.services-tabs a.active::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: #455390;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.service-item {
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  overflow: hidden;
}

.service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.service-item img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.service-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.service-item .service-content {
  z-index: 2;
  color: #fff;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/******************** 
END IMMIGRATION SERVICES
*****************/

/******************** 
GOOGLE REVIEWS
*****************/

.google-review-box {
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.google-review-slider .owl-nav button.owl-next span,
.google-review-slider .owl-nav button.owl-prev span,
.trustpilot-review-slider .owl-nav button.owl-next span,
.trustpilot-review-slider .owl-nav button.owl-prev span {
  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;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.google-review-slider .owl-nav button.owl-next {
  background-image: url(../images/tri-angle-arrow-left.png);
  right: 0px;
}

.google-review-slider .owl-nav button.owl-prev {
  background-image: url(../images/tri-angle-arrow-right.png);
  left: 0px;
}
.trustpilot-review-slider .owl-nav button.owl-next {
  right: 0;
}
.trustpilot-review-slider .owl-nav button.owl-prev {
  left: 0;
}
.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);
}
.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);
}
.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);
}
/******************** 
END GOOGLE REVIEWS
*****************/

/******************** 
WHY CHOOSE
*****************/

.why-choose-box {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

/******************** 
END WHY CHOOSE
*****************/

/******************** 
TEAM
*****************/

.team-item.bg-gray {
  background-color: #efefef !important;
}

.title.bg-gray {
  background-color: #e1e1e1 !important;
}

.team-item.bg-primary {
  background-color: #455390 !important;
}

.team-item .title.bg-primary {
  background-color: #3a4679 !important;
}

/******************** 
END TEAM
*****************/

/******************** 
CLIENTS 
*****************/

.clients-slider.owl-carousel .owl-item img {
  display: block;
  width: 200px;
  margin: auto;
}

/******************** 
END CLIENTS 
*****************/

/******************** 
FAQ'S 
*****************/

.faq-header h4.collapsed {
  background-color: transparent;
  color: #fff;
  border-left: 0;
  border-bottom: 1px solid #fff;
}

.faq-header h4.collapsed:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.faq-header h4 {
  font-size: 1.25rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  background-color: #fff;
  color: #172874;
  padding: 15px 30px;
  position: relative;
  border-left: 8px solid #172874;
}

.faq-header h4.border-bottom,
.faq-body.border-bottom {
  border-bottom: 2px solid #172874 !important;
}

.faq-header h4:after {
  content: "+";
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 20px;
  transition: all 0.3s ease;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.faq-header h4.collapsed::before {
  left: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.faq-header h4::before {
  content: "🢒";
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 30px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.faq-body {
  color: #fff;
  padding-top: 15px;
}

/******************** 
END FAQ'S 
*****************/

/******************** 
LATEST NEWS
*****************/

.post-image {
  position: relative;
}

.post-image .post-date {
  position: absolute;
  background-color: #3a4679;
  color: #fff;
  bottom: 0;
  left: 0;
  padding: 10px;
}

.post-share {
  font-size: 1rem;
}

.post-socials a {
  font-size: 1.125rem;
  margin: 0 8px;
}

.post-socials a.facebook {
  color: #5b75a9;
}

.post-socials a.twitter {
  color: #73cbfd;
}

.post-socials a.google-plus {
  color: #d1837b;
}

.post-socials a.linkedin {
  color: #759cca;
}

.post-socials a.rss {
  color: #f8e4b8;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.latest-news-slider .owl-nav button.owl-next,
.latest-news-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.latest-news-slider .owl-nav button.owl-next {
  right: -50px;
  background-image: url(../images/ic_arrow_left.png);
}

.latest-news-slider .owl-nav button.owl-prev {
  left: -50px;
  background-image: url(../images/ic_arrow_right.png);
}

/******************** 
END LATEST NEWS
*****************/

/******************** 
How Can Help
*****************/

.how-can-help-box {
  border: 2px solid #5b75a9;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  height: 320px;
}

.how-can-help-box h4 {
  font-size: 18px;
}

/******************** 
End How Can Help
*****************/

/******************** 
Law Firm Circle Slider
*****************/

.law-firm-circle a {
  position: absolute;
  display: inline-block;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.law-firm-circle a.center {
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.law-firm-circle a.animate-cirle {
  padding: 16px;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-animation: circle 10s infinite linear;
}

.law-firm-circle .circle {
  padding: 55px;
  position: relative;
  border: 2px solid #455390;
  height: 700px;
  width: 700px;
  margin: auto;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #fff;
}

.law-firm-circle .circle.active {
  background-color: #455390;
}

.law-firm-circle .circle.active a.active {
  color: #fff;
}

.circle-box {
  background-color: #fff;
  padding: 55px;
  width: 100%;
  height: 100%;
  border: 2px solid #455390;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: relative;
}

.circle-box.active {
  background-color: #455390;
}

.circle-box.active a.active {
  color: #fff;
}

.circle-content {
  position: absolute;
  top: 50%;
  right: -42%;
}

@-webkit-keyframes circle {
  from {
    -webkit-transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
  }
}

@-webkit-keyframes ccircle {
  from {
    -webkit-transform: rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateZ(0deg);
  }
}

/******************** 
End Law Firm Circle Slider
*****************/

/******************** 
CONTACT
*****************/

.contact-tabs li {
  display: block;
  margin-bottom: 50px;
}

.contact-tabs li:last-child {
  margin-bottom: 0;
}

.contact-tabs li a {
  display: block;
  padding: 25px 25px 25px 100px;
  position: relative;
  color: #acacac;
}

.contact-tabs li a::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  height: 60px;
  width: 60px;
  background-image: url(../images/ic_emblem.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.contact-tabs li a.active {
  background-color: #455390;
  color: #fff;
}

.contact-tabs li a.active::after {
  filter: invert(1) grayscale(1) brightness(100);
  -webkit-filter: invert(1) grayscale(1) brightness(100);
}

.contact-form .form-control {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.contact-form .form-control::placeholder {
  color: #828db4;
}

.contact-form select.form-control {
  color: #828db4;
}

.site-contact i {
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 2px solid #455390;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.site-contact i.fa-whatsapp {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 34px;
  color: #4eca5c;
}

.site-contact a {
  color: #455390;
}

/******************** 
END CONTACT
*****************/

/******************** 
BLOG
*****************/

.post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-categories li a {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  padding-left: 30px;
}

.post-categories li a::after {
  content: "•";
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  text-align: center;
  line-height: 15px;
  border: 1px solid #455390;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #455390;
}

.blog-admin {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #455390;
  padding: 5px;
}

.blog-admin.small {
  width: 50px;
  height: 50px;
}

.blog-admin img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.share-now .fa-facebook-f {
  color: #245a9b;
}

.share-now .fa-twitter {
  color: #00ccff;
}

.share-now .fa-google-plus-g {
  color: #da4e42;
}

.share-now .fa-linkedin {
  color: #007bbc;
}

.share-now .fa-rss {
  color: #ffbb36;
}

.border-primary {
  border: 2px solid #455390 !important;
}

.post-pagination ul {
  list-style: none;
  margin: auto;
  padding: 0;
  display: inline-flex;
}

.post-pagination ul li {
  display: inline-block;
}

.post-pagination ul li a {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  width: 100px;
  display: inline-block;
  padding: 10px 0;
  border-top: 8px solid #455390;
}

.post-pagination ul li a.active {
  border-color: #849bff;
}

.post-detail-content h1,
.post-detail-content .h1,
.post-detail-content h2,
.post-detail-content .h2,
.post-detail-content h3,
.post-detail-content .h3 {
  color: #455390;
}

.post-detail-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-detail-content ul li {
  position: relative;
  margin-bottom: 8px;
  font-weight: 700;
  padding-left: 20px;
}

.post-detail-content ul li::after {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #455390;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

.post-detail-content ul.white li::after {
  color: #fff;
}

.post-detail-content .emblem {
  position: relative;
  background-color: rgba(69, 83, 144, 0.9);
  color: #fff;
}

/******************** 
END BLOG
*****************/

/******************** 
FAQ'S PAGE
*****************/

.faq-tabs li a {
  font-size: 1.75rem;
  color: #868686;
  font-weight: bold;
}

.faq-tabs li a:hover {
  color: #455390;
}

.faq-tabs li a.active {
  color: #455390;
}

.faq-page-header h5 {
  position: relative;
  cursor: pointer;
}

.faq-page-header h5::after {
  content: "+";
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 38%;
  line-height: 20px;
  transition: all 0.3s ease;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.faq-page-header h5.collapsed:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.faq-page-header h5.collapsed {
  margin-bottom: 20px;
}

/******************** 
END FAQ'S PAGE
*****************/

/******************** 
CASE STUDIES LISTING PAGE
*****************/

#case-study-cats {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f5f5f5;
}

#case-study-cats li {
  margin-bottom: 8px;
}

.case-study-categories a {
  font-size: 1.5rem;
}

.case-study-categories a.cat {
  position: relative;
  display: block;
  background-color: #f5f5f5;
}

.case-study-categories a.cat::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: absolute;
  right: 18px;
  top: 16px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.case-study-categories a.collapsed::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/******************** 
END CASE STUDIES LISTING PAGE
*****************/

/******** 
Team Page
**********/

.team-values {
  line-height: 1.5;
  color: #518ec1;
}

.team-modal {
  border-top: 10px solid #455390;
  background-color: #f3f3f3;
}

.team-modal button.close {
  opacity: 1;
  font-size: 2rem;
}

.team-modal button.close span {
  color: #455390;
}

.team-socials a {
  display: block;
  margin-bottom: 10px;
}

.team-socials a i {
  width: 34px;
  display: inline-block;
  background-color: #455390;
  color: #fff;
  padding: 8px;
  margin-right: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/************
End Team Page
*************/

.download-guide-form {
  position: relative;
  z-index: 1;
}

.download-guide-form::after {
  content: "";
  background: -moz-linear-gradient(
    left,
    rgba(30, 87, 153, 0.8) 0%,
    rgba(36, 38, 82, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(30, 87, 153, 0.8) 0%,
    rgba(36, 38, 82, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(30, 87, 153, 0.8) 0%,
    rgba(36, 38, 82, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1e5799', endColorstr='#242652', GradientType=1);
  position: absolute;
  top: 0;
  left: -186px;
  height: 100%;
  width: 1000px;
  z-index: -1;
}

.footer,
.footer a {
  color: #989898;
}

.footer h4 {
  font-size: 19px;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-socials i {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
  font-size: 18px;
}

.footer-socials i.fa-facebook-f {
  color: #3c5a98;
  border-color: #3c5a98;
}

.footer-socials i.fa-instagram {
  color: #f09433;
  border-color: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.footer-socials i.fa-twitter {
  color: #73cbfd;
  border-color: #73cbfd;
}

.footer-socials i.fa-youtube {
  color: #db0000;
  border-color: #db0000;
}

.footer-socials i.fa-linkedin {
  color: #4479b7;
  border-color: #4479b7;
}

.border-bottom-primary {
  border-bottom: 2px solid #858eb6;
}

.footer .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-color: #858eb6;
  height: calc(2.5em + 1rem + 2px);
}

.footer .btn-primary {
  background-color: #5b75a9;
  border-color: #5b75a9;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.web-author {
  float: right;
}

/**********************************************************
 Responsive CSS 
 **********************************************************/
.navbar-toggler {
  display: none;
  width: 50px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.navbar-toggler.collapsed {
  top: 8px;
}
.navbar-toggler span {
  height: 2px;
  background-color: #455390;
  width: 100%;
  display: block;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.navbar-toggler span.top {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin: 2px 0 11px 0;
}
.navbar-toggler span.middle {
  display: none;
}
.navbar-toggler span.bottom {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  margin: -12px 0px 0px 0px;
}
.navbar-toggler.collapsed span {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.navbar-toggler.collapsed span.middle {
  display: block;
}
.navbar-toggler span.middle {
  margin: 10px 0;
}
.navbar-toggler.collapsed span.top,
.navbar-toggler.collapsed span.bottom {
  margin: 0;
}

@media (max-width: 1450px) {
  .navbar-nav .nav-link {
    padding-right: 30px !important;
  }
}

@media (max-width: 1299px) {
  .navbar-nav .nav-link {
    padding-right: 14px !important;
  }
  .badges img {
    width: 170px;
  }
  .badges img.feefo {
    width: 140px;
  }
  .web-author {
    float: none;
    display: block;
    margin-top: 10px;
  }
  .btn-primary.phone,
  .book-app {
    width: auto;
    padding: 0 !important;
  }
  .btn-primary.phone span,
  .book-app span {
    display: none;
  }
  .phone i,
  .book-app i {
    position: relative;
    padding: 5px 16px;
  }
  .time-email {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggler {
    display: inline-block;
  }
  .hero {
    height: auto;
  }
  .h3,
  h3 {
    font-size: 1.3rem;
  }
  .display-4 {
    font-size: 2.5rem;
  }
  .how-can-help-box {
    height: auto;
    margin-bottom: 16px;
  }
  .footer-logos img {
    width: 140px;
  }
  .footer-logos img.feefo {
    width: 118px;
  }
  .case-study-item {
    border-bottom: 0;
  }
  .case-study-item .content {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .display-4 {
    font-size: 2rem;
  }
  .google-review-box {
    padding: 30px;
  }
  .case-studies-slider .owl-nav button.owl-next,
  .case-studies-slider .owl-nav button.owl-prev,
  .services-slider .owl-nav button.owl-next,
  .services-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 60%;
    font-size: 24px;
    color: #fff;
  }
  .services-slider .owl-nav button.owl-next,
  .services-slider .owl-nav button.owl-prev {
    color: #000;
    top: 45%;
  }
  .case-studies-slider .owl-nav button.owl-prev {
    left: 20px;
  }
  .case-studies-slider .owl-nav button.owl-next {
    right: 20px;
  }
  .services-slider .owl-nav button.owl-prev {
    left: -20px;
  }
  .services-slider .owl-nav button.owl-next {
    right: -20px;
  }
  .service-item .service-content h3 {
    margin-bottom: 10px;
  }
  .site-contacts img {
    width: 30px;
  }
  .team-slider .owl-dots {
    text-align: center;
  }
  .team-slider button.owl-dot span {
    width: 10px;
    display: block;
    height: 10px;
    background-color: #455390;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 5px;
    opacity: 0.3;
  }
  .team-slider button.owl-dot.active span {
    opacity: 1;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    bottom: 0;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  .badges img {
    width: 100px;
  }
  .badges img.feefo {
    width: 80px;
  }
}

@media (max-width: 767px) {
  .display-4 {
    font-size: 1.6rem;
  }
  .h2,
  h2,
  .h1,
  h1 {
    font-size: 1.6rem;
  }
  .h4,
  h4 {
    font-size: 1.28rem;
  }
  .latest-news-slider .owl-nav button.owl-next,
  .latest-news-slider .owl-nav button.owl-prev {
    width: 20px;
    height: 20px;
  }
  .latest-news-slider .owl-nav button.owl-next {
    right: -10px;
  }
  .latest-news-slider .owl-nav button.owl-prev {
    left: -10px;
  }
  .phone i,
  .book-app i {
    padding: 10px 13px;
    line-height: 1;
  }
  img.map-marker {
    height: 40px;
  }
  .services-tabs a.h2 {
    font-size: 15px;
  }
  .services-slider .owl-nav button.owl-next {
    right: -8px;
  }
  .services-slider .owl-nav button.owl-prev {
    left: -8px;
  }
  .google-review-slider .owl-item img {
    width: 120px !important;
  }
  .google-review-slider .google-reivews-logo {
    width: 150px;
  }
  .google-review-slider .owl-nav button.owl-next,
  .google-review-slider .owl-nav button.owl-prev {
    width: 20px;
    height: 20px;
  }
  .google-review-slider .owl-nav button.owl-next {
    right: -25px;
  }
  .google-review-slider .owl-nav button.owl-prev {
    left: -25px;
  }
  .why-choose-us img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
  .footer-logos img.feefo {
    width: 80px;
  }
  .footer-logos img {
    width: 100px;
  }
}

@media (max-width: 639px) {
}

@media (max-width: 480px) {
}

@media (max-width: 359px) {
}

/* *************************
PPC PAGE 2024
*****************************/

.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::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;
}
.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;
}
.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);
}
.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%);
}
.s-s-visa-ploygon {
  width: 585px;
  height: 585px;
}
.polygon-emblem {
  top: 50%;
  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: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;
}
.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;
}

/* NEW PPC PAGES CSS 01-07-24 */
.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%;
}

/* 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;
}

/* PPC PAGES LOT 2 */
.emblem-card {
  position: relative;
  border-radius: 1.5rem;
  padding: 80px 40px 40px;
  margin-top: 60px;
}
.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;
}
.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{
  position: absolute;
  bottom: 50px;
  left: 51%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent
}
.requirement-uk-investor-visa .emblem-box img{
  width: 100px;
  height: 100px;
  object-fit: contain;
}
@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) {
  body {
    font-size: 16px;
  }
  .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;
  }
  .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 {
    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-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: -106px;
    right: 90px;
    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 {
    font-size: 11px;
  }
  .ppc-book-appointment img {
    height: 16px;
    width: 16px;
  }
  .ppc-book-appointment,
  .ppc-call-button {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .ppc-call-button img {
    height: 16px;
    filter: invert(1) grayscale(1) brightness(10);
  }
  .ppc-banner-logos {
    gap: 16px;
    justify-content: center;
    margin-bottom: 12px;
  }
  .ppc-banner-logos img {
    height: 34px;
  }
  .ppc-page-banner::after {
    background-position: center 64%;
    background-size: 90%;
  }
  .ppc-vdieo-title {
    font-size: 30px;
    max-width: 360px;
    margin-bottom: 30px;
  }
  .ppc-vdieo-title::after {
    background-image: url(../images/video-title-arrow.png);
    right: 30px;
    top: 64px;
    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,
  .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 #c88a74 !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);
  }
  .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);
  }
  .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;
  }
  .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: 180px 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%;
  }
  .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: auto !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-img {
    margin-left: 180px;
    margin-top: -200px;
    width: 160px;
  }
  .ppc-footer-logos {
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
  }
  .ppc-footer-logos div img {
    height: 36px;
  }
  .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: 15px;
    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: 236px;
    height: 568px;
  }
  .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: 54px;
    margin-bottom: 54px;
  }
  .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;
  }
  /* NEW PPC PAGES CSS 01-07-24 */
  .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;
  }

  .lra-item {
    position: relative;
    width: 195px;
    top: 0;
    left: auto !important;
    right: auto !important;
    bottom:  auto !important;
    padding: 1rem;
  }
}
@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;
}
