:root {
  --black: #000;
  --light-black: #333333;
  --white: #fff;
  --light-blue: #486fa4;
  --dark-blue: #0e2e67;
  --sky-blue: #0c7cde;
  --orange: #f16f1d;
  --brown: #522b25;
  --gray: #adaba2;
  --green: #7a8c22;
  --rhythm: #89779d;
  --fluorescent-blue: #29f1fd;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  margin: 0%;
}

p {
  font-family: "Inter", sans-serif;
  line-height: 26px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  margin: 0px;
}

ul {
  margin: 0px !important;
  padding-left: 0px !important;
}

li {
  list-style: none;
}

a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

i {
  transition: unset;
}

:focus {
  outline: 0px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--dark-blue);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* BOOTSTRAP CSS START  */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

/* BOOTSTRAP CSS END  */

/* GLOBAL CSS START HERE  */

.section {
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
}

.dark-blue {
  background-color: var(--dark-blue);
}

.sky-blue {
  background: var(--sky-blue);
}

.orange {
  background-color: var(--orange);
}

.brown {
  background-color: var(--brown);
}

.gray {
  background-color: var(--gray);
}

.green {
  background-color: var(--green);
}

.rhythm {
  background-color: var(--rhythm);
}

.fluorescent-blue {
  background-color: var(--fluorescent-blue);
}

.clr-orange {
  color: var(--orange);
}

.clr-blue {
  color: var(--dark-blue);
}

.row.footer-icon-row {
  margin-bottom: 0 !important;
}

.head {
  position: relative;
}

.head h2 {
  position: relative;
  margin: 0 0 2rem;
  padding: 0 0 1.5rem;
}

.head h2:before {
  position: absolute;
  content: "";
  background-color: var(--orange);
  width: 170px;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 1199px) {
  .head {
    max-width: 80%;
    margin: 0 auto 3rem;
  }
}

.head h2 {
  position: relative;
  color: var(--dark-blue);
  line-height: 1;
  font-weight: 800;
}

@media screen and (min-width: 1199px) {
  .head h2 {
    font-size: 2.5rem;
  }
}

.head h2 span {
  color: var(--orange);
}

/* .head h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    color: #0e2e67;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 10px;
    z-index: 9;
}

.head h6 {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: var(--orange);
    color: var(--white);
    display: inline-block;
    padding: 0.2rem 1rem;
} */

.head p {
  color: var(--dark-blue);
  font-weight: 500;
}

.head p a {
  text-decoration: underline !important;
  color: var(--orange);
}

a.main-cta {
  font-family: "Inter", sans-serif;
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  border: 2px solid transparent;
  padding: 1rem 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.5rem;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.main-cta.btn-blue {
  background: var(--dark-blue);
  box-shadow: 2px 2px 20px rgb(14 46 103 / 40%);
}

a.main-cta.btn-blue:hover {
  background: var(--orange);
  box-shadow: unset;
}

a.main-cta.btn-orange {
  background: var(--orange);
  box-shadow: 2px 2px 20px rgb(241 111 29 / 40%);
}

a.main-cta.btn-orange:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}

a.main-cta.btn-white {
  background: var(--white);
  color: var(--dark-blue);
}

a.main-cta.btn-white:hover {
  background: var(--orange);
  color: var(--white);
}

section.diamond {
  /* padding-top: 4.75rem; */
  padding-top: 8.375rem;
  margin-top: 3.75rem;
  overflow: visible;
  border-top: 1px solid #b9b9b9;
}

img.diamond {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
}

/* GLOBAL CSS END HERE  */

/* SECTION ONE CSS START HERE */

.homeBanner.s1 {
  background-image: url("../img/global/coverBanner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 4rem 0 1rem;
}

.s1 .topRow .sub-heading {
  color: #496fa3;
  letter-spacing: 2px;
  font-weight: bold;
  font-style: italic;
  margin: 0 0 10px;
}

.s1 .topRow h1 {
  font-size: 40px;
  font-weight: 800;
  color: var(--dark-blue);
  line-height: 1.2;
  padding-bottom: 1.4rem;
}

.s1 .topRow h1 span {
  color: var(--orange);
}

.s1 .topRow p.sub-text {
  color: var(--dark-blue);
}

.s1 .coverBtns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 2rem;
  margin: 2rem 0 0;
  padding: 2rem 0 0;
  border-top: 1px solid #b9cadf;
}

.s1 .coverBtns a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.s1 .coverBtns a.talk-chat {
  background: var(--orange);
  color: var(--white);
  padding: 16px 40px;
  border-radius: 8px;
  border: 2px solid transparent;
  box-shadow: 0 10px 20px #f47a1e8a;
}

.s1 .coverBtns a.talk-chat:hover {
  background: transparent;
  color: var(--orange);
  border-color: var(--orange);
}

.s1 .coverBtns a.talk-phone {
  position: relative;
  color: var(--dark-blue);
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  grid-gap: 15px;
  text-underline-offset: 2px;
  padding-left: 60px;
}

.s1 .coverBtns a.talk-phone:before {
  position: absolute;
  content: "\f095";
  font-family: "FontAwesome";
  left: 0px;
  width: 40px;
  height: 40px;
  background: var(--dark-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.s1 .coverBtns a.talk-phone:hover {
  color: var(--orange);
}

.s1 .coverBtns a.talk-phone:hover:before {
  background: var(--orange);
}

.s1 .div-popup {
  position: relative;
  z-index: 9;
  background: var(--white);
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 10px 10px 15px rgb(14 46 103 / 20%);
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.s1 .div-popup > h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--dark-blue);
  position: relative;
  padding: 0 0 1rem;
  margin: 0 auto 1rem;
  max-width: 85%;
}

.s1 .div-popup > h2:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 5px;
  background: var(--orange);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.s1 .div-popup > p {
  font-size: 1.125rem;
  color: var(--dark-blue);
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.s1 .div-popup .arrow-left,
.s1 .div-popup .arrow-right {
  position: absolute;
  top: -10px;
}

.s1 .div-popup .arrow-left {
  left: -30px;
}

.s1 .div-popup .arrow-right {
  transform: scaleX(-1);
  right: -30px;
}

.popup-div {
  position: relative;
  cursor: pointer;
}

.popup-div img.popup-trigger {
  width: 100%;
  cursor: pointer;
}

.playme {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  top: 0px;
  bottom: 0;
  left: 0px;
  height: 100%;
  width: 100%;
}

.pulse-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

svg.pulse-svg {
  overflow: visible;
}

svg.pulse-svg .first-circle,
svg.pulse-svg .second-circle,
svg.pulse-svg .third-circle {
  fill: #fff;
  transform: scale(0.5);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
}

svg.pulse-svg .second-circle {
  animation-delay: 1s;
}

svg.pulse-svg .third-circle {
  animation-delay: 2s;
}

.pulse-css {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: relative;
}

.pulse-css:before,
.pulse-css:after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(0.5);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
}

.pulse-css:after {
  animation-delay: 2s;
}

circle.circle.play-icon {
  position: relative;
}

.pulse-box:before {
  position: absolute;
  content: "";
  font-size: 20px;
  left: 0;
  right: 0;
  background-image: url("../img/seo-lawyers/play.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 20px;
}

.pulse-box {
  position: relative;
}

@keyframes pulse-me {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    opacity: 0.2;
  }

  70% {
    opacity: 0.4;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.banner-shape {
  position: absolute;
  top: 1rem;
}

.banner-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.s1 .bottomRow {
  text-align: center;
  margin: 1.5rem 0 0;
}

.s1 .bottomRow .statsRow {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.s1 .bottomRow .statsBox h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
  line-height: 1;
  color: var(--dark-blue);
}

.s1 .bottomRow .statsBox p {
  font-weight: 500;
  color: var(--dark-blue);
}

.s1 ul.partners {
  position: relative;
  z-index: 9;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto !important;
}

.s1 ul.partners img {
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.s1 ul.partners img:hover {
  filter: grayscale(0);
}

/* POPUP VIDEO START */

body.popup-active {
  overflow: hidden;
}

#popup-banner .popup-video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 80%;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

/* 
#popup-banner .popup-video {
    position: relative;
    z-index: 1;
} */

#popup-banner .popup-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

#popup-banner .popup-close:hover {
  background: var(--dark-blue);
}

#popup-banner .popup-video.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.5s 0s, transform 0.25s;
}

.popup-overlay {
  visibility: hidden;
}

.popup-overlay.overlay_active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  z-index: 999999;
  visibility: visible;
}

/* POPUP VIDEO END */

/* SECION ONE CSS END HERE  */

/* SECION TWO CSS START HERE  */

.s2 .top-row {
  position: relative;
  background: var(--white);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 15px 15px 30px rgb(0 91 255 / 15%);
}

.s2 .top-row .head {
  margin-bottom: 1.5rem;
}

.s2 .top-row h3,
.s2 .top-row h4 {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

.s2 .top-row h3 {
  color: var(--dark-blue);
}

.s2 .top-row h4 {
  color: var(--orange);
}

.s2 .bottom-row .form-body {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 2rem;
  grid-column-gap: 1.5rem;
  background: #eef4fa;
  padding: 2rem;
  max-width: 90%;
  margin: 0 auto;
  border: 1px solid #d9e5ee;
  border-radius: 0 0 1rem 1rem;
}

.s2 .bottom-row .body-1 {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 2rem;
  grid-column-gap: 1.5rem;
}

.form-body .body-1 > div {
  flex: 1 1 48%;
}

.s2 .bottom-row .form-group > label {
  font-family: "Inter", sans-serif;
  color: var(--dark-blue);
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}
.s2 .bottom-row .form-group > label sup {
  color: red;
}
.s2 .bottom-row .form-body .form-group input,
.s2 .bottom-row .form-body .form-group select {
  background: var(--white);
  border: 1px solid #d9e5ee;
  border-radius: 5px;
  height: 50px;
  padding: 14px;
  width: 100%;
}

.s2 .bottom-row .form-body .form-group small {
  font-family: "Inter", sans-serif;
  font-size: 0.813rem;
  color: #4a576d;
  font-weight: 500;
  display: block;
  margin: 5px 0 0;
}

.s2 .bottom-row .form-body .form-group label small {
  display: inline-block;
}

.s2 .bottom-row .form-body ::placeholder {
  font-size: 14px;
  color: var(--primary);
  opacity: 0.5;
}

.s2 .bottom-row .form-body .form-group input:focus,
.s2 .bottom-row .form-body .form-group textarea:focus {
  border-color: var(--orange) !important;
}

.s2 .bottom-row .form-submit {
  display: flex;
  align-items: center;
}

.s2 .bottom-row .calculate-revenue {
  background: var(--orange);
  border: 0;
  width: 100%;
  display: block;
  padding: 1.5rem 0;
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 0.5rem;
  box-shadow: 8px 8px 15px rgb(241 111 29 / 30%);
}

.s2 .bottom-row .calculate-revenue:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}

.s2 .error {
  border-color: red !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -webkit-appearance: none;

  -moz-appearance: textfield;
  /* Firefox */
}

.disable-div {
  cursor: not-allowed;
  display: block;
  opacity: 0.3;
}

.disable-div input {
  pointer-events: none;
}

.body-2 .form-styl-1 {
  max-width: 100%;
  background: var(--white);
  /* width: 70%; */
}

.body-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.body-2 .sub-text > p {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--dark-blue);
  max-width: 70%;
  margin: 0 auto;
}

