@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700;800&family=Kumbh+Sans:wght@400;600;700&family=Montserrat:wght@400;500;600;700&family=Roboto:wght@400;500;700;900&display=swap");

:root {
  --white: #fff;
  --black: #000;
  --transparent: transparent;
  --fira-sans: "Fira Sans", sans-serif;
  --open-sans: "Open Sans", sans-serif;
  --source-sans-pro: "Source Sans Pro", sans-serif;
  --montserrat: "Montserrat", sans-serif;
  --summer-sky: #39d188;
  --freshair: #ffffff;
  --oxford-blue: #818285;
  --mercury: #e5e5e5;
  --bronze-olive: #ea6d81;
  --heading: #ea6d81;
  --light-grey: #f4f5f8;
  --seprater-color: #39d188;
  --night-rider: #2c2c2c;
  --light-greey: #e9e9e947;
  --eerie-black: #212121;
  --suva-grey: #909090;
  --light-grey-blue: #f4f5f9;
  --dodger-blue: #192c57;
  --light-green: #f2fbfe;
  --orange: #fcbf02;
  --privacy: #5d5e61;
  --light-background-blue: #4789f2;
}

#more1 {
  display: none;
}

#more2 {
  display: none;
}

#more3 {
  display: none;
}

#more4 {
  display: none;
}

#more5 {
  display: none;
}

/* #more6 {

  display: none;

} */

#more7 {
  display: none;
}

#more8 {
  display: none;
}

body {
  margin: 0px auto;

  background: var(--freshair);

  line-height: normal;

  font-size: 16px;

  color: var(--dodger-blue);

  font-family: var(--montserrat);

  font-weight: 400;
}

h3 {
  margin-top: 20px;

  font-size: 24px;

  line-height: 30px;
}

.container {
  width: 100%;

  max-width: 1296px;

  margin-left: auto;

  margin-right: auto;

  padding: 0 30px;
}

.navbar {
  background-color: var(--light-grey);
}

.navbar-brand {
  width: 21%;
}

.logo-nav {
  width: 31%;
}
.navbar-brand .nd-logo {
  width: 100%;
  margin-right: 43px;
}
.footer-logo-w .nd-logo {
  width: 80%;
}
.btn-ou {
  letter-spacing: 1.5px;
  color: var(--freshair);
  text-transform: capitalize;

  background-color: var(--bronze-olive);

  margin-left: 20px;

  border: 1px solid var(--bronze-olive);

  font-family: var(--montserrat);

  font-size: 14px;

  font-weight: 400;

  border-radius: 0px;

  text-decoration: none;

  padding: 12px 25px;

  border-radius: 10px;
}
.navbar-nav .active > .nav-link {
  background-color: var(--bronze-olive);
  color: var(--freshair);
}
.btn-ou:hover {
  background-color: var(--transparent);

  border: 1px solid var(--bronze-olive);

  color: var(--bronze-olive);
}
.btn-ou-1 {
  letter-spacing: 1.5px;

  text-transform: capitalize;
  border: 1px solid var(--freshair);
  background-color: var(--bronze-olive);

  margin-left: 20px;
  color: var(--freshair);
  font-family: var(--montserrat);

  font-size: 14px;

  font-weight: 400;

  border-radius: 0px;

  text-decoration: none;

  padding: 12px 25px;

  border-radius: 10px;
}

.btn-ou-1:hover {
  background-color: var(--freshair);

  border: 1px solid var(--freshair);

  color: var(--bronze-olive) !important;
}
.navbar-toggler i {
  color: var(--black) !important;
}

.nav-link {
  color: var(--dodger-blue);

  letter-spacing: 0.25px;

  margin-left: 5px;

  margin-right: 5px;

  padding: 11px 15px;

  font-family: var(--montserrat);

  font-size: 16px;

  font-weight: 400;

  line-height: 20px;

  text-decoration: none;

  border-radius: 100px;
}

.offcanvas-body .navbar-nav {
  align-items: center;
}

.navbar-nav .about {
  display: flex;

  align-items: center;

  padding: 1px;
}

.navbar-nav .about:hover a {
  border-radius: 100px;

  background-color: var(--bronze-olive);

  color: var(--freshair) !important;
}

/* banner */

.banner-section {
  margin-top: 120px;
}

.hero-split {
  max-width: 95%;

  /* margin: auto; */
}

.heading {
  color: var(--dodger-blue);

  letter-spacing: 0.5px;

  font-family: var(--montserrat);

  font-size: 44px;

  font-weight: 500;

  line-height: 62px;
}

.text-span {
  color: var(--seprater-color);

  font-weight: 700;
}

.subheading {
  margin-bottom: 0;

  padding-top: 16px;

  padding-left: 0;

  font-family: var(--montserrat);

  /* font-size: 18px; */

  font-weight: 400;

  line-height: 1.2;
}

.qualify-btn {
  color: var(--freshair);

  letter-spacing: 0;

  text-transform: none;

  background-color: var(--bronze-olive);

  padding: 12px 25px;

  font-family: var(--montserrat);

  font-size: 17px;

  font-weight: 700;

  line-height: 24px;

  transition: all 0.2s;

  border: 1px solid var(--bronze-olive);

  margin-top: 37px;

  margin-bottom: 120px;

  border-radius: 0px;

  border-radius: 10px;
}

