a {
  text-decoration: none;
}

.text-primary {
  color: #105cb4 !important;
}

.text-secondary {
  color: #952a20 !important;
}

.content-secondFold a {
  color: #07a9fd;
}

body {
  /* font-family: 'Gilroy' !important; */
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overflow-x: hidden; */
}

.mainbody {
  overflow: auto !important;
  padding-right: 0 !important;
}

header {
  background-color: #ffffff;
  height: 90px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}

.link-black {
  color: #526273;
}

.navbar-brand {
  display: block;
}

.navbar-brand img {
  height: 50px;
  max-width: 100%;
  transition: all 0.8s ease-in-out;
}

header .container-fluid {
  display: flex;
  height: 100%;
  align-items: center;
}

.navlistUl {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navlistUl > li.nav-item {
  padding: 0 0.8rem;
  line-height: 90px;
  position: relative;
}

.navlistUl li .nav-a {
  color: #1b1b1b;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  padding: 0 1rem;
  font-weight: 600;
}

.search-click {
  line-height: 90px;
  padding: 0 10px;
}

.search-click img {
  height: 20px;
}

.navlistUl-dropdown {
  background-color: #fff;
  width: 588px;
  /* padding-top: 1rem; */
  position: absolute;
  top: 100%;
  left: -60px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in;
  z-index: 1;
}

.navlistUl li:hover a {
  color: #105cb4;
}

.fixed_header.navbar-fixed-top .navlistUl-dropdown {
  top: 100%;
}

.fixed_header.navbar-fixed-top .navlistUl > li.nav-item {
  line-height: 60px;
}

.defaulthgt .navlistUl-dropdown {
  top: 100%;
}

.header-contact-us {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 146px;
  height: 44px;
  border: 0;
  outline: none;
  margin-top: 0;
  background-color: #01a4ef;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}
.defaulthgt .navlistUl > li.nav-item {
  line-height: 32px;
  padding: 14px 0.8rem;
}

.defaulthgt.addsticky .navlistUl-dropdown {
  top: 84%;
}

.navlistUl-dropdown.company {
  width: 250px;
}

.navlistUl-dropdown.company ul {
  display: flex;
  flex-direction: column;
}

.navlistUl-dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
}

.navlistUl-dropdown li {
  line-height: 20px;
  flex-grow: 1;
  flex-basis: 50%;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.navlistUl-dropdown li span {
  display: block;
  line-height: 21px;
}

.navlistUl-dropdown li span {
  color: #333333;
  text-transform: capitalize;
}

.navlistUl-dropdown li span.text-primary {
  font-size: 13px;
}

.navlistUl-dropdown li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.navlistUl li:hover {
  background-color: #fff;
}

.navlistUl li:hover .navlistUl-dropdown {
  visibility: visible;
  opacity: 1;
}

.menu-hamburger {
  padding: 0.5rem 0rem 0.5rem 0.5rem;
  color: #000;
  text-decoration: none;
}

.menu-hamburger img {
  height: 24px;
}

.right-side-container {
  position: fixed;
  width: 300px;
  max-width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  overflow-y: auto !important;
  transition: transform 0.5s ease-in-out;
  overflow-x: hidden;
  flex-direction: column;
}

.right-side-container-close {
  color: #ffffff;
  padding: 0.8rem 0.8rem;
  text-decoration: none;
  background: #105cb4;
  display: flex;
  align-items: baseline;
}

.right-side-container.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.4s ease-in-out;
}

.right-side-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0rem 0;
  width: 100%;
}

