:root {
  --primary-color: #092a3b;
  --secondary-color: #1ba0b7;
  --secondary2-color: #f0dbda;
  --bs-white: #fff;
  --bodyFont: "Onest";
  --headingFont: "Onest";
}

.row {
  --bs-gutter-x: 5px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 5px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1292px;
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-weight: normal;
  line-height: 1.4 !important;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--bodyFont);
  color: var(--primary-color);
  background: #f1f1f1;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
  padding-top: 100px;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  width: auto;
  text-align: center;
  padding: 16px 25px 16px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: block;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
  line-height: 16px;
  border-width: 2px;
}

.btn:hover {
  background-color: #1ba0b7 !important;
  border-color: #198ea3 !important;
}

.btn-lg {
  font-weight: 700;
  line-height: 24px;
  fill: #ffffff;
  color: #ffffff;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #092a3c33;
  background: var(--secondary-color);
  border-radius: 12px 12px 12px 12px;
  padding: 20px 32px 20px 32px;
}

.btn-lg:hover {
  border-color: var(--primary-color) !important;
  background: var(--primary-color) !important;
}

.btn-outline-dark {
  background-color: #092a3b00;
  font-weight: 700;
  line-height: 24px;
  fill: #092a3b;
  color: #092a3b;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #092a3b;
  border-radius: 12px 12px 12px 12px;
  padding: 20px 32px 20px 32px;
  text-shadow: none !important;
}

.btn-outline-dark:hover {
  border-color: var(--primary-color) !important;
  background: var(--primary-color) !important;
  color: var(--bs-white);
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--headingFont);
}

.p-v-60 {
  padding: 60px 0;
}

h1,
.mainheading {
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
}

h2 {
  font-size: 30px;
  font-weight: normal;
}

h3.heads {
  font-size: 85px;
  font-weight: normal;
}

h4 {
  font-size: 13px;
  font-family: var(--bodyFont);
  font-weight: 500;
}

h5 {
  font-size: 13px;
  font-family: var(--bodyFont);
  font-weight: 500;
}

h6 {
  font-size: 20px;
  font-family: var(--bodyFont);
}

.p-v-100 {
  padding: 80px 0 !important;
}

header {
  position: fixed;
  top: 0;
  padding: 22px 0;
  z-index: 99;
  left: 0;
  width: 100%;
  background: var(--bs-white);
  -webkit-transition: 3s ease-in-out;
  -moz-transition: 3s ease-in-out;
  -o-transition: 3s ease-in-out;
  -ms-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
  border-bottom: #e4e4e4 1px solid;
}

/* header.fixed {
  position: fixed;
}
header.fixed .py-3 {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
header.fixed .topHead {
  display: none;
} */
.active-on-scroll {
  position: fixed;
  top: 150px;
}

.logo {
  width: 168px;
  flex: 0 0 168px;
}

.mobileClaims {
  display: flex;
  width: 155.73px;
  flex: 0 0 155.73px;
  margin-right: 2px;
}
.logo img {
  width: 100%;
  height: 55px;
  object-fit: contain;
  object-position: center center;
}

.stellarnav {
  width: 100%;
  max-width: 946.88px;
  margin-right: auto;
}

.stellarnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: 45px; */
  margin-left: 8px;
}

.stellarnav ul li > a {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  padding: 15px 20px;
}

.stellarnav ul li > a:hover,
.stellarnav ul li.active > a {
  color: var(--primary-color);
}

.hero {
  padding: 90px 0 40px;
  background-color: #f7f5eb;
}
.hero-image{
  margin-top: -25px;
}
.hero h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
  margin: 8px 0 16px;
}
.hero .row .col-lg-6:first-child {
  padding-left: 0;
  padding-right: 10px;
  padding-top: 10px;
}
.hero p {
  font-size: 22px;
  font-weight: 400;
  margin: 25px 0;
}

.hero .icons {
  width: 24px;
  flex: 0 0 24px;
  margin-right: 10px;
}

.hero .lists {
  display: inline-flex;
  margin-inline: calc(-24 / 2);
  list-style-type: none;
  margin: 0;
  font-size: 16px;
  flex-wrap: wrap;
}

.hero .lists li {
  margin-inline: calc(24px / 2);
  list-style: none;
}
.hero .lists li:first-child {
  margin-left: 0;
}
.hero .lists li:last-child {
  margin-right: 0;
}
.hero .btn-outline-dark {
  margin-left: 1rem;
}

.reviews img {
  max-width: 150px;
  flex: 0 0 150px;
}

.reviews {
  color: #717171;
  font-size: 13px;
}

.reviews small {
  font-size: 13px;
}

