:root {
  --site-default-color: #4d74e5;
  --site-default-second-color: #787884;
  --site-default-third-color: #000000;
  --site-default-bg-color: #00709c;

  --file-claim-bg-mobile-color: #4d74e5;
  --file-claim-bg-color: #6c92ff;
  --first-ribbon-color: #1e57f9;
  --second-ribbon-color: #3f71ff;
  --svg-screen-fill-shade: #6c92ff;
  --svg-pencil-border-color: #0042ff;
  --ribbon-first-txt-color: #ffffff;
  --ribbon-other-txt-color: #ffffff;
  --ribbon-slider-mobile-txt-color: #ffffff;

  --need-help-bg-color: #e2e2e3;
  --access-btn-bg-color: #005a7f;
  --access-btn--hover-bg-color: #424143;
  --file-claim-btn-bg-color: #424143;
  --file-claim-btn-hover-bg-color: #0685c4;
  --ask-quest-btn-bg-color: #133b61;
  --ask-quest-btn-hover-bg-color: #005a7f;

  --aboutus-testamonial-bg--color: #d5f3ff;

  --site-default-bg-color-dark: color-mix(in srgb, var(--site-default-bg-color) 90%, black);
  --site-default-bg-color-darker: color-mix(in srgb, var(--site-default-bg-color) 80%, black);

  --site-default-bg-color-light1: color-mix(in srgb, var(--site-default-bg-color) 90%, white);
  --site-default-bg-color-light2: color-mix(in srgb, var(--site-default-bg-color) 65%, white);
  --site-default-bg-color-light3: color-mix(in srgb, var(--site-default-bg-color) 45%, white);
}

.ribbon-first-txt-color {
  color: var(--ribbon-first-txt-color) !important;
}

.ribbon-other-txt-color {
  color: var(--ribbon-other-txt-color) !important;
}

.ribbon-slider-mobile-txt-color {
  color: var(--ribbon-slider-mobile-txt-color) !important;
}

.site-theme-color-color {
  color: var(--site-default-color);
}

.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.icon-circle i {
  font-size: 30px;
}

/* file a claim ribbon */
.sl1-background {
  background-color: var(--second-ribbon-color);
  position: relative;
  overflow: hidden;
}

.sl1-background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--first-ribbon-color);
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
}

.sl2-background {
  background-color: var(--file-claim-bg-color);
  position: relative;
  overflow: hidden;
}

.sl2-background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--second-ribbon-color);
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
}

.height-35vh {
  height: 35vh;
}

.height-20vh {
  height: 20vh;
}

.width-10vw {
  width: 10vw;
}

@media (max-width: 1285px) and (min-width: 769px) {
  .info-text-fs {
    font-size: 0.7rem !important;
  }
}

.file-claim-bg {
  background-color: var(--file-claim-bg-color);
}

.file-claim-bg-mobile {
  background: var(--file-claim-bg-mobile-color) !important;
}

.svg-fill-transparent {
  fill: transparent;
}

.svg-theme-fill-shade {
  fill: var(--svg-screen-fill-shade);
}

.svg-fill-grey-shade {
  fill: #dadfde;
}

.svg-fill-white {
  fill: #ffffff;
}

.svg-stroke-transparent {
  stroke: transparent;
  stroke-width: 0px;
}

.svg-theme-stroke {
  stroke: var(--site-default-third-color, var(--site-default-color));
  stroke-width: 1.2%;
}

.svg-theme-stroke2 {
  stroke: #c5debe;
  stroke-width: 1.2%;
}

.svg-theme-stroke3 {
  stroke: var(--svg-pencil-border-color);
  stroke-width: 1.2%;
}

.svg-theme-stroke-grey {
  stroke: #d8d8d8;
  stroke-width: 1.2%;
}

/* file a claim ribbon */

.svg-cls-1 {
  fill: var(--site-default-color);
  opacity: 40%;
}

.cls-2,
.black-stroke {
  stroke: #000000;
  stroke-width: 5px;
}

.site-theme-fill-color {
  fill: var(--site-default-color);
}

html {
  scroll-behavior: smooth;
  line-height: 1.3;
}

.logo-image {
  position: relative;
  top: 15px;
}

.site-theme-color {
  background-color: #4d74e5;
}

.site-theme-font-color {
  color: #000080;
}

.top-nav-bar {
  height: 145px;
  background-color: #4d74e5;
}

.carousel-height {
  height: 315px !important;
}

.mobile-nav {
  background-color: #4d74e5;
  height: 80px;
}

.main-row-margin {
  margin-top: 32px;
}

.register-header-bg {
  background-color: #4d74e5;
}

.logo-image-mobile {
  position: relative;
  top: -3px;
}