.right-side-container ul li a {
  color: #333333;
  text-decoration: none;
  padding: 0.8rem 0.8rem;
  display: block;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.right-side-container ul li:hover a {
}

.back-navlistUl-dropdown {
  color: #ffffff !important;
  padding: 0.8rem 0.8rem;
  text-decoration: none;
  background: #105cb4;
}

.right-side-container .navlistUl-dropdown {
  position: fixed;
  width: 300px;
  max-width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  visibility: visible;
  opacity: 1;
  left: auto;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}

.right-side-container .navlistUl-dropdown.active {
  padding: 0;
  margin: 0;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.right-side-container .navlistUl-dropdown ul {
  flex-direction: column;
}

.arrow-back {
  font-size: 18px;
}

.menu-hamburger {
  display: none;
}

/* footer */
footer {
  background-color: #0a142f;
  margin-top: 0;
  padding-top: 50px;
}

.footer-heading {
  color: #1da6d9;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  font-weight: 600;
}

.footer-top h3 {
  font-size: 24px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-top ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-top ul li {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.footer-top ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.footer-top ul li::after {
  position: absolute;
  top: 4px;
  right: 0;
  content: "|";
  color: #fff;
  opacity: 0.7;
}
.footer-top ul li:last-child::after {
  display: none;
}
.footer-top li {
  padding: 5px 0;
}

.footer-top li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 400;
  opacity: 0.7;
}

.footer-bottom {
  background-color: #0a142f;
}

.footer-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-bottom ul li a {
  color: #ffffff;
  display: block;
  padding: 1rem 0;
  margin-right: 3rem;
  text-decoration: none;
  font-size: 16px;
}

.footer-copy p,
.footer-copy a {
  color: #fff;
}

.footer-copy p {
  padding: 1rem 0;
  margin: 0;
  font-weight: 500;
  background-color: #0a142f;
  border-top: 1px solid #fff;
}

.footer-link {
  color: #105cb4;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

/* .footer-heading-ttl .open-plus {
  display: none;
} */

.h2-28 {
  font-size: 28px !important;
}

.font-20 {
  font-size: 20px;
}

.font-18 {
  font-size: 18px;
}

.font-28 {
  font-size: 27px;
}

.font-22 {
  font-size: 21px;
}

.fw-600 {
  font-weight: 600;
}

.align-self {
  align-self: center;
}

.border-link {
  font-size: 16px;
  border-bottom: 2px #105cb4 solid;
  padding-bottom: 5px;
  text-decoration: none;
  color: #105cb4;
  font-weight: 600;
  margin-top: 15px;
}

.p-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  background-color: transparent;
  box-shadow: none !important;
}

#search-btn {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  border-radius: 2px;
  color: #fff;
}

#search-btn:hover {
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

#search-overlay {
  display: none;
}

/* .block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
  z-index: 9999;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
} */

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #fff;
  border: none;
  background: transparent;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

#search-form {
  height: 4.1em;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
}

#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

#search-box input[type="text"] {
  width: 100%;
  padding: 10px 20px;
  color: #333;
  outline: none;
  font-size: 1em;
  height: 100%;
}

#search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 4.1em;
  width: 100px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: #4d90fe;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}

#close-btn {
  position: fixed;
  top: 1em;
  right: 1em;
}

#close-btn:hover {
  color: #777;
  cursor: pointer;
}

.viewMobIcon {
  display: none;
}

/* .{
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 0 10px;
} */
h2.sticky_heading {
  display: block;

  background: #fff;
  padding: 10px 7px;
  border-radius: 0;
  color: #000;
  font-size: 40px;
  /* z-index: 9; */
  /* box-shadow: 0 0 10px 0 #ccc; */
}

/* .main-wrap{
  padding-top: 92px;
} */

.modal-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
  z-index: 9999;
}

.sticky_heading h2 {
  background: #fff;
  width: 100%;
  font-size: 90px;
  font-weight: 600;
  color: #000;
}

.sticky_heading h3 {
  background: #fff;
  width: 100%;
  /* font-size: 90px; */
  font-weight: 600;
  color: #000;
  padding-top: 10px;
}

.sticky_heading {
  z-index: 9;
  margin-bottom: 10px;
  /* top: -1px; */
  top: 36px;
  position: sticky;
  padding: 20px 0;
}
.sociallinks {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-top: 5px;
}
.sociallinks a {
  width: 24px;
  height: 24px;
  float: left;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-fb {
  background: url(../images/footer-social-icons/facebook.svg) no-repeat;
  background-size: 24px 24px;
}

.icon-twitter {
  background: url(../images/footer-social-icons/twitter.svg) no-repeat;
  background-size: 24px 24px;
}

.icon-linkedin {
  background: url(../images/footer-social-icons/linkedIn_icon.svg) no-repeat;
  background-size: 24px 24px;
}

.icon-blog {
  background: url(../images/footer-social-icons/blog.svg) no-repeat;
  background-size: 24px 24px;
}

.icon-pin {
  background: url(../images/footer-social-icons/pinterest.svg) no-repeat;
  background-size: 24px 24px;
}

.icon-insta {
  background: url(../images/footer-social-icons/instagram.svg) no-repeat;
  background-size: 24px 24px;
}

.featuresbtn {
  position: relative;
}

.footer-heading-Contact {
  font-size: 18px;
  padding: 0 0 1.2rem 0;
  border-bottom: 1px solid #fff;
}

.footer-heading-Contact a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

/* .featuresbtn:before{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/arrow-left-features.svg) no-repeat;
  background-size: 20px;
  left: -27px;
  top: 0;
  transform: rotate(180deg);

} */
.featuresbtn {
  background: #50ade3;
  padding: 6px 10px;
  border-radius: 5px;
  margin-top: 3px;
  display: block;
  color: #fff !important;
  font-weight: normal !important;
}

/* header sticky css */
header .container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  /* transition: all 0.5s ease-in-out; */
}