.reviews .ruk_count {
  font-weight: 600;
  color: #111;
}

.reviews i {
  color: #111;
  font-size: 18px;
  margin: 0 2px;
}

.w-80 {
  width: 84.85%;
}

.divider span {
  background-color: #f7f5eb;
  display: inline-block;
  padding: 8px 25px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #092a3ca8;
}

.divider {
  z-index: 1;
}

.divider:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(9 42 60 / 22%);
  position: absolute;
  left: 0;
  opacity: 1;
  display: block;
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
}

.featured .box {
  border: 2px var(--primary-color) solid;
  padding: 20px;
  border-radius: 24px 24px 24px 24px;
  -webkit-border-radius: 24px 24px 24px 24px;
  -moz-border-radius: 24px 24px 24px 24px;
  -ms-border-radius: 24px 24px 24px 24px;
  -o-border-radius: 24px 24px 24px 24px;
  background: var(--bs-white);
}

.featureclaim-section .heading-title {
  position: relative;
  font-family: var(--bodyFont);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #092a3ca8;
  text-align: center;
  margin-bottom: 15px;
}

.featureclaim-section .heading-title span {
  background-color: #f7f5eb;
  padding: 8px 25px;
  position: relative;
  z-index: 1;
}

.featureclaim-section .heading-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(9 42 60 / 22%);
  position: absolute;
  left: 0;
  opacity: 1;
  display: block;
  transform: translateY(-50%);
  top: 50%;
  z-index: 0;
}

#featured_slider .slick-slide {
  margin: 0 5px;
}

#featured_slider .slick-list {
  margin: 0 -5px;
}

.featureclaim-section .slick-slide .featuredslider_inner {
  background-color: #fff;
  border: 2px solid #092a3b;
  border-radius: 24px;
  padding: 0 32px;
  height: 100%;
}

.featureclaim-section .slick-slide .featuredslider_inner img {
  width: 100%;
}

.featureclaim-section
  .slick-slide
  .featuredslider_inner
  .featuredslider_wrapper {
  padding: 32px 0;
}

.featureclaim-section
  .slick-slide
  .featuredslider_inner
  .featuredslider_wrapper
  .featuredslider_top {
  display: flex;
}

.featureclaim-section
  .slick-slide
  .featuredslider_inner
  .featuredslider_top
  .featuredslider_image {
  width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 16px;
  flex: 0 0 80px;
}
.featureclaim-section
  .slick-slide
  .featuredslider_inner
  .featuredslider_top
  .featuredslider_image
  img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.featureclaim-section .featuredslider_content {
  padding-right: 20px;
}
.featureclaim-section
  .slick-slide
  .featuredslider_inner
  .featuredslider_top
  .featuredslider_content
  h2 {
  font-family: var(--bodyFont);
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  min-height: 108px;
}

.featureclaim-section .slick-slide .featuredslider_inner .featuredslider_top {
  margin-bottom: 25px;
}

.featureclaim-section .slick-slide .featuredslider_bottom .inline_item {
  display: flex;
}

.featureclaim-section
  .slick-slide
  .featuredslider_bottom
  .inline_item
  .inlinelist_item {
  background: #3087d9;
  color: #fff;
  padding: 4px 12px;
  border-radius: 6px;
  font-family: var(--bodyFont);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  margin-right: 10px;
}

.featureclaim-section .slick-slide .featuredslider_bottom .featuredbottom_top {
  margin-bottom: 26px;
}

.featureclaim-section
  .slick-slide
  .featuredslider_bottom
  .featuredbottom_mid
  p {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  min-height: 125px;
}