.qualify-btn:hover {
  background-color: var(--transparent);

  border: 1px solid var(--bronze-olive);

  color: var(--bronze-olive);
}

.banner-img {
  width: 90%;
}

.divider {
  height: 8px;

  background-color: var(--bronze-olive);
}

/* employee-credit */

.employee-credit {
  background-color: var(--freshair);

  border-bottom: 1px var(--freshair);

  padding: 55px 30px;
}

.emplye-cre {
  margin-top: 60px;
}

.heading-2 {
  /* width: 440px; */

  color: var(--dodger-blue);

  margin-bottom: 0;

  font-size: 30px;

  font-weight: 600;

  line-height: 41px;
}

.subheading {
  margin-bottom: 0;

  padding-top: 16px;

  padding-left: 0;

  font-family: var(--montserrat);

  /* font-size: 18px; */

  font-weight: 400;

  line-height: 1.2;
}

.paragraph-2 {
  align-self: center;

  margin-bottom: 3px;

  font-family: var(--montserrat);

  font-size: 18px;

  font-weight: 600;

  padding-top: 16px;
}

.div-block {
  text-decoration: none;

  color: var(--bronze-olive);

  flex-direction: row;

  justify-content: flex-end;

  align-items: flex-start;

  padding-right: 24px;
}

.video {
  width: 640px;

  max-height: 100%;

  max-width: 100%;

  position: relative;
}

.w-embed:before,
.w-embed:after {
  content: " ";

  grid-area: 1/1/2/2;

  display: table;
}

.w-video iframe,
.w-video object,
.w-video embed {
  width: 100%;

  height: 100%;

  border: none;

  position: absolute;

  top: 0;

  left: 0;
}

.ytp-impression-link {
  background: var(--black);

  -webkit-border-bottom-right-radius: 2px;

  -moz-border-radius-bottomright: 2px;

  border-bottom-right-radius: 2px;

  -webkit-border-top-right-radius: 2px;

  -moz-border-radius-topright: 2px;

  border-top-right-radius: 2px;

  bottom: 5px;

  height: 47px;

  position: absolute;
}

.ytp-impression-link-content {
  margin-top: 16px;
}

.ytp-impression-link-text {
  color: var(--freshair);

  float: left;

  font: 500 16px/16px "YouTube Noto", Roboto, Arial, Helvetica, sans-serif;

  margin-left: 12px;
}

.ytp-impression-link-logo {
  float: right;

  height: 16px;

  margin-left: 9px;

  margin-right: 12px;

  width: 72px;

  display: flex;
}

.html5-video-player svg {
  pointer-events: none;
}

/* section-3-understand */

.section-understand {
  background-color: var(--light-green);

  border-bottom: 1px var(--freshair);

  padding-left: 30px;

  padding-right: 30px;

  position: relative;

  padding: 90px 80px;
}

.list {
  padding-top: 42px;

  padding-left: 20px;
  list-style-type: disc;
  font-size: 22px;

  font-weight: 700;

  line-height: 31px;
}

.bullets {
  padding-bottom: 16px;
  color: var(--bronze-olive);
  font-size: 20px;

  font-weight: 600;
  color: var(--light-background-blue);
}

.bullets::marker {
  unicode-bidi: isolate;

  font-variant-numeric: tabular-nums;

  text-transform: none;

  text-indent: 0px !important;

  text-align: start !important;

  text-align-last: start !important;
}

.bullets.firstbullet {
  padding-bottom: 0;

  font-size: 20px;

  font-weight: 600;
}

.text-span-2 {
  color: var(--summer-sky);
}

.section-understand img {
  width: 80%;
}

/* eligible-section */

.eligible-section {
  padding: 60px 50px;
}

.qual-grid {
  grid-column-gap: 64px;

  grid-row-gap: 50px;

  grid-template-rows: auto;

  grid-template-columns: 1fr 1fr 1fr;

  grid-auto-columns: 1fr;

  justify-content: stretch;

  justify-items: end;

  margin-top: 50px;

  display: grid;
}

.what-our-client-say {
  padding: 70px 0px;
}

.quals {
  text-align: center;

  flex-direction: row;

  justify-content: center;

  align-items: center;

  display: flex;
}

.accor {
  width: 20%;

  margin: auto;
}

.accordion-button {
  background-color: #f8f9fa !important;
}

.accordion-header {
  background-color: #f8f9fa;
}

.eligible-section .accordion {
  width: 95%;
}

.eligible-section .accordion-button {
  padding: 40px 0px;

  font-size: 19px;

  color: var(--bronze-olive);

  font-weight: 600;
}

.eligible-section .accordion-button::after {
  color: var(--bronze-olive);
}

.icons {
  width: 39px;
}

.heading-4 {
  width: 63%;

  text-align: left;

  padding-left: 20px;

  padding-right: 20px;

  font-weight: 500;
}

.under-btn {
  margin-top: 30px;
}

.under-btn a {
  color: var(--freshair);

  letter-spacing: 0;

  text-transform: none;

  background-color: var(--bronze-olive);

  padding: 12px 25px;

  font-family: var(--montserrat);

  font-size: 17px;

  font-weight: 700;

  line-height: 24px;

  transition: all 0.2s;

  border: 1px solid var(--bronze-olive);

  margin-top: 37px;

  margin-bottom: 0px;

  border-radius: 10px;
}

