:root {
  --site-default-color: #026B37;
  --site-default-bg-color: #0d2f51;

  --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-light: color-mix(in srgb, var(--site-default-bg-color) 90%, white);
  --site-default-bg-color-lighter: color-mix(in srgb, var(--site-default-bg-color) 80%, white);
}

/* file a claim ribbon */
.sl1-background {
  background-color: #c5debe;
  position: relative;
  overflow: hidden;
}

.sl1-background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #b0d699;
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
}

.sl2-background {
  background-color: #DAEDC8;
  position: relative;
  overflow: hidden;
}

.sl2-background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c5debe;
  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: #DAEDC8;
}

.file-claim-bg-mobile {
  background: #ebf2d0 !important;
}

.svg-fill-transparent {
  fill: transparent;
}

.svg-theme-fill-shade {
  fill: #91bca7;
}

.svg-fill-grey-shade {
  fill: #dadfde;
}

.svg-fill-white {
  fill: #ffffff;
}

.svg-stroke-transparent {
  stroke: transparent;
  stroke-width: 0px;
}

.svg-theme-stroke {
  stroke: #086b37;
  stroke-width: 1.2%;
}

.svg-theme-stroke2 {
  stroke: #c5debe;
  stroke-width: 1.2%;
}

.svg-theme-stroke3 {
  stroke: #53b983;
  stroke-width: 1.2%;
}

.svg-theme-stroke-grey {
  stroke: #d8d8d8;
  stroke-width: 1.2%;
}
/* file a claim ribbon */

/* support/insurance/call svgs */
.svg-cls-1 {
  fill: #8dc63e;
  opacity: 60%;
}
/* support/insurance/call svgs */

.custome-css-btn {
  border-color: #046a38 !important;
  color: #046a38 !important;
}

html {
  scroll-behavior: smooth;
  line-height: 1.3;
}

.logo-image {
  position: relative;
  top: 14px;
}

.site-theme-color {
  background-color: #eaf2d0;
}

.site-theme-color-color {
  color: #056b39;
}
.top-nav-bar {
  height: 145px;
  background: #eaf2d0;
}

.mobile-nav {
  background: #eaf2d0;
  height: 80px;
}

.main-row-margin {
  margin-top: 32px;
}

.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: 117px;
}

.access-btn {
  background: #056b39;
  box-shadow: rgb(163 156 156 / 64%) 1px -1px 8px 9px;
}

.common-arr-img {
  background-position: 48% 18%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 265px;
}

.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/shield.png");
  background-size: 54% 54%;;
}

.caption {
  margin-top: 190px;
}

.caption-col {
  position: relative;
  left: -30px;
  top: -15px;
}

.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: 250px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .set-testimonials-img {
    height: 300px;
  }
}

.carousel-height {
  height: 315px !important;
}

.footer {
  background: #eaf2d0;
}

.mobile-nav {
  background: #eaf2d0;
  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;
}

.file-cliam-btn {
  background-color: #424143;
}

.ask-quest-btn {
  background-color: #133b61;
}

.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: #ffffff;
}

.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;
}

.access-btn:hover {
  background-color: #424143;
}
.ask-quest-btn:hover {
  background-color: #eaf2d0;
}
.aboutup-outroof-img {
  background-image: url("../images/aaaa.jpg");
  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: 140px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .aboutup-outroof-img {
    height: 250px;
  }
}

@media (min-width: 1200px) {
  .aboutup-outroof-img {
    height: 330px;
  }
}

.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: 1600px;
  }
}

@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(#eaf2d0, #eaf2d0);
  background-image: linear-gradient(#eaf2d0, #eaf2d0);
  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(#eaf2d0, #eaf2d0);
}
