.site-logo {
  display: table;
  left: 0px;
  height: 100%;
  position: absolute;
  top: 0;
  margin-top: -1px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.nav-bar-wrapper {
  overflow: hidden;
}
.navbar-toggle {
  border: none;
  border-radius: 4px;
  color: #3298a1;
  font-size: 32px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 47px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.4s background-color;
  width: 40px;
  outline: none;
  background: none;
  cursor: pointer;
}

.navbar-toggle:focus {
  outline: none;
  box-shadow: none;
}
.navbar-toggle.navbar-toggler {
  background: none;
  padding: 0px;
}

.site-navigation {
  background-color: #0f0f0f;
  color: #fff;
  display: none;
  left: 50%;
  padding: 30px;
  position: absolute;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  width: calc(100vw - 17px);
  /* margin-right: -10px; */
  font-size: 19px;
  background-color: #2f48416b;
  top: 0;
  font-family: "Montserrat";
  font-weight: 500;
}

.site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-left: 550px;
}
.site-navigation li a {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  padding: 4px 0px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.site-navigation li a:hover {
  color: #3298a1;
}

.owl-item {
  position: relative;
}

.site-footer {
  background: #007E87;
  margin-top: 0;
  color: #ffffff;
  line-height: 1.9em;
}
.site-footer > .container {
  padding-top: 69px;
  padding-bottom: 62px;
}

.site-footer .widget-title {
  font-size: 15px;
  margin-top: -6px;
  margin-bottom: 38px;
  text-transform: uppercase;
  margin-top: 0;
  color: #40C3CE;
  margin-bottom: 31px;
  font-weight: 700;
}

.site-footer .widget-title:after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 12px;
  width: 43px;
  background-color: #3298a1;
}

.widget-container p {
  color: #fff;
  font-weight: 500;
  line-height: 1.4em;
  margin: 0 0 10px;
  font-size: 16px;
}

.site-footer .copyright-footer {
  font-size: 15px;
  font-weight: 500;
  background: #007E87;
  color: #40c3ce;
  text-align: center;
  padding: 11px 0px;
}

.site-footer .copyright-footer p {
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4em;
}

.site-footer .copyright-footer span,
.site-footer .copyright-footer a {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

.site-footer .menu {
  margin: 0;
  padding: 0;
}

.site-footer .menu li {
  float: none;
  margin: 0;
  padding: 7px 0;
  width: 100%;
  font-family: "PT Sans", sans-serif;
}
.site-footer .menu li a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9em;
  transition: all 0.3s ease-in-out;
}
.site-footer .menu li a:hover {
  color: #3298a1;
}
.social-widget a {
  margin: 5px 20px 20px 0;
  display: inline-block;
}

.site-footer .widget_anpstext {
  padding-left: 30px;
  position: relative;
  padding-bottom: 7px;
  padding-top: 7px;
}

.site-footer .widget_anpstext .fa {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  line-height: 27px;
  position: absolute;
  text-align: center;
  width: 16px;
}
.site-footer .widget_anpstext.widget_anpstext-no-icon {
  padding-left: 0;
}

.site-footer a {
  color: #fff;
  font-size: 16px;
}
.site-footer a:hover {
  color: #3298a1;
}

.subscribe-widget {
  font-size: 16px;
  color: #fff;
}
.subscribe-widget p {
  margin-bottom: 10px;
}
.subscribe-widget span {
  color: #fff;
}
.subscribe-widget input[type="email"] {
  border: 1px solid #eee;
  outline: none;
  padding: 14px 19px;
  width: 100%;
  color: #616060;
  transition: 0.2s border;
  font-size: 16px;
  line-height: 22.4px;
}
.subscribe-widget input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  background-color: #37acbf;
  padding: 1px 6px;
  color: #fff;
}

.social-outer p {
  margin-bottom: 0px;
}
.catagories-menu li {
  border-bottom: 1px #efe8e8 solid;
}
.eremedium-catagories-card h5 {
  color: #008c96;
  text-transform: uppercase;
}

.login-register {
  height: 100%;
  width: 100%;
}
.auth-main {
  height: 100%;
  width: 100%;
  margin: 0 !important;
  min-height: 100vh;
}
.left-img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 30px 15px;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-form-section {
  background-color: #fff;
}
.form-section {
  flex-direction: column;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-wrapper {
  width: 420px;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.login-title {
  font-size: 20px;
  color: #008c96;
  font-weight: 500;
  margin-bottom: 20px;
}

.welcome-msg {
  font-size: 20px;
  text-align: center;
}

/* Desktop header user profile picture */
.header-user-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header-user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #007e87;
  vertical-align: middle;
}