/* erc-special */

.logo-erc {
  width: 25%;

  margin-bottom: 20px;
}

.erc-special {
  background-color: var(--bronze-olive);

  border-bottom: 1px var(--freshair);

  padding: 60px 30px 120px;

  position: relative;
}

.image-3 {
  margin-bottom: 34px;
}

.erc-special .heading-3 {
  color: var(--freshair);

  font-size: 21px;

  font-weight: 400;

  line-height: 1.3;

  text-align: justify;
}

.erc-special .div-block {
  color: var(--freshair);
}

.paragraph-2.white {
  color: var(--freshair);

  font-size: 15px;

  line-height: 17.5px;
}

.erc-special li {
  color: var(--freshair);
}

.erc-special li h3 {
  font-family: var(--source-sans-pro);

  font-size: 18px;

  font-weight: 400;

  margin-bottom: 10px;

  line-height: 1.3em;

  text-transform: uppercase;

  position: relative;
}

.rec-spec ul {
  list-style: none;

  padding-left: 0px;
}

.rec-spec p {
  font-size: 15px;

  font-weight: 500px;

  color: var(--icia-blue);

  line-height: 1.6em;

  margin: 0 0 20px;
}

.rec-spec i {
  color: var(--freshair);

  font-size: 18px;

  margin-right: 10px;
}

/* why-go-with */

.why-go-with {
  background-color: var(--light-green);

  border-bottom: 1px var(--freshair);

  padding: 60px 30px 40px;

  position: relative;
}

.div-block-49 {
  padding-left: 30px;
}

.separating-line {
  height: 1px;

  background-color: var(--bronze-olive);

  margin-top: 12px;
}

.image-16.peopleicon {
  width: 53px;

  height: 42px;
}

.whygo i {
  font-size: 45px;

  color: #2caae2;
}

.whygosectionheaders {
  color: var(--dodger-blue);

  font-family: var(--montserrat);

  font-weight: 600;
}

.whygodescriptions {
  font-family: var(--open-sans);

  font-size: 22px;

  font-weight: 400;

  line-height: 31px;
}

/* counter-background */

.counter-background {
  background-color: var(--bronze-olive);

  color: var(--freshair);

  padding-top: 60px;
}

.counter-bac {
  background: url(/assets/images/counter-background.webp);

  background-position: 0 0;

  background-repeat: no-repeat;

  background-size: 100%;

  height: 450px;

  align-items: flex-end;
}

.grid-3 {
  grid-column-gap: 0px;

  grid-row-gap: 0px;

  grid-template-rows: auto;

  grid-template-columns: 1fr 1fr;

  grid-auto-columns: 1fr;

  display: grid;
}

.blue {
  color: var(--freshair);

  background-color: transparent;

  margin-top: 36px;

  font-size: 48px;
}

.businessesreached {
  color: var(--freshair);

  margin-top: 14px;
}

.heading-3.numbersheading {
  font-size: 30px;

  font-weight: 600;

  line-height: 41px;
}

.creditRecovered {
  background-image: url(/assets/images/map-large.png);

  position: relative;

  padding: 12em 0;

  text-align: center;

  background-position: center;

  background-size: cover;
}

.crBox {
  box-shadow: 0 2px 5px 2px var(--black);

  width: 520px;

  display: block;

  margin: 0 auto;

  background-color: var(--light-grey);

  padding: 40px 0;

  border-radius: 15px;

  position: relative;

  z-index: 99;
}

.crBox h3 {
  color: var(--dodger-blue);

  font-weight: 700;

  font-size: 20px;

  text-shadow: 1px 1px 2px var(--black);
}

.crBox h2 {
  font-size: 32px;

  color: var(--dodger-blue);

  font-weight: 800;

  text-shadow: 1px 1px 2px var(--black);

  letter-spacing: -1.5px;
}

.client-testimonials {
  padding: 70px 0px;
}

.client-testimonials h2 {
  font-weight: 600;
}

.testimonials-costomer {
  margin: auto;

  font-family: var(--source-sans-pro);

  background-color: var(--bronze-olive);

  color: var(--white);

  text-decoration: none;

  padding: 12px 70px;

  font-size: 18px;

  font-weight: 700;

  border-color: var(--freshair);

  border-width: 2px;

  border-style: solid;

  letter-spacing: 0;

  text-transform: uppercase;

  text-shadow: 0 0 0 transparent;

  width: auto;

  border-radius: 50px;
}

.testimonials-costomer i {
  color: var(--white);

  height: 19px;

  width: 19px;

  border-radius: 30px;

  font-size: 18px;

  text-align: center;
}

.testimonials-costomer i::before {
  text-indent: 3px;

  display: block;
}

.testimonials-costomer:hover {
  background-color: var(--transparent) !important;

  color: var(--bronze-olive) !important;

  text-decoration: none !important;

  border: 2px solid var(--bronze-olive);
}

/* swiper */

.gallery-slide {
  min-height: 405px;

  background-color: var(--freshair);

  border-radius: 12px;

  margin-right: 10px;
}

.gallery-lightbox {
  width: 100%;

  height: 100%;

  border-top-left-radius: 12px;

  border-top-right-radius: 12px;
}