.search-click {
  display: none;
}

.centered {
  display: none;
}

.fixed_header .revalomniLogo,
.revalomniLogo {
  transition: all 0.8s ease-in-out;
}

.defaulthgt .revalomniLogo,
.revalomniLogo {
  transition: all 0.8s ease-in-out;
}

.text-black {
  color: #000;
}

.fixed_header {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 0 10px;
  transition: all 0.8s ease-in-out;
  transform: translateX(-50%);
  left: 50%;
  max-width: 1920px;
}

.fixed_header.navbar-fixed-top {
  height: 60px;
  transition: all 0.5s ease-in-out;
}

header.defaulthgt {
  height: 90px;
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 0 10px;
  transition: all 0.8s ease-in-out;
}

.defaulthgt.addsticky {
  height: 60px;
  transition: all 0.5s ease-in-out;
}

.defaulthgt.addsticky .revalomniLogo {
  height: 48px !important;
  width: auto;
  transition: all 0.8s ease-in-out;
}

.fixed_header.navbar-fixed-top .revalomniLogo {
  height: 40px !important;
  width: auto;
  transition: all 0.8s ease-in-out;
}

.contentPanRight h2.fixedheading,
.contentPanRight1 h2.fixedheading {
  font-size: 60px;
  transition: all 0.5s ease-in-out;

  padding: 4px 0 4px 0;
}

.main-wrap {
  padding-top: 90px;
}

.pt_hr_120 {
  padding-top: 180px;
  position: relative;
}

.pt_hr_120:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-top: solid 1px #d0cbcb;
  top: 90px;
}

.text-black {
  color: #000;
}

/* end */
.cookies_policy {
  position: relative;
}

.cookies_policy .offcanvas {
  padding: 10px 0 20px 0;
  border-top: 0;
  box-shadow: 0 0 4px 0 #efefef;
}

.cookies_policy .btn-close {
  position: absolute;
  top: 20px;
  right: 26px;
}

.cookies_policy p {
  font-size: 14px;
}

.cookies_policy .offcanvas-body {
  overflow-y: hidden;
}

.cookies_policy .offcanvas {
  height: 23vh;
}

.cookie_btn {
  border: solid 1px #105cb4;
  padding: 7px 14px;
  color: #105cb4;
  border-radius: 5px;
  font-size: 16px;
}

.cookie_btn:hover {
  background-color: #105cb4;
  color: #fff;
}

.offcanvas-backdrop.show {
  opacity: 0;
}

/* back to top button starts */
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background: url(../images/icon_top.webp) no-repeat;
  z-index: 9999;
}

/* end */

/* footer css starts */
.footer-link {
  font-size: 18px;
  color: #fff;
}

.fixedbtn {
  display: none;
}

/* end */

/* sociallinks css starts */
.footer-nav {
  margin-bottom: 20px;
}

.footer-nav a.social-icons {
  margin: 6px 7px;
  display: inline-block;
  transition: border-color 0.4s;
  position: relative;
  overflow: visible;
  font-size: 0;
  text-align: center;
}

.footer-nav a.social-icons.twitter::before {
  background-position: -181px 2px;
  width: 23px;
  background-size: 690px auto;
  background: url(../images/twitter-new.svg) no-repeat;
}

.footer-nav a.social-icons:before {
  content: "";
  width: 16px;
  height: 30px;
  margin: 0 auto;
  display: inline-block;
  background-size: 27px auto !important;
}

.footer-nav a.social-icons.fb::before {
  background-size: 27px auto !important;
  width: 27px;
  background: url(../images/facebook-new.svg) no-repeat;
}

.footer-nav a.social-icons.instagram::before {
  width: 30px;
  background: url(../images/instagram-new.svg) no-repeat;
}

.footer-nav a.social-icons.li::before {
  width: 30px;
  background-size: 25px auto !important;
  background: url(../images/linkedin-new.svg) no-repeat;
}

