: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: 100px 0;
}

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: 103px;
  flex: 0 0 103px;
}
.logo img {
  width: 100%;
  height: 55px;
  object-fit: contain;
  object-position: center center;
}

.stellarnav {
  width: auto;
}

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

.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: 70px 0 30px;
  background-color: #f7f5eb;
}
.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(-24px / 2);
}
.hero .lists li {
  margin-inline: calc(24px / 2);
}

.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: 89%;
}
.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;
}
.featureclaim-section .slick-slide {
  padding: 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 {
  max-width: 80px;
}
.featureclaim-section .slick-slide .featuredslider_inner .featuredslider_top .featuredslider_content h2 {
    font-family: var(--bodyFont);
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    margin-left: 15px;
}
.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;
}
.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: 25px;
  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: 25px;
}
.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;
}
.learn-section .learn-wrap .featuredslider_inner .featuredslider_content h2 {
  font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    color: #092A3B;
    margin-top: 30px;
}
.learn-section .learn-wrap .featuredslider_inner .featuredslider_bottom p {
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
}
.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;
}
.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;
  padding-bottom: 110px;
}
.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;
}
.review-section .review-title {
  margin-bottom: 30px;
}
.review-section .review-image img {
  width: 100%;
}
.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;
    margin-bottom: 10px;
}
.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 10px;
}
.review-section .review_inner p {
      color: #092A3B;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 25px;
}
.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: 49px;
  height: 49px;
  z-index: 1;
}
.review-section .review-slider .slick-prev {
      left: 0;
    bottom: -60px;
    top: unset;
}
.review-section .review-slider .slick-next {
      left: 65px;
    bottom: -60px;
    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-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #092A3B;
    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);
}