.gallery-image-small-square {
  height: 160px;

  margin-bottom: 27px;
}

.image-cover-2 {
  width: 100%;

  height: 100%;

  object-fit: cover;

  border-top-left-radius: 12px;

  border-top-right-radius: 12px;
}

.description-box {
  padding-bottom: 20px;

  padding-left: 25px;

  padding-right: 25px;
}

.heading-9.space {
  padding-top: 10px;

  padding-bottom: 4px;

  font-size: 26px;

  line-height: 1.2;
}

.heading-9.light {
  color: var(--suva-grey);

  margin-top: 5px;

  font-weight: 400;
}

.heading-9.light.subheading {
  padding-top: 0;

  font-size: 18px;
}

.heading-9 {
  padding-left: 0;

  font-family: Source Sans Pro, sans-serif;

  font-size: 36px;

  font-weight: 700;

  line-height: 26px;
}

.num-div {
  grid-column-gap: 20px;

  align-items: center;

  margin-top: 30px;

  margin-bottom: 30px;

  display: flex;
}

.big-num {
  color: var(--seprater-color);

  font-family: Source Sans Pro, sans-serif;

  font-size: 40px;

  line-height: 100%;
}

.big-num.smaller {
  font-size: 26px;

  font-weight: 700;
}

.smallcopy.bolder {
  margin-bottom: 0;

  font-weight: 600;
}

.smallcopy {
  margin-bottom: 4px;

  font-family: Source Sans Pro, sans-serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.2;
}

.reasondiv {
  justify-content: flex-start;

  align-items: flex-start;

  display: flex;
}

.smallcopy.light.spaceright {
  margin-right: 40px;
}

.smallcopy.light {
  color: var(--suva-grey);
}

/* .swiper-slide {

  width: 350px !important;

  margin-right: 25px !important;

} */

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 46% !important;

  left: auto;
}

.swiper-button-next {
  width: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 46% !important;

  right: auto;
}

.swiper-button-prev {
  width: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  height: 45px;

  width: 45px;

  display: flex;

  justify-content: center;

  align-items: center;

  content: "prev ";

  font-size: 15px !important;

  border: 1px solid var(--light-grey-blue) !important;

  /* padding: 15px; */

  border-radius: 50%;

  font-weight: 900;

  color: var(--dodger-blue);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  height: 45px;

  width: 45px;

  display: flex;

  justify-content: center;

  align-items: center;

  content: "next";

  font-size: 15px !important;

  border: 1px solid var(--light-grey-blue) !important;

  /* padding: 15px; */

  border-radius: 50%;

  font-weight: 900;

  color: var(--dodger-blue);
}

.successstories {
  padding-left: 90px;
}

.swiper-section {
  padding: 60px 0px;

  background-color: var(--light-grey);
}

/* swiper-section-2 */

.swiper-section-2 {
  padding: 60px 0px;
}

/* FAQS-section */

.FAQS-section {
  padding: 60px 20px;
}

.accordion-button {
  padding: 40px 0px;

  font-size: 22px;

  color: var(--dodger-blue);

  font-weight: 600;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  padding: 20px;

  background-color: var(--light-greey);
}

/* what our cloent says */

.what-our-client-say h2 {
  font-size: 44px;

  font-family: var(--source-sans-pro);

  color: var(--dodger-blue);

  font-weight: 400;

  line-height: 1.3em;

  text-transform: capitalize;

  position: relative;

  margin-bottom: 20px;

  padding-bottom: 10px;
}

.googlewraptop {
  text-align: left;

  background-color: var(--light-grey-blue);

  padding: 18px 24px 24px;

  border-radius: 8px;

  margin-bottom: 20px;
}

/* --------swipper-card------------ */

.swiper-button-next1 {
  right: 0% !important;

  left: auto !important;
}

.swiper-button-next1,
.swiper-button-prev1 {
  position: absolute;

  top: 50%;

  width: calc(var(--swiper-navigation-size) / 44 * 27);

  height: var(--swiper-navigation-size);

  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));

  z-index: 10;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev1 i {
  height: 30px !important;

  width: 30px;

  display: flex;

  justify-content: center;

  align-items: center;

  line-height: 1.5 !important;

  border-radius: 50% !important;

  background-color: var(--suva-grey) !important;

  fill: var(--freshair) !important;

  box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px 0px !important;

  color: var(--freshair) !important;
}

.swiper-button-next1 i {
  height: 30px !important;

  width: 30px;

  display: flex;

  justify-content: center;

  align-items: center;

  line-height: 1.5 !important;

  border-radius: 50% !important;

  background-color: var(--suva-grey) !important;

  fill: var(--freshair) !important;

  box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px 0px !important;

  color: var(--freshair) !important;
}

.swiper1 {
  margin-left: auto;

  margin-right: auto;

  position: relative;

  overflow: hidden;

  list-style: none;

  padding: 0;

  z-index: 1;
}

/* .swiper-button-next1::after {

  font-size: 16px !important;

  color: white;

} */

.swiper-button-prev1 {
  left: 0% !important;

  right: auto !important;
}

/* .swiper-button-prev1::after {

  font-size: 16px !important;

  color: white;

} */

