html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8125rem;
  background: linear-gradient(to bottom, rgb(97, 174, 188) 0%, rgb(255, 255, 255) 100%);
  height: 100%;
  color: #212529;
}

body.acsb-keynav {
  overflow-y: auto !important;
}

body.acsb-keynav [data-acsb-focused=true], body.acsb-keynav :focus {
  outline: solid 3px #639af9 !important;
  outline-offset: 5px !important;
  visibility: visible !important;
  opacity: 1 !important;
  outline-style: inset !important;
}

body.acsb-keynav > *:not([data-acsb]) * {
  transition: transform 0.001s linear !important;
  transition-delay: 0.001s !important;
  animation-timing-function: step-end !important;
  animation-iteration-count: 1 !important;
}

.site-wrapper {
  height: 100%;
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .site-wrapper {
    width: 100%;
  }
}

.text-small {
  font-size: 75%;
}

.text-purple {
  color: #6b2875 !important;
}

h4 {
  font-size: 1.4rem;
}

a {
  color: #6b2875;
}
a:hover {
  color: #09748d;
  text-decoration: none;
}

.hand {
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background-color: #6b2875 !important;
  border-color: #6b2875 !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #481b4f !important;
  border-color: #481b4f !important;
}

.hcp-enter {
  width: 100px;
  color: #fff;
  background-color: #6b2875 !important;
  border-color: #6b2875 !important;
}
.hcp-enter:hover {
  color: #6b2875;
  background-color: white !important;
  border-color: #481b4f !important;
}

header .form-control, header .btn {
  padding: 0.35rem 0.75rem;
  line-height: 1;
  font-size: 0.9rem;
}
header .isiNav ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0.5rem;
}
header .isiNav ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 5px;
  line-height: 1rem;
  border-right: solid 2px #8a8a8a;
}
header .isiNav ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
header .isiNav ul li a {
  color: #404040;
  font-weight: bold;
}
header .isiNav ul li a:hover {
  color: #09748d !important;
  text-decoration: none;
}
header .input-group {
  width: 200px;
  float: right;
}
header .site-nav .navbar {
  padding: 0.5rem 2.7rem;
}
@media (max-width: 950px) {
  header .site-nav .navbar {
    padding: 0.5rem 0rem;
  }
}
header .site-nav ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
header .site-nav ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 5px;
  line-height: 1rem;
  border-right: 2px solid #61B0BD;
  text-align: center;
}
header .site-nav ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
header .site-nav ul li a {
  color: #404040;
  font-weight: bold;
}
header .site-nav .navbar-light .navbar-nav .nav-link {
  color: #6b2875 !important;
  text-transform: uppercase;
  font-size: 0.75rem;
}
header .site-nav .navbar-light .navbar-nav .nav-link:hover {
  color: #09748d !important;
}
header .site-nav .navbar-light .navbar-nav .active > .nav-link, header .site-nav .navbar-light .navbar-nav .nav-link.active, header .site-nav .navbar-light .navbar-nav .nav-link.show, header .site-nav .navbar-light .navbar-nav .show > .nav-link {
  color: #09748d !important;
}
header .site-nav .nav-link {
  padding: 0rem;
}
header .dropdown-item {
  color: #6b2875 !important;
  font-size: 0.75rem;
}
header .dropdown-item:hover {
  color: #09748d !important;
}
header .dropdown-item:focus {
  background-color: #dee1e3;
}
header .navbar-toggler {
  background-color: #6b2875 !important;
  color: #fff !important;
  font-size: 0.9rem;
}

.navbar .dropdown-menu {
  border: 0;
}
.navbar .dropdown-menu .dropdown-item {
  text-align: left !important;
  padding: 0.25rem 2.5rem 0.25rem 0.8rem;
}

.site-footer {
  background: url("../images/TealCurve.png") no-repeat left center, linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 37%, rgb(192, 243, 251) 100%);
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  height: 200px;
  padding: 120px 40px 0px 40px;
}
.site-footer ul {
  margin: 20px 0 0 0;
  padding-left: 0;
}
.site-footer ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 5px;
  line-height: 1rem;
  border-right: solid 2px #09748d;
}
.site-footer ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
.site-footer ul li a {
  color: #6b2875;
}
.site-footer ul li a:hover {
  color: #09748d !important;
  text-decoration: none;
}
.site-footer .sebela-logo {
  width: 200px;
}