.footer-nav a.social-icons.binge::before {
  width: 36px;
  background: url(../images/blogger.svg) no-repeat;
  background-size: 45px !important;
  height: 38px;
}

.footer-nav a.social-icons.pinterest::before {
  width: 36px;
  background: url(../images/blogger.svg) no-repeat;
  background-size: 45px !important;
  height: 38px;
}

/* end */

/* fixed button desktop starts */
.demo-sticky {
  color: #333;
  cursor: pointer;
  outline: 0;
  border: 0;
  position: fixed;
  background: url(../images/talk-to-us-logo.png);
  background-size: contain;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  right: 10px;
  bottom: 18%;
  z-index: 98;
}

.demo-pop-over {
  padding: 7px 28px;
  position: absolute;
  text-align: left;
  left: -126px;
  margin-right: 15px;
  z-index: 10;
  top: 24px;
  -webkit-box-shadow: 1px 1px 10px -1px #aaa;
  box-shadow: 1px 1px 10px -1px #aaa;
  border-radius: 5px;
  font-size: 13px;
  background-color: #fff;
  width: auto;
  color: #105cb4;
  font-weight: 600;
}

.demo-pop-over:after {
  left: 100%;
  top: 18px;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: 7px solid rgba(0, 0, 0, 0);
  border-left-color: #fff;
  margin-top: -7px;
}

.borderbtnleft-1 {
  border: solid 1px #0d6efd;
  color: #0d6efd !important;
  padding: 8px 24px;
  width: 38%;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 16px;
}

/* end */

/* footer copyright starts */
.footer-copy {
  position: relative;
}

/* .footer-copy p::after{
  content: '';
  position: absolute;
  background: url(../images/logo-revalsys-copyight.png) no-repeat;
  width: 20px;
  height: 20px;
  left: 59%;
  background-size: 20px;
} */
/* end */

/* sitemap css starts */
.sitemapblock {
  padding: 0 30px;
  border-right: 2px solid #a5ffff;
  margin-bottom: 50px;
}

.sitemappagename {
  float: left;
  width: 100%;
  font-size: 50px;
  text-transform: uppercase;
  color: #efefef;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sitemappagename span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 20px;
  color: #000;
}

.sitemap-content-block ul {
  margin: 0;
  padding: 0;
}

.sitemap-content-block ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
}

.sitemap-content-block ul li a {
  padding-bottom: 16px;
  color: #07a9fd;
  font-size: 16px;
  font-weight: 600;
  display: block;
  line-height: 14px;
}

.sitemap-content-block ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #07a9fd;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 6px;
}

.divCP-content h1,
.page-title h1 {
  font-size: 40px;
  margin: 0;
  padding-top: 20px;
  text-align: center;
}

.cookie_policy_link {
  text-decoration: underline;
  font-weight: bold;
}

#footer-placeholder {
  max-width: 1920px;
  margin: auto;
}

/* end */

@media (min-width: 1700px) {
  .main-wrap {
    max-width: 1700px;
    margin: auto;
  }

  .header-container {
    max-width: 1700px;
  }
}

@media (max-width: 1199px) {
  .p-90 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 999px) {
  .ai_inner_blk p {
    font-size: 22px !important;
  }

  .leading_inner_blk p {
    font-size: 22px !important;
  }

  .navlistUl > li.nav-item .navlistUl-dropdown {
    line-height: 16px;
    /* white-space: nowrap; */
  }

  .navlistUl > li.nav-item .nav-a {
    white-space: nowrap;
  }

  .section-1 h1 {
    line-height: 70px;
  }

  .tabs-Container .nav-tabs .nav-link {
    font-size: 26px;
  }

  .leading_inner_blk h3 {
    font-size: 42px !important;
  }

  .tabs-flex {
    display: flex !important;
  }

  .acc-none {
    display: none;
  }

  .acc_inner_blk {
    display: block !important;
  }

  .section-5 .left-side h3 {
    font-size: 50px;
  }
}