.body-2 .form-styl-1 .heading > h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--dark-blue);
  max-width: 70%;
  margin: 0 auto 2rem;
}

.body-2 .result-div {
  font-size: 4rem;
  font-weight: 800;
  color: var(--dark-blue);
  line-height: 1;
  margin: 1.5rem 0;
}

.loading {
  font-size: 100px;
  /* Default value */
  --duration: 1s;
  /* Default value */
  --num-dot: 10;
  /* Default value */
  --color-dot: rgb(78 90 97);
  /* Default value */
  --box-color: rgb(50, 50, 50);
  /* Default value */
}

.loading > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate(calc((360deg / var(--num-dot)) * var(--index)));
}

.loading > *::before {
  position: absolute;
  content: "";
  top: 0.15em;
  left: 0.45em;
  width: 0.1em;
  height: 0.1em;
  transform: scale(0);
  /* First state is scale from 0 */
  border-radius: 50%;
  background-color: var(--color-dot);
  animation: scaleTo1 var(--duration) ease-in-out
    calc(var(--duration) / var(--num-dot) * var(--index)) infinite reverse;
}

@keyframes scaleTo1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

/*  Box style only  */
.loading {
  width: 1em;
  aspect-ratio: 1;
  position: relative;
}

/* SECION TWO CSS END HERE  */

/* SECION THREE CSS START HERE  */

.s3 {
  background: var(--dark-blue);
}

.s3 .head {
  max-width: 90%;
}

.s3 .head h2,
.s3 .head p {
  color: var(--white);
}

.s3 .head p {
  font-size: 20px;
  font-weight: 400;
  max-width: 80%;
  margin: 0 auto;
}

.s3 a.main-cta.btn-orange:hover {
  border-color: var(--white);
}

/* SECION THREE CSS END HERE  */

/* SECION FOUR CSS START HERE  */

.s4:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  top: 0;
  background: #fff9ed;
  z-index: -1;
}

.s4 .col-left h2 {
  position: relative;
  position: relative;
  color: var(--dark-blue);
  line-height: 1;
  font-weight: 800;
  font-size: 2.5rem;
  margin: 0 0 2rem;
  padding: 0 0 2rem;
}

.s4 .col-left h2:before {
  position: absolute;
  content: "";
  background-color: var(--orange);
  width: 170px;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
}

.s4 .col-left p {
  color: var(--dark-blue);
  font-weight: 500;
}

.s4 .ks-wrapper {
  background: var(--white);
  padding: 0 1.5rem;
  border-radius: 0.8rem;
  border: 1px solid #e8d1a4;
}

.s4 .ks-wrapper > h2 {
  background: var(--dark-blue);
  padding: 1rem 2rem;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 0 0 1rem 1rem;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin: 0 0 2rem;
}

.s4 .ks-wrapper {
  text-align: center;
}

.s4 .ks-item {
  background: #fff9ed;
  border-radius: 1rem;
  border: 1px solid #e8d1a4;
  text-align: left;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1.5rem;
}

.s4 .ks-items .ks-item:not(:last-child) {
  margin: 0 0 1.4rem;
}

.s4 .ks-item .ks-item-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8d1a4;
}

.s4 .ks-item .ks-item-detail h3 {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--dark-blue);
  margin: 0 0 1rem;
  padding: 0 0 1rem;
}

.s4 .ks-item .ks-item-detail h3:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 5px;
  background: var(--orange);
  bottom: 0;
  left: 0;
}

.s4 .ks-item .ks-item-detail p {
  font-size: 0.875rem;
  color: #333;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
}

.s4 .ks-items {
  height: 600px;
  overflow: auto;
  padding-right: 1.5rem;
}

.s4 .ks-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f3e7ce;
}

.s4 .ks-items::-webkit-scrollbar {
  width: 7px;
  background-color: #f3e7ce;
}

.s4 .ks-items::-webkit-scrollbar-thumb {
  background-color: var(--orange);
}

.s4 .implementing-strategies {
  position: relative;
  background: var(--white);
  text-align: center;
  padding: 2rem 1rem;
  margin: 4rem 0 0;
  border-radius: 1rem;
  border: 3px solid var(--dark-blue);
}

.s4 .implementing-strategies p {
  margin: 0;
  font-weight: 600;
}

.s4 .implementing-strategies .up-arrow {
  position: absolute;
  top: -50px;
  right: -30px;
}

/* SECION FOUR CSS END HERE  */

/* SECION FIVE CSS START HERE  */

.s5 .top-row .benefit-box {
  background: #f4f8ff;
  border: 1px solid #c5d3ee;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 1rem;
  padding: 0 3rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.s5 .top-row .benefit-box:hover {
  box-shadow: 10px 10px 30px rgb(0 91 255 / 15%);
}

.s5 .top-row .benefit-box p {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--dark-blue);
  margin: 0;
}

.s5 .top-row .benefit-box span {
  font-size: 3rem;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  margin: 0.3rem 0;
}

.s5 .center-row {
  margin: 4rem auto;
}

@media screen and (min-width: 1200px) {
  .s5 .center-row {
    max-width: 80%;
  }
}

.s5 .center-row > * {
  color: var(--dark-blue);
}

.s5 .bottom-row {
  justify-content: center;
  grid-row-gap: 1.5rem;
}

.s5 .bottom-row .benefit-box {
  border: 1px solid #c5d3ee;
  padding: 1rem;
  border-radius: 1rem;
  min-height: 320px;
}

.s5 .bottom-row .benefit-box h3 {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1rem 0;
}

.s5 .bottom-row .benefit-box > * {
  color: var(--dark-blue);
}

.s5 .bottom-row .benefit-box p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}

/* SECION FIVE CSS END HERE  */

/* SECION SIX CSS START HERE  */

.s6 {
  background-image: url("../img/seo-lawyers/error-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.s6 .row {
  grid-row-gap: 3rem;
}

.s6 .error-box {
  background: var(--white);
  border: 2px solid #8f8f8f;
  /* min-height: 250px; */
  height: 100%;
  border-radius: 0.8rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.s6 .error-box:hover {
  border-color: var(--orange);
}

.s6 .error-box p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
}

.s6 .error-box h3 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 24px;
  margin: 1rem 0;
}

.s6 .error-box > * {
  color: var(--dark-blue);
}

.s6 .exclamation-icon {
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  background: linear-gradient(to left, #8f8f8f 50%, #a8a8a8 50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2.5rem;
}

.s6 .exclamation-icon i {
  color: var(--white);
  font-size: 2rem;
}

.s6 .error-box:hover .exclamation-icon {
  background: linear-gradient(to left, #f16f1d 50%, #f78034 50%);
}

.s6 .bottom-row {
  position: relative;
  margin: 2rem auto 0;
  max-width: 70%;
}

.s6 .bottom-row p {
  color: var(--dark-blue);
}

.s6 .bottom-row strong {
  color: var(--orange);
}

.s6 .arrow {
  position: absolute;
  top: 0;
}

.s6 .arrow.arrow-left {
  left: -60px;
}

.s6 .arrow.arrow-right {
  right: -60px;
}

/* SECION SIX CSS END HERE  */

/* SECION SEVEN CSS START HERE  */

.section.s7 {
  background: var(--dark-blue);
  padding: 1rem 0;
}

.s7 .row {
  align-items: center;
}

.s7 > * {
  color: var(--white);
}

.s7 .div-text h2 {
  position: relative;
  line-height: 1;
  font-weight: 800;
  font-size: 2.5rem;
  margin: 0 0 2rem;
  padding: 0 0 2rem;
}

.s7 .div-text h2:before {
  position: absolute;
  content: "";
  background-color: var(--orange);
  width: 170px;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 1200px) {
  .s7 .div-text p {
    max-width: 85%;
  }
}

.s7 .div-text a.main-cta.btn-orange {
  margin-top: 2rem;
}

.s7 .div-text a.main-cta.btn-orange:hover {
  border-color: var(--white);
}

/* SECION SEVEN CSS END HERE  */

/* SECION EIGHT CSS START HERE  */

.s8 {
  background: #fff9ed;
  padding-bottom: 7rem;
}

.s8 .head {
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .s8 .head p {
    max-width: 80%;
    margin: 0 auto;
  }
}

.seoServices {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.5rem;
}

.seoServices > .serviceBox {
  background: #fff6e5;
  border-radius: 20px;
  border: 1px solid #f5dfb4;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .seoServices > .serviceBox {
    flex: 1 1 31%;
  }
}

.serviceBox .serviceIcon.serviceName {
  display: flex;
  align-items: center;
  grid-column-gap: 1.5rem;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgb(201 204 214 / 50%);
}

.serviceBox .serviceIcon.serviceName h2 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: var(--dark-blue);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

.serviceBox > p {
  font-size: 14px;
  line-height: 20px;
  color: var(--dark-blue);
  font-weight: 500;
  margin: 0;
}

.serviceBox > p > a {
  color: var(--orange);
}

.serviceBox > p > a:hover {
  color: var(--light-blue);
}

.serviceBox:hover {
  background: var(--white);
  box-shadow: 10px 0 30px rgb(213 92 16 / 15%);
  border-color: transparent;
}

.s8 .bottom-row {
  background: var(--white);
  text-align: center;
  max-width: 80%;
  margin: 2.5rem auto 0;
  padding: 2rem;
  border-radius: 1rem;
}

@media (min-width: 1200px) {
  .s8 .bottom-row {
    max-width: 80%;
  }
}

.s8 .bottom-row p {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--dark-blue);
  margin: 0;
}