.reviewerbox {
  position: relative;

  padding: 24px;

  transition: 0.1s ease 0s;

  border-radius: 8px;

  box-sizing: border-box;

  -webkit-box-flex: 1;

  flex-grow: 1;

  background-color: var(--light-grey-blue);
}

.reviewerinfo {
  display: flex;

  margin-bottom: 15px;
}

.revinfo-thumb {
  width: 44px;

  height: 44px;

  border-radius: 50%;

  overflow: hidden;

  margin-bottom: 10px;
}

.reviewerbio {
  margin-left: 3px;

  text-align: left;
}

.reviewerbio h5 {
  font-weight: bold;

  font-size: 13px;
}

.reviewerbio ul.stars {
  clear: both;

  display: block;

  text-align: left;
}

.reviewerbio ul.stars li {
  display: inline-block;
}

.reviewerbio ul.stars li i {
  color: var(--orange) !important;

  font-size: 13px;
}

.reviewercontent p {
  font-size: 15px;

  text-align: left;

  line-height: 1.5;

  color: var(--black) !important;
}

.reviewerinfo a {
  color: var(--black) !important;
}

.get_strtd_sect {
  background: var(--bronze-olive);

  padding: 45px 0;
}

.get_strtd_sect h2 {
  font-size: 32px;

  font-weight: 700;

  font-family: var(--montserrat);

  color: var(--freshair);

  text-align: center;

  max-width: 684px;

  width: 100%;
}

.begin-qualifying:hover {
  background-color: var(--freshair);

  color: var(--bronze-olive);

  border: var(--bronze-olive);

  padding: 12px 20px 14px;
}

.begin-qualifying {
  font-family: "Source Sans Pro", sans-serif;

  /* background-color: var(--rgb-orange); */

  background-color: var(--transparent);

  color: var(--freshair);

  text-decoration: none;

  padding: 12px 20px 14px;

  font-size: 16px;

  font-weight: 700;

  /* border-color: var(--rgb-orange); */

  border-color: var(--freshair);

  border-width: 2px;

  border-style: solid;

  letter-spacing: 0;

  text-transform: none;

  color: var(--freshair);

  text-shadow: 0 0 0 transparent;

  width: auto;

  border-radius: 10px;
}

/* footer */

.main-ftr {
  background: var(--freshair);

  padding-top: 32px;

  padding-bottom: 20px;
}

.footer-logo {
  width: 35%;

  margin-bottom: 20px;
}

.ftr_top {
  width: 100%;

  /* margin-bottom: 25px; */
}

.footer-logo-w {
  height: 100%;
}

.ftr_top h2 {
  margin-bottom: 5px;
}

.ftr_top i {
  margin-right: 10px;

  color: var(--dodger-blue);
}

.ftr_top p {
  font-size: 14px;

  color: var(--dodger-blue);

  margin-bottom: 20px;

  line-height: 1.6em;
}

.ftr_top h2 {
  font-size: 23px;

  font-weight: 500;

  color: var(--dodger-blue);

  line-height: 1.3em;

  margin-bottom: 10px;
}

.ftr_top ul {
  list-style: none;

  margin: 0px;

  padding: 0px;

  text-transform: none;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;
}

.ftr_top ul li {
  float: left;

  width: 100%;

  margin-bottom: 10px;
}

.ftr_top ul li a {
  font-size: 14px;

  color: var(--black);
}

.ftr_top p a {
  color: var(--dodger-blue);
}

.privacy-policy {
  padding: 90px 0px;

  background-color: var(--bronze-olive);

  color: var(--freshair);

  margin-top: 84px;
}

.privacy-content {
  margin-top: 40px;
}

.content-pri h6 {
  font-weight: 700;

  margin-bottom: 10px;

  font-size: 20px;
}

.content-pri p {
  font-size: 16px;

  color: var(--privacy);

  margin-bottom: 1rem;

  text-align: justify;
}

/* responsivness */

@media screen and (max-width: 991px) {
  .qual-grid {
    grid-column-gap: 30px;

    padding-left: 20px;

    padding-right: 20px;

    font-size: 14px;
  }

  .eligible-section {
    padding: 60px 11px;
  }

  .swiper-button-prev {
    left: 42%;

    right: auto !important;
  }

  .container {
    width: 100%;
  }

  .swiper-button-next {
    left: 49%;

    right: auto !important;
  }
}