.bcakground-img {
  background-image: url("../images/slide_new.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 315px;
}

.center-the-row {
  position: relative;
  top: 75px;
}

.access-btn {
  background: #4d74e5;
  box-shadow: rgb(163 156 156 / 64%) 1px -1px 8px 9px;
}

.common-arr-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.set-img-1 {
  background-image: url("../images/sl1.jpg");
}

.set-img-2 {
  background-image: url("../images/sl2.jpg");
}

.set-img-3 {
  background-image: url("../images/sl3.jpg");
}

.caption {
  margin-top: 190px;
}

.caption-col {
  position: relative;
  left: -30px;
  top: 20px;
}

.set-testimonials-img {
  background-image: url("../images/img4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

@media (min-width: 900px) and (max-width: 1499px) {
  .common-arr-img {
    height: 210px;
  }

  .logo-arrow {
    height: 113px;
  }

  .caption-col {
    position: relative;
    left: -30px;
    top: -49px;
    font-size: 11px;
  }

  .caption-text-first {
    top: 84px !important;
    left: 40px !important;
    font-size: 25px !important;
  }
}

@media (min-width: 1500px) and (max-width: 1699px) {
  .common-arr-img {
    height: 236px;
  }

  .caption-col {
    position: relative;
    left: -30px;
    top: -41px;
    font-size: 14px;
  }

  .caption-text-first {
    top: 104px !important;
    left: 40px !important;
    font-size: 25px !important;
  }
}

@media (min-width: 1700px) and (max-width: 1900px) {
  .common-arr-img {
    height: 291px;
  }

  .caption-col {
    position: relative;
    left: -30px;
    top: -2px;
    font-size: 15px;
  }

  .caption-text-first {
    top: 127px !important;
    left: 40px !important;
    font-size: 25px !important;
  }
}

@media (min-width: 1700px) and (max-width: 1900px) {
  .common-arr-img {
    height: 291px;
  }

  /* .caption-col {
    position: relative;
    left: -30px;
    top: -41px;
    font-size: 14px;
  } */
}

@media (max-width: 767.98px) {
  .set-testimonials-img {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .set-testimonials-img {
    height: 250px;
  }
}

.mobile-nav {
  background: #4d74e5;
  height: 80px;
}

.logo-image-mobile {
  position: relative;
  top: -3px;
  /* animation: tilt-shaking 0.25s infinite; */
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0eg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.need-help-bg {
  background-color: #e2e2e3;
}

.access-btn {
  background: #4d74e5;
}

.file-cliam-btn {
  background-color: #000080;
}

.ask-quest-btn {
  background-color: #04111d;
}

.small-x {
  font-size: 0.79em;
}

.set-have-question-img {
  background-image: url("../images/faq_foo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 332px;
}

.about-newleaf {
  box-shadow: rgb(163 156 156 / 64%) 1px -1px 8px 9px;
}

.aboutus-testamonial-bg {
  background-color: #c8e4ed;
}

.floating-button {
  display: inline;
  position: fixed;
  bottom: 10px;
  left: 63px;
  transition: all 0.25s ease-out;
  padding: 5px;
  background: #ffffffba;
  border-radius: 0.5rem;
  border: solid 1px #fff;
}

.login-text-top {
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
}

.file-btn-hover:hover {
  background-color: #838485;
}

.que-brn-hover:hover {
  background-color: #838485;
}

.access-btn:hover {
  background-color: #000080;
}

.aboutup-outroof-img {
  background-image: url("../images/cccc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 300px;
}

@media (max-width: 767.98px) {
  .aboutup-outroof-img {
    height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .aboutup-outroof-img {
    height: 250px;
  }
}

@media (min-width: 1200px) {
  .aboutup-outroof-img {
    height: 300px;
  }
}

.terms-p {
  font-size: 11pt;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.forgot-pasword-body {
  height: 100%;
}

.create-user {
  height: auto;
}

@media (max-width: 767.98px) {
  .create-user {
    height: 1000px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .create-user {
    height: 1000px;
  }
}

@media (min-width: 1200px) {
  .create-user {
    height: 750px;
  }
}

.privacy_frame {
  height: auto;
}

@media (max-width: 767.98px) {
  .privacy_frame {
    height: 1600px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .privacy_frame {
    height: 1500px;
  }
}

@media (min-width: 1200px) {
  .privacy_frame {
    height: 1000px;
  }
}

.access_frame {
  height: auto;
}

@media (max-width: 767.98px) {
  .access_frame {
    height: 750px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .access_frame {
    height: 800px;
  }
}

@media (min-width: 1200px) {
  .access_frame {
    height: 650px;
  }
}

.five9-nlframe {
  display: block;
  position: fixed;
  bottom: 27px;
  right: 5%;
  z-index: 1600;
  height: 38px;
  text-align: center;
}

.mainsubtitle_new_port {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  font-family: Poppins-Regular, Arial, sans-serif;
  background: linear-gradient(#000080, #000080);
  background-image: linear-gradient(#000080, #000080);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  vertical-align: middle;
  text-indent: 10px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

.button_new_form {
  background: linear-gradient(#000080, #000080);
  border: 0;
  color: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  font-family: Lato;
  display: inline-block;
  line-height: 2em;
  padding: 0 1em;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}