/* SECION EIGHT CSS END HERE  */

/* SECION NINE CSS START HERE  */

.s9.diamond {
  margin-top: 0;
  padding: 0;
}

.s9 .top-row {
  background: #eef4fd;
  padding: 9rem 4rem 4rem;
  border-radius: 0 0 1rem 1rem;
  max-width: 66%;
  margin: 0 auto 4rem;
}

.s9 .top-row h2 {
  position: relative;
  color: var(--dark-blue);
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 2rem;
  padding: 0 0 1rem;
}

.s9 .top-row h2:before {
  position: absolute;
  content: "";
  background-color: var(--orange);
  width: 170px;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.s9 .top-row p {
  font-size: 1.125rem;
  color: var(--dark-blue);
  line-height: 28px;
  margin: 0 0 1.4rem;
}

.s9 .top-row p a {
  color: #007eff;
  text-decoration: underline !important;
}

.s9 .top-row strong {
  color: var(--dark-blue);
}

.s9 .top-row .div-cta {
  max-width: 85%;
  margin: 3rem auto 0;
}

.s9 .bottom-row {
  background: #1d478d;
  padding: 5rem 0 4rem;
}

.s9 .bottom-row .head h2 {
  color: var(--white);
}

.s9 .bottom-row .stats-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.s9 .bottom-row .stats-box h3 {
  font-family: "Inter", sans-serif;
  color: var(--white);
  font-size: 6.25rem;
  font-weight: 500;
  margin: 0 0 1rem;
}

.s9 .bottom-row .stats-box p {
  font-size: 1.125rem;
  color: var(--white);
  margin: 1rem 0 0;
}

.s9 .bottom-row .stats-logo {
  min-height: 50px;
}

/* SECION NINE CSS END HERE  */

/* SECION TEN CSS START HERE  */

.section.s10 {
  margin-top: 0 !important;
}

.s10 .head {
  max-width: 100%;
}

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* SLIDE CONTENT STYLE START */
.caseStudy-item img {
  margin: auto;
}

.caseStudy-item .caseStudy-name {
  text-align: center;
}

.caseStudy-item .caseStudy-name h2 {
  font-size: 26px;
  max-width: 80%;
  font-weight: bold;
  text-transform: uppercase;
  background: var(--dark-blue);
  color: var(--white);
  display: inline-block;
  padding: 1% 2%;
  border-radius: 0 0 1rem 1rem;
}

.caseStudy-item.slide-shape:before,
.caseStudy-item.slide-shape:after {
  position: absolute;
  content: "";
  background: var(--orange);
  width: 450px;
  height: 550px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.caseStudy-item.slide-shape:before {
  left: -32%;
}

.caseStudy-item.slide-shape:after {
  right: -32%;
}

/* SLIDER 1 SLIDE 1 START  */

.caseStudy-item {
  border: 1px solid #c1c6d1;
  border-radius: 1.5rem;
  position: relative;
  box-shadow: 5px 5px 20px hwb(218deg 5% 60% / 25%);
  margin: 0 1.5rem 3rem;
  min-height: 430px;
  overflow: hidden;
}

.caseStudy-item.slide-1 {
  text-align: center;
  padding: 0 7rem;
}

.caseStudy-item.slide-1 .caseStudy-name {
  margin: 0;
}

.caseStudy-item.slide-1 p {
  font-size: 24px;
  color: #535353;
  font-weight: 500;
  margin: 1rem 0 0;
}

.caseStudy-item.slide-1 h2 {
  color: #00165e;
  font-size: 40px;
  font-weight: 800;
  max-width: 90%;
  margin: 3rem auto;
}

/* SLIDER 1 SLIDE 1 START  */

/* SLIDER 1 SLIDE 2 START  */

.caseStudy-item.slide-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.caseStudy-item.slide-2 ul li {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 1.5rem;
}

.caseStudy-item.slide-2 ul {
  max-width: 80%;
  margin: 0 auto;
}

.caseStudy-item.slide-2 ul li.question span {
  background: var(--black);
}

.caseStudy-item.slide-2 ul li > span {
  font-weight: bold;
  color: var(--white);
  padding: 5px 1rem;
  margin: 0 0 0.5rem;
  display: inline-block;
}

.caseStudy-item.slide-2 ul li.answer > span {
  background: #1e9cf0;
}

.caseStudy-item.slide-2 ul li:first-child {
  margin: 0 0 5%;
}

.caseStudy-item.slide-2 ul li p span {
  color: var(--orange);
  font-weight: bold;
}

.caseStudy-item.slide-2 ul li p {
  margin: 0;
  font-weight: 600;
}

.caseStudy-item.slide-2 ul li small {
  color: #959595;
  font-size: 1rem;
}

/* SLIDER 1 SLIDE 2 END  */

/* SLIDER 1 SLIDE 3 START  */

.caseStudy-item.slide-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 3%;
}

.caseStudy-item.slide-3 .div-text p {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.5rem;
}

.caseStudy-item.slide-3 .div-text h3 {
  font-family: "Inter", sans-serif;
  background: #ea8522;
  color: var(--white);
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.2rem 2rem;
}

.caseStudy-item.slide-3 .div-text ul {
  display: grid;
  grid-template-columns: repeat(6, minmax(100px, 1fr));
}

.caseStudy-item.slide-3 .div-text ul li {
  font-family: "Inter", sans-serif;
  font-size: 2.375rem;
  font-weight: bold;
  color: #1e9cf0;
  line-height: 1;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #ccc;
}

.caseStudy-item.slide-3 .div-text ul li p {
  margin: 0;
  font-size: 0.938rem;
  line-height: 1;
}

.caseStudy-item.slide-3 .div-text {
  max-width: 95%;
  margin: 0 auto;
}

.caseStudy-item.slide-3 .div-text ul li:not(:last-child) {
  border-right: 1px solid #ccc;
}

.caseStudy-item.slide-3 .brand-assets {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
}

.caseStudy-item.slide-3 .brand-assets p {
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0;
}

.caseStudy-item.slide-3 .brand-assets p span {
  background: #1e9cf0;
  color: var(--white);
  font-size: 2.375rem;
  padding: 5px 10px;
  border-radius: 5px;
}

/* SLIDER 1 SLIDE 3 END  */

/* SLIDER 1 SLIDE 4 START  */

.caseStudy-item.slide-4 {
  padding: 0 0 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.caseStudy-item.slide-4 .div-text p {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  display: inline-block;
}

.caseStudy-item.slide-4 .div-text h3 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.375rem;
  padding-left: 7%;
  line-height: 2rem;
}

.caseStudy-item.slide-4 .div-text h3 span {
  background: var(--orange);
  color: var(--white);
  display: inline-block;
  padding: 4px;
}

.caseStudy-item.slide-4 .div-text h4 {
  font-size: 8rem;
  color: #1e9cf0;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 1;
  padding-left: 5%;
}

.caseStudy-item.slide-4.slide-shape:before {
  display: none;
}

.caseStudy-item.slide-4.slide-shape:after {
  background: #1e9cf0;
}

.caseStudy-item.slide-4 .div-img img {
  margin: unset;
  position: relative;
  z-index: 99;
}

.caseStudy-item.slide-4 .div-img .row .col-lg-6:nth-child(1) img {
  float: right;
}

/* SLIDER 1 SLIDE 4 END  */

/* SLIDER 1 SLIDE 5 START  */

.caseStudy-item.slide-5.slide-shape:before,
.caseStudy-item.slide-5.slide-shape:after {
  background: #1e9cf0;
}

.caseStudy-item.slide-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.caseStudy-item.slide-5 h2 {
  font-size: 3.125rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #333;
  max-width: 80%;
  text-align: center;
}

.caseStudy-item.slide-5 .btnDiv {
  margin: 2rem 0 0;
}

.caseStudy-item.slide-5 .btnDiv a {
  display: block;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.caseStudy-item.slide-5 .btnDiv a.book-consultation {
  background: var(--orange);
  color: var(--white);
  font-size: 1.375rem;
  font-weight: 500;
  padding: 1rem 0rem;
  border-radius: 0.5rem;
  text-shadow: 3px 3px rgb(0 0 0 / 10%);
  box-shadow: 6px 6px 20px rgb(241 111 29 / 40%);
}

.caseStudy-item.slide-5 .btnDiv a.book-consultation:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}

.caseStudy-item.slide-5 .btnDiv a.phone-call {
  font-size: 3rem;
  color: #333;
  font-weight: bold;
}

.caseStudy-item.slide-5 .btnDiv a.phone-call:hover {
  color: var(--orange);
}

/* SLIDER 1 SLIDE 5 END  */

.caseStudy-Slider-1 .slick-arrow-wrap {
  gap: 20%;
}

.slick-arrow-wrap .slick-arrow {
  position: unset;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--white);
  cursor: pointer;
}

.slick-arrow-wrap .slick-arrow {
  background: var(--dark-blue);
}

.slick-arrow-wrap .slick-arrow.slick-disabled {
  background: #c1c6d1;
}

.slick-arrow-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.caseStudy-Slider-1 ul.slick-dots {
  left: 0;
  right: 0;
  margin: 0 auto !important;
  width: max-content;
}

.caseStudy-Slider-1 ul.slick-dots li {
  background: #c1c6d1;
  border-radius: 50px;
  width: 18px;
  height: 18px;
}

.caseStudy-Slider-1 ul.slick-dots li.slick-active {
  background: var(--sky-blue);
  width: 70px;
}

.caseStudy-Slider-1 ul.slick-dots button {
  display: none;
}

.slick-arrow-wrap,
.caseStudy-Slider-1 ul.slick-dots {
  bottom: -8%;
}

