.csr-layout {
  position: relative;
}
.csr-layout .csr-border {
  width: 100%;
  background-color: #009541;
  height: 4px;
}
.csr-layout .csr-border::before {
  position: absolute;
  content: "";
  width: 8%;
  height: 4px;
  background-color: #ca0f1a;
}
.csr-layout .header-layout {
  position: absolute;
  z-index: 999;
  width: 100%;
}
.csr-layout .hero-layout {
  position: relative;
}

.floating-nav {
  background: #e20f10;
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 999;
  width: 140px;
  height: 58px;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.floating-nav a {
  text-decoration: none;
  color: #fff;
}
.floating-nav p {
  white-space: nowrap;
  color: #fff;
}

.floating-nav:hover {
  background: #056931;
}

@media (max-width: 768px) {
  .csr-layout .header-layout {
    position: unset;
  }
}