@media (max-width: 999px) {
  header {
    height: 72px;
  }

  /* 999belowscreen css starts */
  .footer_blk {
    width: 100%;
  }

  .contentPanRight h2.fixedheading {
    font-size: 60px;
    transition: all 0.5s ease-in-out;

    padding: 20px 0 10px 8px;
  }

  .container {
    max-width: 100%;
  }

  .section-1 h1 {
    line-height: 70px;
  }

  .tabs-Container .nav-tabs .nav-link {
    font-size: 24px;
  }

  .tabs-Container .accordion-button:not(.collapsed),
  .tabs-Container .accordion-button {
    background: #105cb4;
    color: #ffffff;
  }

  .tabs-flex {
    display: none !important;
  }

  .tabs-Container .collapse:not(.show) {
    display: none !important;
  }

  .mainbody.overlay-open {
    background: transparent !important;
  }

  .section-1-inner {
    z-index: 10;
  }

  .section-1-inner p {
    color: #fff;
  }

  .section-1-inner h4 {
    color: #fff;
  }

  .customers_blk a {
    padding: 0 20px;
  }

  /* .sticky_heading h2{
  font-size: 60px;
} */
  .month-block td span {
    display: inline-block;
    line-height: 30px;
    text-align: center;
  }

  /* end */
  .contentPanRight h5 {
    padding: 12px 0 0 8px;
  }

  .navbar-brand img {
    height: 40px !important;
    width: auto;
  }

  .search-click {
    margin-left: auto;
  }

  .footer-link-cont {
    display: none;
  }

  /* .footer-heading-ttl span {
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
} */

  /* Use background images */
  .footer-heading-ttl::after {
    content: "";
    background-image: url("../images/plus.svg");
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .footer-heading-ttl.active::after {
    content: "";
    background-image: url("../images/minus.svg");
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .footer-heading-ttl .open-minus {
    background: url("../images/minus.svg") no-repeat center center;
  }

  /* We'll handle showing/hiding via JS inline styles */

  .footer-top li a {
    display: block;
    padding: 0.3rem 0;
  }

  .footer-bottom ul {
    flex-wrap: wrap;
  }

  .footer-bottom ul li a {
    font-size: 14px;
    line-height: 30px;
    padding: 0.5rem 6px;
  }

  .footer-heading {
    font-size: 24px;
    line-height: 24px;
  }

  .navlistUl-dropdown li {
    margin-bottom: 0rem;
  }

  header .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
  }

  .right-side-container ul li a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
  }

  .back-navlistUl-dropdown {
    justify-content: inherit !important;
  }

  .navlistUl-dropdown li span.text-primary {
    font-size: 13px;
    width: 100%;
  }

  .viewMobIcon {
    display: inline-block;
    height: 20px;
  }

  .viewMobIcon img,
  .arrow-back img {
    height: 10px;
  }

  .arrow-back {
    padding-right: 5px;
  }

  .pldiv {
    padding-left: 12px;
  }
}

@media screen and (max-width: 999px) {
  .right-side-container {
    display: flex;
  }

  .menu-hamburger {
    display: block;
  }

  .navlistUl {
    display: none;
  }

  .accordion-header {
    display: block;
  }

  .footer-top .footer-heading-ttl {
    font-size: 18px;
    padding: 1.2rem 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
  }

  /* .accordion-collapse.collapse.show{
    display: block !important;
  } */
  header {
    height: 65px !important;
  }

  .fixed_header {
    padding: 0;
  }

  .centered {
    width: 100%;
    padding: 0px;
    display: block;
  }

  /* h2.sticky_heading {
z-index: 9;
top: -1px;
position: sticky;
  } */
  .main-wrap {
    padding-top: 66px;
  }

  #search-box {
    position: absolute;
    top: 45%;
    width: 100%;
  }

  #search-form {
    position: relative;
    width: 90%;
    height: 59px;
    margin: 0 auto;
  }

  .navlistUl-dropdown li {
    padding-left: 0;
    padding-right: 0;
  }

  .ai_inner_blk p {
    font-size: 14px !important;
  }

  .ai_inner_blk h3 {
    font-size: 34px;
  }

  .leading_inner_blk h3 {
    font-size: 38px !important;
  }

  .leading_inner_blk p {
    font-size: 20px !important;
  }

  .sticky_heading a {
    color: #000;
    font-weight: 600;
  }

  .sticky_heading {
    background: #fff;
  }

  .sticky_heading a {
    font-size: 1rem;
    color: #105cb4;
  }

  /* innersticky css */
  .contentPanRight h2.fixedheading,
  .contentPanRight1 h2.fixedheading {
    font-size: 32px;
    transition: all 0.5s ease-in-out;
    top: 56px;
  }

  .contentPanRight1 h2.fixedheading {
    padding: 12px 22px;
  }

  .sticky_heading {
    padding: 20px 0 0px 0;
  }

  /* end */

  .cookies_policy p {
    font-size: 12px;
  }

  .cookie_btn {
    font-size: 12px;
  }

  .acceptbtn {
    background-color: #105cb4;
    color: #fff;
  }

  .cookies_policy .offcanvas {
    height: 32vh !important;
  }

  .defaulthgt.addsticky .revalomniLogo {
    height: 40px !important;
    width: auto;
  }

  .navbar-brand img {
    height: 40px !important;
    width: auto;
  }

  .fixed_header.navbar-fixed-top .revalomniLogo {
    height: 40px !important;
    width: auto;
  }

  header.defaulthgt {
    padding: 0 !important;
  }

  .footer-link {
    font-size: 18px;
  }

  .customers_blk {
    font-size: 18px !important;
  }

  .footer-heading-Contact {
    padding: 1.2rem 0 1.2rem 0;
  }

  .footer-heading-Contact a {
    font-size: 18px;
  }

  .sociallinks a {
    margin: 0 18px 0 0;
  }

  .fixedbtn {
    display: block;
    bottom: 0;
    width: 100%;
    z-index: 99;
  }

  .fixedbtn a {
    background: linear-gradient(0deg, rgb(80 173 227) 0%, rgb(5 149 167) 100%);
    color: #fff;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 0;
    box-shadow: none;
  }

  footer {
    padding-bottom: 46px;
  }

  .footer-bottom ul li a {
    margin-right: 6px;
    font-size: 12px;
  }

  /* .footer-copy p::after{
  right: 3px !important;
  left: auto;
} */
  .bridingthebetwn .col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 999.98px) {
  .section-1::after {
    background-image: none !important;
  }

  .section-1-inner h4 {
    color: #105cb4 !important;
  }

  .section-1-inner p {
    color: #222222 !important;
  }
}

