* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  margin: 0;
  font-family: Roboto,sans-serif;
  font-size: 15px;
  letter-spacing: -.02em;
  color: #333;
  line-height: 32px;
  line-height: 1.42857143 !important;
}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
    line-height: 1.5714;
  }
}

body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700;
  font-family: Roboto,sans-serif;
  letter-spacing: -.02em;
}

/** @define anchor **/

a {
  -webkit-transition: color 0.4s ease, background 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease;
  outline: none;
  color: #00958f;
  text-decoration: none;
}

a:hover {
  color: #555;
  text-decoration: underline;
}
 p {
  margin: 0 0 16px;
}

 label {
  font-weight: 400;
}

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

 .img {
  display: block;
  width: 100%;
  height: auto;
}

 .btn-primary,
 .btn-info,
 .btn-light {
  font-size: 15px;
  line-height: 20px;
  width: 128px;
  height: 40px;
  font-weight: 700;
  position: relative;
  background: #00958f;
  padding: 10px 5px;
  text-align: center;
  border: none;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  box-sizing: border-box;
}

 .btn-primary:hover,
 .btn-info:hover,
 .btn-light:hover {
  background: #999;
  border-color: #999;
  color: #fff;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

 .btn-primary:focus,
 .btn-primary:active,
 .btn-info:focus,
 .btn-info:active,
 .btn-light:focus,
 .btn-light:active {
  background: #00958f !important;
  border-color: #00958f !important;
  color: #fff;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

 .btn-secondary {
  font-size: 15px;
  line-height: 20px;
  width: 128px;
  height: 40px;
  font-weight: 700;
  position: relative;
  background: none;
  padding: 8px 5px 12px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

 .btn-secondary:hover {
  background: #999;
  border-color: #999;
  color: #fff;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

 .btn-secondary:focus,
 .btn-secondary:active {
  background: #fff !important;
  border-color: #fff !important;
  color: #999 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

 .btn-info {
  background: #999;
  color: #fff;
}

 .btn-info:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #999 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

 .btn-info:focus,
 .btn-info:active {
  background: #fff !important;
  border-color: #fff !important;
  color: #999 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

 .btn-light {
  background: #fafcfc;
  color: #777575;
}

 .btn-light:hover {
  background: #00958f;
  border-color: #00958f;
  color: #fff;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

 .btn-light:focus,
 .btn-light:active {
  background: #fff !important;
  border-color: #fff !important;
  color: #999 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (max-width: 991.98px) {
   .mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) {
   .desktop-hidden {
    display: none !important;
  }
}

.container {
  max-width: 1175px !important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important;
}

@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}

/** @define header **/

 .header {
  position: relative;
  /**border-bottom: 1px solid #f1f1f1;**/
}

 .header-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
}

@media (max-width: 767.98px) {
   .header-holder {
    padding: 10px 0;
  }
}

.logo {
  margin: 0 0 0 -21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.merck-logo {
  display: block;
  width: 147px;
}

.merck-logo a {
  display: block;
}

.merck-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.merck-logo2 {
  display: block;
  width: 235px;
  margin: 0 0 0 83px;
  position: relative;
}

@media (max-width: 1210.98px) {
  .logo { margin: 0; }
}

@media (max-width: 767.98px) {
  .merck-logo2 {
    display: none;
  }
}

.merck-logo2:after {
  position: absolute;
  left: -43px;
  top: -5px;
  content: '';
  width: 2px;
  background: #00958f;
  height: 30px;
  pointer-events: none;
}

.merck-logo2 a {
  display: block;
}

.merck-logo2 img {
  display: block;
  width: 100%;
  height: auto;
}

/** @define menu-opener **/

.menu-opener {
  width: 19px;
  height: 23px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 23px;
  z-index: 20;
  display: block;
}



.user-info {
  text-transform: uppercase;
  color: #00958f;
  position: absolute;
  right: 101px;
  top: 28px;
  letter-spacing: -0.8px;
  line-height: 18px;
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .user-info {
    right: 54px;
  }
}
@media (max-width: 767.98px) {
  .menu-opener {
    top: 18px;
  }
  .user-info {
    top: 24px;
    right: 36px;
  }
}

.user-info a {
  color: #00958f;
  margin-right: 9px;
}

.user-info a:hover {
  color: #999;
}

.menu-active .menu-opener {
  border-top: 0;
}

.menu-opener span {
  display: block;
}

.menu-opener span:before {
  width: 19px;
  height: 3px;
  background: #00958f;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
}

.menu-active .menu-opener span:before {
  opacity: 0;
  visibility: hidden;
}

.menu-opener:after,
.menu-opener:before {
  width: 19px;
  height: 3px;
  background: #00958f;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
}

.menu-active .menu-opener:after,
.menu-active .menu-opener:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-opener:before {
  top: 19px;
}

.menu-active .menu-opener:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
}

/** @define nav-drop **/

.nav-drop {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 100%;
  right: -32px;
  overflow: hidden;
  padding: 0;
  max-height: 0;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
@media (max-width: 1240px) {
  .nav-drop {
    right: 0;
  }
}
.menu-active .nav-drop {
  max-height: 4000px;
}

/** @define nav-area **/

.nav-area {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.menu-active .nav-area {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/** @define menu **/

 .menu {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  padding: 0;
  width: 230px;
  background: #e0e0e0;
  padding: 20px 32px 8px !important;
}

@media (max-width: 1199.98px) {
   .menu {
    font-size: 12px;
    line-height: 20px;
  }
}

 .menu > li {
  position: relative;
  margin: 0 0 15px;
}

@media (max-width: 767.98px) {
   .menu > li.dropdown > a:after {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    content: '';
    border-style: solid;
    margin-left: 8px;
    margin-bottom: 3px;
    border-width: 7px 6.5px 0 6.5px;
    border-color: #fff transparent transparent transparent;
  }
}

@media (min-width: 992px) {
   .menu > li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}

 .menu > li > a {
  display: block;
  position: relative;
  color: #00958f;
}

 .menu > li > a:hover {
  color: #37424a;
}

 .menu > li > a:active {
  color: #000;
}
.menu .has-children {
  position: relative;
}
.menu .has-children:after {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  width: 10px;
  height: 7px;
  background: url('/static/images/dd-arrow-new.png');
  transform: rotate(180deg);
}
.menu .has-children.active:after {
  transform: rotate(0deg);
}
.menu .has-children:hover a,
.menu .has-children.current-menu-ancestor a {
  color: #000;
}
.menu .has-children.current-menu-ancestor:after {
  background: url('/static/images/dd-arrow-black-new.png');
  transform: rotate(0deg);
}
.menu .has-children.active.current-menu-ancestor:after {
  background: url('/static/images/dd-arrow-black-new.png');
  transform: rotate(180deg);
}
.menu .current-menu-item a,
.menu .has-children.current-menu-ancestor .current-menu-item a {
  color: #000 !important;
}
.menu .has-children.active:hover:after,
.current-menu-ancestor:after {
  background: url('/static/images/dd-arrow-black-new.png');
  transform: rotate(180deg);
}
.menu .has-children:hover:after {
  background: url('/static/images/dd-arrow-black-new.png');
  transform: rotate(0deg);
}
.menu .has-children ul {
  margin: 14px -35px;
  background: #fff;
  position: /static;
  display: block;
  padding: 14px 54px;
  list-style: none;
  display: none;
}
.menu .has-children ul li {
  line-height: 30px;
}
.menu .has-children ul li a {
  font-size: 15px;
  color: #00958f !important;
  font-weight: normal;
}
.menu .has-children ul li a:hover {
  color: #000 !important;
}
/** @define dropdown-menu **/

 .dropdown-menu:not(.datepicker) {
  font-size: 16px;
  line-height: 20px;
  background: #51a2eb;
  font-weight: 400;
  border-radius: 0;
  letter-spacing: -.02em;
  padding: 20px 15px;
  position: relative;
  border: none;
  margin: 0;
  min-width: inherit;
  text-transform: none;
  width: 250px;
  text-transform: capitalize;
}

@media (min-width: 992px) {
   .dropdown-menu:not(.datepicker) {
    -webkit-transform: none !important;
            transform: none !important;
    display: block !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute !important;
    opacity: 0;
    visibility: hidden;
    top: 100% !important;
    left: auto !important;
    transform: none !important;
    left: 0;
  }
}

@media (max-width: 991.98px) {
   .dropdown-menu:not(.datepicker) {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
    margin: 0;
    text-align: center;
    padding: 12px 10px;
    min-width: inherit;
    float: none;
    width: auto;
    min-width: inherit;
  }
}

 .dropdown-menu .dropdown-list {
  position: relative;
  margin: 0;
}

 .dropdown-menu .dropdown-list a {
  padding: 10px 0;
  display: block;
  color: #fff;
}

 .dropdown-menu .dropdown-list a:hover {
  color: #000;
}

.intro-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro-area .container {
  width: 100%;
}

@media (max-width: 991.98px) {
  .intro-area {
    position: /static;
    margin-bottom: -1px;
  }
}

.main-images img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}

@media (max-width: 479px) {
  .main-images img {
    max-width: inherit;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    position: relative;
  }
}

@media (max-width: 380px) {
  .main-images img {
    margin-left: -300px;
  }
}

.intro-block {
  max-width: 343px;
  margin: 0 0 44px 20px;
}

@media (max-width: 1700px) {
  .intro-block {
    margin: 0;
  }
}

@media (max-width: 1500px) {
  .intro-block {
    max-width: 400px;
  }
}

@media (max-width: 1350px) {
  .intro-block {
    max-width: 470px;
  }
}

@media (max-width: 1199.98px) {
  .intro-block {
    max-width: 370px;
  }
}

@media (max-width: 991.98px) {
  .intro-block {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.intro-block .box {
  background: #fff;
  text-align: center;
  padding: 28px 48px 191px;
  position: relative;
  margin: 0 0 20px;
  color: #999;
}

@media (max-width: 1500px) {
  .intro-block .box {
    padding: 28px 30px 153px;
  }
}

@media (max-width: 1350px) {
  .intro-block .box {
    padding: 28px 20px 150px;
  }
}

@media (max-width: 1199.98px) {
  .intro-block .box {
    margin: 0 0 10px;
    padding: 20px 20px 153px;
    line-height: 20px;
  }
}

@media (max-width: 991.98px) {
  .intro-block .box {
    line-height: 28px;
  }
}

.intro-block .title {
  display: block;
  margin: 0;
  text-transform: uppercase;
  color: #00958f;
  font-weight: 700;
}

.intro-block .subtitle {
  display: block;
  color: #555;
}

.intro-block p {
  margin: 0 0 24px;
}

@media (max-width: 1199.98px) {
  .intro-block p {
    margin: 0 0 10px;
  }
}

@media (max-width: 767.98px) {
  .intro-block p {
    margin: 0 0 20px;
  }
  .intro-block {
    margin-bottom: 0;
  }
}

.intro-block h1 {
  color: #00958f;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 43px;
  font-size: 40px;
}
@media (max-width: 400px) {
  .intro-block h1 {
    margin: 0 20px 20px !important; 
  }
}
.intro-block h1 em {
  display: inline-block;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  margin: -2px 0 0 3px;
  vertical-align: top;
}

@media (max-width: 1350px) {
  .intro-block h1 {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .intro-block h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .intro-block h1 em {
    font-size: 20px;
    margin-top: -5px;
  }
}

@media (max-width: 767.98px) {
  .intro-block h1 {
    margin: 0 0 10px;
  }
}

.intro-block .text-area {
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  color: #555;
}
@media (max-width: 992px) {
  .intro-block .text-area {
    margin-bottom: 25px;
  }
}
.intro-block .text-area p {
  margin: 0;
}

.create-account {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00958f;
  padding: 20px 15px 28px;
  text-align: center;
}

.create-account .heading {
  display: block;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #fff;
}

.visual-area {
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}

.visual-area .image {
  margin-bottom: 115px;
}

.visual-area .image img {
  display: block;
  width: 100%;
  height: auto;
}

.content-box {
  background: #00958f;
  padding: 53px 50px 58px 48px;
  width: 458px;
  letter-spacing: 0.7px;
  float: right;
  color: #fcfbfb;
  line-height: 28px;
}

@media (max-width: 1400px) {
  .content-box {
    padding: 30px 30px;
  }
}

@media (max-width: 1199.98px) {
  .content-box {
    line-height: 20px;
  }
  .visual-area .image {
    margin-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .content-box {
    width: auto;
    margin: 0 -15px 0;
    line-height: 30px;
  }
  .visual-area .image {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .content-box {
    line-height: 24px;
  }
}

.content-box p {
  margin: 0 0 33px;
}

@media (max-width: 1199.98px) {
  .content-box p {
    margin: 0 0 15px;
  }
}

@media (max-width: 991.98px) {
  .content-box p {
    margin: 0 0 30px;
  }
}

.content-box .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-box .btn-row .btn {
  width: 46%;
}

 .main-area {
  font-size: 15px;
  line-height: 28px;
  color: #555;
  padding: 36px 0 121px;
}

 .main-area a {
  color: #555;
}

 .main-area a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
   .main-area {
    padding-bottom: 30px;
  }
   .main-area {
    margin-bottom: 15px;
  }
}

 .main-area h1 {
  font-size: 30px;
  line-height: 34px;
  color: #555;
  font-weight: 400;
  margin: 0 0 5px;
}

 .main-area h3 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.66px;
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 24px;

}

@media (max-width: 767.98px) {
   .main-area h3 {
    letter-spacing: -.02em;
    margin: 0 0 20px;
  }
}

 .main-area .list {
  padding: 0 0 0 36px;
  margin: 0;
  line-height: 24px;
}

@media (max-width: 767.98px) {
   .main-area .list {
    padding: 0;
  }
}

 .main-area .list li {
  position: relative;
  padding: 0 0 0 10px;
}

 .main-area .list li:after {
  position: absolute;
  left: 0;
  top: 16px;
  width: 4px;
  height: 1px;
  background: #555;
  content: '';
}

 .breadcrumbs {
  font-size: 12px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px 23px;
}

 .breadcrumbs li {
  padding: 0 8px;
  position: relative;
}

 .breadcrumbs li:after {
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  content: '/';
  color: #00958f;
}

 .breadcrumbs li:first-child:after {
  display: none;
}

 .breadcrumbs li:last-child a {
  pointer-events: none;
}

 .breadcrumbs a {
  color: #00958f;
}

 .breadcrumbs a:hover {
  color: #000;
}

.review-form {
  padding: 25px 0 0;
}

.review-form li {
  position: relative;
  padding: 0 0 0 32px;
}

@media (max-width: 767.98px) {
  .review-form li {
    padding: 0 0 0 25px;
  }
}

.review-form .btn-primary {
  outline: none;
  width: 166px;
  margin: 16px 0 0 5px;
}

.review-form p {
  margin: 0 0 10px;
}

.check-list {
  line-height: 24px;
  padding: 0 0 0 3px;
  margin: 0 0 29px;
}

.check-list li {
  margin: 0 0 7px;
}

.review-form [type="checkbox"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.review-form label {
  display: block;
  margin: 0;
}

.review-form .fake-input,
.review-form label {
  display: inline-block;
  vertical-align: middle;
}

.review-form .fake-input {
  width: 14px;
  height: 14px;
  border: 2px solid #00958f;
  background: #fff;
  position: relative;
  position: absolute;
  left: 0;
  top: 7px;
}

.review-form [type="checkbox"] + .fake-input:before {
  content: '';
  width: 8px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #00958f;
  border-width: 0 0 2px 2px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -3px 0 0 -4px;
}

.review-form [type="checkbox"]:checked + .fake-input:before {
  opacity: 1;
}

.slick-slider {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: relative;
  left: 12px;
  bottom: 140px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  width: 1170px;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .slick-dots {
    bottom: 70px;
    left: 15px;
    max-width: 960px;
  }
}

@media (max-width: 991.98px) {
  .slick-dots {
    bottom: 50px;
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .slick-dots {
    max-width: 100%;
  }
}

.slick-dots li {
  position: relative;
  padding: 0 19px 0 0;
}

.slick-dots li.slick-active button {
  background: #919089;
}

.slick-dots button {
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
  background: #c0c0c0;
  outline: none;
  border-radius: 50%;
  border: none;
  padding: 0;
}

@media (max-width: 767.98px) {
  .slick-dots button {
    width: 7px;
    height: 7px;
  }
}

.slick-dots button:hover {
  background: #919089;
}

 .footer {
  position: relative;
  padding: 70px 0;
  background: #555;
}

 .footer-holder {
  padding: 0;
}

@media (max-width: 767.98px) {
   .footer-holder {
    padding: 35px 0 15px;
  }
}

.logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px 0;
}

@media (max-width: 767.98px) {
  .logo-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}

.logo-row li {
  padding: 0 6px;
}

.logo-row img {
  display: block;
  min-width: 130px;
}

 .footer-links {
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 7px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
   .footer-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

 .footer-links li {
  padding: 0 20px;
  position: relative;
}

 .footer-links li:after {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 2px;
  width: 1px;
  content: '';
  background: #555;
}

 .footer-links li:first-child {
  padding: 0;
}

 .footer-links li:first-child:after {
  display: none;
}

 .footer-links a {
  color: #fff;
  text-decoration: underline;
}

 .footer-links a:hover {
  text-decoration: none;
  color: #00958f;
}

 .footer-content {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin: 0 auto 0 0;
}

@media (max-width: 767.98px) {
   .footer-content {
    text-align: center;
  }
}

 .footer-content a {
  font-weight: 700;
}

 .footer-content a:hover {
  text-decoration: underline;
  color: #00958f;
}

.tooltip-holder {
  display: inline-block;
  vertical-align: middle;
}

.tooltip .tooltip-inner {
  width: 278px !important;
  font-size: 15px !important;
  line-height: 22px !important;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 300;
  background: #00958f;
  padding: 12px 30px 18px !important;
  text-transform: none;
  font-weight: 300;
  position: relative;
  border-radius: 0;
  opacity: 1;
  font-family: 'Roboto',sans-serif !important;
  left: 0;
  right: 0 ;
  max-width: inherit !important;
}

.tooltip.in {
  opacity: 1 !important;
}

.tooltip-holder .tooltip {
  padding-top: 10px;
  top: 18px !important;
  max-width: 272px !important;
}

.tooltip-holder .tooltip .tooltip-arrow {
  border-style: solid !important;
  border-width: 0 11px 11px 11px !important;
  border-color: transparent transparent #00958f transparent !important;
  transform: translateX(-50%) !important;
  margin-left: 0 !important;
}

.tooltip-opener {
  text-transform: lowercase;
  width: 13px;
  height: 13px;
  /*color: #fff;
  background: #999;*/
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0px;
  /*line-height: 13px;*/
  border-radius: 100%;
  margin-bottom: 5px;
  display: inline-block;
  border: none;
  padding: 0;
  /*vertical-align: middle;*/
  background: url('/static/images/info-btn.png');
}

.user-info .tooltip-opener {
  color: #fff !important;
}

@media (max-width: 1309.98px) {
  .tooltip-holder .tooltip {
    left: auto !important;
    right: -40px !important;
  }

  .tooltip-holder .tooltip .tooltip-arrow {
    margin-left: 14px !important;
  }
}

.profile-link-large-screen {
  display: inline-block;
}
.profile-link-small-screen {
  display: none;
}
@media (max-width: 992px) {
  .profile-link-large-screen {
    display: none;
  }
  .profile-link-small-screen {
    display: inline-block;
  }
  .tooltip-holder {
    display: none;
  }
}

.character-max-length {
  color: red !important;
  font-weight: bold;
}
.task-count {
  height: 26px;
  width: 26px;
  line-height: 26px;
  border-radius: 50%;
  background: #ee2713;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  margin-left: 6px;
  font-weight: 400;
}

.enrlSysAggrt{
	background: none;
	border: none;
	position: absolute;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 102%;
}
.task-inner ul ul {
	margin: 0 !important;
	padding: 0 !important;
	display: none;
	background: #fff;
	border: 1px solid #00958f !important;
	max-width: 101.5% !important;
	box-shadow: none !important;
}
.deaggregation_wrap {
	position: relative;
}
.deaggregation_wrap::before {
	position: absolute;
	right: 1px;
	top: 3px;
	font-family: "Font Awesome 5 Pro";
	content: "\f078";
	color: #00958f;
	font-size: 15px;
	line-height: 15px;
	z-index: 0;
}
.aggregation_wrap {
	position: relative;
	bottom: 0;
}
.aggregation_wrap::before {
	position: absolute;
	right: 1px;
	top: 3px;
	font-family: "Font Awesome 5 Pro";
	content: "\f078";
	color: #00958f;
	font-size: 15px;
	line-height: 15px;
	z-index: 0;
}
.es-list li {
	width: 100% !important;
	padding: 6px 16px !important;
	background: #fff !important;
	color: #656565 !important;
	cursor: pointer;
	box-shadow: none !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}
.es-list li:not(.selected){

}
.es-list li:hover {
	background: #00958f !important;
	color: #fff !important;
}
.es-list li:after {
	display: none !important;
}
.es-list li:before {
	display: none !important;
}
input.es-input{background:none !important;outline:none !important;}

@media (max-width: 767px) {
  .modal-body .task-detail ul li {
    min-height: 57px;
  }
  .aggregation_wrap {
    bottom: 0;
  }
  .jcf-select .jcf-select-opener {
    right: 0;
    left: auto;
  }
  .aggregation_wrap::before,
  .deaggregation_wrap::before {
    right: 6px;
  }
}
@media (max-width: 540px) and (min-width: 480px) {
  .aggregation_wrap::before,
  .deaggregation_wrap::before {
    right: 14px;
  }
}
@media (max-width: 479px) {
  .aggregation_wrap::before,
  .deaggregation_wrap::before {
    right: 7px;
  }
}
@media (max-width: 350px) {
  .aggregation_wrap::before,
  .deaggregation_wrap::before {
    right: 4px;
  }
}



.jcf-select-text span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}