@media screen and (max-width: 1199px) {
  .caseStudy-item.slide-1 {
    padding: 0;
  }

  .caseStudy-item.slide-shape:before {
    left: -45%;
  }

  .caseStudy-item.slide-shape:after {
    right: -45%;
  }

  .caseStudy-item.slide-3 .div-text ul {
    display: flex;
    flex-wrap: wrap;
  }

  .caseStudy-item.slide-3 .div-text ul li {
    flex: 1 1 30%;
  }

  .caseStudy-item.slide-3 .brand-assets p span {
    display: inline-block;
    line-height: 1;
    margin: 1rem 0 0;
  }

  .caseStudy-item.slide-3 .div-text ul li:nth-child(3) {
    border-right: 0;
  }

  .caseStudy-item.slide-4 .div-text h4 {
    font-size: 7rem;
  }

  .slick-arrow-wrap {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .caseStudy-item.slide-shape:before,
  .caseStudy-item.slide-shape:after {
    display: none;
  }

  .caseStudy-item.slide-4 {
    text-align: center;
  }

  .caseStudy-item {
    min-height: auto;
  }

  .caseStudy-item.slide-2 {
    padding: 2rem 0;
  }

  .caseStudy-item.slide-5 {
    padding: 2rem 0;
  }

  .caseStudy-item.slide-5 h2 {
    max-width: 100%;
  }

  .caseStudy-item .caseStudy-name h2 {
    font-size: 1.125rem;
    margin: 0 0 1rem;
    padding: 1rem;
  }

  .caseStudy-item.slide-1 h2 {
    font-size: 36px;
  }

  .caseStudy-item.slide-4 .div-text h4 {
    font-size: 5rem;
  }

  .caseStudy-item.slide-4 .div-img .row .col-lg-6 {
    max-width: 50%;
  }

  .caseStudy-item.slide-5 h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .caseStudy-item.slide-1 h2 {
    font-size: 24px;
    margin: 2rem auto;
  }

  .caseStudy-item.slide-1 p {
    font-size: 1rem;
  }

  .caseStudy-item .caseStudy-name h2 {
    font-size: 1rem;
  }

  .caseStudy-item.slide-3 .div-text p {
    font-size: 14px;
  }

  .caseStudy-item.slide-3 .div-text h3 {
    font-size: 1rem;
  }

  .caseStudy-item.slide-3 .div-text ul li {
    flex: 1 1 50%;
    border-right: 0 !important;
    padding: 1rem;
  }

  .caseStudy-item.slide-3 .brand-assets p span {
    display: block;
  }

  .caseStudy-item.slide-4 .div-text h3 {
    font-size: 1rem;
    padding: 0;
    margin: 1rem 0;
    line-height: 1;
  }

  .caseStudy-item.slide-4 .div-text h4 {
    padding: 0;
    font-size: 4rem;
    margin: 0 0 1rem;
  }

  .caseStudy-item.slide-4 {
    padding: 1rem;
  }

  .caseStudy-item.slide-4 .div-text p {
    border-top: 0;
  }

  .caseStudy-item.slide-5 h2 {
    font-size: 1.6rem;
  }

  .caseStudy-item.slide-5 .btnDiv a.book-consultation {
    font-size: 1rem;
    display: inline-block;
    padding: 1rem;
  }

  .caseStudy-item.slide-5 .btnDiv {
    text-align: center;
  }

  .caseStudy-item.slide-5 .btnDiv a.phone-call {
    font-size: 1.5rem;
  }
}

/* SECION TEN CSS END HERE  */

/* SECION ELEVEN CSS START HERE  */

.s11 {
  background: var(--dark-blue);
  padding-bottom: 8rem;
}

.s11 .head {
  max-width: 100%;
}

.s11 .head h2 {
  color: var(--white);
}

.s11 .row {
  align-items: center;
}

.s11 .goals-items {
  background: var(--white);
  height: 580px;
  padding: 1.4rem;
  border-radius: 1rem 0 0 1rem;
  overflow: auto;
  padding-right: 1.5rem;
}

.s11 .goals-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e6eaf0;
}

.s11 .goals-items::-webkit-scrollbar {
  width: 10px;
  background-color: #e6eaf0;
}

.s11 .goals-items::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
}

.s11 .goals-item {
  background: var(--white);
  border-radius: 1rem;
  border: 1px solid #e2e2e2;
  text-align: left;
  padding: 1rem 1.5rem;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1.5rem;
}

.s11 .goals-items .goals-item:not(:last-child) {
  margin: 0 0 1.4rem;
}

.goals-items .goals-item .goals-item-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e2e2;
}

.s11 .goals-items .goals-item .goals-item-detail h3 {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--dark-blue);
  margin: 0 0 1rem;
  padding: 0 0 1rem;
}

.s11 .goals-items .goals-item .goals-item-detail h3:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 5px;
  background: var(--orange);
  bottom: 0;
  left: 0;
}

.s11 .goals-items .goals-item .goals-item-detail p {
  font-size: 0.875rem;
  color: #333;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
}

#RFP {
  background: var(--white);
  border-radius: 1rem;
  position: relative;
  padding: 30px 20px;
  box-shadow: 10px 0 15px rgb(14 46 103 / 20%);
}

#RFP h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--dark-blue);
  padding-bottom: 20px;
}

#RFP h2 span {
  color: var(--orange);
}

#RFP:before {
  position: absolute;
  content: "";
  background: var(--orange);
  width: 30%;
  height: 5px;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}

#RFP .form-group {
  position: relative;
  margin-bottom: 15px;
}

#RFP .form-group i {
  position: absolute;
  font-size: 14px;
  color: #f47a1e;
  left: 15px;
  top: 18px;
}

#RFP .form-control {
  padding: 10px 10px 10px 40px;
  background-color: #f3f7fa;
  font-size: 14px;
  color: #a9a9a9;
  border: 1px solid #f6f4f4;
  box-shadow: none;
  border-radius: 50px;
}

@media (max-width: 767px) {
  #RFP {
    width: 100%;
    padding: 20px;
    height: auto;
  }

  #RFP h2 {
    font-size: 24px;
    padding-top: 0;
    padding-bottom: 15px;
  }
}

#RFP textarea#Details2 {
  border-radius: 20px;
  height: auto;
  resize: none;
}

#RFP .form-control::placeholder {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #9daac1;
}

#RFP .button-box a {
  background: var(--orange);
  color: var(--white);
  padding: 12px 50px;
  border-radius: 50px;
  display: inline-block;
  box-shadow: 0px 0px 10px #f47a1e8a;
}

#RFP .button-box a i {
  font-size: 14px;
  padding-left: 5px;
}

#RFP .button-box {
  text-align: center;
  margin-top: 24px;
}

#RFP .button-box a:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}

#RFP .form-group .form-control:focus,
#RFP .form-group .form-control:visited {
  border-color: var(--orange);
}

/* SECION ELEVEN CSS END HERE  */

/* SECION TWELVE CSS START HERE  */

section.s12 {
  margin-top: 0;
}

.div-table {
  max-width: 90%;
  margin: 0 auto;
  border: 1px solid #c5d3ee;
  background: #f4f8ff;
  border-radius: 1rem;
  overflow: hidden;
  overflow-x: auto;
}

.div-table table > thead > tr {
  background: #1d478d;
}

.div-table table > thead > tr > th {
  color: var(--white);
  font-size: 1.375rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.div-table table tr th,
.div-table table tr td {
  padding: 10px;
}

.div-table table tr th:nth-child(1),
.div-table table tr th:nth-child(3),
.div-table table tr th:nth-child(4),
.div-table table tr td:nth-child(1),
.div-table table tr td:nth-child(3),
.div-table table tr td:nth-child(4) {
  text-align: center;
}

.div-table table tbody > tr:not(:last-child) {
  border-bottom: 1px solid #c5d3ee;
}

.div-table tbody tr td {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #363636;
  white-space: nowrap;
}

.div-table table > thead > tr > th:not(:last-child),
.div-table table > tbody > tr > td:not(:last-child) {
  border-right: 1px solid #c5d3ee;
}

/* SECION TWELVE CSS END HERE  */

/* SECION THIRTEEN CSS START HERE  */

.s13 {
  background: #fff9ed;
  padding-bottom: 6rem;
}

.s13 .cater-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.s13 .cater-items > .cater-item .cater-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  background: #fff6e5;
  border-radius: 0.7rem;
  border: 1px solid #f5dfb4;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.s13 .cater-items > .cater-item {
  flex: 100%;
}

@media screen and (min-width: 992px) {
  .s13 .cater-items > .cater-item {
    flex: 0 0 190px;
  }
}

.s13 .cater-items > .cater-item p {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 500;
  color: var(--dark-blue);
  margin: 1rem 2rem 0;
  letter-spacing: 0.25px;
}

.s13 .cater-items > .cater-item:hover .cater-icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(310deg)
    brightness(100%) contrast(90%);
}

.s13 .cater-items > .cater-item:hover .cater-icon {
  background: var(--light-black);
}

/* SECION THIRTEEN CSS END HERE  */

/* SECION FOURTEEN CSS START HERE  */

section.s14 {
  margin-top: 0;
}

.s14 .law-firm-items .law-firm-item {
  background: #f3f7fa;
  padding: 3rem 5rem;
  border-radius: 1rem;
  text-align: center;
  min-height: 355px;
}

.s14 .law-firm-items .law-firm-item > h3 {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--dark-blue);
  margin: 0 0 1.5rem;
  padding: 0 2rem 1rem;
  border-bottom: 1px solid;
  display: inline-block;
}

.s14 .law-firm-items .law-firm-item > p {
  color: var(--dark-blue);
  line-height: 28px;
  margin: 0;
}

div#law-firm-slider {
  margin-bottom: 50px;
}

#law-firm-slider ul.slick-dots {
  left: 0;
  right: 0;
  bottom: -4rem;
  margin: 0 auto !important;
  width: max-content;
}

#law-firm-slider ul.slick-dots li {
  background: #e8e8e8;
  border-radius: 10px;
  width: 30px;
  height: 10px;
}

#law-firm-slider ul.slick-dots li.slick-active {
  background: var(--orange);
}

#law-firm-slider ul.slick-dots button {
  display: none;
}

div#law-firm-slider .slick-arrow-wrap {
  gap: 15%;
}

#law-firm-slider .slick-arrow-wrap,
#law-firm-slider .caseStudy-Slider-1 ul.slick-dots {
  bottom: -20%;
}

/* SECION FOURTEEN CSS END HERE  */

/* SECION FIVETEEN CSS START HERE  */

.s15 {
  background: var(--dark-blue);
}

.s15 .row {
  align-items: center;
}

.s15 .head h2 {
  color: var(--white);
}