.featureclaim-section
  .slick-slide
  .featuredslider_bottom
  .featuredbottom_last
  a {
  background-color: #c0e6bd;
  border-color: #708b75;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  fill: #092a3b;
  color: #092a3b;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 12px 12px 12px 12px;
  padding: 12px 24px 12px 24px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.featureclaim-section .featured-slider .slick-arrow {
  background-color: rgb(from #092a3b r g b / 0.6);
  border-radius: 40px 40px 40px 40px;
  width: 49px;
  height: 49px;
  z-index: 1;
}

.featureclaim-section .featured-slider .slick-prev {
  left: -21px;
}

.featureclaim-section .featured-slider .slick-next {
  right: -21px;
}

.featureclaim-section .featured-slider .slick-arrow svg {
  width: 25px;
  height: 25px;
}

.featureclaim-section .featured-slider .slick-arrow svg path {
  fill: #fff;
}

.featureclaim-section .featured-slider .slick-arrow:before {
  content: normal;
}

.featureclaim-section .claim-button {
  margin-top: 20px;
  text-align: center;
}

.featureclaim-section .claim-button a {
  background-color: #092a3b00;
  font-family: var(--bodyFont);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  fill: #092a3b;
  color: #092a3b;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #092a3b;
  border-radius: 12px 12px 12px 12px;
  padding: 20px 32px 20px 32px;
}

.featureclaim-section .claim-button a:hover {
  background-color: #092a3b;
  color: #fff;
}

.featureclaim-section {
  padding: 80px 0;
  padding-top: 20px;
}

.learn-section {
  padding: 80px 0;
}

.learn-section .heading-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  color: #092a3b;
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}

.learn-section p {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #092a3c;
  margin-top: 20px;
  margin-bottom: 8px;
}

.learn-section .learn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.learn-section .learn-wrap .featuredslider_inner {
  width: 33.33%;
  padding: 0 10px;
}

.learn-section .learn-wrap .featuredslider_inner .featuredslider_wrapper {
  background-color: #fbfaf5;
  border: 2px solid #092a3b;
  border-radius: 24px;
  padding: 24px;
}
.featuredslider_top {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.slick-slide .featuredslider_top{
  flex-direction: row;
}
.featuredslider_bottom{
  min-height: 120px;
}
.learn-section.two .featuredslider_bottom{
  min-height: 205px;
}
.learn-section.two .featuredslider_content{
  min-height: 80px;
}
.learn-section .learn-wrap .featuredslider_inner .featuredslider_content h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  color: #092a3b;
}

.learn-section .learn-wrap .featuredslider_inner .featuredslider_bottom p {
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 16px;
}

.featuredslider_content {
  margin-top: 8px;
}
.learn-section .claim-button a {
  background-color: #092a3b00;
  font-family: var(--bodyFont);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  fill: #092a3b;
  color: #092a3b;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #092a3b;
  border-radius: 12px 12px 12px 12px;
  padding: 20px 32px 20px 32px;
}

.learn-section .claim-button a:hover {
  background-color: #092a3b;
  color: #fff;
}

.learn-section .claim-button {
  margin-top: 64px;
  text-align: center;
}

.aboutclaim-section {
  padding: 80px 0;
  background-color: #fbfaf5;
}

.aboutclaim-section h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 25px;
}

.aboutclaim-section p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #092a3c;
  line-height: 28px;
}

.aboutclaim-section .abt_img {
  padding-right: 20px;
}

.aboutclaim-section .abt_content {
  padding-left: 25px;
  padding-top: 12px;
}

.aboutclaim-section .abt_content a {
  background-color: #092a3b00;
  font-family: var(--bodyFont);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  fill: #092a3b;
  color: #092a3b;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #092a3b;
  border-radius: 12px 12px 12px 12px;
  padding: 20px 32px 20px 32px;
}

.aboutclaim-section .abt_content a:hover {
  background-color: #092a3b;
  color: #fff;
}

.aboutclaim-section .abt_content .claim-button {
  margin-top: 35px;
}

.review-section {
  background-color: #b8ebef;
  padding: 80px 0;
}

.review-section .review-title h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
  color: #092a3c;
}

.review-section .review-title h2 span {
  color: #1ba0b7;
}

.review-section .review-wrap {
  max-width: 321px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* .review-section .review-title {
  margin-bottom: 30px;
} */

.review-section .review-image img {
  width: 100%;
  max-width: 269px;
}

.review-section .review_inner .review_wrapper {
  background-color: #fff;
  border: 1px solid #092a3b;
  padding: 20px;
  border-radius: 24px;
}

.review-section .review_inner .featuredslider_content h2 {
  font-size: 20px;
  font-weight: 800;
  color: #092a3b;
  font-style: normal;
  line-height: 1.5;
}

.review-section .review_inner .featuredslider_content .review_stars ul {
  justify-content: flex-start;
}

.review-section .review_inner .featuredslider_content .review_stars ul li i {
  font-size: 12px;
}

.review-section .review_inner .featuredslider_content .review_stars ul li {
  margin-right: 4px;
}

.review-section .slick-slide {
  padding: 0 5px;
}

.review-section .review_inner p {
  color: #092a3b;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 24px;
      min-height: 100px;
}
.review-section .review-slider .slick-arrow:hover {
  background-color: #092a3b;
}

.review-section .cust-right {
  width: 65%;
  position: absolute;
  right: -100px;
}

.review-section .review-slider .slick-arrow:before {
  content: normal;
}

.review-section .review-slider .slick-arrow {
  background-color: rgb(9 42 59 / 30%);
  border-radius: 40px 40px 40px 40px;
  width: 48px;
  height: 48px;
  z-index: 1;
}

.review-section .review-slider .slick-prev {
  left: 0;
  bottom: -80px;
  top: unset;
}

.review-section .review-slider .slick-next {
  left: 65px;
  bottom: -80px;
  top: unset;
}

.review-section .review-slider .slick-arrow svg {
  width: 25px;
  height: 25px;
}

.review-section .review-slider .slick-arrow svg path {
  fill: #fff;
}

.join-section {
  background-color: #092a3b;
  padding: 80px 0;
}

.join-section .abt_content h4 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}