@media screen and (max-width: 768px) {
  /* .sociallinks a {
    margin: 0 26px 0 0;
}
.footer-bottom ul li a{
  margin-right: 20px;
} */
  .section-1::after {
    background-image: none !important;
    z-index: inherit;
  }

  .section-1-inner h4 {
    color: #105cb4 !important;
  }

  .section-1-inner p {
    color: #222222 !important;
  }
}

@media screen and (max-width: 560px) {
  .footer-bottom ul li a {
    margin-right: 18px;
  }

  .sociallinks {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
  }

  .sociallinks a {
    margin: 0;
  }

  .footer-bottom ul {
    display: flex;
    justify-content: space-around;
  }

  .footer-bottom ul li a {
    margin-right: 0px;
  }

  .sticky_heading h3 {
    padding-top: 18px;
  }
}

@media screen and (max-width: 350px) {
  .footer-bottom ul li a {
    margin-right: 6px;
  }

  .sociallinks a {
    margin: 0 18px 0 0;
  }
}

.mainbody.overlay-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
  z-index: 9999;
}

/* cookies css starts */
.wrapper {
  position: fixed;
  bottom: 50px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.wrapper.show {
  right: 20px;
}

.wrapper header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

header i {
  color: #4070f4;
  font-size: 32px;
}

header h2 {
  color: #4070f4;
  font-weight: 500;
}

.wrapper .data {
  margin-top: 16px;
}

.wrapper .data p {
  color: #333;
  font-size: 16px;
}

.data p a {
  color: #4070f4;
  text-decoration: none;
}

.data p a:hover {
  text-decoration: underline;
}

.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #4070f4;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}

.buttons #acceptBtn:hover {
  background-color: #034bf1;
}

#declineBtn {
  border: 2px solid #4070f4;
  background-color: #fff;
  color: #4070f4;
}

#declineBtn:hover {
  background-color: #4070f4;
  color: #fff;
}

/* end */

.contactus_dekstop {
  display: none;
}

.contactus_dekstop.contact_blk {
  display: block;
}

/* animation button css starts */

.custom-btn {
  width: auto;
  height: 42px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  font-size: 15px;
  font-weight: 600;
}

.btn-11 {
  border: none;
  background: rgb(251, 33, 117);
  background: linear-gradient(
    0deg,
    rgba(251, 33, 117, 1) 0%,
    rgba(234, 76, 137, 1) 100%
  );
  color: #fff;
  overflow: hidden;
}

.btn-11:hover {
  text-decoration: none;
  color: #fff;
}

.btn-11:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}

/* .btn-11:hover{
opacity: .7;
} */
.btn-11:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.btn-11:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}

@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.btn-11:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}

.btn-11:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}

