a[disabled="disabled"] {
  pointer-events: none;
  cursor: default;
}
.lazyload,
.lazyloading {
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 0.4s, -webkit-filter 0.4s;
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.drop-topic {
  width: 0;
  margin: 10px auto 0;
  float: left;
  z-index: 80;
  position: absolute;
}
.drop-topic .container {
  width: 1250px !important;
}
.select-topic-drop {
  margin: 130px auto 0;
  z-index: 195;
}
.mega-title-wrapper h3 {
  float: left;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.mega-icon-container {
  margin: -17px 0 0 25px;
  cursor: pointer;
  background: #fff;
  padding: 8px 14px 8px 14px;
  z-index: 22;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.08);
  font-weight: 700;
  text-align: center;
  float: right;
}
.mega-icon-container i {
  font-size: 25px;
  position: relative;
  top: 1px;
  left: -1px;
}
.select-topic-drop button {
  display: block;
  padding: 18px 40px;
  border-radius: 80px;
  font-size: 15px;
  font-weight: 700;
  text-transform: inherit;
}
.select-topic-drop button:active,
.select-topic-drop button:focus,
.select-topic-drop button:hover {
  outline: 0 !important;
}
.select-topic-drop .dropdown-menu {
  width: 100%;
  -webkit-border-bottom-right-radius: 4px !important;
  -webkit-border-bottom-left-radius: 4px !important;
  -moz-border-radius-bottomright: 4px !important;
  -moz-border-radius-bottomleft: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border: none;
  position: fixed;
  z-index: 5000;
  top: 90px !important;
  background: #fff;
  color: #8e8e8e;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 25px;
}
.select-topic-drop .dropdown-menu .row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  align-items: stretch;
}
.select-topic-drop .dropdown-menu li a.topic-title-cat {
  font-size: 15px;
  color: #009eeb;
  font-weight: 700;
  margin: 10px 0 5px 0;
}
.select-topic-drop .dropdown-menu li a.topic-title-cat:hover {
  color: inherit;
}
.select-topic-drop .dropdown-menu li {
  display: block;
}
.select-topic-drop .dropdown-menu li a {
  color: #757575;
  padding: 3px 0;
  float: left;
  width: 100%;
  font-size: 13.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  max-height: 50px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select-topic-drop .dropdown-menu li a:hover {
  color: #009eeb;
}
.select-topic-drop .dropdown-menu .row > * {
  flex-grow: 1;
  padding: 15px;
  flex-basis: 20%;
}
.select-topic-drop .dropdown-menu .row .col-2 {
  flex-grow: 3;
}
.overlay-layer-topic {
  border: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  max-width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  background: #000;
  opacity: 0;
  z-index: 45;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select-topic-drop.open .overlay-layer-topic {
  opacity: 0.5;
  display: block;
}
.select-topic-drop .dropdown-menu {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}
.select-topic-drop .dropdown-menu .row ul > * {
  flex-grow: 1;
  padding: 15px;
  flex-basis: 20%;
}
.select-topic-drop .dropdown-menu .row,
.select-topic-drop .dropdown-menu .row ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 0;
}
.list-search-class input::-webkit-input-placeholder {
  color: #009eeb;
  font-size: 17px;
  font-weight: 700;
}
.list-search-class input::-moz-placeholder {
  color: #009eeb;
  font-size: 17px;
  font-weight: 700;
}
.list-search-class input:-ms-input-placeholder {
  color: #009eeb;
  font-size: 17px;
  font-weight: 700;
}
.list-search-class input:-moz-placeholder {
  color: #009eeb;
  font-size: 17px;
  font-weight: 700;
}
.list-search-class input:focus {
  outline: 0;
  border-color: #aaa;
}
.share-modal .modal-body {
  padding: 30px 45px 55px 45px !important;
}
.share-popup-header {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 34px;
}
.share-popup-buttons {
  text-align: center;
}
.sharethis-inline-share-buttons {
  display: inline-block !important;
}
.share-popup-buttons .st-btn {
  display: inline-block !important;
  margin: 0 4px 20px 4px !important;
}
.sharethis-inline-share-buttons .st-btn:after {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0 6px;
  min-width: 100px;
  display: inline-block;
}
.sharethis-inline-share-buttons .st-btn[data-network="facebook"]:after {
  content: "facebook";
}
.sharethis-inline-share-buttons .st-btn[data-network="twitter"]:after {
  content: "twitter";
}
.sharethis-inline-share-buttons .st-btn[data-network="linkedin"]:after {
  content: "linkedin";
}
.sharethis-inline-share-buttons .st-btn[data-network="messenger"]:after {
  content: "messenger";
}
.sharethis-inline-share-buttons .st-btn[data-network="wechat"]:after {
  content: "wechat";
}
.sharethis-inline-share-buttons .st-btn[data-network="whatsapp"]:after {
  content: "whatsapp";
}
.sharethis-inline-share-buttons .st-btn[data-network="skype"]:after {
  content: "skype";
}
.sharethis-inline-share-buttons .st-btn[data-network="email"]:after {
  content: "email";
}
.sharethis-inline-share-buttons .st-btn[data-network="pinterest"]:after {
  content: "pinterest";
}
.sharethis-inline-share-buttons .st-btn[data-network="buffer"]:after {
  content: "buffer";
}
.sharethis-inline-share-buttons .st-btn[data-network="copy"]:after {
  content: "copy link";
}
.sharethis-inline-share-buttons .st-btn[data-network="sms"]:after {
  content: "sms";
}
.sharethis-inline-share-buttons .st-btn[data-network="reddit"]:after {
  content: "reddit";
}
#st-2.st-has-labels .st-btn.st-remove-label > span {
  display: inline-block !important;
}
.sharethis-popup .modal-body {
  padding: 30px 45px 55px 45px !important;
}
@media only screen and (max-width: 767px) {
  .sharethis-inline-share-buttons .st-btn:after {
    content: unset !important;
    min-width: unset;
    padding: 0 !important;
  }
}
* {
  padding: 0;
  margin: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f8f8f8;
  font-family: Helvetica, sans-serif;
}
a {
  cursor: pointer;
}
a:active,
a:focus {
  outline: 0;
}
a,
a button,
a button:hover,
a:hover,
a:hover button {
  text-decoration: none !important;
  outline: 0;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 5px;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.animateclass {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.row.no-gutter,
.row.no-row-gutter-md,
.row.no-row-gutter-sm {
  margin-left: 0;
  margin-right: 0;
}
.nopadding-right {
  padding-right: 0;
}
.dropdown-menu {
  border-radius: 0;
}
.top-menu a {
  color: #a7cadc;
  text-decoration: none;
  padding: 4px 13px;
}
#mainmenu.search-logo,
img.search-logo {
  width: 165px;
  margin: 15px;
}
.colorBlue {
  color: #009eeb !important;
}
.btn i {
  font-size: 10px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.btn i.wb-chevron-down-mini {
  font-size: 15px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.btn-outline {
  text-transform: uppercase;
  font-weight: 700;
  background: 0 0;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  margin: 0 auto;
}
.btn-outline-noborder {
  text-transform: uppercase;
  font-weight: 700;
  background: 0 0;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  margin: 0 auto;
  border: none;
}
.btn {
  font-weight: 700;
  padding: 10px 20px;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  padding: 8px 15px;
  margin: 0 auto;
  -webkit-font-smoothing: subpixel-antialiased;
  outline: 0;
  text-transform: uppercase;
}
.btn:active,
.btn:focus,
.btn:hover {
  outline: 0;
}
.btn-size-lg {
  padding: 18px 74px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.btn-size-md {
  padding: 11px 50px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.btn-size-sm {
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.btn-orange {
  color: #fff;
  background-color: #ff8b26;
  border-color: #fff;
}
.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover {
  background-color: #f70;
  border-color: #f70;
  color: #fff;
}
.btn-outline.btn-orange {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.btn-outline.btn-orange:hover,
.open > .dropdown-toggle.btn-outline.btn-warning {
  color: #fff;
  background-color: #ff8a25;
  border-color: #ff8a25;
}
.btn-grey {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}
.btn-outline.btn-grey {
  color: #757575;
  border-color: #757575;
  background-color: transparent;
}
.btn-grey:active,
.btn-grey:focus,
.btn-grey:hover {
  background-color: #757575;
  border-color: #757575;
  color: #fff;
}
.btn-outline-noborder.btn-grey {
  color: #757575;
  background-color: transparent;
  border-color: none;
}
.btn-grey.btn-outline-noborder:active,
.btn-grey.btn-outline-noborder:focus,
.btn-grey.btn-outline-noborder:hover {
  background-color: #757575;
  border-color: #757575;
  color: #fff;
}
.btn-outline-blue {
  border: 1px solid #009eeb;
  color: #009eeb;
  background: #fff;
}
.btn-outline-grey {
  border: 1px solid #e5e5e5 !important;
  color: #a2a2a2 !important;
  background: #fff;
}
.btn-outline-noborder.btn-light-blue {
  color: #009eeb;
  background-color: transparent;
  border-color: none;
}
.btn-danger {
  color: #fff !important;
  background-color: #f96868;
  border-color: #f96868;
}
.btn-light-blue {
  color: #fff !important;
  background-color: #009eeb;
  border-color: #009eeb;
}
.btn-light-blue:active,
.btn-light-blue:focus,
.btn-light-blue:hover {
  background-color: #008dd2;
  border-color: #008dd2;
  color: #fff;
}
.btn-outline.btn-light-blue {
  color: #009eeb !important;
  border-color: #009eeb;
  background-color: transparent;
}
.btn-outline.btn-light-blue:hover,
.open > .dropdown-toggle.btn-outline.btn-light-blue {
  color: #fff !important;
  background-color: #009eeb;
  border-color: #009eeb;
}
.btn-neutral {
  color: #757575;
  border-color: #757575;
  background-color: #fff;
}
.btn-neutral:active,
.btn-neutral:focus,
.btn-neutral:hover {
  background-color: #e6e6e6;
  border-color: #757575;
  color: #757575;
}
.btn-transparent {
  background-color: transparent;
}
.btn-noborder {
  border-color: transparent !important;
}
.btn-white {
  color: #fff;
  border-color: #fff;
  background-color: #f49500;
}
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  background-color: #ff8a25;
  border-color: #ff8a25;
  color: #fff;
}
.btn-outline.btn-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.btn-outline.btn-white:hover,
.open > .dropdown-toggle.btn-outline.btn-warning {
  color: #fff;
  background-color: #ff8a25;
  border-color: #ff8a25;
}
.bg-button-blue {
  background: #148bb4;
  border: 1px solid #148bb4;
  color: #fff;
}
.bg-button-blue:hover {
  color: #fff;
}
a.btn.bg-button-blue {
  color: #fff;
}
.business-profile-edit-holder .intro-section .bg-button-blue {
  margin-top: 30px;
}
.color-button-blue {
  color: #148bb4;
  border: 1px solid #148bb4;
}
.color-button-blue:hover {
  background: #148bb4;
  color: #fff !important;
}
.btn-yellow {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  background: #ffc107;
  border-radius: 5px;
  padding: 10px 30px;
}
.btn-yellow:hover {
  background: #f2b707;
}
.btn-lg {
  padding: 12px 35px;
}
.sign-up-header-btn {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 45px;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  float: right;
}
.add-business-header-btn {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 25px;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  float: right;
  margin-right: 15px;
}
.menu-not-looged {
  margin-top: 15px;
}
.mobile-not-logged-wrapper {
  clear: both;
  margin-top: 14px;
}
.mobile-not-logged-wrapper .search-action {
  color: #fff;
  opacity: 0.8;
  font-weight: 700;
  font-size: 12px;
  float: right;
  margin-right: 50px;
  cursor: pointer;
  font-size: 15px;
}
.mobile-not-logged-wrapper .search-action i {
  font-size: 11px;
  margin-right: 5px;
}
.mobile-not-logged-wrapper .search-action p {
  margin: 0;
}
.sign-up-header {
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  float: right;
  margin-top: 18px !important;
  font-size: 15px;
}
.mobile-not-logged-wrapper .search-action span {
  top: -7px;
  position: relative;
  left: 25px;
}
.mobile-not-logged-wrapper .search-action p span {
  top: inherit !important;
  position: relative;
  left: inherit !important;
}
.not-logged-user .overlay-top-part {
  border: none;
  display: flex;
  flex-direction: column;
  height: 200px;
  margin: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.4;
  z-index: 45;
  background: -moz-linear-gradient(top, #000 0, #000 1%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(
    top,
    #000 0,
    #000 1%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    #000 0,
    #000 1%,
    rgba(0, 0, 0, 0) 100%
  );
}
.not-logged-user .overlay-layer {
  border: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: #000;
  opacity: 0.55;
  z-index: 45;
}
.second-menu-items .search-action {
  display: none;
}
.second-menu-items .premium-action {
  position: relative;
  left: 55px;
}
.landing-page .banner {
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
  background-size: cover;
  position: relative;
  height: 370px;
}
.landing-page .banner .container {
  position: relative;
  z-index: 180;
}
.landing-page .banner img {
  border: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 110vw;
  object-fit: cover;
}
[data-landing] header .container {
  width: 1250px;
}
p.hover-arrow {
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 20px 0 0 0;
}
p.hover-arrow i {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-right: 12px;
}
@media only screen and (max-width: 992px) {
  p.hover-arrow {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  [data-inner-content] .col-lg-2.top-margin-mobile {
    padding: 12px 0 0 20px;
  }
}
[data-inner-content] .no-right-gutter.top-margin-mobile {
  display: none;
}
[data-inner-content] .top-margin-mobile {
  width: 50%;
}
[data-inner-content] .main_nav.right-menu,
[data-inner-content] .menu,
[data-inner-content] .menu-bottom,
[data-inner-content] .nav-holder-mobile,
[data-inner-content] .toggle-menu,
[data-inner-content] .top-margin-mobile .logo,
[data-inner-content] header .navbarmenu a svg {
  display: none;
}
[data-inner-content] .inner-pages {
  padding-top: 54px;
}
[data-inner-content] .search-part {
  transform: translateY(0) !important;
}
[data-inner-content-nomenu] .menu.menu-bottom {
  display: none;
}
[data-inner-content-nomenu] .inner-pages {
  padding-top: 70px;
}
h1.page-section-title {
  font-size: 25px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 25px;
}
#trending h1.page-section-title {
  margin-left: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  [data-inner-content-nomenu] .inner-pages {
    padding-top: 54px;
  }
  h1.page-section-title {
    display: none;
  }
}
header {
  top: 0;
  left: 0;
}
header {
  height: auto;
  width: 100%;
  position: fixed;
  z-index: 200;
  height: 54px;
}
.header-no-background .search-part {
  background: inherit !important;
}
.header-no-background .menu {
  background: inherit;
  border-bottom: inherit;
}
[data-landing] .menu.menu-bottom #mainmenu1 a.dropdown-toggle {
  position: relative;
  top: 4px;
  margin: 0 18px;
  font-weight: 600;
}
[data-landing] .header-no-background .menu.menu-bottom {
  background: inherit;
  border-bottom: inherit;
  box-shadow: none;
  margin-top: 0;
  transform: translateY(-130px) !important;
}
[data-landing] .header-no-background .menu.menu-bottom.scrolldown-menu {
  background: #fff !important;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
  transform: translateY(0) !important;
}
[data-landing] .menu.menu-bottom {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.dropdown-toggle-submenu {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  top: 4px;
  color: #757575;
  text-align: center;
  border-radius: 40px;
  background-color: transparent;
  padding: 0 10px 0 0;
  height: 40px;
  margin-right: 5px;
}
.dropdown-toggle-submenu .dropdown-menu {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
  display: inherit;
  opacity: 0;
  position: absolute;
  top: 75%;
  left: 0;
  transform: translateY(1em);
  z-index: -1;
  transition: all 0.25;
  margin-top: 5px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
  border-radius: 4px !important;
  min-width: 240px;
  max-height: 400px;
  overflow: scroll;
}
.dropdown-toggle-submenu .dropdown-menu li {
  width: 100%;
}
.dropdown-toggle-submenu .dropdown-toggle {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  top: 0;
  color: #757575;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
  padding: 0 20px 0 0;
  height: 40px;
  margin-right: 5px;
}
.dropdown-toggle-submenu .dropdown-toggle i,
.dropdown-toggle-submenu i {
  margin-left: 5px;
}
.menu.menu-bottom.scrolldown-menu #mainmenu1 a.dropdown-toggle {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .menu.menu-bottom {
    display: none !important;
  }
}
.search-part {
  height: 70px;
  line-height: 0 !important;
  z-index: 79;
  background: #0b1524 !important;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-avatar {
  height: 17px;
  width: 17px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: text-top;
}
.search-div .typeahead__cancel-button {
  top: 15px !important;
}
a.toggle-menu-big {
  line-height: 25px;
  background: 0 0;
  margin-top: 10px;
  margin-left: -8px;
  position: absolute;
  display: block;
  font-size: 25px;
  color: #fff !important;
  text-align: center;
  margin-left: -15px;
  padding: 0;
  width: 40px;
  line-height: 29px;
  left: -21px;
  top: 6px;
}
.toggle-menu {
  display: block;
  font-size: 25px;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-left: -15px;
  padding: 0;
  width: 33px;
  line-height: 29px;
}
.search-icon-top {
  position: absolute;
  top: 14px;
  left: 15px;
}
.search-icon-top i {
  color: #009eeb;
}
.blue-light-color {
  color: #148bb4;
}
.basic_menu {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.second-menu-items {
  width: 35%;
}
.banner.lazyloaded {
  background: url(https://s.savvykai.com/live/themes/fluid_design/images/landing-bg.jpg)
    no-repeat top center;
  background-size: cover;
}
.banner {
  background-size: cover;
  position: relative;
  height: 375px;
}
.banner .banner-text {
  position: relative;
  z-index: 4;
  margin-top: 130px;
}
.banner .banner-text .title {
  font-size: 38px;
  line-height: 60px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 20px;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.49);
}
.banner .banner-text .title span {
  font-weight: 400;
}
.banner .banner-text p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 30px;
  float: left;
}
.search-div {
  position: relative;
  z-index: 20;
  left: -50px;
  margin-top: 4px;
}
[data-inner] .search-div {
  position: relative;
  z-index: 20;
  left: -50px;
  margin-top: 4px;
}
#form-autosuggest .typeahead__list > li {
  position: relative;
  display: block;
}
#form-autosuggest .typeahead__container {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  margin: 7px 0 0 0;
}
#form-autosuggest .typeahead__field input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.js-autosuggest {
  padding-left: 40px !important;
}
#form-autosuggest .js-autosuggest:-ms-input-placeholder,
#form-autosuggest .js-autosuggest::placeholder,
#form-autosuggest input.typeahead__field input::-webkit-input-placeholder,
input.js-autosuggest::-webkit-input-placeholder {
  color: #626366 !important;
  opacity: 1;
}
.typeahead__button {
  display: none !important;
}
.close-search {
  display: none;
  position: absolute;
  z-index: 989;
  background: #fff;
  padding: 13px 16px 13px 15px;
  margin-top: -7px;
  right: 17px;
}
img.logo {
  margin-top: 18px;
  width: 178px;
}
.logo {
  margin-top: 20px;
}
.logo-savvy {
  height: 30px;
  width: 155px;
}
.sign-in {
  margin-top: 25px;
  float: right;
  padding-left: 25px;
  padding-right: 5px;
}
.top-menu li {
  display: inline-block;
  list-style-type: none;
  font-size: 14px;
}
a.search-icon-deploy {
  position: relative;
  top: 8px;
  right: 26px;
  visibility: hidden;
  width: 100px;
}
a.search-icon-deploy:hover {
  color: #fff;
}
.search-icon-deploy i {
  font-size: 18px;
  color: #fff;
}
[data-inner] .select-topic-header {
  visibility: visible;
  opacity: 1;
}
[data-feed-inner] > [data-inner] .select-topic-header {
  visibility: visible !important;
  opacity: 1 !important;
}
[data-feed-inner] > [data-inner-content-nomenu] .select-topic-header {
  visibility: visible !important;
  opacity: 1 !important;
}
.select-topic-header {
  visibility: hidden;
  display: inherit !important;
  opacity: 0;
  position: absolute;
  left: -46px;
  transform: translateY(0);
  z-index: -1;
  transition: all 0.25s linear;
  display: block;
  padding: 10px 40px;
  border-radius: 80px;
  font-size: 15px;
  font-weight: 700 !important;
  text-transform: inherit !important;
  z-index: 10;
  outline: 0 !important;
}
header .img-holder {
  float: left;
  width: 29px;
  overflow: hidden;
  border-radius: 100px;
  vertical-align: top;
  margin: 0 auto;
}
.notifications .img-holder {
  float: none;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 100px;
  vertical-align: top;
  position: relative;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
}
li.nav-list_item {
  padding: 0 !important;
}
#nav-list .nav-list_item:last-child {
  border-bottom: none;
}
#nav-list .nav-list_item:last-child a {
  padding-bottom: 8px;
}
.nav-list_item {
  float: left;
  color: #757575;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.main_nav .nav-list_item a {
  float: left;
  color: #757575;
  width: 100%;
  font-weight: 700;
  padding: 12px 20px 12px;
}
.nav-list_item ul > li > a {
  color: #757575;
  font-weight: 400 !important;
  padding: 4px 12px 4px !important;
}
.nav-list_item a:hover {
  font-weight: 700 !important;
}
.nav-list_item a i {
  font-size: 11px !important;
  margin-left: 6px;
  position: absolute;
  top: 16px;
  right: 20px;
}
.nav-list_item ul li {
  float: left;
  width: 100%;
  padding: 0;
}
.nav-list_item ul li a {
  color: #757575;
  font-weight: 400;
  padding: 4px 12px 4px;
}
.nav-list_item ul li a:hover {
  font-weight: 400 !important;
}
li.nav-list_item div ul li {
  padding: 2px 0 2px 8px !important;
}
li.nav-list_item div ul li:first-child {
  padding: 0 0 2px 8px !important;
}
li.nav-list_item div ul li:last-child {
  padding: 0 0 10px 8px !important;
}
.dropdown .dropdown-menu {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.second-menu-items {
  float: right;
  width: inherit;
  padding: 0;
}
.sep-menu {
  opacity: 0.8;
  margin: 0;
  border-top: 1px solid #73bcdf;
}
.top-header-section {
  position: relative;
  z-index: 1500px !important;
}
.breadcrumb-menu,
.menu {
  height: 40px;
  line-height: 40px;
  background-color: #e6eaeb;
}
.breadcrumb-menu {
  background: #f5f5f5;
}
.menu {
  border-bottom: inherit !important;
  opacity: 1 !important;
  transform: none !important;
  margin-top: 14px;
}
.menu.menu-bottom {
  margin-top: 0;
}
.menu {
  clear: both;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 20px !important;
  border-bottom: 1px solid transparent;
  background: #009eeb;
  position: relative;
}
.menu.menu-bottom.scrolldown {
  -webkit-transform: translate(0, -69px) !important;
  -moz-transform: translate(0, -69px) !important;
  -o-transform: translate(0, -69px) !important;
  -ms-transform: translate(0, -69px) !important;
  transform: translate(0, -69px) !important;
  opacity: 0;
  z-index: 20px !important;
}
.menu.scrolldown {
  -webkit-transform: translate(0, -69px);
  -moz-transform: translate(0, -69px);
  -o-transform: translate(0, -69px);
  -ms-transform: translate(0, -69px);
  transform: translate(0, -69px);
  opacity: 0;
  z-index: 20px !important;
}
.menu.scrollup {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 20px !important;
}
.top-menu {
  margin-right: 10px;
}
#mainmenu1 ul.second-menu-items ul > li > a {
  padding-left: 18px !important;
}
#mainmenu1 a.dropdown-toggle,
#mainmenu1 span.dropdown-toggle {
  color: #fff;
  opacity: 0.8;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 10px 9px;
}
.menu.menu-bottom #mainmenu1:last-child a.dropdown-toggle,
.menu.menu-bottom #mainmenu1:last-child span.dropdown-toggle {
  margin: 0;
}
#mainmenu1 a.dropdown-toggle i,
#mainmenu1 span.dropdown-toggle i {
  font-size: 11px;
  margin-right: 5px;
}
#mainmenu1 .dropdown-menu {
  visibility: hidden;
  display: inherit;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(1em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 10ms;
}
#mainmenu1 .dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
#mainmenu1 .dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
#mainmenu1 .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0) !important;
  transition-delay: 0s, 0s, 0.3s;
}
.dropdown-custom {
  top: 26px;
  border-radius: 0;
  background: #fff;
  border: 0 none;
  box-shadow: none;
  padding: 0;
}
.dropdown-custom > li,
.dropdown-search > li,
.dropdown-top-menu > li {
  width: 100%;
}
.dropdown-custom > li > a {
  color: #757575;
  padding: 10px 18px;
}
.dropdown-custom > li > a:focus,
.dropdown-custom > li > a:hover {
  background: 0 0;
  color: #fff;
}
.dropdown-top-menu {
  top: 20px;
  border-radius: 0;
  background: #148bb4;
  border: 0 none;
  box-shadow: none;
  padding: 0;
}
.dropdown-top-menu > li > a {
  color: #a7cadc;
  padding: 10px 18px;
}
.dropdown-search > li > a:focus,
.dropdown-search > li > a:hover,
.dropdown-top-menu > li > a:focus,
.dropdown-top-menu > li > a:hover {
  background: #e6eaeb;
  color: #148bb4;
}
.dropdown-search {
  top: 40px;
  border-radius: 0;
  background: #fff;
  border: 0 none;
  box-shadow: none;
  padding: 0;
}
.dropdown-search > li {
  border-bottom: 1px solid #fff;
  position: relative;
}
.dropdown-search > li > a {
  background-color: #148bb4;
  color: #fff;
  padding: 10px 18px;
}
.dropdown-search > li > a > i {
  margin-right: 10px;
}
.dropdown-search > li > a.highlighted,
.dropdown-search > li > a:focus,
.dropdown-search > li > a:hover {
  background-color: #fff;
  color: #148bb4;
}
.dropdown-search > li > a.selected:after {
  opacity: 1;
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  background: 0 0;
  top: 15px;
  right: 15px;
  border: 1px solid #148bb4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dropdown-search > li > a:focus .search-form,
.dropdown-search > li > a:hover .search-form {
  border-bottom-left-radius: 0;
}
.mm-menu .mm-list > li > a.mm-subclose:before,
.mm-menu .mm-list > li > a.mm-subopen:after {
  border-color: #acacac !important;
}
.dropdown-mobile {
  cursor: pointer;
  display: inline-block;
}
.dropdown-list span {
  cursor: pointer;
  padding-left: 40px !important;
}
.dropdown-list > span.highlighted,
.dropdown-list > span:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown ul > li > a:hover,
.multi_menu ul > li > a:hover {
  color: #009eeb;
  font-weight: 400;
}
.multi_menu ul.third-dropdown > li > a.hover-icon:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  font-family: "Web Icons";
  content: "\f17c";
  padding-right: 3px;
  margin-left: 10px;
  font-size: 8px;
  vertical-align: middle;
}
.multi_menu ul.third-dropdown > li > a.hover-icon:hover:after {
  opacity: 1;
}
#mainmenu1 .dropdown-custom .wb-triangle-right {
  font-size: 12px !important;
  top: 0 !important;
}
.dropdown.second-dropdown ul.simple-menu > li > a:after,
.multi_menu ul.only-link > li > a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  font-family: "Web Icons";
  content: "\f17c";
  padding-right: 3px;
  margin-left: 10px;
  font-size: 8px;
  vertical-align: middle;
}
.dropdown.second-dropdown ul.simple-menu > li > a:hover:after,
.multi_menu ul.only-link > li > a:hover:after {
  opacity: 1;
}
.menu li.dropdown .caret {
  margin-left: 8px;
}
.combined-menu.back-menu {
  cursor: pointer;
}
.combined-menu.back-menu i {
  margin-right: 15px;
}
#mainmenu1 .dropdown-custom:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 35px;
  top: -23px;
  left: 0;
}
#mainmenu1 .dropdown-custom:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 91px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}
.menu-bottom #mainmenu1 .dropdown-custom:before {
  display: none;
}
#mainmenu1 .dropdown-custom {
  top: 44px !important;
  left: -23px;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#mainmenu1 .dropdown-custom:last-child {
  min-width: 10px;
}
.multi_menu {
  padding: 10px 10px 8px 10px !important;
}
.dropdown-custom .multi_menu ul li:first-child {
  padding: 5px 18px 30px 18px;
  font-size: 15px;
  text-transform: uppercase;
}
.second-dropdown .dropdown-custom .multi_menu ul li:first-child {
  padding: 5px 18px 30px 18px;
  font-size: 15px;
  text-transform: inherit;
  font-size: 13.5px;
}
.second-dropdown .dropdown-custom .multi_menu ul li.combined-menu {
  padding: 5px 18px 33px 18px;
  font-size: 13.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #009eeb;
}
.second-dropdown .dropdown-custom .multi_menu ul li.combined-menu a {
  font-weight: 700;
  color: #009eeb;
}
.multi_menu ul > li {
  padding: 10px 0;
}
ul.dropdown-custom.simple-menu {
  padding: 5px 0 15px 0;
}
ul.dropdown-custom.simple-menu > li {
  height: 32px;
  float: left;
}
ul.dropdown-custom.simple-menu > li.seperator {
  height: 5px;
  border-bottom: 1px solid #eee;
}
ul.dropdown-custom.simple-menu > li a:first-child {
  padding-left: 18px !important;
}
.dropdown-custom .multi_menu ul > li {
  padding: 0 0 0 20px;
  height: 28px;
  width: 100%;
  display: block;
}
.dropdown-custom .multi_menu ul > li > a {
  width: 100%;
  padding: 0 !important;
  display: block;
}
.dropdown-custom .multi_menu ul > li > a i {
  margin-left: 7px;
  position: relative;
  top: -1px;
  font-size: 8px;
}
li.dropdown ul.dropdown-custom li a.fixpadd {
  padding-left: 18px !important;
}
.viewall-div {
  border-top: 1px solid #e5e5e5;
  float: left;
  width: 100%;
  margin-top: 15px;
  height: 39px;
}
.height-fix {
  height: 53px;
}
.viewall-div a {
  padding: 5px 15px 0 0;
  float: right;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
.viewall-div a:hover {
  padding: 5px 15px 0 0;
}
.viewall-div a i {
  margin-left: 7px;
  position: relative;
  top: -1px;
  font-size: 8px;
}
.main_nav {
  margin: 20px 0 0;
  position: relative;
}
.main_nav li {
  display: inline-block;
  list-style-type: none;
  padding: 0 12px;
  position: relative;
  vertical-align: middle;
}
.main_nav.right-menu a.sign-in {
  margin-top: 18px;
}
.main_nav.right-menu .dropdown .dropdown-menu {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
ul.main_nav a.search-icon-deploy {
  position: relative;
  top: inherit;
  right: inherit;
  visibility: visible;
  width: auto;
}
.main_nav a i {
  font-size: 15px;
}
.main_nav a i.wb-users {
  font-size: 17px;
}
.main_nav a i.wb-bell {
  font-size: 16px;
}
ul.main_nav li:nth-child(4) {
  padding: 0 11px 0 11px;
}
ul.main_nav li:nth-child(5) {
  padding: 0 9px;
}
.main_nav li:first-child {
  padding-left: 0;
}
.main_nav li:last-child {
  padding-right: 0;
}
.main_nav a {
  color: #fff;
  position: relative;
}
.main_nav a .badge {
  min-width: 14px;
  padding: 4px 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #f4364c;
  border-radius: 31px;
  position: absolute;
  top: -25px;
  left: 9px !important;
}
.right-menu {
  font-family: Helvetica, sans-serif;
}
.rightddmenu.dropdown-menu {
  -webkit-border-bottom-right-radius: 4px !important;
  -webkit-border-bottom-left-radius: 4px !important;
  -moz-border-radius-bottomright: 4px !important;
  -moz-border-radius-bottomleft: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border: none;
  padding-bottom: 10px;
}
.rightddmenu {
  position: absolute;
  z-index: 5000;
  top: 40px !important;
  left: -340px !important;
  background: #fff;
  color: #8e8e8e;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: none;
  min-width: 400px !important;
  max-width: 400px !important;
}
.rightddmenu .profile_row {
  padding: 3px 15px;
}
.rightddmenu .profile_row a {
  color: #757575;
  text-decoration: none;
  border: none;
  font-size: 14px;
  padding: 0;
}
.rightddmenu .profile_row a:hover {
  color: #009eeb;
  text-decoration: none;
}
.rightddmenu .profile_row:after {
  content: " ";
  display: block;
  clear: both;
}
.rightddmenu .profile_row a i {
  font-size: 16px;
  line-height: normal;
  text-align: left;
  color: #009eeb;
  padding-top: 5px;
  margin-right: 13px;
  width: 17px;
}
a.inbox-count {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
a.inbox-compose,
a.noti-count {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
.rightddmenu .profile_row a.view-all {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  float: left;
  margin-top: 6px;
}
.rightddmenu .profile_row a.view-all i {
  margin-left: 7px;
  position: relative;
  top: -1px;
  font-size: 8px;
}
.rightddmenu .profile_row a.inbox-count span {
  font-weight: 700;
}
.rightddmenu .profile_row a.inbox-compose i {
  font-size: 13px;
  margin-right: 4px;
  position: relative;
  top: 0;
}
.profile_second {
  padding: 0;
  line-height: 1.42857;
}
.profile_dd_link {
  padding-left: 0;
}
.profile_dd_link p {
  margin: 5px 0 0 0;
  padding-right: 13px;
}
.rightddmenu .profile_dd_icon {
  font-size: 1.4em;
  line-height: normal;
  text-align: left;
  color: #009eeb;
  padding: 4px 13px;
}
.rightddmenu .profile_dd_icon i {
  font-size: 17px;
  top: -4px;
  position: relative;
}
.rddmenu li {
  display: block;
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  line-height: 20px;
  padding: 10px 5px !important;
}
.rddmenu li:last-child {
  border-bottom: none;
}
.rddmenu li:hover {
  background: #f2f8fb;
}
.rddmenu li a {
  padding: 7px 0;
  display: block;
  text-decoration: none;
  color: grey;
}
ul.navDrop li img {
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  margin-top: 2px;
  width: 46px;
}
.notifications .img-holder img {
  border: 0 solid transparent;
  margin: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rightddmenu .profile_row:after {
  content: " ";
  display: block;
  clear: both;
}
.profile_link_text {
  position: relative;
}
.prof_count {
  background: #fff;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  position: absolute;
  display: block;
  padding: 0 5px;
  min-width: 25px;
  height: 25x;
  line-height: 24px !important;
  right: -50px;
  top: 0;
  font-size: 12px;
}
.rddmenu {
  margin: 0;
  padding: 0;
}
.navDrop {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #e5e5e5;
}
.msgtxt {
  padding: 0;
  color: #736969;
  font-size: 15px;
}
.msgby,
.msgdate {
  font-size: 11px;
}
.msgdate {
  color: #8e8e8e;
}
.rightddmenu.dropdown-menu .divider {
  height: 1px;
  margin: 5px 0 0 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.rightddmenu:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  color: transparent;
  border: 8px solid #8e8e8e;
  border-color: transparent transparent #fff;
  top: -16px;
  right: 30px;
}
#MsgBtn .rightddmenu .profile_row:first-child,
#NotefBtn .rightddmenu .profile_row:first-child {
  border-bottom: 1px solid #e5e5e5;
}
#profileBtn .profile_row .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.profile_dd_icon .img-holder {
  width: 60px;
  overflow: hidden;
}
.profile_dd_link {
  align-self: center;
  line-height: normal;
}
#profileBtn .rightddmenu .profile_second .profile_row .profile_dd_link a {
  width: 100%;
  display: block;
}
#profileBtn .rightddmenu .profile_row a {
  line-height: inherit;
  font-weight: 700;
}
#MsgBtn .dropdown-menu,
#NotefBtn .dropdown-menu {
  padding: 0 0 5px 0;
}
#MsgBtn .rightddmenu .profile_row a,
#MsgBtn .rightddmenu .profile_row span {
  line-height: 35px;
}
#NotefBtn .rightddmenu .profile_row a,
#NotefBtn .rightddmenu .profile_row span {
  line-height: 35px;
}
#profileBtn .rightddmenu:before {
  top: -16px;
  right: 20px;
}
#profileBtn .rightddmenu {
  min-width: 290px;
  max-width: 290px;
  left: -231px;
  top: 50px !important;
}
#composeBtn .rightddmenu {
  min-width: 280px;
  max-width: 280px;
  left: -235px;
}
#MarketplaceBtn-coin .dropdown-menu {
  top: 36px !important;
  position: absolute;
  z-index: 5000;
  background: #fff;
  color: #8e8e8e;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  min-width: 190px;
  max-width: 190px;
  left: -125px;
  -webkit-border-bottom-right-radius: 4px !important;
  -webkit-border-bottom-left-radius: 4px !important;
  -moz-border-radius-bottomright: 4px !important;
  -moz-border-radius-bottomleft: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border: none;
}
#MarketplaceBtn-coin .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  color: transparent;
  border: 8px solid #8e8e8e;
  border-color: transparent transparent #fff;
  top: -16px;
  right: 30px;
}
#MarketplaceBtn-coin .dropdown-menu li {
  width: 100%;
}
#MarketplaceBtn-coin .dropdown-menu li:first-child {
  padding-left: 12px;
}
#MarketplaceBtn-coin .dropdown-menu li a {
  padding: 7px 5px;
  color: #757575;
}
#MarketplaceBtn-coin .dropdown-menu li a:hover {
  background: 0 0;
  color: #009eeb;
}
#MarketplaceBtn-coin .label {
  padding: 0.1em 0.6em;
  position: absolute;
  left: 50%;
  top: 124%;
  transform: translate(-50%, -50%);
}
#MarketplaceBtn-coin .label {
  text-transform: uppercase;
  line-height: 1.5;
  background: #ff8a25;
  padding: 0.3em 0.6em 0.3em;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
}
#MarketplaceBtn-coin b {
  font-size: 16px;
  top: 2px;
  position: relative;
}
.tabsmain li a {
  color: #757575;
}
.nav-holder-mobile {
  width: 100%;
  z-index: 98;
  -webkit-box-shadow: 0 4px 5px -4px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 4px 5px -4px rgba(0, 0, 0, 0.34);
  box-shadow: 0 4px 5px -4px rgba(0, 0, 0, 0.34);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-holder-mobile .container-fluid {
  padding: 0;
}
.nav-holder-mobile .nav-tabs.nav-justified > li > a {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #cecece;
  padding: 19px 3px 18px;
  text-align: center;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-right: 0;
  border-left: 1px solid #ebebeb;
  border-bottom: 3px solid #fff;
}
.nav-holder-mobile .nav-tabs.nav-justified > li > a:focus {
  border-bottom: 3px solid #009eeb;
}
.nav-holder-mobile .nav-tabs.nav-justified > li:last-child > a {
  border-right: 1px solid #ebebeb;
}
.nav-holder-mobile .nav > li > a:focus,
.nav-holder-mobile .nav > li > a:hover {
  text-decoration: none;
  background-color: #fff !important;
}
.nav-holder-mobile .nav-tabs.nav-justified > .active > a,
.nav-holder-mobile .nav-tabs.nav-justified > .active > a:focus,
.nav-holder-mobile .nav-tabs.nav-justified > .active > a:hover,
.nav-holder-mobile .nav-tabs.nav-justified > li.active > a {
  color: #009eeb;
  border-right: 0;
  border-left: 1px solid #ebebeb;
  border-bottom: 3px solid #009eeb;
}
.nav-holder-mobile .nav-tabs.nav-justified > .active:last-child > a,
.nav-holder-mobile .nav-tabs.nav-justified > .active:last-child > a:focus,
.nav-holder-mobile .nav-tabs.nav-justified > .active:last-child > a:hover,
.nav-holder-mobile .nav-tabs.nav-justified > li.active:last-child > a {
  border-right: 1px solid #ebebeb;
}
.nav-holder-mobile .nav-tabs > li.active > a,
.nav-holder-mobile .nav-tabs > li.active > a:focus,
.nav-holder-mobile .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-holder-mobile .nav-tabs.nav-justified > li > a > i {
  display: inline-block;
  text-align: center;
  width: 32px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .nav-holder-mobile .nav-tabs.nav-justified > li > a {
    margin-bottom: -1px;
  }
}
@media only screen and (max-width: 950px) {
  .nav-holder-mobile .nav-tabs.nav-justified > li > a {
    font-size: 11px;
    padding: 19px 0 18px;
  }
  .nav-holder-mobile .nav-tabs.nav-justified > li > a > i {
    width: 22px;
    left: -1px;
    position: relative;
  }
}
@media only screen and (max-width: 790px) {
  .nav-holder-mobile {
    width: 100%;
    z-index: 27;
    -webkit-box-shadow: 0 4px 5px -4px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0 4px 5px -4px rgba(0, 0, 0, 0.34);
    box-shadow: 0 4px 5px -4px rgba(0, 0, 0, 0.34);
  }
  .nav-holder-mobile ul.nav.nav-tabs.nav-justified > li,
  body
    > div.page-wrap.mm-page
    > header
    > div.nav-holder-mobile.hidden-lg
    > div
    > nav
    > ul
    > li {
    float: left;
    width: 20%;
  }
  .nav-holder-mobile .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-holder-mobile .nav-tabs.nav-justified > li > a > span {
    display: none;
  }
  .nav-holder-mobile .nav-tabs.nav-justified > li > a:focus {
    border-bottom: 3px solid #ff8a25 !important;
    background: #009eeb !important;
    color: #009eeb;
  }
  .nav-holder-mobile
    .nav-tabs.nav-justified
    > li
    > .mobile_submenu_item
    > span {
    display: block;
    font-family: Helvetica, sans-serif;
    text-transform: none;
  }
  .nav-holder-mobile .nav-tabs.nav-justified > li > a > i {
    font-size: 16px;
  }
}
.nav-holder-mobile .nav-tabs {
  background: #0b1524 !important;
}
.nav-holder-mobile .nav-tabs.nav-justified > li > a {
  border-left: none;
}
.nav-holder-mobile span {
  display: none;
}
.nav-holder-mobile .nav-tabs.nav-justified > .active > div,
.nav-holder-mobile .nav-tabs.nav-justified > .active > div:focus,
.nav-holder-mobile .nav-tabs.nav-justified > .active > div:hover,
.nav-holder-mobile .nav-tabs.nav-justified > li.active > div {
  color: #009eeb;
  border-right: 0;
  border-left: none;
  border-bottom: 3px solid #009eeb;
}
.nav-holder-mobile .nav-tabs.nav-justified > .active > a,
.nav-holder-mobile .nav-tabs.nav-justified > .active > a:focus,
.nav-holder-mobile .nav-tabs.nav-justified > .active > a:hover,
.nav-holder-mobile .nav-tabs.nav-justified > li.active > a {
  border-left: none;
}
.nav-holder-mobile {
  transform: translateY(0);
  transition: all 0.25s cubic-bezier(0.57, 1.43, 1, 1);
}
.nav-holder-mobile.nav-up-scroll-mobile {
  position: absolute;
  transform: translateY(-64px);
}
.nav-holder-mobile.nav-down-scroll-mobile {
  transform: translateY(-54px);
}
@media only screen and (max-width: 767px) {
  .nav-holder-mobile .nav-tabs.nav-justified > li > a {
    padding: 0 0 0;
  }
  .nav-holder-mobile {
    background: #009eeb;
  }
  .nav-holder-mobile .tabsmain li .mobile_submenu_item,
  .nav-holder-mobile .tabsmain li div {
    height: 60px;
    border-bottom: 3px solid #009eeb !important;
  }
  .nav-holder-mobile .tabsmain li.active span {
    color: #fff;
    opacity: 1;
  }
  .nav-holder-mobile .tabsmain li span {
    color: #fff;
    opacity: 0.8;
  }
  .nav-holder-mobile span {
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    top: -14px;
  }
  .nav.nav-tabs svg.svgproffesionals {
    transform: scale(1, 1);
    transform-origin: 50% 32%;
    position: relative;
    top: -2px;
    margin: 0 auto;
    display: block;
  }
  .nav-holder-mobile .tabsmain li.active svg.svgproffesionals path {
    fill: #fff;
    stroke: #fff;
    opacity: 1;
  }
  .nav-holder-mobile .tabsmain li svg.svgproffesionals path {
    fill: #fff;
    stroke: #fff;
    opacity: 0.8;
  }
  .nav.nav-tabs svg.svgproffesionals {
    transform: scale(1, 1);
    transform-origin: 50% 32%;
    position: relative;
    top: -2px;
  }
  .nav.nav-tabs svg circle {
    stroke-width: 1.4px;
  }
  .nav.nav-tabs svg path {
    stroke-width: 0.95;
  }
  .nav-holder-mobile .tabsmain li.active svg circle {
    stroke: #fff;
    opacity: 1;
  }
  .nav-holder-mobile .tabsmain li svg circle {
    stroke: #fff;
    opacity: 0.8;
  }
  .nav-holder-mobile .nav-tabs.nav-justified > .active > div,
  .nav-holder-mobile .nav-tabs.nav-justified > .active > div:focus,
  .nav-holder-mobile .nav-tabs.nav-justified > li.active > div {
    border-bottom: 3px solid #ff8a25 !important;
  }
}
.menu a,
.menu a:active,
.menu a:focus,
.menu a:hover {
  color: #757575;
  opacity: 1;
}
.menu li {
  display: inline-block;
  font-size: 13.5px;
  font-family: Helvetica, sans-serif;
}
#mainmenu1 ul li:hover a.dropdown-toggle {
  opacity: 1;
}
#mainmenu {
  position: absolute;
  z-index: 1000000;
  width: 300px;
}
#mainmenu {
  font-family: Helvetica, sans-serif;
  -webkit-box-shadow: 3px 0 11px 0 rgba(50, 50, 50, 0.44);
  -moz-box-shadow: 3px 0 11px 0 rgba(50, 50, 50, 0.44);
  box-shadow: 3px 0 11px 0 rgba(50, 50, 50, 0.44);
}
#mainmenu .dropdown-menu {
  box-shadow: none;
}
#mainmenu .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: inherit;
}
.nav-up {
  transform: translateY(-59px) !important;
}
.nav-down {
  transform: translateY(0) !important;
}
.tooltip > .tooltip-inner {
  background-color: #616266;
  padding: 5px 16px;
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1),
    0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.tooltip > .tooltip-arrow {
  border-top-color: #616266 !important;
}
.tooltip > .tooltip-arrow {
  border-bottom-color: #616266 !important;
}
.breadcrumb ul li:nth-child(1) a {
  padding-left: 0;
}
.breadcrumb {
  padding: 0;
  background-color: inherit;
}
.mobile-not-logged-wrapper {
  clear: both;
  margin-top: 14px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.inner-pages {
  padding-top: 115px;
}
.inner-pages img {
  max-width: 100%;
}
.inner-pages,
.inner-pages p {
  font: 14px/20px Helvetica, sans-serif;
  color: #757575;
}
.inner-pages a {
  color: #009eeb;
  text-decoration: none;
}
.inner-pages a:focus,
.inner-pages a:hover {
  color: #009eeb;
  text-decoration: underline;
  outline: 0;
}
.login-form .right input[type="checkbox"] {
  float: left;
  margin: -12px 50px 0 -23px !important;
}
.login-form .right {
  float: right;
  position: relative;
  top: -10px;
}
#signup_popup .form-group,
.form-inline .form-group {
  margin-bottom: 15px !important;
}
#signup_popup,
.login.modal {
  z-index: 1250 !important;
}
#login_popup .modal-dialog,
#signup_popup .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.sign-up-btn-modal {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.sign-up-btn-modal i {
  font-size: 10px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
#login_popup .checkbox label,
#signup_popup .checkbox label {
  font-size: 13px;
  color: #757575;
  text-transform: inherit;
}
#login_popup .checkbox label a,
#signup_popup .checkbox label a {
  color: #009eeb;
}
.text-already-account {
  text-align: center;
  margin: 15px 0 0 0;
  color: #757575;
}
.text-already-account a {
  color: #009eeb;
}
#login_popup .modal-dialog,
#signup_popup .modal-dialog {
  width: 950px;
}
#login_popup .modal-header,
#signup_popup .modal-header {
  min-height: 0;
  border-bottom: none;
}
#login_popup .modal-body .title,
#signup_popup .modal-body .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #009eeb;
  margin: 0 0 20px;
}
#login_popup .modal-title-info,
#signup_popup .modal-title-info {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  color: #757575;
  margin: 30px 0 10px;
}
.modal-title-info .signup_btn,
.modal-title-info a {
  color: #009eeb;
  margin-left: 10px;
  cursor: pointer;
}
.text-already-account {
  cursor: pointer;
}
.text-already-account span {
  color: #009eeb;
  cursor: pointer;
}
#login_popup .modal-text-info,
#signup_popup .modal-text-info {
  font-size: 15px;
  line-height: 20px;
  color: #757575 !important;
  margin: 0 0 0;
}
#signup_popup .form-group.checkfield {
  margin-bottom: 0 !important;
}
#signup_popup .signup-first {
  margin: 25px 0 15px 0;
}
#login_popup .modal-text-info ul,
#signup_popup .modal-text-info ul {
  list-style-position: outside;
  padding: 0 0 0 18px;
}
#login_popup .modal-text-info ul li,
#signup_popup .modal-text-info ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
#login_popup .modal-text-info p,
#signup_popup .modal-text-info p {
  padding-left: 100px;
}
.modal-body .left-col .text .text-title {
  font-size: 18px;
  line-height: 46px;
  color: #56575b;
  margin: 0 0 5px;
  font-weight: 700;
}
.modal-body .left-col .text,
.modal-body .left-col .text p {
  font-size: 14px;
  line-height: 24px;
  color: #56575b;
}
.modal-body .left-col .text .btn-login {
  font-weight: 700;
}
.signup-form .form-row {
  margin: 0 0 10px;
  overflow: hidden;
}
.signup-form .form-group {
  display: grid !important;
  margin-bottom: 15px;
}
.signup-form .checkbox-holder {
  text-align: center;
  width: 255px;
  margin: 0 auto;
}
.signup-form input[type="checkbox"] {
  float: left;
  line-height: 15px;
  margin-right: 5px;
}
.signup-form .checkbox-holder label {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  float: left;
  width: 230px;
}
.signup-form .btn-holder {
  text-align: center;
}
.signup-form .create-account {
  background: #ffc107;
  border: 0;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.signup-form .create-account:hover {
  background: #f2b707;
}
.sep-signup {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 0 45px;
  text-transform: uppercase;
  text-align: center;
  color: #a2a2a2;
  width: 60%;
}
.sep-signup:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 15px;
  width: 19%;
  height: 1px;
  background: #e5e5e5;
}
.sep-signup:before {
  content: "";
  position: absolute;
  top: 9px;
  right: 183px;
  width: 19%;
  height: 1px;
  background: #e6e6e6;
}
#login_popup .btn-signup-social,
#signup_popup .btn-signup-social {
  border: 1px solid #e5e5e5;
  margin: 20px 10px 15px 0;
  padding: 10px 15px;
}
#login_popup .btn-signup-social:hover,
#signup_popup .btn-signup-social:hover {
  border: 1px solid #009eeb;
}
.signuplogos {
  position: relative;
  top: 2px;
}
#login_popup span.text,
#signup_popup span.text {
  position: relative;
  top: -1px;
  float: left;
  margin-left: 13px;
  color: #757575;
  display: none;
}
.social-signup-wrapper {
  padding-right: 25px;
}
.help-block {
  margin-bottom: -2px;
}
.form-group.checkfield i {
  display: none !important;
}
p.login-social-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #555;
  margin: 0 0 10px;
}
.login-form .form-row {
  margin: 0 0 10px;
  float: left;
  width: 100%;
}
.login-form label {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #757575;
  font-family: Helvetica, sans-serif;
}
.login-form a {
  float: left;
  font-size: 14px;
  line-height: 17px;
  color: #009eeb;
}
.login-form .right input[type="checkbox"] {
  float: left;
  margin: 2px 10px 0 0;
}
.login-form input[type="submit"] {
  background: #148bb4;
  border: 0;
  border-radius: 5px;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.login-form input[type="submit"]:hover {
  background: #117598;
}
.login-form p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #555;
  margin: 0 0 20px;
}
.login .tip-holder {
  border: 1px solid #d6e1e5;
  padding: 10px;
}
.login .tip-holder .img-holder {
  border: 1px solid #d6e1e5;
  margin: 0 0 10px;
}
.login .tip-holder .img-holder img {
  width: 100%;
  vertical-align: top;
  height: auto;
}
.login .tip-holder .category {
  display: block;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #148bb4;
}
.login .tip-holder .title {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  margin: 0 0 7px;
}
.login .top {
  margin-bottom: 16px;
}
.bg-white {
  padding: 20px;
}
#signup_popup .checkbox-info {
  margin-bottom: 0 !important;
}
#signup_popup #sumbit-account {
  margin-top: 15px !important;
}
@media only screen and (max-width: 992px) {
  #login_popup .modal-dialog,
  #signup_popup .modal-dialog {
    position: relative;
    top: inherit;
    left: inherit;
    width: 790px;
    transform: none !important;
  }
  #login-form,
  #signupForm {
    margin-top: 25px;
  }
  .social-signup-wrapper {
    padding-right: 0;
  }
  #login_popup .modal-dialog .modal-title-info .signin_btn,
  #login_popup .modal-dialog .modal-title-info a {
    color: #009eeb;
    margin-left: 0;
    margin-top: 2px;
    margin-left: 9px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  .bg-white {
    margin-top: 70px;
  }
  .login-form .right {
    float: right;
    margin-top: 6px;
  }
  .login-form a {
    line-height: 30px;
    width: 50%;
    border-bottom: none;
  }
  .login-form input[type="submit"] {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .modal-body .left-col .text .text-title {
    font-size: 18px;
    line-height: 24px;
    color: #56575b;
    margin: 0 0 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
  }
  .modal-body .left-col .text,
  .modal-body .left-col .text p {
    font-size: 14px;
    line-height: 18px;
  }
  #login_popup .modal-text-info,
  #signup_popup .modal-text-info {
    color: #626366;
  }
  #signup_popup .signup-first {
    margin-top: 0;
  }
  #login_popup .modal-body .title,
  #signup_popup .modal-body .title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #626366;
    margin: 0 0 20px;
  }
  #login_popup .modal-title-info,
  #signup_popup .modal-title-info {
    margin: 10px 0 10px;
    font-size: 17px;
  }
  .btn-signup-social {
    margin: 10px 10px 10px 0;
  }
  #login_popup .modal-body,
  #signup_popup .modal-body {
    padding: 20px;
    padding-top: 0;
  }
  .login-form .checkbox {
    float: left;
  }
  #signup_popup .modal-dialog {
    margin: 8px 0 0 5px;
  }
  #login_popup .modal-dialog,
  #signup_popup .modal-dialog {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0, 0) !important;
    width: auto;
  }
}
footer {
  background: #30a0d7 !important;
  background: -moz-linear-gradient(
    left,
    #30a0d7 0,
    #1288bc 50%,
    #1984a9 100%
  ) !important;
  background: -webkit-linear-gradient(
    left,
    #30a0d7 0,
    #1288bc 50%,
    #1984a9 100%
  ) !important;
  background: linear-gradient(
    to right,
    #30a0d7 0,
    #1288bc 50%,
    #1984a9 100%
  ) !important;
  color: #fff;
  padding: 60px 0 0 0;
}
.page-wrap:after,
footer {
  height: auto;
}
.top-footer li {
  list-style-type: none;
  line-height: 2;
  font-family: Helvetica, sans-serif;
  opacity: 0.7;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
}
.top-footer li:hover {
  opacity: 1;
}
.top-footer li:first-child {
  list-style-type: none;
  line-height: 2;
  font-family: Helvetica, sans-serif;
  margin-bottom: 20px;
  opacity: 1;
}
footer .social-share-pop {
  float: left;
  margin-top: 20px;
  pointer-events: inherit;
  background: inherit;
  position: inherit;
  top: inherit;
  padding: 0;
  right: inherit;
  text-align: inherit;
  visibility: inherit;
  opacity: inherit;
}
footer .social-share-pop i {
  font-size: 19px !important;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
  color: #fff !important;
}
footer .social-share-pop i:hover {
  opacity: 1;
}
.top-footer .footer-text,
.top-footer p {
  color: #fff !important;
}
.terms-footer a {
  font-family: Helvetica, sans-serif;
}
.terms-footer a,
.top-footer a {
  color: #fff !important;
}
.footer-bottom {
  color: #000;
  padding: 20px 0 10px 0 !important;
  border-top: 1px solid #5dafd6;
  margin-top: 20px;
}
ul.terms-footer {
  margin-bottom: 0;
}
.your-mail {
  background: #77c5de;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  padding: 10px;
  width: 270px;
  margin-bottom: 10px;
}
.your-mail::-webkit-input-placeholder {
  color: #fff;
}
.your-mail::-moz-placeholder {
  color: #fff;
}
.footer-bottom li {
  display: inline-block;
  list-style-type: none;
}
.footer-bottom a {
  color: #e8e8e8;
  padding: 0 10px;
  text-decoration: none;
}
.footer-bottom a:first-child {
  padding-left: 0;
  padding-top: 5px;
}
.explore {
  height: 130px;
  display: inline-block;
  margin-right: 35px;
}
.list-title {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
}
footer .logo {
  margin-bottom: 25px;
}
.footer-text {
  font-size: 14px;
  padding-right: 20px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 0.8;
}
.users-images {
  height: 66px;
  background: url(https://s.savvykai.com/live/themes/fluid_design/images/users.png)
    repeat-x transparent;
  margin-top: 10px;
}
.cards li {
  width: 45px;
  height: 27px;
}
.ssl {
  background: url(https://s.savvykai.com/live/themes/fluid_design/images/ssl.png)
    no-repeat transparent;
  width: 68px !important;
  background-size: cover;
}
[data-notify="container"].alert-danger {
  background-color: #ff666b;
  border-color: #ff666b;
  color: #fff;
}
[data-notify="container"].alert-danger a {
  background-color: #ff666b;
  border-color: #ff666b;
  color: #fff;
  font-size: bold;
}
[data-notify="container"].alert-warning {
  background-color: #9b9b9b;
  border-color: #9b9b9b;
  color: #fff;
}
[data-notify="container"].alert-warning a {
  background-color: #9b9b9b;
  border-color: #9b9b9b;
  color: #fff;
  font-size: bold;
}
[data-notify="container"].alert-info {
  background-color: #65c8fe;
  border-color: #65c8fe;
  color: #fff;
}
[data-notify="container"].alert-info a {
  background-color: #65c8fe;
  border-color: #65c8fe;
  color: #fff;
  font-size: bold;
}
[data-notify="container"].alert-success {
  color: #757575;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
[data-notify="container"].alert-success a {
  color: #757575;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  font-size: bold;
}
[data-notify="container"] a {
  color: #fff;
  font-weight: 700;
}
[data-notify="container"] a.nobold {
  font-weight: 400 !important;
}
[data-notify="container"] a:hover {
  color: #009eeb !important;
}
[data-notify="container"] span[data-notify="icon"] {
  margin-right: 5px;
  display: none;
}
[data-notify="container"] span[data-notify="title"] {
  font-weight: 700;
  display: block;
  font-size: 17px;
  float: left;
  margin-right: 7px;
}
[data-notify="container"] {
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 599898999 !important;
}
label {
  text-transform: uppercase;
  font-size: 11px;
}
.form-control:not(select) {
  -webkit-appearance: none;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #46be8a;
}
.has-success .form-control,
.has-success .select2-container {
  border-color: #46be8a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #46be8a !important;
}
.has-success .form-control:focus {
  border-color: #009eeb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #91d9ba;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #91d9ba;
}
.has-success .input-group-addon {
  color: #46be8a;
  background-color: #fff;
  border-color: #46be8a;
}
.has-success .form-control-feedback {
  color: #46be8a;
}
.has-success .form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.has-success .form-control:focus {
  border-color: #46be8a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(70, 190, 138, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(70, 190, 138, 0.6);
}
.has-success .form-control.focus,
.has-success .form-control:focus {
  border-color: #46be8a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #f2a654;
}
.has-warning .form-control {
  border-color: #f2a654;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #ee8d25;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9d7b3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9d7b3;
}
.has-warning .input-group-addon {
  color: #f2a654;
  background-color: #fff;
  border-color: #f2a654;
}
.has-warning .form-control-feedback {
  color: #f2a654;
}
.has-warning .form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.has-warning .form-control:focus {
  border-color: #f2a654;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(242, 166, 84, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(242, 166, 84, 0.6);
}
.has-warning .form-control.focus,
.has-warning .form-control:focus {
  border-color: #f2a654;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #f96868;
}
.has-error .form-control,
.has-error .select2-container {
  border-color: #f96868 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .select2-container,
.has-success .select2-container {
  border: 1px solid;
  border-radius: 3px;
}
.has-success .select2-container {
  border-color: #46be8a !important;
}
.form-group.has-error label {
  color: #757575 !important;
}
.has-error .form-control:focus {
  border-color: #f73737;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fdcaca;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fdcaca;
}
.has-error .input-group-addon {
  color: #f96868;
  background-color: #fff;
  border-color: #f96868;
}
.has-error .form-control-feedback {
  color: #f96868;
}
.has-error .form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.has-error .form-control:focus {
  border-color: #f96868;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(249, 104, 104, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(249, 104, 104, 0.6);
}
.has-error .form-control.focus,
.has-error .form-control:focus {
  border-color: #f96868;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group label {
  color: #757575;
}
.form-group.has-feedback.no-label .form-control-feedback {
  top: 0;
}
.form-group.has-feedback.left-feedback .form-control-feedback {
  right: auto;
  left: 0;
}
.form-group.has-feedback.left-feedback .form-control {
  padding-right: 13px;
  padding-left: 50px;
}
.form-control.square {
  border-radius: 0;
}
.form-control.round {
  border-radius: 200px;
}
.form-group.has-feedback i {
  top: 4px;
}
.form-group input {
  height: 44px;
}
.form-control:focus {
  border-color: #009eeb;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control {
  box-shadow: none;
  color: #757575;
}
input.form-control,
textarea.form-control {
  border: 1px solid #d8d8d8;
  box-shadow: none;
}
.typeahead__dropdown,
.typeahead__list {
  z-index: 999999999;
}
input[type="password"],
input[type="tel"],
input[type="text"] {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  padding: 0 10px;
}
select.form-control {
  width: 100%;
  height: 36px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  padding: 0 10px;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "Web Icons";
  content: "\f192";
  top: -1px;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #009eeb !important;
  border-color: #009eeb !important;
}
.form-group has-feedback i {
  top: 2px;
}
.c-orange {
  color: #ff8b26 !important;
}
.c-blue {
  color: #009eeb !important;
}
.c-grey {
  color: #757575 !important;
}
.c-grey-light {
  color: #a2a2a2 !important;
}
#login-popup {
  padding-left: 0 !important;
}
.verify-mail-title {
  font-weight: 700;
  text-align: center;
}
p.verify-mail-intro-text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
}
.section-verify-mail-wrapper {
  padding: 50px;
  margin: 60px auto;
  background: #fff;
}
.modal {
  padding: 0 !important;
  font-family: Helvetica, sans-serif;
}
.modal-content {
  box-shadow: 0 50px 100px rgba(34, 34, 34, 0.32),
    0 15px 35px rgba(87, 87, 87, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}
.modal-open .modal {
  background: rgba(0, 0, 0, 0.6);
}
.modal-dialog {
  width: 820px;
}
.modal-header {
  min-height: 50px;
}
.modal-header .modal-title {
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #56575b;
  padding: 7px 0;
  font-family: Helvetica, sans-serif;
}
.modal-header {
  border-bottom: none;
}
.modal-body {
  padding: 30px 45px 55px 45px;
}
.modal-header .close {
  margin-top: 5px;
  margin-right: 8px;
  z-index: 11;
  position: relative;
}
.modal-center .modal-footer {
  padding: 25px 45px 45px 45px;
  text-align: left;
  border-top: none;
}
.modal-center.modal-footer .btn {
  vertical-align: top;
}
.modal-center.modal-dialog {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.modal-center .modal-header .modal-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #009eeb;
  margin: 0 0 20px;
  text-transform: inherit;
  float: left;
}
.modal-center .modal-body .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #009eeb;
  margin: 0 0 20px;
}
@media only screen and (max-width: 992px) {
  .modal-center.modal-dialog {
    position: relative;
    top: inherit;
    left: inherit;
    width: 790px;
    transform: none !important;
  }
  .modal-center {
    margin-top: 0;
  }
  .modal-center.modal-dialog .modal-title-info .signup_btn,
  .modal-center.modal-dialog .modal-title-info a {
    color: #ff8a25;
    margin-left: 0;
    display: block;
    margin-top: 2px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  .modal-center .modal-body {
    padding: 20px;
    padding-top: 0;
  }
  .modal-center .modal-footer {
    padding: 20px;
  }
  .modal-center.modal-dialog {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0, 0) !important;
    width: auto;
  }
}
@media only screen and (min-width: 320px) {
  .inner-pages .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
#select-topic-drop-short.modal {
  z-index: 1250 !important;
}
.modal-open #select-topic-drop-short.modal {
  background: #0e0e0e91;
}
#select-topic-drop-short .modal-dialog {
  width: 480px;
}
#select-topic-drop-short .modal-content {
  border: none;
  border-radius: 4px;
}
#select-topic-drop-short .modal-body {
  height: 500px;
}
#select-topic-drop-short .modal-body .row ul {
  display: block;
  overflow-y: scroll;
  padding-top: 0;
  padding-bottom: 0;
  height: 440px;
  margin-top: 65px;
  width: 99%;
}
#select-topic-drop-short input {
  padding: 7px 0;
  background-color: transparent;
  border: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  color: #009eeb;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 23px;
  display: none;
}
#select-topic-drop-short button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  position: absolute;
  top: 23px;
  right: 30px;
  font-size: 28px;
  color: #757575;
  opacity: 1;
}
#select-topic-drop-short li a.topic-title-cat {
  font-size: 17px;
  color: #009eeb;
  font-weight: 700;
  margin: 10px 0 5px 0;
}
#select-topic-drop-short li:first-child a {
  padding-top: 0;
}
#select-topic-drop-short li a {
  color: #757575;
  padding: 6px 0;
  float: left;
  width: 100%;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 50px;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
}
#select-topic-drop-short h4 {
  color: #757575;
  padding: 2px 0;
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 24px;
}
#select-topic-drop-short li a:hover {
  color: #009eeb;
}
@media only screen and (max-width: 767px) {
  #select-topic-drop-short .modal-dialog {
    width: 100%;
    height: 100%;
  }
  #select-topic-drop-short .modal-center {
    margin: 0;
  }
  #select-topic-drop-short .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    height: 100vh;
  }
  #select-topic-drop-short .modal-body .row ul {
    height: 80vh;
  }
}
.select-topic-drop-short input {
  padding: 14px 0;
  background-color: transparent;
  border: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  color: #009eeb;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.select-topic-drop-short .close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  position: absolute;
  top: 29px;
  right: 29px;
  font-size: 28px;
  color: #757575;
  opacity: 1;
}
#mainmenu1 .select-topic-drop-short .dropdown-menu {
  display: none;
  top: 49px;
  left: -43px;
  padding: 10px 25px 25px 25px;
  width: 450px;
  background: #fff;
  color: #8e8e8e;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-border-bottom-right-radius: 4px !important;
  -webkit-border-bottom-left-radius: 4px !important;
  -moz-border-radius-bottomright: 4px !important;
  -moz-border-radius-bottomleft: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  overflow: hidden;
  transform: translateY(20px) !important;
  border: none;
  transition: inherit;
  padding-bottom: 40px;
  height: 450px;
}
.select-topic-drop-short .dropdown-menu {
  display: none;
  top: 49px;
  left: -43px;
  padding: 10px 25px 25px 25px;
  width: 450px;
  background: #fff;
  color: #8e8e8e;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-border-bottom-right-radius: 4px !important;
  -webkit-border-bottom-left-radius: 4px !important;
  -moz-border-radius-bottomright: 4px !important;
  -moz-border-radius-bottomleft: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  overflow: hidden;
  transform: translateY(20px) !important;
  border: none;
  transition: inherit;
  padding-bottom: 40px;
  height: 450px;
}
.dropdown.select-topic-drop-short.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 0 !important;
  transform: translateY(0) !important;
}
.select-topic-drop-short ul {
  display: block;
  overflow-y: scroll;
  padding-top: 20px;
  height: 334px;
}
.select-topic-drop-short .dropdown-menu li {
  display: block;
}
.select-topic-drop-short li a.topic-title-cat {
  font-size: 15px;
  color: #009eeb;
  font-weight: 700;
  margin: 10px 0 5px 0;
}
.select-topic-drop-short li a {
  color: #757575;
  padding: 6px 0;
  float: left;
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  max-height: 50px;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .select-topic-drop-short ul.dropdown-menu {
    display: none;
    top: 0;
    border: none;
    height: 100vh;
    overflow: hidden;
    padding: 0;
  }
  .select-topic-drop-short ul.list {
    display: block;
    overflow-y: scroll;
    padding-top: 20px;
    height: 80vh;
  }
  .select-topic-drop-short .close {
    top: 27px;
    right: 29px;
  }
}
#mainmenu1 .basic_menu a.dropdown-toggle .caret,
#mainmenu1 .basic_menu a.dropdown-toggle i,
#mainmenu1 .basic_menu span.dropdown-toggle .caret,
#mainmenu1 .basic_menu span.dropdown-toggle i {
  display: none;
}
#mainmenu1 .basic_menu a.dropdown-toggle,
#mainmenu1 .basic_menu span.dropdown-toggle {
  font-size: 15px;
  opacity: 0.95;
}
.basic_menu {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
header[data-inner] {
  height: 70px;
}
.menu.menu-bottom {
  background: #0b1524 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  height: 48px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.menu.menu-bottom #mainmenu1 .dropdown-toggle:first-child {
  margin-left: 0;
}
.menu.menu-bottom #mainmenu1 li:first-child .dropdown-toggle {
  padding-left: 0;
}
.menu.menu-bottom #mainmenu1 .dropdown-toggle {
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  position: relative;
  top: 2px;
  margin: 0 18px;
  font-weight: 600;
}
.menu.menu-bottom #mainmenu1 li:hover a.dropdown-toggle {
  color: #009eeb;
}
.menu.menu-bottom #mainmenu1 li {
  cursor: pointer;
}
.menu.menu-bottom #mainmenu1 li.active {
  border-bottom: 4px solid #009eeb;
  padding-bottom: 3px;
  cursor: default;
}
.menu.menu-bottom #mainmenu1 li.active a.disabled:hover,
.menu.menu-bottom #mainmenu1 li.active:hover a.disabled {
  color: #757575 !important;
}
.menu.menu-bottom #mainmenu1 li.disable a {
  cursor: not-allowed;
}
#mainmenu1 .dropdown-custom {
  top: 46px !important;
  box-shadow: 0 5px 7px rgba(50, 50, 93, 0.3), 0 0 0 rgba(50, 50, 93, 0.15),
    1px 1px 0 0 rgba(0, 0, 0, 0.1) !important;
  z-index: 1201;
}
@media only screen and (max-width: 767px) {
  header[data-inner] {
    height: 0;
    box-shadow: none;
  }
}
.new-container.long-product-box-right {
  height: fit-content;
  border-radius: 10px;
  margin-top: 10px;
}
.long-product-box-right .new-title {
  padding: 18px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.long-product-box-right .new-title p {
  font-weight: 700;
  font-size: 17px;
  color: #757575 !important;
  text-transform: inherit;
  margin: 0;
}
.long-product-box-right .new-title-box {
  padding: 0;
  border: none;
}
.long-product-box-right .new-title-box .category,
.long-product-box-right .new-title-box h3 {
  margin-bottom: 5px;
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.long-product-box-right .new-content .card-title a {
  color: #757575;
  overflow: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.long-product-box-right .new-action-box {
  padding: 20px;
  color: #757575;
  width: 100%;
  height: 60px;
}
.long-product-box-right .new-action-item {
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  color: #a2a2a2;
  margin: 0 15px 0 0;
  cursor: pointer;
}
.long-product-box-right .new-action-item a {
  cursor: pointer;
}
.long-product-box-right .new-action-item a i,
.long-product-box-right .new-action-item a span {
  color: #a2a2a2;
}
.long-product-box-right .new-action-item i {
  margin: 0 5px 0 0;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.long-product-box-right .wb-reply {
  -moz-transform: scaleX(-1) !important;
  -webkit-transform: scaleX(-1) !important;
  -o-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
  -ms-filter: fliph !important;
  filter: fliph !important;
}
.long-product-box-right .new-action-item.bookmark {
  float: right;
  margin: 0;
}
.long-product-box-right .new-img-box {
  height: 145px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
}
.long-product-box-right .new-img-box img {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.long-product-box-right .new-content {
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 20px 0 20px;
}
.long-product-box-right .new-content .card-title {
  max-height: 80px;
  min-height: 24px;
  line-height: 24px;
  text-align: left;
  width: 85%;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.card-feed .new-content p.new-price,
.long-product-box-right .new-content p.new-price {
  font-size: 20px;
  font-weight: 700;
  color: #009eeb;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
}
.card-feed .new-content span.old-price,
.long-product-box-right .new-content span.old-price {
  text-decoration: line-through;
  font-size: 20px;
  color: #a2a2a2;
  font-weight: 400;
  margin-left: 5px;
}
.feed-content .card-feed .new-content p.new-price,
.feed-content .card-feed .new-content span.old-price {
  font-size: 14px;
}
.long-product-box-right .latest-card-footer {
  margin-top: 20px;
}
.long-product-box-right .latest-card-footer a:hover,
.news-home .new-content .latest-card-footer a:hover {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .content-mobile.product-feed-card {
    padding: 15px 15px 5px 15px;
  }
}
@media only screen and (max-width: 1250px) {
  [data-landing] header .container,
  footer .container {
    width: 100%;
  }
  .drop-topic .container {
    width: 100% !important;
  }
}
.inner-pages {
  min-height: 750px;
}
@media only screen and (min-width: 1200px) {
  .inner-pages .container {
    width: 1170px;
  }
}
@media only screen and (max-width: 1199px) {
  header[data-inner] .container {
    width: 100%;
  }
  img.logo {
    margin-top: 21px;
    width: 140px;
  }
  .inner-pages {
    padding-top: 75px;
  }
  .search-div {
    visibility: visible !important;
    margin-top: -4px;
    left: -44px;
  }
  [data-inner] .search-div {
    visibility: visible !important;
    margin-top: 0;
    left: -44px;
  }
  .select-topic-header {
    left: -29px;
    top: -1px;
  }
  .search-part .typeahead__field {
    width: 137%;
  }
}
@media only screen and (max-width: 992px) {
  .search-part .typeahead__field {
    width: 100%;
  }
  header[data-inner] .container {
    width: 100%;
  }
  img.logo {
    margin-top: 10px;
    width: 120px;
    float: left;
  }
  .add-business-header-btn {
    display: none;
  }
  .cards,
  .footer-bottom {
    text-align: center;
  }
  .logo {
    margin-top: 7px;
    width: 116px;
    float: left;
  }
  .logo-savvy {
    background-size: 75%;
  }
  .search-part {
    padding: 10px 0;
  }
  .search-div {
    margin-top: 4px;
  }
  .mobile-not-logged-wrapper {
    clear: both;
    margin-top: 4px;
  }
  .modal-dialog {
    width: auto;
  }
  .main_nav {
    margin: 7px 0 0 0;
  }
  a.toggle-menu-big {
    left: -21px;
    top: -6px;
  }
  .menu {
    margin-top: 4px;
  }
  .toggle-menu {
    width: 51px;
    background: 0 0;
  }
  .navbarmenu > * {
    padding-left: 20px;
  }
  .col-lg-2.top-margin-mobile {
    padding: 10px 0 0 20px;
  }
  header .navbarmenu a svg {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  header .navbarmenu a svg {
    display: block;
  }
  .news-home {
    padding-top: 130px;
  }
  .inner-pages {
    overflow: hidden;
  }
  .select-topic-drop {
    margin: 170px auto 0;
  }
  .select-topic-header {
    left: -14px;
  }
  .search-div {
    left: -32px !important;
  }
  .second-menu-items {
    left: 21px;
  }
  .select-topic-drop .dropdown-menu {
    padding: 35px;
  }
  .select-topic-drop .dropdown-menu .row ul {
    display: block;
    flex-direction: row;
    justify-content: flex-start;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 0;
    overflow: scroll;
    max-height: 703px;
  }
  .select-topic-drop .dropdown-menu .row ul > * {
    padding: 15px;
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .select-topic-drop {
    margin: -7px auto 0;
    z-index: 195;
  }
  .select-topic-drop button,
  .select-topic-drop h2 {
    padding: 18px 21px;
    visibility: hidden;
  }
  .drop-topic .container {
    width: 100% !important;
  }
  .list-search-class {
    padding: 25px !important;
  }
  #topic-list input {
    padding: 7px 0;
    background-color: transparent;
    border: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    color: #009eeb;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 23px;
  }
  .select-topic-drop .dropdown-menu .row > * {
    padding: 0;
  }
  .select-topic-drop .dropdown-menu .row ul > * {
    flex-grow: 1;
    padding: 0;
    flex-basis: 20%;
    float: left;
    width: 100%;
  }
  .select-topic-drop .dropdown-menu .row ul {
    display: block;
    height: calc(100vh - 92px);
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .select-topic-drop .dropdown-menu li a {
    color: #757575;
    padding: 6px 0;
    float: left;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 18px;
    max-height: 50px;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
  }
  .topic-search {
    padding: 20px;
    width: 100%;
    float: left;
  }
  .select-topic-drop .dropdown-menu {
    width: 100%;
    border: none;
    position: fixed;
    z-index: 5000;
    top: 0 !important;
    background: #fff;
    color: #8e8e8e;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
      0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 0;
    margin: 0;
    height: 100vh;
  }
  .select-topic-drop .dropdown-menu .row,
  .select-topic-drop .dropdown-menu .row ul {
    display: block;
  }
  #topic-list input {
    padding: 7px 0;
    background-color: transparent;
    border: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    color: #009eeb;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 23px;
  }
  .list-search-class .mega-icon-container {
    margin: -57px -13px 0 0;
    cursor: pointer;
    background: 0 0;
    padding: 8px 17px !important;
    border: none;
    box-shadow: none;
    position: relative;
    box-shadow: none;
    top: 55px;
    z-index: 100000 !important;
  }
  .select-topic-header {
    visibility: visible;
    display: block !important;
    opacity: 1;
    position: relative;
    left: inherit;
    transform: translateY(0);
    z-index: -1;
    transition: all 0.25s linear;
    display: block;
    padding: 8px 17px;
    border-radius: 80px;
    font-size: 15px;
    font-weight: 700;
    text-transform: inherit;
    z-index: 10;
    outline: 0 !important;
    top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 223px;
  }
  [data-inner] .mobile-not-logged-wrapper .search-action {
    display: block;
  }
  .sign-up-header {
    position: absolute;
    margin-top: 15px !important;
    font-size: 16px;
    left: -6px;
    top: 7px;
  }
  .mobile-not-logged-wrapper .search-action i {
    font-size: 15px;
    margin-right: 0;
    color: #fff;
  }
  .mobile-not-logged-wrapper .search-action {
    opacity: 1;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 9px !important;
  }
  .menu.menu-bottom {
    display: none;
  }
  header .container {
    width: 100%;
  }
  body {
    zoom: 100%;
  }
  .logo {
    margin-top: 8px;
    width: 116px;
    float: left;
  }
  .logo-savvy {
    background-size: 75%;
    position: relative;
    top: 2px;
  }
  body {
    padding: 0 !important;
  }
  .header-no-background .search-part {
    background: #0b1524 !important;
  }
  .header-no-background .menu,
  [data-inner].header-landing .menu {
    margin-top: 6px;
  }
  .main_nav {
    margin: 16px 0 0;
    float: right;
  }
  .navbarmenu img {
    position: relative;
    top: -4px;
  }
  a.toggle-menu-big {
    display: none;
  }
  .mobile-not-logged-wrapper {
    clear: both;
    margin-top: 10px;
  }
  a.search-icon-deploy {
    visibility: visible;
  }
  [data-inner] .search-div {
    display: none;
    position: fixed;
    z-index: 20;
    left: 10px;
    width: 95%;
    top: 15px;
    padding: 0;
    margin-top: -12px;
  }
  .search-div {
    display: none;
    z-index: 20;
    left: 0;
    width: 100%;
    padding: 0;
    margin-top: -12px;
  }
  .close-search {
    margin-top: 8px;
    right: 16px;
  }
  .typeahead__field {
    color: #000 !important;
  }
  .search-icon-top i {
    color: #009eeb !important;
    position: relative;
    top: -2px;
  }
  .user-logged-view .main_nav {
    margin: 7px 0 4px 0;
    float: right;
  }
  .rightddmenu {
    z-index: 5000;
    top: 40px !important;
    left: -171px;
    min-width: 307px;
    max-width: auto;
  }
  .main_nav.right-menu a.sign-in {
    margin-top: 15px;
  }
  .main_nav li {
    padding: 0 10px;
  }
  .sign-in {
    margin-top: 3px;
    float: inherit;
    padding-left: 0;
    padding-left: 15px;
  }
  .inner-pages {
    padding-top: 53px;
  }
  div.search-part .row .top-margin-mobile {
    margin-top: 3px;
  }
  .col-lg-2.top-margin-mobile {
    padding: inherit;
  }
  .toggle-menu {
    line-height: 23px;
    float: left;
    background: 0 0;
    margin-top: 10px;
    margin-left: -8px;
    width: 72px;
  }
  #mainmenu.search-logo,
  img.search-logo {
    width: 165px;
    margin: 15px;
  }
  .search-part #form-autosuggest,
  .top-part,
  a.toggle-menu-big {
    display: block;
  }
  .search-part .typeahead__container button,
  .search-part .typeahead__field input {
    height: 43px !important;
  }
  .search-part .typeahead__dropdown,
  .search-part .typeahead__list {
    max-height: 300px;
    top: 43px;
  }
  .search-part .typeahead__container {
    margin-top: 3px !important;
    padding-bottom: 0;
    margin-bottom: 6px;
  }
  .search-part {
    top: 0;
    padding: 0;
    height: 54px;
    width: 100%;
    background: #0b1524 !important;
  }
  .setbar {
    width: 100%;
    position: fixed;
    z-index: 858;
    top: -100%;
    background: #009eeb;
  }
  .search-part.nomenu {
    height: 60px;
  }
  .rightddmenu:before {
    display: none;
  }
  .dropdown.open {
    position: static !important;
  }
  .open .dropdown-menu {
    right: 0;
    left: 0;
    float: none;
    width: auto;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .dropleft.open .dropdown-menu {
    right: 0;
    left: auto;
  }
  .open.relativeDropdown .dropdown-menu {
    top: 300px;
  }
  #inbox-drop.dropdown-menu {
    width: 200px !important;
    left: inherit;
    min-width: 306px;
    -webkit-overflow-scrolling: touch;
    right: -9px;
  }
  #compose-drop.dropdown-menu {
    width: 200px !important;
    left: inherit;
    min-width: 306px;
    -webkit-overflow-scrolling: touch;
    right: -8px;
    top: 46px;
  }
  #noti-drop.dropdown-menu {
    width: 200px !important;
    left: inherit;
    min-width: 306px;
    -webkit-overflow-scrolling: touch;
    right: -8px;
  }
  #profile-drop.dropdown-menu {
    width: 200px !important;
    left: inherit;
    min-width: 306px;
    -webkit-overflow-scrolling: touch;
    right: -8px;
    top: 42px !important;
  }
  #MarketplaceBtn-coin .dropdown-menu {
    top: 42px !important;
    left: -85px;
  }
  #MarketplaceBtn-coin .dropdown-menu:before {
    display: none;
  }
  #profileBtn img.img-circle {
    width: 31px;
  }
  .modal.fade.in {
    top: 0;
  }
  ul.terms-footer li.first-item {
    display: block;
    margin-bottom: 15px;
  }
  ul.text-right.cards {
    margin-bottom: 0;
  }
  footer {
    padding: 0 !important;
    height: auto;
  }
  .verify-mail-title {
    font-size: 22px;
  }
  p.verify-mail-intro-text {
    font-size: 17px;
    line-height: 22px;
  }
  .section-verify-mail-wrapper {
    margin: 20px auto;
    padding: 20px;
  }
  .modal {
    overflow: auto !important;
  }
  input.form-control {
    color: #626366;
  }
  input.form-control::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #626366;
  }
  input.form-control::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #626366;
  }
  body p {
    color: #626366;
  }
  .inner-pages,
  .inner-pages p {
    color: #626366;
  }
  .main_nav li.dropdown {
    display: none;
  }
  .not-logged-user header .navbarmenu a svg {
    display: block;
  }
  .not-logged-user header .navbarmenu a img {
    display: none;
  }
  .footer-bottom {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .logo-savvy {
    background-size: 70%;
    position: relative;
    top: 7px;
  }
}
@media only screen and (max-width: 374px) {
  #noti-drop.dropdown-menu {
    left: -212px;
  }
}
.row.fix {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1200px) {
  .auto-clear .col-lg-1:nth-child(12n + 1) {
    clear: left;
  }
  .auto-clear .col-lg-2:nth-child(6n + 1) {
    clear: left;
  }
  .auto-clear .col-lg-3:nth-child(4n + 1) {
    clear: left;
  }
  .auto-clear .col-lg-4:nth-child(3n + 1) {
    clear: left;
  }
  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n + 1) {
    clear: left;
  }
  .auto-clear .col-md-2:nth-child(6n + 1) {
    clear: left;
  }
  .auto-clear .col-md-3:nth-child(4n + 1) {
    clear: left;
  }
  .auto-clear .col-md-4:nth-child(3n + 1) {
    clear: left;
  }
  .auto-clear .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n + 1) {
    clear: left;
  }
  .auto-clear .col-sm-2:nth-child(6n + 1) {
    clear: left;
  }
  .auto-clear .col-sm-3:nth-child(4n + 1) {
    clear: left;
  }
  .auto-clear .col-sm-4:nth-child(3n + 1) {
    clear: left;
  }
  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n + 1) {
    clear: left;
  }
  .auto-clear .col-xs-2:nth-child(6n + 1) {
    clear: left;
  }
  .auto-clear .col-xs-3:nth-child(4n + 1) {
    clear: left;
  }
  .auto-clear .col-xs-4:nth-child(3n + 1) {
    clear: left;
  }
  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .search-part .logo {
    width: 105px !important;
    margin-top: 5px !important;
    display: block;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .search-part .logo {
    width: 90px !important;
    margin-top: 5px !important;
  }
  .logo-savvy {
    background: url(https://s.savvykai.com/live/themes/fluid_design/images/logosvg.svg)
      no-repeat;
    width: 100px;
    background-size: 90%;
    top: 9px;
  }
  .main_nav li {
    padding: 0 7px;
  }
  .main_nav a i {
    font-size: 13px;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .search-part .logo {
    width: 105px !important;
    margin-top: 5px !important;
  }
}
a:hover {
  opacity: 1 !important;
}
.top-margin {
  margin-top: 141px;
}
.no_padding {
  padding: 0 !important;
}
.upper-text {
  text-transform: uppercase;
}
.padding-left {
  padding-left: 0 !important;
}
.padding-right {
  padding-right: 0 !important;
}
.inline_block {
  display: inline-block !important;
  vertical-align: middle;
}
.inline_block_top {
  display: inline-block;
  vertical-align: top;
}
.padding-15 {
  padding: 15px;
  margin-bottom: 0;
}
.padding-10 {
  padding: 10px;
}
.padding-5 {
  padding: 0 5px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-22 {
  margin-bottom: 22px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.no_float {
  float: none;
}
.no_border {
  border: 0 none !important;
}
li {
  list-style-type: none;
}
.red {
  color: #e74c3c;
}
.green {
  color: #2ecc71 !important;
}
.blue {
  color: #148bb4 !important;
}
.border-bottom {
  border-bottom: 1px solid #e6eaeb;
}
.border-top {
  border-top: 1px solid #e6eaeb;
}
.border {
  border: 1px solid #e4e4e4;
}
.transparentBG {
  background: #f5f5f5 !important;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.left-blue-border {
  border-left: 2px solid #148bb4;
}
.light-blueBG {
  background: #e7f3f7;
  padding: 10px;
  margin-bottom: 5px;
}
.bg-white {
  background: #fff;
}
.text-orange {
  color: #ff8926 !important;
}
.text-blue {
  color: #009eeb !important;
}
.text-red {
  color: red !important;
}
.text-green {
  color: #17d778 !important;
}
.font-bold {
  font-weight: 700;
}
.cursor-pointer {
  cursor: pointer;
}
.img-responsive {
  width: 100%;
}
.row-two-clear .col-md-6:nth-child(2n + 1) {
  clear: left;
}
.row-three-clear .col-md-4:nth-child(3n + 1) {
  clear: left;
}
.margin-0 {
  margin: 0 !important;
}
.margin-3 {
  margin: 3px !important;
}
.margin-5 {
  margin: 5px !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-25 {
  margin: 25px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-35 {
  margin: 35px !important;
}
.margin-40 {
  margin: 40px !important;
}
.margin-45 {
  margin: 45px !important;
}
.margin-50 {
  margin: 50px !important;
}
.margin-60 {
  margin: 60px !important;
}
.margin-70 {
  margin: 70px !important;
}
.margin-80 {
  margin: 80px !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-3 {
  margin-top: 3px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-35 {
  margin-top: 35px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-45 {
  margin-top: 45px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-top-60 {
  margin-top: 60px !important;
}
.margin-top-70 {
  margin-top: 70px !important;
}
.margin-top-80 {
  margin-top: 80px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-3 {
  margin-bottom: 3px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-45 {
  margin-bottom: 45px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}
.margin-bottom-70 {
  margin-bottom: 70px !important;
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-left-3 {
  margin-left: 3px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-25 {
  margin-left: 25px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-left-35 {
  margin-left: 35px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-left-45 {
  margin-left: 45px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-left-60 {
  margin-left: 60px !important;
}
.margin-left-70 {
  margin-left: 70px !important;
}
.margin-left-80 {
  margin-left: 80px !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-right-3 {
  margin-right: 3px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-25 {
  margin-right: 25px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-right-35 {
  margin-right: 35px !important;
}
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-right-45 {
  margin-right: 45px !important;
}
.margin-right-50 {
  margin-right: 50px !important;
}
.margin-right-60 {
  margin-right: 60px !important;
}
.margin-right-70 {
  margin-right: 70px !important;
}
.margin-right-80 {
  margin-right: 80px !important;
}
@media (max-width: 767px) {
  .margin-xs-0 {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .margin-sm-0 {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .margin-md-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margin-lg-0 {
    margin: 0 !important;
  }
}
.padding-0 {
  padding: 0 !important;
}
.padding-3 {
  padding: 3px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-15 {
  padding: 15px !important;
}
.padding-18 {
  padding: 18px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-25 {
  padding: 25px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-35 {
  padding: 35px !important;
}
.padding-40 {
  padding: 40px !important;
}
.padding-45 {
  padding: 45px !important;
}
.padding-50 {
  padding: 50px !important;
}
.padding-60 {
  padding: 60px !important;
}
.padding-70 {
  padding: 70px !important;
}
.padding-80 {
  padding: 80px !important;
}
.message-container {
  margin-top: 20px;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-3 {
  padding-top: 3px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-25 {
  padding-top: 25px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-35 {
  padding-top: 35px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-45 {
  padding-top: 45px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-top-60 {
  padding-top: 60px !important;
}
.padding-top-70 {
  padding-top: 70px !important;
}
.padding-top-80 {
  padding-top: 80px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-3 {
  padding-bottom: 3px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-25 {
  padding-bottom: 25px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-35 {
  padding-bottom: 35px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-bottom-45 {
  padding-bottom: 45px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.padding-bottom-60 {
  padding-bottom: 60px !important;
}
.padding-bottom-70 {
  padding-bottom: 70px !important;
}
.padding-bottom-80 {
  padding-bottom: 80px !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-3 {
  padding-left: 3px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-left-25 {
  padding-left: 25px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-left-35 {
  padding-left: 35px !important;
}
.padding-left-40 {
  padding-left: 40px !important;
}
.padding-left-45 {
  padding-left: 45px !important;
}
.padding-left-50 {
  padding-left: 50px !important;
}
.padding-left-60 {
  padding-left: 60px !important;
}
.padding-left-70 {
  padding-left: 70px !important;
}
.padding-left-80 {
  padding-left: 80px !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-3 {
  padding-right: 3px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-15 {
  padding-right: 15px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-right-25 {
  padding-right: 25px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-right-35 {
  padding-right: 35px !important;
}
.padding-right-40 {
  padding-right: 40px !important;
}
.padding-right-45 {
  padding-right: 45px !important;
}
.padding-right-50 {
  padding-right: 50px !important;
}
.padding-right-60 {
  padding-right: 60px !important;
}
.padding-right-70 {
  padding-right: 70px !important;
}
.padding-right-80 {
  padding-right: 80px !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}
.font-weight-900 {
  font-weight: 900 !important;
}
.font-weight-light {
  font-weight: 100 !important;
}
.font-weight-normal {
  font-weight: 300 !important;
}
.font-weight-medium {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 500 !important;
}
/* Custom keyframe (preserved from animate.css extraction) */
@-webkit-keyframes fadeOutDownOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}

.alert.dark.alert-primary {
  color: #fff;
  background-color: #62a8ea;
  border-color: #62a8ea;
}
.alert-primary {
  color: #62a8ea;
  background-color: rgba(232, 241, 248, 0.8);
  border-color: #e8f1f8;
}
.alert-primary hr {
  border-top-color: #d4e5f2;
}
.alert-primary .alert-link {
  color: #358fe4;
}
.alert-primary .close {
  color: #62a8ea;
}
.alert-primary .close:focus,
.alert-primary .close:hover {
  color: #62a8ea;
}
.alert-primary .alert-link {
  color: #4e97d9;
}
.alert-alt.alert-primary {
  border-color: #62a8ea;
}
.alert-alt.alert-primary .alert-link,
.alert-alt.alert-primary a {
  color: #62a8ea;
}
.alert-success .alert-link {
  color: #36ab7a;
}
.alert-alt.alert-success {
  border-color: #46be8a;
}
.alert-alt.alert-success .alert-link,
.alert-alt.alert-success a {
  color: #46be8a;
}
.alert-info .alert-link {
  color: #47b8c6;
}
.alert-alt.alert-info {
  border-color: #57c7d4;
}
.alert-alt.alert-info .alert-link,
.alert-alt.alert-info a {
  color: #57c7d4;
}
.alert-warning .alert-link {
  color: #ec9940;
}
.alert-alt.alert-warning {
  border-color: #f2a654;
}
.alert-alt.alert-warning .alert-link,
.alert-alt.alert-warning a {
  color: #f2a654;
}
.alert-danger .alert-link {
  color: #e9595b;
}
.alert-alt.alert-danger {
  border-color: #f96868;
}
.alert-alt.alert-danger .alert-link,
.alert-alt.alert-danger a {
  color: #f96868;
}
.alert-warning {
  margin-top: 123px;
  margin-bottom: -108px;
}
.alert-success {
  margin-top: 123px;
  margin-bottom: -108px;
}
.alert {
  padding: 20px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}
.alert span[data-notify="icon"] {
  margin-right: 5px;
}
.alert span[data-notify="title"] {
  font-weight: 700;
}
.progress[data-notify="progressbar"] {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox:hover label::before {
  outline: thin solid #009eeb;
}
.checkbox input[type="checkbox"]:checked + label::before {
  font-family: "Web Icons";
  content: "\f192";
  color: #009eeb;
  background-color: #009eeb;
  border-color: #009eeb;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 1px;
  top: -2px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555;
  color: #fff;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin #009eeb;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "Web Icons";
  content: "\f192";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.notDisabled {
  opacity: 1 !important;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #009eeb;
  border-color: #009eeb;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
  top: 0;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "Web Icons";
  content: "\f192";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .connect-part {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .connect-part,
  .users-part {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .users-inner,
  .users-inner .owl-item {
    width: 100%;
    margin: 0 auto;
  }
}
.cards li {
  height: 27px;
}
.your-mail {
  width: 100%;
}
.owl-prev {
  display: block !important;
}
.owl-next {
  display: block !important;
}
.grey {
  background-color: grey;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.datetime {
  font-size: 12px;
  color: #a2a2a2;
}
.link-white a {
  color: #fff;
}
.mention-suggestions {
  position: absolute;
  left: 44px;
  z-index: 190;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  max-width: 280px;
  top: 240px;
  min-width: 228px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.mention-suggestions ul {
  padding: 0;
  margin: 0;
}
.mention-suggestions li {
  border-bottom: 1px solid #e5e5e5;
  padding: 6px;
  float: left;
  display: block;
  width: 100%;
  border-radius: 3px;
}
.mention-suggestions li img {
  border-radius: 100px;
  vertical-align: top;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  float: left;
}
.mention-suggestions li:hover {
  background: #009eeb;
}
.mention-suggestions li a {
  color: #757575;
  float: left;
  margin: 2px 0 0 5px;
  font-weight: 700;
  font-size: 14px;
}
.mention-suggestions li a:hover {
  color: #fff;
}
.mention-suggestions li:hover a {
  color: #fff;
}
.mention-suggestions li:last-child {
  border-bottom: none;
}
#mm-blocker,
.mm-menu .mm-hidden {
  display: none;
}
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel,
html.mm-opened .mm-page {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html.mm-opened #mm-blocker,
html.mm-opened .mm-page {
  left: 0;
  top: 0;
  margin: 0;
  border: 0 solid transparent;
}
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-page {
  border: 0 solid rgba(100, 100, 100, 0);
}
.mm-fixed-bottom,
.mm-fixed-top {
  position: fixed;
  left: 0;
}
.mm-fixed-top {
  top: 0;
}
.mm-fixed-bottom {
  bottom: 0;
}
.mm-menu > .mm-panel,
html.mm-opened .mm-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
}
html.mm-blocking #mm-blocker,
html.mm-opened #mm-blocker {
  display: block;
  opacity: 0.5 !important;
  background: #3a3b3c;
}
.mm-menu,
.mm-menu > .mm-panel {
  background: inherit;
  position: absolute;
  z-index: 0;
  height: 100%;
  top: 0;
}
.mm-menu.mm-current {
  display: block;
  transform: translateX(0);
  visibility: visible !important;
}
.mm-menu {
  overflow: hidden;
  padding: 0;
  transform: translateX(-350px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mm-menu > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 20px;
  transform: translateX(100%);
}
.mm-list > li.mm-label,
.mm-list > li > a,
.mm-list > li > span,
.mobile-menu-link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-menu > .mm-panel.mm-opened {
  left: 0;
  transform: translateX(0);
}
.mm-menu > .mm-panel.mm-subopened {
  transform: translateX(0);
}
.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu > .mm-panel.mm-hidden {
  display: block;
  visibility: hidden;
}
.mm-menu .mm-list {
  padding: 20px 0;
}
.mm-menu > .mm-list {
  padding: 20px 0 40px;
}
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}
.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-list {
  font: inherit;
  font-size: 14px;
}
.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}
.mm-list > li {
  position: relative;
}
.mobile-menu-link {
  color: #fff !important;
  text-transform: unset;
  font-size: 14px;
  font-weight: 400;
}
.mm-list > li > a,
.mm-list > li > span,
.mobile-menu-link {
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  width: auto;
  position: relative;
  left: auto;
}
.mm-list a.mm-subopen {
  width: 300px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.mm-list a.mm-subopen::before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}
.mm-list > li.mm-selected > a.mm-subopen {
  background: 0 0;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}
.mm-list > li.mm-label {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}
.mm-list > li.mm-spacer {
  padding-top: 40px;
}
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}
.mm-list a.mm-subclose:before,
.mm-list a.mm-subopen:after {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-list a.mm-subopen:after {
  border-top: 0;
  border-left: none;
  right: 18px;
}
.mm-list a.mm-subclose:before {
  border-right: 0;
  border-bottom: 0;
  left: 22px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 16px;
}
.mm-ismenu {
  background: #333;
}
.mm-menu {
  color: rgba(255, 255, 255, 0.6);
  width: 80%;
}
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 700;
}
.mm-menu .mm-list > li > a.mm-subclose:before,
.mm-menu .mm-list > li > a.mm-subopen:after {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-label,
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-bottom,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-page {
  left: 0;
}
@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px;
  }
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-bottom,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-page {
    left: 140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu {
    width: 300px;
  }
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-bottom,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-page {
    left: 300px;
  }
}
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
html.mm-nooverflowscrolling.mm-opened body {
  overflow: auto;
}
html.mm-nooverflowscrolling.mm-opened .mm-page {
  min-height: 1000px;
  position: fixed;
}
html.mm-nooverflowscrolling.mm-opened .mm-menu {
  height: auto;
  min-height: 1000px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  left: auto;
  top: auto;
}
html.mm-nooverflowscrolling.mm-opened > .mm-panel {
  position: relative;
  height: auto;
  display: none;
  left: 0;
}
html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
  display: block;
}
#mainmenu:not(.mm-menu) {
  display: none;
}
.mm-ismenu {
  background: #009eeb;
}
.mm-list > li > a,
.mm-list > li > span {
  color: #fff;
}
.mm-list > li {
  position: relative;
  float: left;
  width: 100%;
}
.mm-menu .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.22);
}
.mm-menu .mm-list > li > a.mm-subclose:before,
.mm-menu .mm-list > li > a.mm-subopen:after {
  border-color: #fff !important;
}
.mm-menu > .mm-list {
  padding: 7px 0 40px;
}
img.search-logo {
  width: 127px;
  margin: 8px 30px;
}
.mm-menu .dropdown-menu {
  position: inherit;
  min-width: inherit;
  left: inherit;
  width: 100%;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 0 0 0 10px;
}
.mm-list li span {
  min-width: 14px;
  padding: 4px 8px 4px 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 0;
  color: #fff;
  background-color: #ff8a25;
  border-radius: 31px;
  margin-left: 4px;
}
.mm-selected-marketplace {
  background: #8a8a8a8a;
}
.mm-menu li {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
.mm-menu.mm-opened li.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-opened li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[class*="mm-menu"] .mm-list {
  -webkit-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
[class*="mm-menu"] .mm-list > li {
  -webkit-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
[class*="mm-list"] li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
[class*="mm-list"] li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[class*="mm-menu_fx-listitems-"] .mm-listitem:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.mm-navbars_bottom,
.mm-navbars_top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
#mainmenu .mobile-profile .mobile-profile {
  display: block;
}
.mobile-profile-wrapper {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  background: #fff;
  padding: 20px 0 20px 15px !important;
}
.mobile-profile-wrapper .profile_dd_icon .img-holder {
  width: 46px;
}
.mobile-profile-wrapper .profile_dd_icon {
  padding: 4px 13px 4px 0;
}
.mobile-profile-wrapper .profile_dd_link a {
  color: #009eeb;
  text-decoration: none;
  border: none;
  font-size: 14px;
  padding: 0;
  font-weight: 700;
}
.typeahead__container button,
.typeahead__container input,
.typeahead__container optgroup,
.typeahead__container select,
.typeahead__container textarea {
  font: inherit;
  margin: 0;
}
.typeahead__container optgroup {
  font-weight: 700;
}
.typeahead__container button,
.typeahead__container input {
  overflow: visible;
}
.typeahead__container button,
.typeahead__container select {
  text-transform: none;
}
.typeahead__container [type="reset"],
.typeahead__container [type="submit"],
.typeahead__container button,
.typeahead__container html [type="button"] {
  -webkit-appearance: button;
}
.typeahead__container [type="button"]::-moz-focus-inner,
.typeahead__container [type="reset"]::-moz-focus-inner,
.typeahead__container [type="submit"]::-moz-focus-inner,
.typeahead__container button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.typeahead__container [type="button"]:-moz-focusring,
.typeahead__container [type="reset"]:-moz-focusring,
.typeahead__container [type="submit"]:-moz-focusring,
.typeahead__container button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
.typeahead__container fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.typeahead__container [type="checkbox"],
.typeahead__container [type="radio"],
.typeahead__container legend {
  padding: 0;
  box-sizing: border-box;
}
.typeahead__container legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
.typeahead__container textarea {
  overflow: auto;
}
.typeahead__container [type="number"]::-webkit-inner-spin-button,
.typeahead__container [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.typeahead__container [type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
.typeahead__container::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.9;
  font-weight: 700;
}
.typeahead__container::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.typeahead__container {
  position: relative;
  font: 14px Helvetica, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.typeahead__container * {
  box-sizing: border-box;
  outline: 0;
}
.typeahead__query {
  position: relative;
  z-index: 2;
  width: 100%;
}
.typeahead__filter {
  position: relative;
}
.typeahead__filter button {
  min-width: 100%;
  white-space: nowrap;
}
.typeahead__filter button:after {
  display: inline-block;
  margin-left: 4px;
  width: 0;
  height: 0;
  vertical-align: -2px;
  content: "";
  border: 4px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.typeahead__field {
  font-size: 0;
  position: relative;
  display: table;
  border-collapse: collapse;
  width: 100%;
  color: #555;
}
.typeahead__field > * {
  display: table-cell;
  vertical-align: top;
}
.typeahead__button,
.typeahead__filter,
.typeahead__query {
  font-size: 14px;
}
.typeahead__button {
  position: relative;
  font-size: 0;
  width: 1%;
  vertical-align: middle;
}
.typeahead__button button {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.typeahead__field input {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #51acd7;
  border-radius: 4px 0 0 4px;
  transition: all ease-in-out 0.15s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-size: 13px;
}
.typeahead__field input:active,
.typeahead__field input:focus {
  border-color: #66afe9;
}
.typeahead__field input[type="search"],
.typeahead__field input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.typeahead__field input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.typeahead__container.hint .typeahead__field input:last-child,
.typeahead__hint {
  background: #fff;
}
.typeahead__container button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #555;
  font-family: "PT Sans", sans-serif;
}
.typeahead__container button:focus,
.typeahead__container button:hover {
  color: #3c3c3c;
  background-color: #f5f5f5;
  border-color: #b3b3b3;
}
.typeahead__container button.active,
.typeahead__container button:active {
  background-image: none;
}
.typeahead__container button:active,
.typeahead__container button:focus {
  border-color: #66afe9;
}
.typeahead__container button.disabled,
.typeahead__container button[disabled],
.typeahead__container input.disabled,
.typeahead__container input[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
  background-color: #fff;
  border-color: #ccc;
}
.typeahead__button,
.typeahead__filter {
  z-index: 1;
}
.typeahead__button:active,
.typeahead__button:active button:active,
.typeahead__button:active button:focus,
.typeahead__button:focus,
.typeahead__button:focus button:active,
.typeahead__button:focus button:focus,
.typeahead__button:hover,
.typeahead__button:hover button:active,
.typeahead__button:hover button:focus,
.typeahead__container.filter .typeahead__filter,
.typeahead__filter:active,
.typeahead__filter:active button:active,
.typeahead__filter:active button:focus,
.typeahead__filter:focus,
.typeahead__filter:focus button:active,
.typeahead__filter:focus button:focus,
.typeahead__filter:hover,
.typeahead__filter:hover button:active,
.typeahead__filter:hover button:focus {
  z-index: 1001;
}
.typeahead__button button,
.typeahead__filter button {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.typeahead__filter + .typeahead__button button {
  margin-left: -2px;
}
.typeahead__dropdown,
.typeahead__list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-clip: padding-box;
  max-height: 550px;
  overflow-y: auto;
}
.typeahead__result.detached .typeahead__list {
  position: relative;
  z-index: 1041;
  top: initial;
  left: initial;
}
.typeahead__dropdown {
  right: 0;
  left: initial;
  z-index: 1001;
}
.typeahead__list > li {
  position: relative;
}
.typeahead__list > li:first-child {
  border-top: none;
}
.typeahead__dropdown > li > a,
.typeahead__list > li > a {
  display: block;
  padding: 7px 14px;
  clear: both;
  color: #333;
  text-decoration: none;
}
.typeahead__list > li.typeahead__item > a {
  padding: 7px 30px;
  font-size: 15px;
}
.typeahead__dropdown > li.active > a,
.typeahead__dropdown > li > a:focus,
.typeahead__dropdown > li > a:hover,
.typeahead__list > li.active > a,
.typeahead__list > li > a:focus,
.typeahead__list > li > a:hover {
  background-color: #f5f5f5;
  color: #3c3c3c;
}
.typeahead__list.empty > li > a {
  cursor: default;
}
.typeahead__list.empty > li.active > a,
.typeahead__list.empty > li > a:focus,
.typeahead__list.empty > li > a:hover {
  background-color: transparent;
}
.typeahead__list > li.typeahead__group {
  border-color: #eaeaea;
  font-weight: 700;
}
.typeahead__list > li.typeahead__group > a {
  outline: 0;
}
.typeahead__list > li.typeahead__group + li.typeahead__item {
  border-color: #bfdef6;
}
.typeahead__container.backdrop + .typeahead__backdrop,
.typeahead__container.filter .typeahead__dropdown,
.typeahead__container.hint .typeahead__hint,
.typeahead__container.result .typeahead__list {
  display: block !important;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.38);
  box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.38);
}
.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container .typeahead__list,
.typeahead__container + .typeahead__backdrop {
  display: none !important;
}
.typeahead__dropdown li:last-child {
  margin-top: 5px;
  padding-top: 5px;
  border-top: solid 1px #ccc;
}
.typeahead__cancel-button {
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0.8em;
  cursor: pointer;
  font: normal normal normal 14px/1 "Web Icons";
}
.typeahead__cancel-button:before {
  content: "\f194";
}
.typeahead__container.cancel:not(.loading) .typeahead__cancel-button {
  visibility: visible;
  opacity: 0.25;
}
.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover {
  opacity: 0.4;
}
.typeahead__search-icon {
  padding: 0 1.25rem;
  width: 16px;
  height: 16px;
  display: block;
  font: normal normal normal 14px/1 "Web Icons";
  content: "\f131";
}
.typeahead__container.loading .typeahead__query:after,
.typeahead__container.loading .typeahead__query:before {
  transition: all 0s linear, opacity 0.2s ease;
  position: absolute;
  z-index: 3;
  content: "";
  top: 50%;
  right: 0.55em;
  margin-top: -10.5px;
  width: 21px;
  height: 21px;
  box-sizing: border-box;
  border-radius: 500rem;
  border-style: solid;
  border-width: 0.1em;
}
.typeahead__container.loading .typeahead__query:before {
  border-color: rgba(0, 0, 0, 0.35);
}
.typeahead__container.loading .typeahead__query:after {
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-color: #fff transparent transparent;
  box-shadow: 0 0 0 1px transparent;
}
@-webkit-keyframes button-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes button-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
li.typeahead__group[data-search-group="Articles"],
li.typeahead__group[data-search-group="Business-name"],
li.typeahead__group[data-search-group="Business-type"],
li.typeahead__group[data-search-group="Experts"],
li.typeahead__group[data-search-group="Industry"],
li.typeahead__group[data-search-group="Products"],
li.typeahead__group[data-search-group="Professionals"],
li.typeahead__group[data-search-group="Questions"],
li.typeahead__group[data-search-group="Topics"] {
  border-top: 1px solid #eaeaea;
}
li.typeahead__group[data-search-group="Experts"]:before,
li.typeahead__group[data-search-group="Products"]:before,
li.typeahead__group[data-search-group="Topics"]:before {
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #009eeb;
  font-size: 17px;
  padding-right: 0.5em;
  position: absolute;
  top: 15px;
}
li.typeahead__group[data-search-group="Industry"]:before,
li.typeahead__group[data-search-group="Professionals"]:before {
  font-family: "Web Icons";
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #009eeb;
  font-size: 20px;
  padding-right: 0.5em;
  position: absolute;
  top: 16px;
  left: 10px;
  z-index: 9898;
}
li.typeahead__group[data-search-group] {
  border-top: 1px solid #e5e5e5;
}
li.typeahead__group[data-search-group="Industry"]:before {
  content: "\f12d";
}
li.typeahead__group[data-search-group="Professionals"]:before {
  content: "\f154";
}
li.typeahead__group {
  padding: 10px 0 10px 15px;
  background: 0 0;
  color: #3cacd0 !important;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
}
.typeahead__list > li.typeahead__group.active > a,
.typeahead__list > li.typeahead__group > a,
.typeahead__list > li.typeahead__group > a:focus,
.typeahead__list > li.typeahead__group > a:hover {
  cursor: not-allowed;
  pointer-events: none;
  color: #009eeb;
  background: 0 0 !important;
}
.typeahead__container {
  margin-top: 24px;
}
.typeahead__container button,
.typeahead__field input {
  height: 44px !important;
}
.typeahead__cancel-button {
  top: 20px !important;
}
@media only screen and (max-width: 991px) {
  .typeahead__container {
    margin-top: 1px !important;
  }
}
@media only screen and (max-width: 767px) {
  .typeahead__container button,
  .typeahead__field input {
    height: 40px !important;
  }
  .typeahead__cancel-button {
    top: 12px !important;
  }
  .typeahead__list > li.typeahead__item > a {
    padding: 11px 30px;
  }
  #form-autosuggest-services .typeahead__list {
    top: 58px;
  }
  .typeahead__dropdown,
  .typeahead__list {
    max-height: 400px;
    top: 43px;
  }
  .typeahead__filter {
    display: none !important;
  }
  .typeahead__container {
    margin-top: -1px !important;
    padding-bottom: 15px;
  }
  .typeahead__container::-webkit-input-placeholder,
  .typeahead__container::placeholder {
    color: inherit;
    opacity: 1 !important;
  }
  .ui-widget-content {
    max-height: 200px;
    overflow: scroll;
  }
}
body.push-container {
  padding-top: 141px;
}
body.push-container a {
  text-decoration: none;
}
.search-part #search {
  margin: 0;
}
ul.horizontal-social-share li {
  display: inline;
  float: right;
}
.peopleSimilar .simlar-people-information {
  padding: 4px 4px 4px 40px;
}
.terms-page .content-area .left-sidebar .nav-link a {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -khtml-border-radius: 0;
}
.widget-modal .modal-dialog {
  -webkit-box-shadow: 0 2px 16px 2px #000;
  -moz-box-shadow: 0 2px 16px 2px #000;
  box-shadow: 0 2px 16px 2px #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
.peopleSimilar-carousel {
  position: relative;
}
.peopleSimilar-carousel .white-bg {
  background: 0 0;
}
.peopleSimilar-carousel .owl-controls {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
}
.peopleSimilar-carousel .owl-controls .owl-prev {
  float: left;
  text-align: left;
}
.peopleSimilar-carousel .owl-controls .owl-next {
  float: right;
  text-align-last: right;
}
.peopleSimilar-carousel .owl-stage-outer {
  width: 310px;
  margin: 0 auto;
}
.text-black {
  color: #000 !important;
}
.text-dark-grey {
  color: #757575 !important;
}
.text-rating-color {
  color: #ffc400 !important;
}
.link-dark-grey {
  color: #757575 !important;
}
.link-dark-grey:hover {
  color: #009eeb !important;
}
.text-white {
  color: #fff !important;
}
.bg-blue {
  background-color: #03a8ee !important;
}
.bg-modal-blue {
  background-color: #009eeb !important;
}
.bg-light-grey {
  background: #f0f0f0 !important;
}
.bg-dark-grey {
  background: #757575 !important;
}
.underline {
  text-decoration: underline !important;
}
.inherit-weight {
  font-weight: inherit !important;
}
.weight-normal {
  font-weight: 400 !important;
}
.feed-left-col .filter-widget-container {
  margin-top: 10px;
  margin-bottom: 0;
}
.filter-widget-container .add-new-business {
  font-weight: 700;
  display: block;
  color: #009eeb;
  margin-top: 10px;
  text-align: center;
}
.filter-buuton-wrapper.users-select {
  width: 100%;
  margin-top: 10px;
  padding: 0;
}
.filter-buuton-wrapper.users-select .btn:active {
  outline: inherit;
  box-shadow: none;
}
.filter-buuton-wrapper.users-select .btn {
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
  white-space: normal;
}
.filter-buuton-wrapper.users-select .btn i {
  float: right;
  top: 6px;
}
.filter-buuton-wrapper.users-select .dropdown-menu {
  max-height: 400px;
  overflow: scroll;
}
.filter-buuton-wrapper.users-select.open .btn {
  background: 0 0;
}
.clickeditem {
  visibility: hidden !important;
  opacity: 0 !important;
  z-index: 1;
  transform: inherit !important;
}
.filter-widget-container {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.filter-widget-container .dropdown-backdrop {
  display: none;
}
.filter-buuton-wrapper {
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.filter-buuton-wrapper.sortby-select {
  float: right;
}
.filter-buuton-wrapper .btn {
  text-transform: initial;
  padding: 11px 25px;
  background: #fff;
}
.filter-buuton-wrapper.sortby-select .btn {
  font-weight: 400;
}
.filter-buuton-wrapper.filters-select .dropdown-menu {
  max-height: 250px;
  overflow: scroll;
}
.filter-buuton-wrapper .dropdown-menu {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
  display: inherit;
  opacity: 0;
  position: absolute;
  top: 75%;
  left: 0;
  transform: translateY(1em);
  z-index: -1;
  transition: all 0.25;
  margin-top: 5px;
  border-radius: 4px !important;
  min-width: 240px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.filter-buuton-wrapper .dropdown-menu li a i {
  font-size: 18px;
  float: right;
  position: relative;
  top: 2px;
}
.filter-buuton-wrapper .dropdown-menu li.activeFilter a {
  color: #009eeb;
}
.filter-buuton-wrapper:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0) !important;
}
.filter-buuton-wrapper .dropdown-menu > li {
  padding: 0 5px;
  margin: 2px 0;
}
.filter-buuton-wrapper .dropdown-menu > li > a {
  padding: 8px 4px;
  border-radius: 3px;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  white-space: normal;
}
.filter-buuton-wrapper .dropdown-menu > li > a:focus,
.filter-buuton-wrapper .dropdown-menu > li > a:hover {
  color: #76838f;
  text-decoration: none;
  background-color: #f3f7f9;
}
.tag-wrapper-filters {
  float: left;
  width: 100%;
  margin: 0 auto;
}
.tag-wrapper-filters .label-info {
  background-color: #fff;
  border: 1px solid #757575;
  margin-right: 5px;
  float: left;
  margin-bottom: 5px;
  padding: 7px;
  color: #757575;
  font-size: 12px;
  font-weight: 400;
  border-radius: 40px;
}
.tag-wrapper-filters span.removetag {
  color: #757575;
}
.tag-wrapper-filters .tag [data-role="remove"]:after {
  content: "x";
  padding: 0 3px;
  margin-left: 5px;
  cursor: pointer;
}
.tag-container {
  width: 50%;
  float: left;
}
.filter-result-container {
  width: 50%;
  float: right;
}
p.search-result-finder {
  text-align: right;
  color: #757575;
  font-size: 13px;
  margin: 0;
}
p.search-result-finder span {
  font-weight: 700;
}
.clearfillters {
  float: left;
  margin: 4px 0 0 8px;
  cursor: pointer;
  font-weight: 700;
  color: #009eeb;
}
@media only screen and (max-width: 768px) {
  .filter-buuton-wrapper.open > .dropdown-menu {
    display: block !important;
    visibility: visible;
    opacity: unset;
    z-index: 9999;
  }
  .filter-buuton-wrapper:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0) !important;
  }
  .filter-buuton-wrapper .dropdown-menu {
    display: none;
    min-width: 245px;
  }
  .filter-buuton-wrapper.filters-select {
    margin-right: 5px;
  }
  .filter-buuton-wrapper.filters-select,
  .filter-buuton-wrapper.sortby-select {
    float: left;
  }
  .tag-container {
    width: 100%;
  }
  .filter-result-container {
    display: none;
  }
  .tag-wrapper-filters .label-info {
    padding: 10px;
    color: #757575;
    font-size: 14px;
    font-weight: 700;
  }
  .tag-wrapper-filters span.removetag {
    color: #757575;
    font-size: 16px;
    padding: 0 4px;
  }
  .clearfillters {
    margin: 9px 0 0 8px;
  }
}
.no-cursor {
  cursor: default !important;
}
.item-user-answer p.top-badge.top-20 {
  color: #337ab7 !important;
}
.item-user-answer p.top-badge.top-20 i {
  color: #337ab7 !important;
}
.item-user-answer p.top-badge.top-30 {
  color: #337ab7bf !important;
}
.item-user-answer p.top-badge.top-30 i {
  color: #337ab7bf !important;
}
.typeahead__query .form-group {
  margin-bottom: 0;
}
.ui-autocomplete {
  z-index: 99999999999999 !important;
}
.ui-autocomplete-loading {
  background: #fff
    url(https://s.savvykai.com/live/themes/fluid_design/img/ajax-loader.gif)
    right center no-repeat;
}
.answer-information span.top-badge {
  text-transform: uppercase;
  font-weight: 700;
  color: #ff8a25;
  margin-bottom: 5px;
}
.answer-information span.top-badge.top-20 {
  color: #337ab7 !important;
}
.answer-information span.top-badge.top-20 i {
  color: #337ab7 !important;
}
.answer-information span.top-badge.top-30 {
  color: #337ab7bf !important;
}
.answer-information span.top-badge.top-30 i {
  color: #337ab7bf !important;
}
ul.dashes {
  list-style: none;
  padding-left: 1em;
}
ul.dashes li:before {
  content: "-";
  text-indent: -1em;
  display: inline-block;
}
.header-menu-business {
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  float: right;
  margin-top: 18px !important;
  margin-right: 2em;
  font-size: 15px;
}
.label-verified {
  text-transform: uppercase;
  line-height: 1.5;
  background: #ff8a25;
  padding: 0.3em 0.6em 0.3em;
  background: #09aa4c;
  margin-left: 10px;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.upper {
  text-transform: uppercase;
}
.label-dark-yellow {
  background: #ffc425;
}
ul.list li {
  list-style-type: disc;
  list-style-position: inside;
}
.search-part.scrolldown {
  background: #0b1524 !important;
}
.admin-table td {
  word-break: break-all;
}
.rddmenu li .msgtxt a {
  display: contents;
  color: #148bb4;
}
.modal_header {
  font-family: inherit !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: center !important;
}
.product-card .new-img-box {
  height: 145px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
}
.modal .modal_message {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #757575;
}
.loading-blocker {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}
.loading-blocker .wb-spinner {
  font-size: 40px;
}
.element-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
  transition: opacity 0.3s;
  background: #f7f7f7
    url(https://s.savvykai.com/live/themes/fluid_design/images/loader.gif)
    no-repeat center;
}
img.lazyload:not([src]) {
  visibility: hidden;
}
.full-width {
  width: 100% !important;
}
.float-none {
  float: none !important;
}
.lines-1,
.lines-2,
.lines-3,
.lines-4,
.lines-5 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lines-1 {
  -webkit-line-clamp: 1 !important;
}
.lines-2 {
  -webkit-line-clamp: 2 !important;
}
.lines-3 {
  -webkit-line-clamp: 3 !important;
}
.lines-4 {
  -webkit-line-clamp: 4 !important;
}
.lines-5 {
  -webkit-line-clamp: 5 !important;
}
.toggle-btn {
  width: 80px;
  height: 40px;
  margin: 10px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyklEQVQ4T42TaxHCQAyENw5wAhLACVUAUkABOCkSwEkdhNmbpHNckzv689L98toIAKjqGcAFwElEFr5ln6ruAMwA7iLyFBM/TPDuQSrxwf6fCKBoX2UMIYGYkg8BLOnVg2RiAEexGaQQq4w9e9klcxGLLAUwgDAcihlYAR1IvZA1sz/+AAaQjXhTQQVoe2Yo3E7UQiT2ijeQdojRtClOfVKvMVyVpU594kZK9zzySWTlcNqZY9tjCsUds00+A57z1e35xzlzJjee8xf0HYp+cOZQUQAAAABJRU5ErkJggg==)
    no-repeat 50px center #e74c3c;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
}
.cb-value {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.toggle-2-btn.btn-group .btn.checked {
  background: #009eeb;
  color: #fff;
}
input[type="number"].price,
input[type="text"].price {
  text-align: right;
}
.inline-price-wrapper::after {
  color: #a2a2a2;
  font-size: 15px;
  content: "\0024";
  position: absolute;
  display: inline-block;
  top: 12px;
  left: 0.5em;
}
.scroll-top-margin {
  position: relative;
  top: -120px;
  visibility: hidden;
  width: 100%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  header {
    z-index: 300;
  }
  #form-autosuggest .typeahead__container {
    width: 107%;
  }
  #form-autosuggest .typeahead__container {
    margin-top: 2px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  header {
    z-index: 300;
  }
  #form-autosuggest .typeahead__container {
    width: 107%;
  }
  #form-autosuggest .typeahead__container {
    margin-top: 2px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  header .nav-up {
    transform: translateY(0) !important;
  }
  .select-topic-drop-short .dropdown-menu {
    display: none;
    top: 49px;
    left: 61px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  header .nav-up {
    transform: translateY(0) !important;
  }
  .select-topic-drop-short .dropdown-menu {
    display: none;
    top: 49px;
    left: 170px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .select-topic-drop-short .dropdown-menu {
    display: none;
    top: 49px;
    left: 170px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .select-topic-drop-short .dropdown-menu {
    display: none;
    top: 49px;
    left: 230px;
  }
  header .nav-up {
    transform: translateY(0) !important;
  }
}
.crop-modal .column-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: inherit;
  text-align: left;
  font-weight: 700;
}
.crop-modal .hints li {
  list-style-type: disc;
  list-style-position: outside;
  text-align: left;
}
.crop-modal .modal-center .modal-body {
  padding: 30px 45px 80px 45px;
}
.crop-modal .preview-column {
  padding: 0 0 0 30px;
}
.crop-modal ul.hints {
  padding-left: 20px;
}
.crop-modal .adjust-image {
  min-height: 95px;
}
@media only screen and (max-width: 767px) {
  .crop-modal .preview-column {
    padding: 30px 15px 0 15px;
  }
  .crop-modal .img-container {
    width: 100% !important;
  }
}
.dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}
.dropdown-menu > li > span:hover {
  background-color: #e4e4e4;
  color: #009eeb;
}
.clickable {
  cursor: pointer;
}
.clickable:hover {
  color: #009eeb;
}
ul.cke_autocomplete_panel img {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
.mobile-logo-center {
  margin: 8px auto 0 auto;
  height: 26px;
  display: block;
}
.indent-list li {
  padding-left: 20px;
  position: relative;
}
.indent-list li i {
  position: absolute;
  top: 4px;
  left: 0;
}
.text-header-section {
  color: #757575;
  font-weight: 700;
  font-size: 17px;
}
ul.dashed {
  list-style-type: none;
}
ul.disc > li {
  list-style-type: disc;
}
ul.dashed > li:before {
  content: "-";
  padding-right: 0.5em;
}
body.st-body-no-scroll {
  position: absolute !important;
}
.follow-feed,
.sharePM,
.st-custom-button {
  color: #a2a2a2;
  cursor: pointer;
  font-weight: 700;
}
.follow-feed.followed,
.follow-feed.followed i,
.sharePM.clicked,
.st-custom-button.clicked {
  color: #009eeb;
}
.follow-feed:hover,
.follow-feed:hover i,
.st-custom-button:hover {
  color: #009eeb;
}
.st-custom-button i {
  font-size: 16px;
  margin: 0 5px 0 2px !important;
}
.follow-feed i {
  color: #a2a2a2;
}
.sharePM i {
  margin: 2px 0 0 0;
  font-size: 14px;
}
.question-text table td,
.question-text table th {
  word-break: break-word;
}
.font-size-10 {
  font-size: 10px !important;
}
.font-size-13 {
  font-size: 13px !important;
}
.font-size-19 {
  font-size: 19px !important;
}
a[disabled="disabled"] {
  color: #757575 !important;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .toggle-landing-menu img {
    margin-top: 0;
  }
  footer {
    padding-top: 0;
  }
  ul.terms-footer {
    margin-bottom: 20px;
  }
}
.wb-spin {
  -webkit-animation: wb-spin 2s infinite linear;
  animation: wb-spin 2s infinite linear;
}
.wb-spin {
  -webkit-animation: wb-spin 2s infinite linear;
  animation: wb-spin 2s infinite linear;
}
@-webkit-keyframes wb-spin {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wb-spin {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.wb-fw {
  width: 1.28571429em;
  text-align: center;
}
.wb-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.wb-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wb-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wb-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.wb-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.wb-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .wb-flip-horizontal,
:root .wb-flip-vertical,
:root .wb-rotate-180,
:root .wb-rotate-270,
:root .wb-rotate-90 {
  filter: none;
}
.wb-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.wb-stack-1x,
.wb-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.wb-stack-1x {
  line-height: inherit;
}
.wb-stack-2x {
  font-size: 2em;
}
.wb-inverse {
  color: #fff;
}
.wb-glass:before {
  content: "\f000";
}