.join-section .abt_content p {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  margin: 50px 0;
  margin-top: 40px;
}

.join-section .abt_content .claim-button a {
  background-color: #1ba0b7;
  font-family: var(--bodyFont);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  fill: #092a3b;
  color: #fff;
  border: none;
  border-radius: 12px 12px 12px 12px;
  padding: 20px 32px 20px 32px;
}

.join-section .abt_content .claim-button a:hover {
  background-color: #fff;
  color: #092a3b;
}

.join-section .abt_content .claim-button {
  margin-top: 45px;
  text-align: center;
}

footer {
  padding: 60px 0 20px;
}

footer h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.f-menu a {
  color: var(--primary-color);
  font-size: 11px;
  margin-bottom: 12px;
}

.f-menu a:hover {
  color: var(--secondary-color);
}

footer h6 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
}

footer .btn {
  height: 40px;
  line-height: 38px;
  max-width: inherit;
  font-size: 11px;
  width: auto;
  padding: 0 2.5rem;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f90342;
  --bs-btn-border-color: #f90342;
}

.socials a {
  font-size: 20px;
  color: var(--secondary-color);
  padding-left: 20px;
}

.socials a:hover {
  color: var(--primary-color);
}

/* Santati */

.how-it-works-banner {
  padding: 70px 0;
  background-color: #f7f5eb;
}

.how-it-works-banner .banner-img {
  text-align: end;
}

.how-it-works-banner h1 {
  padding-bottom: 20px;
  font-weight: 900;
}

.how-it-works-banner h3 {
  color: var(--primary-color);
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

.how-it-works-banner p {
  padding: 20px 0px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.how-it-works-banner p em {
  font-size: 16px;
}

.icon-sec {
  padding: 40px 40px;
}
.border-t {
  border-top: 1px solid #092a3c1f;
  border-bottom: 1px solid #092a3c1f;
}
.icon-sec.border-t {
  padding: 31px 0;
}
.icon-box svg {
  height: 40px;
  width: 40px;
  margin-left: 10px;
}

.icon-sec .icon-text {
  padding-left: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.claim h3 {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 40px;
}

.claim {
  padding: 40px 15px;
}

.claim .heading-para {
  text-align: center;
  color: #fff;
  font-size: 31px;
  padding: 15px 0px;
}

.claim .para-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.claim ul {
  padding: 10px 0px;
}

.claim ul li {
  display: flex;
  align-items: start;
  position: relative;
  padding-bottom: 5px;
  margin-top: 5px;
}
.claim ul li:first-child {
  margin-top: 0;
}

.claim ul li .claim-list {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  padding-left: 8px;
  padding-right: 8px;
}

.join-the-claim {
  padding: 130px 0px;
  background-color: var(--bs-white);
}

.join-the-claim h2 {
  font-size: 47px;
  font-weight: 900;
  text-align: center;
  padding-bottom: 40px;
}

.join-the-claim .join-list li {
  border-top: solid 1px var(--primary-color);
  padding: 40px 0px 30px 0px;
  margin: 10px 14rem;
}

.join-the-claim .join-list li p {
  font-size: 18px;
  font-weight: 400;
  padding-left: 90px;
}

.join-the-claim .join-list li .join-list-heading {
  font-size: 32px;
  padding-left: 20px;
  font-weight: 800;
}

.join-the-claim .join-btn {
  text-align: center;
}

.join-the-claim .btn.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.join-the-claim .btn.btn-primary :hover {
  background-color: var(--secondary-color);
}

.join-the-claim .join-content li {
  list-style: disc;
  margin: 40px 15rem;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.do-claim .para-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 12px;
}

.do-claim {
  padding: 40px 30px 20px;
}

.do-claim h3 {
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  padding-bottom: 20px;
}

.do-claim .list-para {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: var(--bs-white);
}

.do-claim .end-para {
  color: var(--bs-white);
  font-weight: 400;
  font-size: 17px;
}

.do-claim ul {
  padding: 5px 0px 25px 0px;
}

.do-claim ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.do-claim ul li .claim-list {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-left: 14px;
}

.what-we-help-with-banner {
  padding: 100px 10px;
  background-color: var(--bs-white);
}

.what-we-help-with-banner .banner-img {
  text-align: end;
}

.what-we-help-with-banner h1 {
  padding-bottom: 14px;
  font-weight: 900;
}

.what-we-help-with-banner h3 {
  color: var(--primary-color);
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  padding: 8px 0px;
}

.what-we-help-with-banner p {
  padding: 15px 0px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.what-we-help-with-banner .banner-end-para {
  font-size: 15px;
  padding-top: 20px;
}

.featureclaim-section .featureclaim-heading {
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  padding: 30px 0px 15px;
}

.claiming-matters {
  padding: 50px 20px 40px;
  background-color: var(--bs-white);
}

.claiming-matters h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  padding-bottom: 20px;
}

.claiming-matters p {
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  padding-top: 8px;
}

.claiming-matters .matter-img {
  padding-top: 72px;
}

.claiming-matters .matter-img img {
  border-radius: 30px 30px 30px 30px;
}

.types-of-claims-section {
  background-color: #ebd3f780;
  padding: 60px 0px 40px 0px;
}

.types-of-claims-section h2 {
  font-weight: 900;
  font-size: 40px;
  padding-bottom: 20px;
  line-height: 48px;
}

.types-of-claims-section h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  /* padding-bottom: 18px; */
}

.types-of-claims-section h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  padding-bottom: 40px;
}

.types-of-claims-section .types-of-claims-box {
  border: 2px solid var(--primary-color);
  border-radius: 20px 20px 20px 20px;
  background-color: var(--bs-white);
  padding: 30px 25px;
  max-width: 390px;
  height: 315px;
  margin: 21px 21px 21px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.types-of-claims-section .types-of-claims-box h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}

.types-of-claims-section .types-of-claims-box p {
  font-size: 17px;
  font-weight: 400;
}

.campaign-1 {
  padding: 50px 0 80px 0;
  background-color: #fbfaf5;
}

.campaign-1 .heading-text {
  text-align: center;
}

.campaign-1 .heading-text h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  letter-spacing: 0px;
  color: var(--primary-color);
  padding-bottom: 23px;
}