.s15 .colLeft {
  position: relative;
  background: #00165e;
  padding: 40px 40px;
  border-radius: 20px;
}

.s15 .colLeft img.tu-left-arrow {
  position: absolute;
  right: -30px;
  bottom: 0;
  transform: rotate(-90deg);
}

.s15 .colLeft h4 {
  color: var(--white);
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 45px;
  text-align: center;
}

.s15 .colLeft h4 span {
  font-size: 50px;
  display: block;
}

.s15 .contact-box {
  padding-left: 50px;
}

.s15 .contact-box h4 {
  color: var(--white);
  font-size: 40px;
  font-weight: bold;
}

.s15 .contact-box a {
  font-size: 70px;
  font-weight: bold;
  color: var(--orange);
  line-height: 1;
}

.s15 .contact-box a:hover {
  color: var(--white);
}

.s15:before {
  position: absolute;
  content: "";
  width: 170px;
  height: 170px;
  border: 10px solid var(--white);
  opacity: 0.5;
  border-radius: 50%;
  top: -50px;
  left: -50px;
}

.s15:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: var(--white);
  opacity: 0.5;
  border-radius: 50%;
  bottom: 15%;
  right: -5px;
}

/* SECION FIVETEEN CSS END HERE  */

/* SECION SIXTEEN CSS START HERE  */

.s16 .order-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.s16 .head p strong {
  color: var(--orange);
}

.s16 .row {
  align-items: center;
}

.s16 .serviceTabContent {
  display: none;
}

.s16 .serviceTabContent.active {
  display: block;
}

/* .s16 .colRight {
    padding-left: 100px;
} */

.s16 .serviceTabContent h2 {
  font-size: 30px;
  font-weight: 800;
  color: var(--dark-blue);
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 5px solid #1373df;
  display: inline-block;
}

.s16 .serviceTabContent > p {
  color: var(--dark-blue);
  line-height: 26px;
}

.s16 .main-cta.btn-orange {
  margin-top: 2rem;
}

.s16 .chartCont {
  position: relative;
  background: #fff;
  width: 500px;
  height: 500px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s16 .chart-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #eee;
  border: 14px solid var(--white);
  box-shadow: 0 0 20px rgb(19 115 223 / 30%);
}

.s16 .chart-items .chart-item {
  position: absolute;
  width: 50%;
  height: 50%;
  background: var(--clr);
  transform-origin: bottom right;
  transform: rotate(calc(72deg * var(--i)));
  clip-path: polygon(0 0, 82% 0, 98% 98%, 0 82%);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}

.s16 .chart-items .chart-item span {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: bold;
  color: var(--light-black);
}

.s16 .chart-items .chart-item.active {
  background: #1373df;
}

.s16 .chart-items .chart-item.active span {
  color: var(--white);
  text-shadow: 1px 2px var(--light-black);
}

.s16 .chart-items .chart-item.active img {
  filter: invert(93%) sepia(0%) saturate(0%) hue-rotate(46deg) brightness(150%)
    contrast(106%);
}

.s16 .chart-items .chart-item img {
  position: relative;
}

.s16 .chart-items .chart-item:nth-child(1) img {
  top: -10px;
  right: -50px;
}

.s16 .chart-items .chart-item:nth-child(1) span {
  transform: rotate(-72deg);
  top: 20px;
}

.s16 .chart-items .chart-item:nth-child(2) img {
  top: -10px;
  right: -50px;
  transform: rotate(216deg);
}

.s16 .chart-items .chart-item:nth-child(2) span {
  transform: rotate(216deg);
  top: 50px;
  left: 10px;
}

.s16 .chart-items .chart-item:nth-child(3) img {
  top: 0;
  right: -50px;
  transform: rotate(144deg);
}

.s16 .chart-items .chart-item:nth-child(3) span {
  transform: rotate(144deg);
  top: 50px;
  left: -30px;
}

.s16 .chart-items .chart-item:nth-child(4) img {
  bottom: -10px;
  right: -50px;
  transform: rotate(72deg);
}

.s16 .chart-items .chart-item:nth-child(4) span {
  transform: rotate(72deg);
  top: 40px;
  left: 20px;
}

.s16 .chart-items .chart-item:nth-child(5) img {
  top: 0;
  right: -50px;
}

.s16 .chart-items .chart-item:nth-child(5) span {
  bottom: -50px;
  left: 0px;
}

/* SECION SIXTEEN CSS END HERE  */

/* SECION SEVENTEEN CSS START HERE  */

.s17 {
  background: #f4f8ff;
  padding: 3rem 0 6rem;
}

.s17 .head {
  margin-bottom: 7rem;
}

.s17 .boxes {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
}

.s17 .boxes > .box {
  flex: 1 1 48%;
  border: 1px solid #c2cee3;
  min-height: 220px;
  border-radius: 1rem;
  padding: 0 3rem;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .s17 .boxes > .box {
    flex: 1 1 31.333%;
  }
}

.s17 .boxes > .box img {
  margin: -60px 0 10px;
}

.s17 .boxes > .box span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 3.75rem;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  margin: 0 0 5px;
}

.s17 .boxes > .box p {
  color: #3f3f3d;
  font-weight: 500;
  margin: 0;
}

.s17 .boxes > .box:hover {
  background: var(--white);
}

/* SECION SEVENTEEN CSS END HERE  */

/* SECION EIGHTEEN CSS START HERE  */

section.s18 {
  margin-top: 0;
}

.s18 .secret-items .secret-item:not(:last-child) {
  margin: 0 0 3rem;
}

.s18 .secret-items .secret-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #f4f8ff;
  box-shadow: 0 0 40px rgb(14 46 103 / 15%);
  border-radius: 1rem;
  border: 1px solid #c5d3ee;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.s18 .secret-items .secret-item:hover {
  background: var(--white);
}

.secret-item .col-right {
  flex: 1 1 35%;
  padding: 0 3rem;
}

.s18 .secret-items .secret-item .col-right h3 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--dark-blue);
  margin: 0 0 1.5rem;
  padding: 0 0 1rem;
}

.s18 .secret-items .secret-item .col-right h3:before {
  position: absolute;
  content: "";
  background: var(--orange);
  width: 100px;
  height: 5px;
  bottom: 0;
  left: 0;
}

.s18 .secret-items .secret-item .col-right p {
  font-size: 0.875rem;
  color: var(--dark-blue);
  line-height: 20px;
  font-weight: 500;
  margin: 0;
}

/* SECION EIGHTEEN CSS END HERE  */

/* SECION NINETEEN CSS START HERE  */

.s19 {
  background: var(--dark-blue);
}

.s19 .head h2,
.s19 .head p {
  color: #fff8ed;
}

.s19 .client-carousel .item {
  margin: 0 5px;
}

.s19 .img-box img {
  width: 100%;
}

.s19 .client-card .client-content {
  padding: 20px;
  background: #001043;
  border-radius: 0 0 20px 20px;
  min-height: 445px;
}

.s19 .client-card .logo-box {
  margin-top: -75px;
  display: flex;
  grid-gap: 15px;
}

.s19 .client-card .logo-star {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.s19 .client-card .logo-star i {
  color: #fec03e;
  font-size: 20px;
  margin: 0 5px;
}

.s19 .client-card h3 {
  color: var(--white);
  font-weight: 800;
  margin: 20px 0 5px;
  font-size: 22px;
}

.s19 .client-card .logo-img img {
  border: 2px solid #ddd;
  border-radius: 100%;
}

.s19 .client-content hr {
  border: none;
  border-top: 2px solid var(--light-blue);
}

.s19 .client-card .designation {
  font-family: "Raleway", sans-serif;
  color: var(--white);
  opacity: 0.5;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0;
}

.s19 .client-card p {
  font-family: "Inter", sans-serif;
  color: var(--white);
}

.s19 .client-carousel .slick-arrow {
  background: var(--white);
  color: var(--dark-blue);
}

.s19 .client-carousel .slick-arrow:hover {
  background: var(--orange);
  color: var(--white);
}

.s19 .cs-slider .slick-arrow {
  background: var(--dark-blue);
  color: var(--white);
}

.s19 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  z-index: 99;
  cursor: pointer;
}

.s19 .slick-arrow:hover {
  opacity: 1;
}

.s19 i.fa.fa-angle-left.prev--arrow.slick-arrow {
  left: -40px;
}

.s19 i.fa.fa-angle-right.next--arrow.slick-arrow {
  right: -40px;
}

.s19 .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.s19 .client-carousel .slick-list {
  padding-bottom: 20px;
}

.s19 .client-carousel ul.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--white);
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.s19 .client-carousel .slick-dots li button {
  margin: 0 auto;
  background: var(--white);
  border-radius: 50%;
  width: 0;
  height: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

.s19 .client-carousel .slick-dots li button:before {
  display: none;
}

.s19 .client-carousel ul.slick-dots li.slick-active {
  opacity: 1;
}

.s19 .client-carousel ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SECION NINETEEN CSS END HERE  */

/* SECION TWENTY CSS START HERE  */

.s20 {
  background: #fff9ed;
  overflow: hidden;
}

.s20 .SBreviews-wrapper {
  max-width: 65%;
  margin: 0 auto;
}

.s20 .SBreviews-wrapper .row {
  align-items: center;
}

.s20 .SBreviews-wrapper h4 {
  background: var(--dark-blue);
  color: var(--white);
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 0 0 25px 25px;
  padding: 1.5rem;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

/* SECION TWENTY CSS END HERE  */

/* SECION TWENTY ONE CSS START HERE  */

.s21 {
  background: #fff9ed;
  background-image: url(../img/seo-lawyers/people-discussion.webp);
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.s21 .row {
  align-items: center;
}

.s21 .div-text h2 {
  position: relative;
  color: var(--dark-blue);
  line-height: 1;
  font-weight: 800;
  font-size: 2.5rem;
}

.s21 .div-text p {
  font-size: 1.625rem;
  font-weight: 600;
  margin: 2.5rem 0;
  color: var(--dark-blue);
}

.s21 .div-text p strong {
  color: var(--orange);
}

.s21 .div-img {
  text-align: center;
}

/* SECION TWENTY ONE CSS END HERE  */

/* SECION TWENTY TWO CSS START HERE  */

section.s22 {
  margin-top: 0;
}

.s22 .head {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .s22 .head p {
    max-width: 65%;
    margin: 0 auto;
  }
}

.s22 .reputable-item {
  background: #f3f7fa;
  border-radius: 1rem;
  padding: 3rem;
  min-height: 420px;
}

.s22 .reputable-item .div-text h3 {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  color: var(--dark-blue);
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  display: inline-block;
}

.s22 .reputable-item .div-text h3:before {
  position: absolute;
  content: "";
  background: var(--black);
  width: 90%;
  height: 1px;
  bottom: 0;
  left: 0;
}

.s22 .reputable-item .div-text p {
  color: var(--dark-blue);
  font-weight: 500;
  line-height: 28px;
}

#reputable-slider ul.slick-dots {
  left: 0;
  right: 0;
  bottom: -3rem;
  margin: 0 auto !important;
  width: max-content;
}

#reputable-slider ul.slick-dots li {
  background: #e8e8e8;
  border-radius: 10px;
  width: 30px;
  height: 10px;
}

#reputable-slider ul.slick-dots li.slick-active {
  background: var(--orange);
}

