html {
  scroll-behavior: smooth;
  line-height: 1.3;
}
.logo-image {
  position: relative;
  top: 40px;
}
.site-theme-color {
  background-color: #026b37;
}
.site-theme-font-color {
  color: #026b37;
}
.site-font-color {
  color: #80c241;
}
.top-nav-bar {
  height: 145px;
  background-color: #026b37;
}

.carousel-height {
  height: 315px !important;
}

.mobile-nav {
  background-color: #026b37;
  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: #80c241;
  box-shadow: rgb(163 156 156 / 64%) 1px -1px 8px 9px;
}

.common-arr-img {
  background-position: 50% 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: 60% 40%;
}

.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: -26px;
    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: -25px;
    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: 10px;
    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) {
  .aboutup-outroof-img {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .aboutup-outroof-img {
    height: 320px;
  }
}

.mobile-nav {
  background: #026b37;
  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: #80c241;
}

.file-cliam-btn {
  background-color: #026b37;
}

.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: #026b37;
}
.ask-quest-btn:hover {
  background-color: #026b37;
}

.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: 0;
  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(#026b37, #026b37);
  background-image: linear-gradient(#026b37, #026b37);
  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 (#026b37, #026b37);
  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;
}