.campaign-1 .heading-text h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: var(--primary-color);
  padding-bottom: 26px;
}

.campaign-1 .heading-text p {
  font-size: 22px;
  font-weight: 400;
  color: var(--text-color-1);
  line-height: 36px;
  padding-bottom: 25px;
}

.campaign-1 .image img {
  width: 100%;
  padding-bottom: 24px;
  height: 220px;
  object-fit: cover;
}

.campaign-1 .content-wrapper h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  font-family: var(--headingFont);
  color: var(--primary-color);
  padding-bottom: 17px;
}

.campaign-1 .content-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.campaign-1 .content-wrapper .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--secondary-color);
  width: 100%;
  height: 55px;
  border-radius: 12px;
  font-family: var(--headingFont);
}

.campaign-1 .content-wrapper {
  border: 2px solid #395460;
  border-radius: 24px;
  overflow: hidden;
}

.campaign-1 .content-wrapper .button a span {
  background-color: transparent;
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
}

.campaign-1 .content-wrapper .text-wrap {
  padding: 0px 23px 40px 23px;
}

/* .campaign-1 .content-wrapper .text-wrap p {
  padding: 20px 0 0 0;
} */

.campaign-1 .content-wrapper .text-wrap p {
  padding-bottom: 20px;
  color: var(--text-color-1);
}

.campaign-1 .bottom-text p {
  font-size: 16px;
  font-style: italic;
  font-family: var(--headingFont);
  text-align: center;
  padding-top: 37px;
}

.help_advice .heading-text p {
  font-size: 18px !important;
  line-height: 30px !important;
}

.help_advice .heading-text h1 {
  font-size: 40px !important;
  padding-bottom: 8px !important;
}

.help_advice {
  padding: 95px 0 140px 0 !important;
}

#conversation .content-wrapper {
  height: 540px !important;
}

.featureclaim-section .top-heading {
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: -8px;
}

.featureclaim-section p {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 20px;
}

/* ------------------------------------------- */
.claim-sec {
  padding: 65px 0 75px 0;
      background-color: #EEF5F9;
}

.more-claims {
  padding: 75px 0 70px;
  background-color: #f7f4e9;
}

.more-claims h2 {
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  line-height: 34px;
  padding-bottom: 26px;
}

.more-claims p {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
}

.more-claims .claim-button {
  margin-top: 25px;
  text-align: center;
}