#reputable-slider ul.slick-dots button {
  display: none;
}

#reputable-slider ul.slick-dots {
  bottom: -12%;
}

#reputable-slider .slick-arrow-wrap {
  gap: 15%;
  bottom: -55px;
}

/* SECION TWENTY TWO CSS END HERE  */

/* SECION TWENTY THREE CSS START HERE  */

.s23.lawyerFAQS {
  background: #fafafa;
}

.s23.lawyerFAQS .heading h2 {
  position: relative;
  color: var(--dark-blue);
  line-height: 1;
  font-weight: 800;
  font-size: 3.25rem;
  text-transform: uppercase;
  margin: 0 0 2rem;
}

.s23.lawyerFAQS .heading h2 span {
  color: var(--orange);
}

.s23.lawyerFAQS .info-details {
  background: #e5edfa;
  border-radius: 10px;
  line-height: 1.6;
  padding: 20px;
}

.s23.lawyerFAQS .info-details h3 {
  font-weight: 600;
  font-size: 16px;
  color: var(--dark-blue);
  text-decoration: none;
  margin: 20px 0;
}

.s23.lawyerFAQS .info-details p {
  font-size: 0.875rem;
  color: var(--light-black);
  font-weight: 500;
  line-height: 24px;
}

.s23.lawyerFAQS ul#accordian {
  overflow-y: auto;
  max-height: 485px;
  padding: 0 20px 20px !important;
}

.s23.lawyerFAQS ul#accordian::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.s23.lawyerFAQS ul#accordian::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.s23.lawyerFAQS ul#accordian::-webkit-scrollbar-thumb {
  background-color: var(--orange);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

.s23.lawyerFAQS ul#accordian li p {
  display: none;
  color: #6a6a6a;
}

.s23.lawyerFAQS ul#accordian li {
  border-bottom: 1px solid #c6d2e6;
  padding: 25px 30px;
  cursor: pointer;
}

.s23.lawyerFAQS ul#accordian h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--dark-blue);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s23.lawyerFAQS ul#accordian h4 i {
  color: var(--orange);
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}

.s23.lawyerFAQS ul#accordian li.active {
  box-shadow: 0px 0px 15px 10px #e6eeff;
  border-radius: 30px;
  border: 0;
  margin-top: 20px;
}

.s23.lawyerFAQS ul#accordian li.active h4 {
  padding-bottom: 20px;
}

.s23.lawyerFAQS ul#accordian li p a {
  color: var(--orange);
}

.s23.lawyerFAQS ul#accordian li.active i::before {
  content: "\f068";
}

/* SECION TWENTY THREE CSS END HERE  */

/* SECION TWENTY FIVE CSS START HERE  */

/* .spin-win {
    background: #e5faff;
} */
body.popup-active {
  overflow: hidden;
}

.spin-win {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999999999999;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #e5faff;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.spin-win.spinner-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.5s 0s, transform 0.25s;
}

/* .spin-win:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #e5faff;
    top: 0;
    left: 0;
    z-index: -1;
} */

.spin-win .row {
  align-items: center;
}

.spin-win .div-text h2 {
  position: relative;
  color: var(--dark-blue);
  line-height: 1;
  font-weight: 800;
  font-size: 3.75rem;
  margin: 0 0 2rem;
  padding: 0 0 1.5rem;
}

.spin-win .div-text h2:before {
  position: absolute;
  content: "";
  background-color: var(--orange);
  width: 170px;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
}

.spin-win .div-text p {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--dark-blue);
}

@media (min-width: 1200px) {
  .spin-win .div-text p {
    max-width: 80%;
  }
}

.spinner-main {
  position: relative;
  width: 100%;
  height: 600px;
}

