body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  font-family: 'Jost', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: 400;
  margin-top: 0;
  font-family: 'Jost', sans-serif;
}

h2 {
  font-size: 30px;
}

a,
button {
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #333333;
}

button,
input[type='submit'] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input {
  background: #eceff8;
  border: 2px solid #eceff8;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #737373;
  width: 100%;
}

.header-small-device {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-small-device {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .header-small-device {
    display: block;
  }
}

.header-large-device {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-large-device {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-large-device {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-action-wrap.header-action-mrg-1 .same-style {
    margin-left: 35px;
  }
}

.header-action-wrap.header-action-mrg-2 .same-style {
  margin-left: 35px;
}

.header-action-wrap .header-info button {
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 1;
  vertical-align: middle;
  padding: 0;
  background-color: transparent;
  border: none;
}

.sticky-bar.stick {
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #ffffff;
  border-bottom: 0 solid #4a90e2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  transition: all 0.3s ease 0s;
}

.header-top-right.header-top-flex {
  display: flex;
  justify-content: flex-end;
}

.main-menu > nav > ul > li {
  display: inline-block;
  position: relative;
}

.main-menu > nav > ul > li > a {
  font-size: 18px;
  color: #000000 !important;
  display: inline-block;
}

.main-wrapper-3 .body-overlay-3 {
  background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

.main-wrapper-3.overlay-active-3 .body-overlay-3 {
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-link {
  font-size: 15px !important;
  font-weight: 600;
  color: #1f1f1f;
  text-transform: capitalize;
  font-family: var(--theme-general-font);
}

.navbar-nav .nav-link:is(.active) {
  font-weight: bold;
  position: relative;
}

.navbar-nav .nav-link:hover {
  color: #7c7c7c !important;
}

.clickalbe-sidebar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 111;
  width: 400px;
  z-index: 9999;
  overflow: auto;
  min-height: 100vh;
  visibility: hidden;
  background-color: #fff;
  transition: all 400ms ease-out;
  transform: translate(200px, 0);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clickalbe-sidebar-wrapper {
    width: 100%;
  }
}

.clickalbe-sidebar-wrapper.clickalbe-menu-sidebar-left {
  left: 0;
  -webkit-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
}

.clickalbe-sidebar-wrapper.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  width: 100%;
}