@media screen and (max-width: 990px) {
  .navbar-nav .about:hover a {
    border-radius: 0px;

    background-color: var(--transparent);

    color: var(--bronze-olive) !important;
  }
  .qualifyheader .subheading {
    text-align: center;
  }
  .why-go-with .subheading {
    text-align: center;
  }
  .contactfrm_pop h2 {
    font-size: 32px !important;
  }
  .navbar-nav .active > .nav-link {
    background-color: var(--transparent);
    color: var(--dodger-blue);
  }
  .footer-logo-w .nd-logo {
    width: 150px;
  }
  .navbar-brand {
    width: 50%;
    display: flex;
    justify-content: space-between;
  }
  .navbar-brand .nd-logo {
    width: 150px;
  }
  .navbar-brand .nd-logo {
    margin-right: 0px;
  }
  .offcanvas-title .navbar-brand .nd-logo {
    width: 100%;
  }
  .navbar-brand .logo-nav {
    width: 66px;
  }
  .offcanvas-title .navbar-brand .logo-nav {
    display: block;
  }
  .offcanvas-title .navbar-brand {
    display: flex;
  }
  .offcanvas-title .navbar-brand .logo-nav {
    width: 36%;
    margin-left: 38px;
  }
  .footer-logo-w {
    text-align: center;
  }
  .ftr_top ul li a:hover {
    color: var(--bronze-olive) !important;
  }
  .footer-logo {
    width: 14%;
  }
  .ftr_top h2 {
    text-align: center;
  }
  .ftr_top p {
    text-align: center;
  }

  .ftr_top h2 {
    text-align: center;
  }
  .ftr_top ul li {
    text-align: center;
  }
  .fbottom-banner h6 {
    text-align: center;
  }
  .get_strtd_sect h2 {
    max-width: none;
  }
  .logo-nav-1 {
    width: 20%;
  }
  .banner-q-btn {
    text-align: center !important;
    margin-top: 20px;
  }
}
.ftr_top ul li a:hover {
  color: var(--bronze-olive) !important;
}
@media only screen and (max-width: 502px) {
  .confirm-heading {
    font-size: 30px !important;
  }
  .contactfrm_pop1 .h-p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 642px) {
  .confirm-heading {
    /* bottom: -3% !important; */

    /* left: 7% !important; */
  }
}

.content-pri h6 {
  font-weight: 700;

  margin-bottom: 10px;
}

.content-pri p {
  font-size: 16px;

  color: #82828a;

  margin-bottom: 1rem;
}
.contactfrm_pop1 .h-p {
  font-size: 15px !important;
}
.top-heading {
  font-weight: 700;

  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .hero-wrapper-2.top-margin {
    margin-top: 0px;
  }
  .navbar-brand {
    width: 80%;
    display: flex;
    justify-content: space-between;
  }
  .offcanvas-title .navbar-brand {
    width: 41%;
  }
  .size-p {
    font-size: 18px !important;
  }
  .contactfrm_pop1 {
    padding: 20px !important;
  }
  .contactfrm_pop1 .h-p {
    font-size: 16px !important;
  }
  .btn-nav {
    font-size: 18px !important;

    padding: 20px 20px !important;

    margin-top: 20px;
  }
  .confirm-heading {
    font-family: CantoraOne;

    font-style: Regular;

    font-size: 52px !important;

    line-height: 80px;

    line-height: 100%;

    align: Center;

    vertical-align: Top;

    letter-spacing: 3%;

    color: #00cde5;

    margin-bottom: 20px;

    /* position: absolute; */

    /* bottom: -3% !important; */
  }

  .gif-confirm {
    width: 100% !important;
  }
  .crBox {
    box-shadow: 0 2px 5px 2px var(--black);

    width: 302px;
  }

  .logo-nav {
    width: 38%;
  }

  .slider_main_box1 {
    margin-left: 47px;
  }

  .arrow-success {
    margin-left: 20px;
  }

  .swiper-button-prev {
    left: 33% !important;

    right: auto !important;
  }

  .container {
    width: 100%;
  }

  .div-block-49 {
    padding-left: 0px;
  }

  .testimonials-costomer {
    padding: 15px 14px;
  }

  .employee-credit {
    padding: 0px;
  }

  .section-understand {
    padding: 70px 20px;
  }

  .heading {
    font-size: 35px !important;

    color: var(--dodger-blue);

    letter-spacing: -0.5px;

    font-family: var(--montserrat);

    font-size: 44px;

    font-weight: 500;

    line-height: 54px;
  }

  .hero-split {
    padding-top: 0px !important;
  }

  .swiper-button-next {
    left: 51% !important;

    right: auto !important;
  }

  .successstories {
    padding-left: 0px;
  }

  .accor {
    width: 27%;

    margin: auto;
  }

  .seccstory {
    display: flex;

    justify-content: center;
  }

  .heading-2 {
    text-align: center !important;
  }

  .banner-q-btn {
    text-align: center !important;

    margin-top: 20px;
  }

  .qual-grid {
    width: 100%;

    flex-wrap: wrap;

    justify-content: center;

    padding-left: 0;

    padding-right: 0;

    display: flex;

    overflow: visible;
  }

  .fbottom-banner h6 {
    text-align: center;
  }

  .fbottom-banner {
    padding: 0px !important;
  }

  .footer-logo-w {
    text-align: center;
  }

  .footer-logo {
    width: 20%;
  }

  .ftr_top h2 {
    text-align: center;
  }

  .ftr_top p {
    text-align: center;
  }

  .ftr_top ul li {
    text-align: center;
  }

  .under-btn {
    justify-content: center !important  ;
  }
}

.ThankYou {
  float: left;

  margin-top: 20px;

  font-size: 20px;
}

.error {
  color: var(--bronze-olive) !important;

  font-weight: 500;
}

/* POPUP CSS */

.contactfrm-popup-main {
  padding: 0 !important;
}

.contactfrm_pop h2 {
  text-align: center;

  font-size: 44px;

  font-weight: 700;

  font-family: var(--source-sans-pro);

  text-transform: capitalize;

  line-height: 1.5;

  margin-bottom: 20px;
}

.contactfrm_pop ul li {
  float: left;

  width: 100%;

  margin-bottom: 5px;
}