.isi-content {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .isi-content {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.isi-content h3 {
  color: #09748d;
  font-weight: bold;
}

.carousel-indicators .active {
  background-color: #09748d;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators li {
  background-color: #6b2875;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.carousel-indicators li:hover {
  background-color: #09748d;
}
.carousel-indicators li:focus {
  outline: solid 2px #09748d;
  outline-offset: 5px !important;
  visibility: visible !important;
  opacity: 1 !important;
  outline-style: inset !important;
}

/*Inner Pages Styling*/
.title-container {
  width: 100%;
}
.title-container .title-logo {
  float: left;
  width: 7%;
  padding: 30px 0 0 20px;
}
.title-container .title-text {
  float: left;
  width: 90.7%;
  padding: 35px 0 5px 10px;
  margin: 26px 0 20px 0;
  z-index: 9;
  position: relative;
}
.title-container .title-logo img {
  height: 93px;
  width: auto;
}

.inner-page h1 {
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(0, 126, 148)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(0, 126, 148) 100%);
  font-size: 38px;
  margin-right: -41px;
  text-transform: uppercase;
  color: #6b2875;
  font-weight: bolder;
}
.inner-page h2 {
  font-size: 1.5em;
  color: #6b2875;
  font-weight: bold;
}
.inner-page h3 {
  font-size: 1.17em;
  color: #404040;
  font-weight: bold;
}

.body-content {
  padding: 0 0 40px 8%;
}
.body-content .side-art {
  width: 200px;
  position: relative;
  top: -17px;
}

/* Footer Styles*/
.footer-wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .footer-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

footer {
  flex: 0 0 auto;
  width: 100%;
  position: fixed !important;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  position: relative;
  background: rgb(255, 255, 255);
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
}
footer .clip {
  right: 0;
  position: fixed;
  float: right;
  cursor: pointer;
  z-index: 99;
  /* .fas{
      right: 20px;
      top: 10px;
      z-index: 999;
      color: $primary;
      position: absolute;
  } */
}
footer .footer {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
footer .footer.footer-open {
  height: 100% !important;
}
footer .footer_head {
  padding: 10px 0 0;
}
footer .footer_main {
  width: 100%;
}
footer p {
  margin-bottom: 10px;
}
footer a {
  color: #6b2875;
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
  color: #09748d;
}
footer h3 {
  color: #09748d;
  font-weight: bold;
}

/* ISI Drawer CSS */
.showIndication {
  background: none;
  border: none;
  color: #6b2875;
  float: right;
  position: relative;
  top: 8px;
  right: 0;
}
.showIndication i {
  font-size: 1.3rem;
}
.showIndication a {
  color: #6b2875 !important;
}

.carousel-control-prev .fa, .carousel-control-next .fa {
  color: #6b2875;
  font-size: 2rem;
  font-weight: bold;
}

.navbar-nav li:hover .dropdown-menu {
  display: block;
  top: 30px;
}

.sitemap-link {
  text-decoration: underline;
  line-height: 30px;
  font-size: 0.92rem !important;
  color: #6b2875;
}
.sitemap-link li {
  list-style-type: disc;
}

@media (min-width: 576px) {
  .motofen-popup .modal-dialog {
    max-width: 300px;
  }
}
.motofen-popup .modal-body {
  padding: 1rem 0.4rem 0 0.4rem;
}
.motofen-popup .modal-body p {
  font-size: 0.8rem;
}
.motofen-popup .modal-footer {
  padding: 0.3rem 0 0 0;
}
.motofen-popup .modal-sebelaLogo {
  width: 200px;
  margin: 0 auto;
}
.motofen-popup .modal-header {
  padding: 0.1rem 0.5rem;
  background-color: #6b2875;
}
.motofen-popup .modal-header .modal-title {
  color: white;
}
.motofen-popup .modal-header .close {
  color: white;
}
.motofen-popup .modal-header h5 {
  font-size: 1.1rem;
}
.motofen-popup .modal-content {
  padding: 5px;
}

@media (max-width: 991px) {
  header .site-nav ul li {
    text-align: left;
    border-right: 0;
    padding-top: 10px;
    padding-left: 0;
  }
  .side-art {
    width: 100% !important;
  }
  .inner-page h1 {
    font-size: 1.7rem;
    padding-left: 10px;
  }
  .title-container .title-text {
    padding-top: 25px;
    position: relative;
    z-index: 9;
  }
  .title-container .title-logo {
    padding-left: 0;
  }
  .title-container .title-logo img {
    height: 68px;
  }
}
@media (max-width: 768px) {
  .site-logo {
    width: 300px;
    margin: 0 auto;
  }
  .site-footer {
    padding: 0;
    height: 150px;
  }
  .sebela-logo {
    margin-top: 15px;
    float: right;
  }
  header .isiNav ul li a {
    font-size: 0.75rem;
  }
  .body-content {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .inner-page h1 {
    font-size: 1.2rem;
    margin-right: -20px;
    padding-left: 10px;
  }
  .isi-content h3, footer h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.1rem;
  }
}
.hand {
  cursor: pointer !important;
}

/* HCP css */
.request .two-cards {
  display: none;
}/*# sourceMappingURL=styles.css.map */