.slider.style_six .slider_content h1 {
  font-size: 65px;
  line-height: 60px;
  font-weight: 800;
  color: var(--color-white);
  margin-bottom: 35px;
}

.slider.style_six .slider_content h6 {
  font-size: 18px !important;
  line-height: 37px;
}

.icon_box_only.type_eight .section_title .title {
  font-size: 22px;
  line-height: 32px;
}

#paralegal-support,
#immigration-support,
#personal-injury,
#contract-management,
#accounting-services,
#digital-marketing,
#lead-generation,
#data-research,
#back-office-support {
  scroll-margin-top: 200px !important;
  padding: 15px 0;
}

.social-icon-btn i {
  top: 1px;
  margin-right: 8px;
  margin-left: 0px;
}

.social-icon-btn {
  background-color: #16518b;
  border: #16518b;
}

.title_no_a_22,
.title_22 a {
  font-size: 18px;
  line-height: 28px;
}

.icon_box_only.type_five .icon {
  min-width: 63px;
  width: 47px;
  min-width: 50px;
}

.loader-wrap .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 100px;
  margin: 0 auto 45px auto;
  width: 100px;
  border: 3px solid #fff;
  border-top-color: #16508b00;
}

.terms-content ul li {
  list-style-type: disc;
}

.list_box li .icon i {
  font-size: 16px;
}

.list_box.weight_500 li a {
  font-weight: 500;
  font-size: 16px;
}

.slider-btn {
  border: 2px solid #fff !important;
  color: blue !important;
  background: transparent !important;
}

@media only screen and (min-width: 1400px) and (max-width: 1700px) {

  .slider.style_six .owl-nav .owl-prev,
  .slider.style_six .owl-nav .owl-next {
    width: 80px;
    margin: 0px -60px;
  }
}

@media (max-width: 500px) {
  .slider.style_six .slider_content h1 {
    font-size: 46px;
    line-height: 45px;
  }

  .list_box li .icon i {
    font-size: 16px;
  }

  .slider.style_six .owl-dots {
    position: absolute;
    bottom: 60px;
  }

  .list_box.weight_500 li a {
    font-weight: 500;
    font-size: 13px;
  }

  .slider.style_six .slider_content h6 {
    font-size: 12px !important;
    line-height: 23px;
  }

  .icon_box_only.type_eight .section_title .title {
    font-size: 18px;
    line-height: 28px;
  }

  .slider.style_six .owl-nav {
    height: 60px;
    top: 70%;
  }

  .slider.style_six .owl-nav {
    position: absolute;
    display: none;
    bottom: 0;
    height: 80px;
    width: 100%;
    right: 0%;
    left: 0;
    top: 80%;
  }

  .service_title {
    padding-top: 20px;
  }

  #paralegal-support,
  #immigration-support,
  #personal-injury,
  #contract-management,
  #accounting-services,
  #digital-marketing,
  #lead-generation,
  #data-research,
  #back-office-support {
    scroll-margin-top: 200px !important;
    padding: 15px 0;
  }
}

.form-container {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background: #0088f3;
  transition: width 0.3s ease;
}

.step {
  display: none;
  animation: fadeIn 0.5s ease;
}

.step.active {
  display: block;
}

.form-container h2 {
  color: #1f2937;
  margin-bottom: 30px;
  font-size: 24px;
}

.form-group {
  margin-bottom: 25px;
}

.form-container label {
  display: block;
  margin-bottom: 8px;
  color: #4b5563;
  font-weight: 500;
}

.form-container input,
textarea,
select {
  width: 100%;
  padding: 12px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.form-container input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #6366f1;
}

.color-options {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.color-option {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.color-option:hover {
  transform: scale(1.1);
}

.color-option.selected {
  border: 3px solid #0088f3;
}

.buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.form-container button {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-container button.next {
  background: #0088f3;
  color: white;
}

.form-container button.prev {
  background: #e5e7eb;
  color: #4b5563;
}

.form-container button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.error {
  color: #ef4444;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

.submit-message {
  text-align: center;
  padding: 40px;
}

.submit-message img {
  width: 80px;
  margin-bottom: 20px;
}

.select2-search.select2-search--dropdown input {
  outline: 2px solid #0088f3 !important;
}

.content-spacing {
  padding-top: 90px;
}

.bottom-spacing {
  padding-bottom: 50px;
}

.header-box-main {
  background-color: #16518b;
  border-radius: 15px !important;
}

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

  50% {
    transform: scale(1.1);
  }

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

.header-box {
  height: 100%;
  color: white;
  padding: 10px 10px;
  animation: scaleEffect 2s infinite;
  width: 180px;
}

.header-box-sticky {
  height: 100%;
  color: white;
  padding: 10px 10px;
  animation: scaleEffect 2s infinite;
}

.header-box .text-top {
  font-weight: 500;
  font-size: 1rem;
}

.header-box .text-bottom {
  font-weight: 600;
  font-size: 1rem;
}

.map-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.map-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 998px) {
  .top_bar {
    display: none;
  }

  .border_left_abolute_5px_two:before {
    background: none;
  }

  .content-spacing {
    padding-top: 20px;
  }

  .bottom-spacing {
    padding-bottom: 0;
  }

  .header-box,
  .header-box-sticky,
  .header-box-main {
    display: none;
  }
}