.more-claims .claim-button a {
  background-color: var(--primary-color);
  font-family: var(--bodyFont);
  font-size: 15px;
  font-weight: 500;
  fill: #092a3b;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: var(--primary-color);
  border-radius: 12px 12px 12px 12px;
  padding: 12px 24px;
}

/* ---------------------------------------------- */

.term_sec1 p {
  color: var(--primary-color);
}

.term_sec1 .accordion-header .accordion-button {
  font-size: 24px;
  font-weight: 800;
  color: #1f2124;
  padding-bottom: 30px;
}

/* .accordion-body hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: #0000 solid;
  opacity: .25;
} */

.accordion-body p a {
  color: var(--secondary-color);
}

.accordion-item {
  border: none !important;
  border-bottom: #000 1px solid !important;
  border-radius: 0 !important;
}

/* .accordion-collapse.collapse.show hr {
  border-bottom: #000 1px solid !important;
} */

.cta-2 .join-btn {
  text-align: center;
}

.cta-2 .join-btn span a {
  background-color: var(--primary-color);
  opacity: 0.85;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid var(--primary-color);
}

.cta-2 .join-btn span a:hover {
  background-color: var(--bs-white) !important;
  color: var(--primary-color);
  border: var(--bs-white) solid 1px !important;
  opacity: 1;
}

.find-out-sec {
  background-image: none !important;
  padding: 120px 0px 86px !important;
}

.review-section .join-btn span a {
  background-color: var(--primary-color);
  padding: 20px 40px;
  line-height: 24px;
  font-size: 18px;
  border: 1px solid var(--primary-color);
}

.review-section .join-btn {
  padding-top: 63px;
}

.review-section .join-btn span a:hover {
  background-color: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color) !important;
}

.contact .btn-lg {
  font-size: 18px;
}

.law-sec4 {
  padding: 85px 0 80px 0 !important;
}

.more-claims .inner-content-wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  gap: 15px;
}

.more-claims .inner-box {
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  overflow: hidden;
}

.more-claims .wraper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 65px;
}

.more-claims .nav-link {
  background-color: #f6f6f7;
  color: #1ba5c3;
  border: 1px solid #e0e0e0;
  font-size: 18px;
  padding: 8px 20px;
}

.more-claims .nav-link.active {
  background-color: #b8ebef;
  color: var(--primary-color);
}

.more-claims #pills-tab {
  gap: 10px;
}

.more-claims form {
  position: relative;
}

.more-claims form input {
  height: 55px;
  width: 323px;
  padding: 0 10px 0 15px;
  border-radius: 12px;
}
.more-claims form .image {
  position: absolute;
  right: 4px;
  top: 19px;
  height: 100%;
  border: none !important;
  background: transparent;
}
.more-claims form .image img {
  width: 40px;
}

.more-claims .button2 a {
  border: 1px solid #092a3b;
  color: #ffffff;
  background-color: #092a3b;
  padding: 12px 24px;
  border-radius: 12px !important;
  font-size: 16px;
  font-weight: 600;
}

.more-claims .button2 {
  text-align: center;
  padding-top: 60px;
}

.more-claims .inner-box .text-wrapper {
  padding-top: 20px;
}

.more-claims .inner-box .bg-color-text {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 18px;
}

.more-claims .inner-box .bg-color-text h6 {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  background-color: #3087d9;
  display: inline-block;
  color: #fff;
  padding: 1px 13px;
  border-radius: 5px;
  text-transform: capitalize;
}

/* .more-claims .inner-box .date {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #092A3B;
  padding-bottom: 20px;
} */

.more-claims .inner-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color-1);
  font-family: var(--headingFont);
  padding-bottom: 20px;
}

.more-claims .inner-box p {
  font-size: 15px;
  font-family: var(--bodyFont);
  color: var(--text-color-1);
  font-weight: 400;
  text-align: left;
}

.more-claims .inner-box {
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
  background-color: var(--bs-white);
}

.more-claims .inner-content-wrapper .inner-box .image img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
}

.more-claims .inner-box .featuredbottom_last a {
  background-color: transparent;
  border-color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--secondary-color);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 12px 12px 12px 12px;
  padding: 12px 24px 12px 24px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.marketing {
  padding: 43px 0 30px;
}

.marketing h1 {
  color: var(--bs-white);
}

.marketing p {
  color: var(--bs-white);
}

.marketing .banner-img {
  padding: 0 70px 0 100px;
}

.marketing .banner-img img {
  /* height: 388px; */
  border-radius: 30px;
}

.marketing-contact-form h2 {
  text-align: center !important;
}

.marketing-contact-form p {
  font-size: 18px !important;
}

.marketing-overview p {
  color: #173c50 !important;
}