.contactfrm_pop ul li label {
  color: var(--black);

  font-size: 18px;

  margin-bottom: 15px;

  font-family: var(--source-sans-pro);

  font-weight: 500;

  float: left;

  width: 100%;
}

.contactfrm_pop ul li input {
  float: left;

  width: 100%;

  font-size: 15px;

  padding: 0 10px;

  font-size: 15px;

  border: 1px solid var(--black);

  height: 50px;

  color: var(--black);
}

.congratulation-wrapper {
  max-width: 550px;
  margin-inline: auto;
  -webkit-box-shadow: 0 0 20px #f3f3f3;
  box-shadow: 0 0 20px #f3f3f3;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
}

.congratulation-contents.center-text .congratulation-contents-icon {
  margin-inline: auto;
}
.congratulation-contents-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  background-color: #65c18c;
  color: #fff;
  font-size: 50px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.congratulation-contents-title {
  font-size: 32px;
  line-height: 36px;
  margin: -6px 0 0;
}
.congratulation-contents-para {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}
.btn-wrapper {
  display: block;
}
.cmn-btn.btn-bg-1 {
  background: #6176f6;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  padding: 5px;
}

.modal-xl{
  height: 100vh;
  display: flex;
  align-items: center;
}
#submintBtn {
  width: 100%;

  cursor: pointer;

  border-radius: 0;

  /* margin-top: 5px; */

  background-color: var(--bronze-olive);

  color: var(--freshair);

  text-decoration: none;

  padding: 12px 20px 14px;

  font-size: 20px;

  font-weight: 700;

  /* border-color: var(--rgb-orange); */

  border-color: var(--bronze-olive);

  border-width: 2px;

  border-style: solid;

  letter-spacing: 0;

  text-transform: none;

  text-shadow: 0 0 0 transparent;
}

.fa-times:before {
  content: "\f00d";
}

.contactfrm-popup-main .modal-dialog button.close {
  position: absolute;

  top: -22px;

  right: -22px;

  padding: 0;

  width: 3.063rem;

  height: 3.063rem;

  border: solid 5px var(--bronze-olive);

  background: var(--freshair);

  border-radius: 50%;

  color: var(--bronze-olive);

  text-align: center;

  font-family: initial;

  font-size: 30px;

  opacity: 1;

  line-height: normal;

  z-index: 1;

  text-shadow: 0 0 0;

  cursor: pointer;
}

.modal-content {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  width: 100%;

  pointer-events: auto;

  background-color: var(--freshair);

  background-clip: padding-box;

  border: 1px solid var(--black);

  border-radius: 0.3rem;

  outline: 0;
}

.contactfrm_pop {
  float: left;

  width: 100%;

  background: #f9f9f9;

  padding: 25px;

  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);

  border-radius: 10px;
}

ul {
  list-style: none;

  margin: 0px;

  padding: 0px;

  text-transform: none;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;
}

.contactfrm-popup--width .modal-dialog {
  max-width: 767px;

  margin: 20 auto !important;
}

.contactfrm-popup--width .modal-body {
  padding: 0;
}

/* Survey Popup */

.survey-popup-main .modal-dialog button.close {
  position: absolute;

  top: -22px;

  right: -22px;

  padding: 0;

  width: 3.063rem;

  height: 3.063rem;

  border: solid 5px var(--bronze-olive);

  background: var(--white);

  border-radius: 50%;

  color: var(--bronze-olive);

  text-align: center;

  font-family: initial;

  font-size: 30px;

  opacity: 1;

  line-height: normal;

  z-index: 1;

  text-shadow: 0 0 0;
}

.survey-popup-main .modal-dialog {
  max-width: 98vw;
  margin: 10px auto !important;
}

#survey-popup .modal-body {
  overflow-y: scroll;

  max-height: 95vh;
}

@media only screen and (max-width: 767px) {
  .employee_retention_text {
    margin-bottom: 25px;

    height: auto;
  }

  .list {
    padding-top: 42px;
    padding-left: 20px;
    font-size: 22px;
    display: flex;
    font-weight: 700;
    line-height: 31px;
    flex-direction: column;
    list-style: disc;
  }
  .understand-img {
    text-align: center;
    margin-bottom: 25px;
  }
  .btn-qua {
    text-align: center !important;
  }

  .qualify-btn {
    margin-bottom: 20px;
  }

  .begin-qualifying {
    margin-top: 10px;
  }

  .contactfrm-popup-main .modal-dialog button.close {
    top: 0;

    right: 0;

    width: 2rem;

    height: 2rem;

    font-size: 22px;

    border-width: 2px;
  }

  .survey-popup-main .modal-dialog button.close {
    top: 0;

    right: 0;

    width: 2rem;

    height: 2rem;

    font-size: 22px;

    border-width: 2px;
  }
}

/* congratulation-css */

.contactfrm_pop1 {
  /* position: relative; */

  max-width: 1000px;

  background: var(--light-grey);

  padding: 25px;

  /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%); */

  border-radius: 10px;

  margin: auto;

  /* border: 2px solid; */

  padding: 0px 60px 60px 60px;
}