/* 11 */
.btn-11 {
  border: none;
  /* background: rgb(251,33,117); */
  background: rgb(251, 33, 117);
  /* background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%); */
  background: linear-gradient(90deg, #00ffb9 0%, #00e6dc 100%);
  color: #00053d;
  overflow: hidden;
}

.btn-11:hover {
  text-decoration: none;
  color: #00053d;
}

.btn-11:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-11:hover {
  opacity: 0.7;
}

.btn-11:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.cp_contact_eroor {
  color: red !important;
}

.movedtowishlist {
  padding-left: 2px;
  padding-right: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  color: #50ade3;
  animation: txtloader 1s cubic-bezier(0.5, 0.1, 0.15, 1) alternate infinite;
  -webkit-animation: txtloader 1s cubic-bezier(0.5, 0.1, 0.15, 1) alternate
    infinite;
}

.send_div {
  display: none;
}

/*.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
    padding: 0.7rem;
}*/
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: transparent;
}

/* end */

.text_break {
  word-break: break-all;
}

.content-secondFold-n h4 {
  color: #c2d1db;
  font-size: 60px !important;
  font-weight: 600;
}

@media (max-width: 1660px) {
  .navlistUl > li.nav-item {
    padding: 0 1.5rem;
  }

  .navlistUl li .nav-a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

  .navlistUl-dropdown li span.text-primary {
    font-size: 13px;
  }
}

@media (max-width: 1400px) {
  .navlistUl > li.nav-item {
    padding: 0 1.5rem;
  }

  .navlistUl li .nav-a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
  }

  .navlistUl-dropdown li span.text-primary {
    font-size: 12px;
  }

  header .container {
    width: 100%;
    max-width: inherit;
  }

  .navlistUl > li.nav-item {
    padding: 0 1.3rem;
  }
}


 

@media screen and (max-width: 769px) {
  .content-secondFold-n h4 {
    color: #c2d1db;
    font-size: 36px !important;
    font-weight: 600;
  }
}

.footer-link-cont .text-primary {
  color: #1b1b1b !important;
}

.right-side-container .navlistUl-dropdown ul {
  padding-bottom: 100px;
}