.marketing-overview h3 {
  color: #173c50 !important;
}

.marketing-overview ul li .claim-list a {
  color: #173c50 !important;
  line-height: 30px;
}

.marketing-overview .heading-para {
  text-align: start;
  font-weight: 800;
}

.legal-marketing {
  background-color: #fbfaf5;
  padding: 45px 53px;
}

.writer {
  background-color: #173c50;
  padding: 20px 0;
}

.writer h3 {
  color: var(--bs-white);
  font-size: 20px;
  font-weight: 500;
}

.writer p {
  color: var(--bs-white);
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 10px;
}

.writer h5 a {
  color: var(--bs-white);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 10px;
}

.strategies-for-success {
  padding: 70px 0 35px 0;
}

.strategies-for-success h3 {
  text-align: left;
  color: #173c50;
  font-size: 33px;
  font-weight: 800;
}

.strategies-for-success .para-2 {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 400;
}

.strategies-for-success .sub-para {
  color: #173c50;
  font-weight: 400;
  padding: 0 0 50px 60px;
  font-size: 19px;
}

.strategies-for-success h4 {
  color: #173c50;
  font-weight: 700;
  font-size: 24px;
  padding: 18px 11px;
}

.strategies-for-success .para-icon {
  border: 1px solid #173c50;
  border-radius: 50%;
  padding: 7px;
  background-color: #173c50;
}

.strategies-for-success .para-icon svg {
  color: #1ba0b711;
  stroke: #1ba0b711;
  fill: #1ba0b711;
}

.strategies-for-success .para-icon svg path {
  color: #1ba0b711;
  stroke: #1ba0b711;
  fill: #1ba0b711;
}

.strategies-for-success .icon-para {
  display: flex;
  align-items: center;
}

.strategies-for-success .strategies-img {
  padding: 20px 31px;
}

.strategies-for-success .partnering-btn {
  text-align: center;
}

.strategies-for-success .partnering-btn .btn {
  padding: 22px 30px;
  background-color: #1ba0b7 !important;
}

/* .strategies-for-success .partnering-btn .btn:hover {
  background-color: #1ba0b7 !important;
} */

.strategies-for-success .btn a:hover {
  background-color: var(--secondary-color) !important;
}

.supporting-consideration {
  padding: 70px 0 50px 0;
}

.supporting-consideration .progress {
  width: 100%;
  height: 20px;
  background-color: #e4f4f8;
  border-radius: 20px;
  padding: 3px;
  border: #092a3c1f solid 2px;
}

.supporting-consideration .progress-bar {
  background-color: #1ba6b8;
  height: 100%;
  border-radius: 20px;
}

.supporting-consideration h2 {
  padding: 30px 0 20px 0;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #173c50;
}

.supporting-consideration h3 {
  padding: 30px 0 20px 0;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #173c50;
}

.supporting-consideration p {
  color: #173c50;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
}

.supporting-consideration .box-para {
  border: solid 3px #173c50;
  border-radius: 34px;
  padding: 40px 7px;
  height: 240px;
}

.supporting-consideration .box-para h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.supporting-consideration .box-para p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 20px 0;
}

.strategies-claim {
  padding: 60px 0 5px 0;
}

.strategies-claim h3 {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
}

.strategies-claim .para-2 {
  font-size: 18px;
  line-height: 28px;
  color: #173c50;
  padding-top: 20px;
}

.strategies-claim h4 {
  color: #173c50;
  font-weight: 700;
  font-size: 22px;
  padding: 18px 11px;
}

.strategies-claim .sub-para {
  color: #173c50;
  font-weight: 400;
  padding: 0 0 16px 60px;
  font-size: 18px;
  line-height: 28px;
}

.strategies-claim .icon-para {
  display: flex;
  align-items: center;
}

.strategies-claim .para-icon {
  border: 1px solid #173c50;
  border-radius: 50%;
  padding: 7px;
  background-color: #173c50;
}

.strategies-claim .para-icon svg {
  color: #1ba0b711;
  stroke: #1ba0b711;
  fill: #1ba0b711;
}

.maximising-claims {
  padding: 40px 0;
}

.maximising-claims .progress {
  width: 100%;
  height: 20px;
  background-color: #e4f4f8;
  border-radius: 20px;
  padding: 3px;
  border: #092a3c1f solid 2px;
}

.maximising-claims .progress-bar {
  background-color: #1ba6b8;
  height: 100%;
  border-radius: 20px;
}

.maximising-claims .main-heading p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #173c50;
}

.maximising-claims .main-heading {
  padding-bottom: 20px;
}

.maximising-claims h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  color: #173c50;
  padding: 20px 0;
}