.confirm-heading {
  font-family: CantoraOne;

  font-style: Regular;

  font-size: 74px;

  line-height: 80px;

  line-height: 100%;

  align: Center;

  vertical-align: Top;

  letter-spacing: 3%;

  color: #00cde5;

  margin-bottom: 20px;

  /* position: absolute;

  bottom: -1%;

  left: 23%; */
}
.gif-confirm {
  width: 60%;
}
.contactfrm_pop1 .h-p {
  font-size: 24px;
}

.size-p {
  font-size: 23px;
}

.btn-nav {
  margin: auto;

  font-size: 28px;

  padding: 20px 60px;

  border-radius: 10px;

  color: #fff;

  fill: #fff;

  text-align: center;

  transition: 0.3s;

  font-weight: 500;

  letter-spacing: 2px;

  background-color: #00cde5;

  border: none;

  margin-top: 20px;

  border-radius: 10px;
}

.btn-nav:hover {
  background-color: #ffffff00;

  color: #00cde5;

  border-radius: 10px;

  border: 2px solid #00cde5;
}

@media only screen and (max-width: 767px) {
  .btn-nav {
    font-size: 18px !important;

    padding: 20px 20px !important;

    margin-top: 20px;
  }

  .confirm-heading {
    font-family: CantoraOne;

    font-style: Regular;

    font-size: 52px !important;

    line-height: 80px;

    line-height: 100%;

    align: Center;

    vertical-align: Top;

    letter-spacing: 3%;

    color: #00cde5;

    margin-bottom: 20px;

    /* position: absolute;

    bottom: -3% !important; */
  }

  .gif-confirm {
    display: block;
  }
}

@media only screen and (max-width: 642px) {
  .confirm-heading {
    font-size: 42px !important;

    /* bottom: -3% !important; */

    /* left: 7% !important; */
  }
}

/* blogs */

.blog-1-h:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 10px;

  /* border: 2px solid var(--bronze-olive); */
}

.blogss {
  padding: 70px 0px;
}

.dib-post img.dib-post-featured-image {
  width: 100%;

  max-width: 100%;

  height: auto;

  vertical-align: bottom;

  border-radius: 4px 4px 0 0;

  margin: 0;
}

.dib-post-featured-image img {
  width: 100%;

  max-width: 100%;

  height: auto;

  vertical-align: bottom;

  border-radius: 4px 4px 0 0;

  margin: 0;
}

.dib-post-text {
  padding: 32px 18px;

  text-align: left;

  position: relative;

  margin-bottom: 30px;

  flex: 0 0 48.5%;

  /* margin: 0 3% 3% 0; */

  box-sizing: border-box;

  border-radius: 4px;

  border: 1px solid var(--light-grey);

  background: var(--light-greey);

  text-decoration: none;

  transition: all 0.2s ease;

  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 10px;
}

.dib-post-text h2 {
  color: #333;
}

.dib-post-text p.dib-meta-text {
  width: initial;

  position: static;

  margin-top: 12px;
}

#dib-template-2 .dib-post-single p.dib-meta-text {
  position: relative;

  padding-left: 1px;

  line-height: 25px;

  min-height: 50px;

  margin: 30px 0;
}

#dib-template-2 .dib-meta-text .dib-meta-item {
  opacity: 0.6;

  font-size: 15px !important;
}

.dib-meta-text .dib-meta-item {
  opacity: 0.6;

  font-size: 11px !important;
}

.dib-meta-text .dib-meta-item::before {
  content: "\00B7";

  margin: 0 0.6em 0 0.3em;
}

.dib-post-text p {
  color: #333;
}

/* blog-1 */

.blog-1 {
  margin-top: 60px;
}

.dib-post-text {
}

#dib-template-2 .dib-post-single {
  max-width: 100%;

  width: 80%;

  margin: 50px auto;

  font-size: 16px;

  line-height: 1.6;

  text-align: left;
}

#dib-template-2 .dib-post-single p {
  margin: 0 0 1em !important;
}

.dib-post-single p.dib-meta-text {
  position: relative;

  padding-left: 70px;

  line-height: 25px;

  min-height: 50px;

  margin: 30px 0;
}

.blog-1-img {
  width: 100%;
}

.fbottom-banner {
  padding: 10px;
}

.fbottom-banner h6 {
  color: var(--bronze-olive);

  font-size: 12px;
}

.Default {
  line-height: 150%;

  margin: 0in 0in 0.0001pt 34.5pt;
}

.Default span {
  font-size: 13pt;

  line-height: 150%;

  font-family: Arial, sans-serif;

  background-image: initial;

  background-position: initial;

  background-size: initial;

  background-repeat: initial;

  background-attachment: initial;

  background-origin: initial;

  background-clip: initial;
}

.dib-post-content .dib-highlight p {
  box-sizing: border-box;

  margin: 0px auto 1.3em;

  padding-right: 15px !important;

  padding-left: 15px !important;

  max-width: 760px;

  box-sizing: border-box;

  margin: 0px auto 1.3em;

  max-width: 760px;

  color: var(--black);

  font-family: "Source Sans Pro";

  font-size: 16px;

  letter-spacing: 0.16px;

  padding-right: 15px !important;

  padding-left: 15px !important;
}

.dib-highlight {
  font-size: 25px;
}

.defult-ul {
  list-style: disc;

  font-size: large;

  margin-left: 30px;
}