/*2025 CSS Updated in August*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.solution-tabs {
  display: flex;
  gap: 0px;
  margin-bottom: 0px;
  border-bottom: solid 1px #d1e3e8;
  border-top: solid 1px #d1e3e8;
}

.border-top-menu {
  border-top: solid 1px #d1e3e8;
}

.solution-tabs .tab-btn {
  padding: 7px 12px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  border-radius: 4px;
  color: #1d4795;
}

.solution-tabs .tab-btn.active {
  background: #eef7fa;
  color: #1d4795;
}

.solution-tabs .tab-btn {
  border-right: solid 1px #d1e3e8;
  border-radius: 0;
}

.solution-tabs .tab-btn:last-child {
  border: 0 !important;
}

.solution-tabs .tab-btn img {
  height: 46px;
  width: 46px;
}

.tab-content {
  display: none;
}

.tab-content ul {
  padding-left: 0;
  list-style: none;
}

.navlistUl-dropdown-100 {
  width: 100%;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  justify-content: space-between;
}

.navlistUl-dropdown-100 .solution-grid li a {
  color: #1d4795 !important;
  font-size: 16px;
  font-weight: 600;
}

.navlistUl-dropdown-100 li span {
  display: block;
  line-height: 21px;
  font-weight: normal;
  color: #646464;
  font-size: 12px;
}

.fixed_header.navbar-fixed-top .navlistUl-dropdown-100 {
  top: 60px;
}

.tabLeft-Container {
  min-width: 260px;
  width: 260px;
  background-color: #105cb4;
  color: #fff;
  padding: 20px;
  height: 100%;
}

.tabLeft-Container .text-paragraph {
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
}

.tabRight-Container {
  min-width: 320px;
  width: 320px;
  align-items: end;
}

.tabRight-Container img {
  width: 100%;
}

.quote-start,
.quote-end {
  font-size: 36px;
  color: #9be3fd;
  display: inline-block;
  line-height: 20px;
  height: 20px;
}

.quote-end {
  float: right;
}

.learnMore {
  border: 2px solid #ffffff;
  border-radius: 30px;
  padding: 12px 20px;
  min-width: 200px;
  display: block;
  color: #ffffff !important;
  text-align: center !important;
  margin-top: 60px;
}

.solution-grid {
  padding: 30px 30px !important;
  padding-left: 290px !important;
}

.solution-grid li {
  margin-bottom: 25px;
}

.solution-grid li a img {
  width: 36px;
  height: 36px;
}

.grid-of-three li {
  width: 33.3333%;
  flex-grow: 0;
  flex-basis: 33.3333%;
}

.tab-content {
  display: block;
}

.header-container .tab-content {
  display: none;
}

.btntoggle .footerLinkDiv {
  display: block !important;
}

.btntoggle,
.email-footer {
  color: #fff !important;
  text-transform: capitalize;
  font-size: 15px;
  text-decoration: none;
}
.email-footer {
  text-transform: lowercase;
}

.companyNav ul li {
  padding-bottom: 8px;
}

.companyNav ul li a {
  display: flex;
  align-content: center;
  align-items: start;
  color: #1d4795 !important;
  font-size: 16px;
  font-weight: 600;
  justify-content: inherit;
}

.companyNav ul li a span {
  color: #1d4795 !important;
}

.companyNav ul li i img {
  width: 36px;
  height: 36px;
}
.txtSmall {
  font-weight: normal;
  color: #646464;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.contact-us-strip {
  color: #fff;
}

@media (max-width: 1320px) {
  .grid-of-three li {
    width: 50%;
    flex-grow: 0;
    flex-basis: 50%;
  }

  .solution-grid {
    padding: 30px 20px !important;
    padding-left: 20px;
    padding-left: 260px !important;
  }

  .navlistUl-dropdown-100 .solution-grid li a,
  .navlistUl li .nav-a {
    font-size: 13px;
  }

  .navlistUl-dropdown-100 li span {
    font-size: 11px;
  }

  .tabLeft-Container .text-paragraph {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
  }
.navbar-brand img{
  height: 40px !important;
  width: auto !important;
}
.header-contact-us { 
  font-size: 13px !important;
  width: auto !important;
  height: auto !important;  
  border-radius: 8px;
  text-decoration: none;
  padding: 8px 16px !important;
  font-weight: 500;
}
header { 
  height: 60px; 
}
}

@media (max-width:1166px){
  .navlistUl li .nav-a {
    font-size: 12px !important;
  }
}
 

@media (max-width: 999px) {
  .navlistUl-dropdown-100 ul {
    padding: 0 !important;
  }

  .companyNav ul li a {
    display: flex;
    align-content: center;
    align-items: center;
  }

  .back-navlistUl-dropdown {
    display: inline-block !important;
  }

  .solution-tabs .tab-btn {
    width: 50%;
  }

  .solution-grid {
    padding: 0 !important;
  }

  .solution-grid li a {
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: start !important;
  }

  .solution-grid li {
    margin-bottom: 0px;
  }

  .navlistUl-dropdown-100 li span {
    line-height: 18px;
  }

  .grid-of-three li {
    width: 100%;
    flex-grow: 0;
    flex-basis: inherit;
  }

  .solution-grid li a {
    font-size: 14px;
  }

  .solution-grid li a span {
    font-weight: normal;
    color: #646464;
    font-size: 12px;
  }

  .solution-grid li a {
    color: #1d4795 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  .navlistUl-dropdown-100 {
    padding-bottom: 100px;
  }

  .fixed_header.navbar-fixed-top .navlistUl-dropdown-100 {
    top: 0px;
  }

  .navlistUl-dropdown.active {
    top: 0 !important;
  }

  .btntoggle {
    cursor: pointer;
  }

  .fixed_header.navbar-fixed-top .navlistUl-dropdown {
    top: 0;
  }

  .solution-tabs {
    margin-bottom: 0px !important;
  }
  .tab-content {
    display: none;
  }
  .header-contact-us {
    display: none;
  }
  .mobileMenu li{
    position: relative;
  }
  .mobileMenu li a i{
   position: absolute;
  }
  .mobileMenu .mobLink{
    padding-left:42px !important;
  }
  .mobileMenu li a {
    color: #1d4795 !important;
    font-size: 16px;
    font-weight: 600;
}
     .mobileMenu li a span {
        font-weight: normal;
        color: #646464;
        font-size: 12px;
    }
    .mobileMenu li a.back-navlistUl-dropdown{
      color: #ffffff !important;
    }
    .companyNav li a .mobLink{
          font-size: 16px !important;
    font-weight: 600 !important;
    }
}

@media (max-width: 767px) {
  .solution-grid li a img {
    width: 30px;
    height: 30px;
  }
  .footer-top ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-top ul li {
    position: relative;
    padding-right: 0;
    margin-right: 0;
  }
  .footer-top ul li::after {
    display: none;
  }
}