.maximising-claims h4 {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  color: #173c50;
  padding: 20px 0;
}

.maximising-claims .box-para {
  border: solid 3px #173c50;
  border-radius: 34px;
  padding: 40px 10px;
  height: 240px;
}

.maximising-claims .box-para h5 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.maximising-claims .box-para p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 20px 0;
}

.news-section {
  padding: 90px 0 80px 0 !important;
}

.news-section .heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.news-section .heading h2 {
  color: #173c50 !important;
}

.news-section .heading p a {
  font-weight: 700;
  font-size: 16px;
  color: #173c50;
}

.marketing-contact-form {
  padding-bottom: 5px !important;
}

.marketing-contact-form .btn {
  padding: 20px 35px !important;
}

/* -------------------------------------- */
.line-ber .wrapper {
  width: 100%;
  height: 22px;
  background-color: #e8f5f8;
  border: 2px solid #cddce1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 3px;
}

.line-ber .wrapper .inner-wrap {
  width: 70px;
  height: 14px;
  background-color: #1ba0b7;
  border-radius: 10px;
}

/* -------------------------------- */
.how-join {
  padding-top: 40px;
}

.how-join h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  padding-top: 40px;
  color: #173c50;
}

.how-join p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-top: 20px;
  color: #173c50;
}

.how-join ul li .icon-para {
  display: flex;
  align-items: center;
}

.how-join ul li h3 {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  padding-left: 18px;
}

.how-join ul p {
  color: #173c50;
  padding-bottom: 25px;
}

.how-join ul li p {
  font-size: 18px;
  line-height: 28px;
  color: #173c50;
  padding-top: 20px;
  font-weight: 400;
  padding-left: 65px;
  padding-bottom: 20px;
}

.how-join ul li .list-icon {
  border: 1px solid #1ba0b7;
  border-radius: 50%;
  padding: 7px;
  background-color: #1ba0b7;
}

.how-join ul li .list-icon svg {
  color: var(--bs-white);
  stroke: var(--bs-white);
  fill: var(--bs-white);
}

.how-join .progress {
  width: 100%;
  height: 20px;
  background-color: #e4f4f8;
  border-radius: 20px;
  padding: 3px;
  border: #092a3c1f solid 2px;
}

.how-join .progress-bar {
  background-color: #1ba6b8;
  height: 100%;
  border-radius: 20px;
}

/* ----------------------------------- */
.raising-awareness h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  color: #173c50;
  padding: 20px 0;
}

.raising-awareness h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  color: #173c50;
  padding: 0 0 10px 0;
}

.raising-awareness p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #173c50;
  padding: 5px 0 20px 0;
}

.raising-awareness .box-para {
  border: solid 3px #173c50;
  border-radius: 34px;
  padding: 40px 10px;
  height: 480px;
}

.raising-awareness .box-para h5 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.raising-awareness .box-para .sub-para p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 20px 0;
}

.raising-awareness .strategies-img {
  padding: 50px 31px;
}

.raising-awareness .progress {
  width: 100%;
  height: 20px;
  background-color: #e4f4f8;
  border-radius: 20px;
  padding: 3px;
  border: #092a3c1f solid 2px;
}

.raising-awareness .progress-bar {
  background-color: #1ba6b8;
  height: 100%;
  border-radius: 20px;
}
.review-image {
  margin: 0px 0px 20px 20px;
}

.review-section .btn.btn-dark.btn-lg {
  display: flex;
  width: fit-content;
  font-weight: 600;
  background-color: #092a3b;
  font-weight: 600;
  border-color: #092a3c33;
}

.review-section .btn.btn-dark.btn-lg:hover {
  background-color: #1ba0b7 !important;
}

.blue_btn {
  background-color: #b9d6f2;
  border-color: #3087d9;
  color: #092a3b;
  fill: #092a3b;
}
.greenish_btn {
  background-color: #b8ebef;
  border-color: #1ba0b7;
}
.purple_btn {
  background-color: #ebd3f7;
  border-color: #9674f3;
}
.light-pink_btn {
  background-color: #f7d3e8;
  border-color: #f374ae;
}
.green_btn {
  background-color: #c0e6bd;
  border-color: #708b75;
}
.orange_btn {
  background-color: #fbd1a2;
  border-color: #f79256;
}

.social_ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
}
.social_ico svg {
  fill: white;
}

.bg-light {
  background-color: #f7f5eb !important;
}

.loader {
  width: 20px;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid lightblue;
  border-right-color: white;
  animation: l2 1s infinite linear;
}

@keyframes l2 {
  to {
    transform: rotate(1turn)
  }
}