.spinnerCont {
  width: 100%;
  height: 100%;
  background-image: url("../img/seo-lawyers/spinner-img.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.spinner {
  position: absolute;
  top: 20px;
  left: 0;
  width: 450px;
  height: 460px;
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
  transition: transform 0.5s ease-in-out;
  transform: rotate(190deg);
  left: 0;
  right: 0;
  margin: auto;
}

.spinBtn {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
  width: 120px;
  height: 120px;
  box-shadow: 0 0 25px #000;
  border-radius: 50%;
  transform: translateY(-40%);
}

.spinBtn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spinBtn .pulse-svg {
  position: absolute;
  z-index: -1;
}

.spinner .number {
  position: absolute;
  width: 50%;
  height: 50%;
  background: var(--clr);
  transform-origin: bottom right;
  transform: rotate(calc(60deg * var(--i)));
  clip-path: polygon(0 0, 74% 0, 100% 100%, 0 74%);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.spinner .number span {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
  transform: scale(-1) rotate(45deg);
  left: 10px;
  top: 20px;
  line-height: 1;
}

.spin-step-2 {
  display: flex;
  justify-content: center;
  text-align: center;
}

.spin-step-2 .prize-div h3 {
  font-family: "Inter", sans-serif;
  font-size: 3.75rem;
  font-weight: 900;
  margin: 0 0 1.5rem;
  background: -webkit-linear-gradient(#f88f4c, #f37221 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.spin-step-2 .prize-div p {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--dark-blue);
  margin: 0;
}

.spin-step-2 .prize-div span {
  background: var(--sky-blue);
  display: inline-block;
  font-size: 3.125rem;
  color: var(--white);
  font-weight: bold;
  line-height: 1;
  font-family: "Inter", sans-serif;
  padding: 0.6rem 2rem;
  text-shadow: 2px 2px #383535;
  margin: 0.6rem 0;
}

.spin-step-2 .prize-div .continue-third-slide {
  font-family: "Poppins", sans-serif;
  position: relative;
  border-radius: 8px;
  padding: 1.2rem 5rem;
  display: inline-flex;
  margin: 2.5rem 0 0;
  align-items: center;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  overflow: hidden;
  border: 2px solid #e76817;
  background: linear-gradient(#f99250, #f2701d),
    linear-gradient(#f2701d, #f99250);
}

/* 
.spin-step-2 .prize-div .continue-third-slide:hover {
    background: var(--sky-blue);
} */

.spin-step-3 .prize-div .heading h2 {
  font-size: 3.125rem;
  font-weight: 800;
  color: var(--dark-blue);
}

.spin-step-3 .prize-div .heading {
  position: relative;
  margin: 0 0 2.5rem;
  padding: 0 0 1.5rem;
}

.spin-step-3 .prize-div .heading:before {
  position: absolute;
  content: "";
  background-color: var(--orange);
  width: 150px;
  height: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.spin-step-3 .prize-div .heading p {
  color: var(--dark-blue);
  font-weight: 500;
  margin: 0;
}

.form-styl-1 {
  background: #f3f7fa;
  border: 1px solid #d9e5ee;
  padding: 3rem;
  max-width: 70%;
  margin: 0 auto;
}

.form-styl-1 .form-group {
  display: flex;
}

.form-styl-1 .form-group > div {
  width: 100%;
}

.form-styl-1 .form-group label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: var(--dark-blue);
  min-width: 150px;
  margin-top: 10px;
}

.form-styl-1 .form-group:not(:last-child) {
  margin: 0 0 1rem;
}

.form-styl-1 .form-group input[type="text"],
.form-styl-1 .form-group input[type="email"],
.form-styl-1 .form-group input[type="URL"] {
  position: relative;
  border: 1px solid #d9e5ee !important;
  background: #fafcfe !important;
  border-radius: 7px !important;
  box-shadow: unset !important;
  outline: unset !important;
  min-height: 45px !important;
  width: 100% !important;
  padding: 0 1rem !important;
}

.form-styl-1 .no-website label {
  font-size: 0.875rem;
  color: #4a576d;
  font-weight: 500;
  margin: 0;
}

.form-styl-1 .no-website {
  margin: 0.5rem 0 0;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.form-styl-1 .no-website label,
.form-styl-1 .no-website input {
  cursor: pointer;
}

.form-styl-1 #no-website-calc,
.form-styl-1 #no-website-spin {
  height: 20px !important;
  width: 20px !important;
}

.form-styl-1 .form-btn {
  margin: 2rem 0 0;
}

.form-styl-1 .form-btn button {
  width: 100%;
  border: 0;
  background: var(--orange);
  color: var(--white);
  padding: 0.8rem 0;
  box-shadow: 6px 6px 20px rgb(241 111 29 / 40%);
}

.form-styl-1 .form-btn button:hover {
  box-shadow: none;
  background: var(--dark-blue);
}

.winner {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transform: translate(0%, 0%);
}

.winner-1 {
  left: -100%;
  transform: translate(-100%, 100%);
}

.winner-2 {
  right: -100%;
  transform: translate(100%, 100%);
}

.spin-win.active .winner-1 {
  left: 0;
  opacity: 1;
  transform: translate(0%, 0%);
}

.spin-win.active .winner-2 {
  right: 0;
  opacity: 1;
  transform: translate(0%, 0%);
}

/* Celebration animation start  */

.confetti {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.confetti-piece {
  position: absolute;
  width: 10px;
  height: 30px;
  background: #ffd300;
  top: 0;
  opacity: 0;
}

.confetti-piece:nth-child(1) {
  left: 7%;
  -webkit-transform: rotate(-40deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 182ms;
  -webkit-animation-duration: 1116ms;
}

.confetti-piece:nth-child(2) {
  left: 14%;
  -webkit-transform: rotate(4deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 161ms;
  -webkit-animation-duration: 1076ms;
}

.confetti-piece:nth-child(3) {
  left: 21%;
  -webkit-transform: rotate(-51deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 481ms;
  -webkit-animation-duration: 1103ms;
}

.confetti-piece:nth-child(4) {
  left: 28%;
  -webkit-transform: rotate(61deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 334ms;
  -webkit-animation-duration: 708ms;
}

.confetti-piece:nth-child(5) {
  left: 35%;
  -webkit-transform: rotate(-52deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 302ms;
  -webkit-animation-duration: 776ms;
}

.confetti-piece:nth-child(6) {
  left: 42%;
  -webkit-transform: rotate(38deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 180ms;
  -webkit-animation-duration: 1168ms;
}

.confetti-piece:nth-child(7) {
  left: 49%;
  -webkit-transform: rotate(11deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 395ms;
  -webkit-animation-duration: 1200ms;
}

.confetti-piece:nth-child(8) {
  left: 56%;
  -webkit-transform: rotate(49deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 14ms;
  -webkit-animation-duration: 887ms;
}

.confetti-piece:nth-child(9) {
  left: 63%;
  -webkit-transform: rotate(-72deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 149ms;
  -webkit-animation-duration: 805ms;
}

.confetti-piece:nth-child(10) {
  left: 70%;
  -webkit-transform: rotate(10deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 351ms;
  -webkit-animation-duration: 1059ms;
}

.confetti-piece:nth-child(11) {
  left: 77%;
  -webkit-transform: rotate(4deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 307ms;
  -webkit-animation-duration: 1132ms;
}

.confetti-piece:nth-child(12) {
  left: 84%;
  -webkit-transform: rotate(42deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 464ms;
  -webkit-animation-duration: 776ms;
}

.confetti-piece:nth-child(13) {
  left: 91%;
  -webkit-transform: rotate(-72deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 429ms;
  -webkit-animation-duration: 818ms;
}

.confetti-piece:nth-child(odd) {
  background: #7431e8;
}

.confetti-piece:nth-child(even) {
  z-index: 1;
}

.confetti-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  -webkit-animation-duration: 2000ms;
}

.confetti-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  -webkit-animation-duration: 2500ms;
  -webkit-animation-delay: 1000ms;
}

.confetti-piece:nth-child(4n-7) {
  background: red;
}

@-webkit-keyframes makeItRain {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: translateY(350px);
  }
}

/* Celebration animation end  */

body.spinner-active {
  overflow-y: hidden;
}

.spin-win-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: var(--dark-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  cursor: pointer;
  z-index: 99999;
  transition: all 0.3s ease-in-out;
}

.spin-win-close:hover {
  background: var(--orange);
}

.number.final-winner.final-winner-active {
  animation: blink-clr 1.2s linear infinite;
}

@keyframes blink-clr {
  0% {
    background-color: #079ed0;
  }

  50% {
    background-color: #f16f1d;
  }

  100% {
    background-color: #079ed0;
  }
}

img.spinBtn-img:hover {
  animation: blink 1s linear infinite;
}

@keyframes blink {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

/* SECION TWENTY FIVE CSS END HERE  */

/* MEDIA QUERIES START HERE  */

@media screen and (max-width: 1199px) {
  .s1 .topRow h1 br {
    display: none;
  }

  .s1 .coverBtns {
    grid-gap: 1rem;
  }

  .s1 .coverBtns a.talk-chat {
    padding: 16px 30px;
  }

  .s1 .coverBtns a.talk-phone {
    font-size: 1rem;
    padding-left: 50px;
  }

  .s1 .div-popup > h2 {
    max-width: 100%;
    font-size: 24px;
  }

  .s1 .div-popup > p {
    font-size: 1rem;
  }

  .s3 .head {
    max-width: 100%;
    margin: 0 0 3rem;
  }

  .s6 .head {
    margin-bottom: 3rem;
  }

  .s7 .div-text h2 {
    font-size: 2rem;
  }

  .s9 .top-row {
    max-width: 100%;
  }

  .s9 .bottom-row .stats-box h3 {
    font-size: 3.5rem;
  }

  .s9 .bottom-row .stats-box p {
    max-width: 100%;
  }

  .s15 .colLeft h4 span {
    font-size: 40px;
    margin: 6px 0;
  }

  .s15 .colLeft h4 {
    font-size: 30px;
    line-height: 1;
  }

  .s15 .contact-box a {
    font-size: 4rem;
  }

  .s16 .chartCont {
    width: 450px;
    height: 450px;
  }

  .s16 .chart-items .chart-item span {
    font-size: 1rem;
  }

  .s17 .heading h2 {
    font-size: 3rem;
  }

  .s18 .secret-item .col-right {
    padding: 1rem;
  }

  .s20 .SBreviews-wrapper {
    max-width: 70%;
  }

  .s21 .div-text p {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .s1 .banner-shape {
    display: none;
  }

  .s1 .row {
    grid-row-gap: 2rem;
  }

  .s1 .div-popup {
    max-width: 100%;
  }

  .s1 .popup-div img {
    width: 100%;
  }

  .s2 .bottom-row .calculate-revenue {
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: 500;
  }

  .s4 .implementing-strategies {
    margin: 2rem 0;
  }

  .s4 .implementing-strategies .up-arrow {
    top: unset;
    right: unset;
    left: -30px;
    bottom: -70px;
    transform: rotate(-35deg);
  }

  .s4 .ks-items {
    height: auto;
    padding: 0 0 1.5rem;
  }

  .s5 .top-row.row {
    grid-row-gap: 1rem;
  }

  .s5 .top-row .benefit-box p br {
    display: none;
  }

  .s5 .top-row .benefit-box {
    min-height: 170px;
  }

  .s5 .bottom-row .benefit-box {
    min-height: auto;
    padding: 2rem;
  }

  .s17 .boxes > .box {
    flex: 1 1 42%;
  }

  .s17 .boxes > .box span {
    font-size: 3rem;
  }

  .s21 {
    min-height: auto;
    background-image: unset;
    padding-bottom: 5rem;
  }

  .s22 #reputable-slider ul.slick-dots {
    bottom: -8%;
  }

  .s24 .heading h2,
  .s24 p {
    font-size: 1.5rem;
  }

  .s6 .error-box {
    min-height: auto;
  }

  .banner-shape {
    display: none;
  }

  .homeBanner.s1 .row {
    grid-row-gap: 2rem;
  }

  .s1 .div-popup {
    max-width: 100%;
  }

  .popup-div img {
    width: 100%;
  }

  .s2 .bottom-row .calculate-revenue {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 500;
  }

  .s4 .implementing-strategies {
    margin: 2rem 0;
  }

  .s4 .implementing-strategies .up-arrow {
    top: unset;
    right: unset;
    left: -30px;
    bottom: -70px;
    transform: rotate(-35deg);
  }

  .s4 .ks-items {
    height: auto;
    padding: 0 0 1.5rem;
  }

  .s5 .top-row.row {
    grid-row-gap: 1rem;
  }

  .s5 .top-row .benefit-box p br {
    display: none;
  }

  .s5 .top-row .benefit-box {
    min-height: 170px;
  }

  .s5 .bottom-row .benefit-box {
    min-height: auto;
    padding: 2rem;
  }

  .s24 .heading h2,
  .s24 p {
    font-size: 1.5rem;
  }

  .s6 .error-box {
    min-height: auto;
  }

  .section.s7 {
    text-align: center;
    padding: 3rem 0;
  }

  .s7 .div-text h2:before {
    margin: auto;
  }

  .s7 .row {
    grid-row-gap: 2rem;
  }

  .s8 .bottom-row {
    max-width: 100%;
  }

  .s9 .top-row {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .s9 .bottom-row .row > div:not(:last-child) {
    border-right: unset;
    border-bottom: 1px solid #c3d0e9;
  }

  .s11 .goals-items {
    height: auto;
    padding: 1.5rem;
  }

  .s11 .div-img {
    text-align: center;
  }

  .s11 .row {
    grid-row-gap: 2rem;
  }

  .s12 .row {
    grid-row-gap: 2rem;
  }

  .s13 .cater-items > .cater-item {
    flex: 46%;
  }

  .s15 .contact-box {
    text-align: center;
    padding: 2rem 0 0;
  }

  .s16 .chartCont {
    width: 500px;
    height: 500px;
    margin: 0 auto;
  }

  .s16 .order-img {
    display: none;
  }

  .s16 .row {
    grid-row-gap: 2rem;
  }

  .s17 .heading h2 {
    font-size: 2rem;
  }

  .s17 .heading p {
    font-size: 1rem;
  }

  .s17 .top-row span {
    font-size: 5rem;
  }

  .s18 .secret-items .secret-item {
    flex-direction: column;
  }

  .s18 .secret-items .secret-item .col-left,
  .s18 .secret-items .secret-item .col-left img {
    width: 100%;
  }

  .s18 .secret-items .secret-item:nth-child(2) {
    flex-direction: column-reverse;
  }

  .s20 .SBreviews-wrapper {
    max-width: 100%;
  }

  .s21 .div-text h2 br {
    display: none;
  }

  .s21 .div-text {
    text-align: center;
  }

  .s21 .div-text p {
    margin: 1rem 0;
  }

  .s22 .reputable-item {
    text-align: center;
  }

  .s22 .reputable-item .div-img {
    display: flex;
    justify-content: center;
  }

  .s23.lawyerFAQS .heading h2 {
    font-size: 2rem;
    text-align: center;
  }

  .s23.lawyerFAQS ul#accordian {
    max-height: initial;
  }
}

@media screen and (max-width: 767px) {
  a.main-cta {
    font-size: 14px;
  }

  .head h2 br {
    display: none;
  }

  .s1 .topRow h1 {
    font-size: 26px;
    padding-bottom: 1rem;
  }

  .homeBanner.s1 {
    padding: 2rem 0 1rem;
  }

  .s1 .coverBtns {
    margin: 1.5rem 0 0;
    padding: 1.5rem 0 0;
  }

  .s1 .coverBtns a {
    font-size: 0.875rem;
  }

  .s1 .coverBtns a.talk-chat {
    padding: 10px 20px;
    border-radius: 0px;
    box-shadow: unset;
  }

  .s1 .coverBtns a.talk-phone:before {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .s1 .coverBtns a.talk-phone {
    padding-left: 40px;
  }

  .s1 .div-popup > h2 {
    font-size: 20px;
  }

  .s1 .div-popup > p {
    font-size: 13px;
  }

  .s1 .bottomRow .statsRow > .statsBox {
    flex: 1 1 50%;
  }

  .s1 .bottomRow .statsRow {
    flex-wrap: wrap;
  }

  .s1 .bottomRow .statsBox h2 {
    font-size: 3.5rem;
  }

  .s1 .bottomRow .statsBox p {
    font-size: 0.875rem;
  }

  .s1 ul.partners {
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 10px;
    justify-content: space-between;
  }

  .s1 ul.partners > li {
    flex: 0 0 calc(30% - 10px);
  }

  .popup-div svg.pulse-svg {
    width: 60px;
  }

  .s2 .bottom-row .form-body {
    padding: 1.5rem;
  }

  .s2 .bottom-row .calculate-revenue {
    font-size: 14px;
  }

  .s2 .body-2 .sub-text > p {
    max-width: 100%;
  }

  .form-styl-1 .form-group {
    flex-direction: column;
  }

  .form-styl-1 {
    padding: 2rem 1rem;
  }

  .body-2 .form-styl-1 .heading > h3 {
    max-width: 100%;
  }

  .form-styl-1 .no-website label {
    font-size: 12px;
  }

  .form-styl-1 .no-website {
    align-items: flex-start;
  }

  .s3 .head p {
    max-width: 100%;
  }

  .s4 .col-left h2 {
    font-size: calc(1.325rem + 0.9vw);
  }

  .s4 .ks-wrapper > h2 {
    font-size: 1rem;
  }

  .s4 .ks-item {
    grid-template-columns: auto;
  }

  .s5 .center-row {
    margin: 2rem 0;
  }

  .s6 {
    background-image: unset;
  }

  .s6 .arrow {
    display: none;
  }

  .s6 .bottom-row {
    max-width: 100%;
  }

  .s9 .top-row {
    padding-left: 0;
    padding-right: 0;
  }

  .s9 .top-row h2 {
    font-size: calc(1.325rem + 0.9vw);
  }

  .s9 .top-row .div-cta .row {
    grid-row-gap: 1rem;
  }

  .s11 .goals-item {
    grid-template-columns: auto;
  }

  .s11 {
    padding-bottom: 6rem;
  }

  .s12 .div-table {
    max-width: 100%;
  }

  .s13 .cater-items > .cater-item {
    flex: 1 1 30%;
    width: 40%;
  }

  .s14 .law-firm-items .law-firm-item {
    padding: 2rem 1rem;
  }

  .s14 .law-firm-items .law-firm-item > h3 {
    font-size: 1.8rem;
  }

  .s15 .contact-box a {
    font-size: 2.6rem;
  }

  .s16 .colRight {
    text-align: center;
  }

  .s16 .chartCont {
    width: 350px;
    height: 350px;
  }

  .s16 .chart-items .chart-item span {
    font-size: 12px;
    text-align: center;
  }

  .s16 .chart-items .chart-item img {
    width: 25%;
  }

  .s16 .chart-items .chart-item:nth-child(1) img {
    right: -40px;
    top: -20px;
  }

  .s16 .chart-items .chart-item:nth-child(2) span {
    top: 40px;
  }

  .s16 .chart-items .chart-item:nth-child(3) span {
    top: 30px;
    left: 10px;
  }

  .s16 .chart-items .chart-item:nth-child(3) img {
    right: -60px;
    top: -10px;
  }

  .s16 .chart-items .chart-item:nth-child(4) img {
    bottom: 0;
  }

  .s16 .chart-items .chart-item:nth-child(4) span {
    top: 20px;
  }

  .s16 .chart-items .chart-item:nth-child(5) span {
    bottom: -40px;
  }

  .s17 .boxes > .box {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .s18 .secret-items .secret-item .col-right h3 {
    font-size: 1.4rem;
  }

  .s21 .div-text h2 {
    font-size: calc(1.325rem + 0.9vw);
  }

  .s22 .reputable-item {
    padding: 2rem 1rem;
  }

  .s22 .reputable-item .div-text h3 {
    font-size: 1.8rem;
  }

  .s23.lawyerFAQS ul#accordian li.active {
    box-shadow: unset;
    padding: 0;
  }

  .s23.lawyerFAQS ul#accordian li {
    padding: 25px 0;
  }

  .s23.lawyerFAQS ul#accordian li.active h4 {
    grid-gap: 1rem;
  }

  /* SPIN TO WIN  */
  .spinner {
    width: 280px;
    height: calc(100% - 180px);
    height: 280px;
    top: 0;
  }

  .spinner-main {
    height: 350px;
  }

  .spin-win .div-text h2 {
    font-size: 2rem;
    max-width: 280px;
    margin: 0 auto 2rem;
  }

  .spin-step-1 .div-text {
    text-align: center;
  }

  .spin-win .div-text h2:before {
    margin: auto;
  }

  .spin-win .spin-step-1 {
    flex-direction: column-reverse;
  }

  .spin-win .div-text p {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .spinBtn {
    width: 50px;
    height: 50px;
    transform: translate(0px, -70%);
  }

  .spinBtn .pulse-svg {
    width: 40px;
    height: 40px;
  }

  .spinner .number span {
    font-size: 12px;
  }

  .spin-step-2 .prize-div h3 {
    font-size: 2rem;
  }

  .spin-step-2 .prize-div span {
    font-size: 2.5rem;
  }

  .winner {
    display: none;
  }

  .spin-step-3 .prize-div .heading h2 {
    font-size: 1.5rem;
  }

  .spin-step-3 .form-styl-1 {
    max-width: 100%;
  }

  .spin-step-3 .prize-div .heading p {
    font-size: 0.875rem;
  }

  .spin-win.spinner-active.active {
    overflow: scroll;
  }
}

/* NEW SECTIONS CSS START  */

/* SECTION TWENTY FOUR CSS START HERE  */

.s24 .head {
  max-width: 100%;
}
.s24 .head:before {
  right: unset;
}

.s24 .row {
  align-items: center;
}
.s24 .head {
  position: relative;
  padding: 0 0 1rem;
  margin: 0 0 2rem;
}
.s24 .head h2:before {
  display: none;
}

.s24 .head h2 {
  margin: 0;
}

.s24 .head p {
  font-weight: 600;
}

.s24 .head:before {
  position: absolute;
  content: "";
  background: var(--orange);
  width: 100px;
  height: 5px;
  bottom: 0;
  left: 0;
}

.s24 .section--cta {
  margin: 3rem 0 0;
}

/* SECTION TWENTY FOUR CSS END HERE  */

/* SECTION TWENTY FIVE CSS START HERE  */
.s25 {
  padding-bottom: 6rem;
}
.s25 .tab-content {
  display: none;
}
.s25 .tab-content.active {
  display: block;
}
.s25 .head * {
  color: #fff8ed;
}
.s25 .tabs-wrap {
  background: #0a214a;
  padding: 2rem 4rem;
  border-radius: 1rem;
}
.s25 .tabs-wrap .row {
  align-items: center;
}
.s25 .tabs-wrap ul.tabs-list .tab-nav {
  font-size: 1.125rem;
  color: rgba(255 255 255 / 40%);
  padding: 1rem 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(255 255 255 / 40%);
  max-width: 80%;
  display: flex;
  gap: 1rem;
  line-height: 1.2;
  align-items: center;
}
.s25 .tabs-wrap ul.tabs-list .tab-nav > span {
  font-family: "Antonio", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.s25 .tabs-wrap ul.tabs-list .tab-nav.active {
  color: var(--white);
}
.s25 .tabs-wrap .tab-content h3 {
  font-size: 2.5rem;
  color: var(--white);
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin: 0 0 2rem;
}
.s25 .tabs-wrap .tab-content p {
  color: var(--white);
  max-width: 600px;
  font-size: 1.125rem;
  line-height: 1.5;
}
.s25 .tabs-wrap a.main-cta {
  margin: 3rem 0 0;
  width: fit-content;
}

/* SECTION TWENTY FIVE CSS END HERE  */

/* SECTION TWENTY SIX CSS START HERE  */

.s26 {
  margin: 0 !important;
}
.s26 .div-text h2 {
  position: relative;
  color: var(--dark-blue);
  line-height: 1;
  font-weight: 800;
  font-size: 2.5rem;
  margin: 0 0 2rem;
  padding: 0 0 1.5rem;
}

.s26 .div-text h2 span {
  display: block;
  color: var(--orange);
}
.s26 .div-text h2:before {
  position: absolute;
  content: "";
  background: var(--orange);
  width: 100px;
  height: 5px;
  bottom: 0;
  left: 0;
}

.s26 .div-text a.main-cta {
  margin: 2rem 0 0;
}

.s26:before {
  position: absolute;
  content: "";
  background: #eff7ff;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
#accordian {
  position: relative;
  height: 630px;
  overflow: auto;
}
.accordion__item {
  border: 2px solid var(--dark-blue);
  background: var(--white);
  border-radius: 5px;
}

div#accordian .accordion__item:not(:last-child) {
  margin: 0 0 1rem;
}

.accordion__item .accordion__item__header {
  padding: 0.8rem 2rem;
  cursor: pointer;
  overflow: hidden;
}

.accordion__item h4 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-blue);
}

.accordion__item h4 small {
  color: #909090;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.accordion__item h4 > i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.accordion__item .accordion__item__content {
  padding: 0 2rem 2rem;
}

/* SECTION TWENTY SIX CSS END HERE  */

@media (max-width: 767px) {
  .s24 .div-img {
    display: none;
  }

  .s24 .row {
    grid-row-gap: 1.5rem;
  }

  .tabs-wrap {
    padding: 2rem 1rem;
  }

  .tabs-wrap ul.tabs-list .tab-nav {
    max-width: 100%;
    font-size: 0.875rem;
  }

  .tabs-wrap ul.tabs-list .tab-nav > span {
    font-size: 1.5rem;
  }

  .tabs-wrap .tab-content {
    text-align: center;
    margin-top: 2rem;
  }

  .tabs-wrap .tab-content h3 {
    font-size: 1.25rem;
  }

  .tabs-wrap a.main-cta {
    width: 100%;
  }
  .s26 .div-text h2 {
    font-size: 1.5rem;
  }
}
