* {
  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: 0 0px 4px 1px #00958f !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: 1330px !important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important;
}

.main {
  position: relative;
  overflow: inherit;
}
.js-tabs-html.tab-content{
	overflow:inherit;
}

@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;
}

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

.client-logo a {
  display: block;
}

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

.client-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) {
  .client-logo2 {
    display: none;
  }
}

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

.client-logo2 a {
  display: block;
}

.client-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;
}

@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('../images/dd-arrow.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('../images/dd-arrow-black.png');
  transform: rotate(0deg);
}
.menu .has-children.active.current-menu-ancestor:after {
  background: url('../images/dd-arrow-black.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('../images/dd-arrow-black.png');
  transform: rotate(180deg);
}
.menu .has-children:hover:after {
  background: url('../images/dd-arrow-black.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;
}

.footer-holder {
  padding: 58px 0;
  /*border-top: 1px solid #242725;*/
}

@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 35px;
}

@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;
}

.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 5px;
  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-left: 0;
}

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

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

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

.footer-content {
  font-size: 12px;
  line-height: 15px;
  color: #555;
}

@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('../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;
}
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus  {
  outline: none !important;
}

/* Update */

.v2-info-data-holder {
  padding: 0 40px !important;
}

.v2-info-data-head {
  margin-bottom: 0 !important;
  text-align: right;
}

.v2-info-data-head button {
  color: #00958f;
  background: none;
  border: none;
  padding: 10px 0;
}

.v2-info-data-head button.active {
  color: #aaa;
  cursor: default;
}

.v2-info-data-head button:not(.active):hover {
  color: #999;
  text-decoration: underline;
}

.v2-info-data-head span {
  margin: 2px 10px 0 10px;
  font-size: 16px;
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-search:before {
  content: "\f002";
}

.fa-times:before {
  content: "\f00d";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus:before {
  content: "\f068";
}

.setting-toolbar button:hover {
  border-bottom: none !important;
}

.setting-toolbar li {
  display: flex;
  align-items: center;
}

.setting-toolbar li.v2-bordered {
  border: solid 1px white;
  margin-right: 2px;
}

.setting-toolbar li.v2-bordered button {
  font-size: 13px;
  margin: 0 !important;
  border-bottom: none !important;
  width: 100px;
}

.setting-toolbar li .v2-table-export {
  margin: 0 !important;
  border-bottom: none !important;
}

.setting-toolbar li.v2-close-search {
  background: #00958f;
}

.setting-toolbar li .icon {
  margin-right: 0 !important;
}

.data-toolbar {
  background: #007671 !important;
  z-index: 1001 !important;
}

.setting-toolbar .v2-sort-select + .jcf-select {
  background: transparent !important;
  border-color: white !important;
  height: 34px;
  margin-right: 2px;
  width: 215px;
}

.setting-toolbar .v2-sort-select + .jcf-select.active {
  background: #00958f !important;
}

.setting-toolbar .v2-sort-select + .jcf-select .jcf-select-text {
  font-size: 13px;
  line-height: 31px !important;
  color: #fff;
  padding-left: 36px;
  margin: 0;
}

.setting-toolbar .v2-sort-select + .jcf-select .jcf-select-text:hover {
  opacity: 0.5;
}

.setting-toolbar .v2-sort-select + .jcf-select .jcf-select-text::before {
  position: absolute;
  left: 15px;
  top: 8px;
  font-family: "Font Awesome 5 Pro";
  content: "\f5fd";
  color: white;
  font-size: 13px;
  line-height: 15px;
}

.setting-toolbar .v2-sort-select + .jcf-select .jcf-select-opener:after {
  color: white;
  right: 14px;
  top: 9px;
  font-size: 13px;
}

.setting-toolbar .v2-sort-select + .jcf-select .jcf-option {
  font-size: 13px;
}

.v2-no-padding {
  padding: 0 !important;
}

.v2-search-bar {
  background: #e0f7f4;
  font-size: 14px;
  padding: 8px 5px;
  position: sticky;
  z-index: 1000;
  top: 0;
  overflow-x: auto;
}

.v2-search-bar .v2-search-panel .fa-layer-group {
  color: #555;
  margin-left: 6px;  
}

.v2-search-bar .v2-search-panel .fa-plus-circle,
.v2-search-bar .v2-search-panel .fa-minus-circle {
  line-height: 27px; 
}

.v2-search-bar .v2-content {
  display: flex;
  min-width: 100%;
  width: fit-content;
}

.v2-search-bar .v2-content .v2-search-panel {
  display: flex;
  width: calc(100% - 410px);  
  flex-grow: 1;
  align-items: center;
}

.v2-search-bar .v2-content .v2-search-panel .v2-search-wrapper {
  display: flex;
}

.v2-search-bar .v2-content .v2-search-panel button {
  font-size: 18px;
  color: #00958f;
  background: none;
  border: none;
  padding: 0;
}

.v2-search-bar .v2-content .v2-search-panel button:hover {
  opacity: 0.5;
}

.v2-search-bar .v2-content .v2-search-panel .v2-search-remove {
  color: #ee2713; 
}

.v2-search-bar .v2-content .v2-search-panel .jcf-select {
  height: 28px !important;
}

.v2-search-bar .v2-content .v2-search-panel .v2-search-select + .jcf-select {
  width: 125px;
}

.v2-search-bar .v2-content .v2-search-panel .v2-search-value-select + .jcf-select {
  width: 145px;
  margin-left: 10px;
  margin-right: 5px;
}

.v2-search-bar .v2-content .v2-search-panel .jcf-select-text {
  margin-top: -4px !important;
  margin-right: 25px;
  font-size: 13px;
  font-weight: bold;
  margin-left: 0;
}

.v2-search-bar .v2-content .v2-search-panel .jcf-select .jcf-select-opener:after {
  right: 13px !important;
  top: 8px !important;
}

.v2-search-bar .v2-content .v2-search-panel input {
  height: 28px;
  border: solid 1px #00958f; 
  color: #00958f;
  padding: 0 8px;
  font-weight: bold;
  vertical-align: top;
  font-size: 13px;
}

.v2-search-bar .v2-content .v2-search-panel .v2-search-input {
  margin-left: 10px;
  width: 145px;
  margin-right: 5px;
}

.v2-search-bar .v2-content .v2-search-panel .v2-search-date {
  margin-left: 10px;
  width: 145px;
  margin-right: 5px;
  text-align: center;
}

.v2-search-bar .v2-content .v2-search-panel .v2-search-daterange {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v2-search-bar .v2-content .v2-search-panel .v2-search-daterange em {
  color: #00958f;
  font-size: 10px;
}

.v2-search-bar .v2-content .v2-search-panel .v2-search-daterange .v2-from-date {
  margin-left: 10px;
  margin-right: 3px;
}

.v2-search-bar .v2-content .v2-search-panel .v2-search-daterange .v2-to-date {
  margin-left: 2px;
  margin-right: 5px;
}

.v2-search-bar .v2-content .v2-search-panel .v2-search-daterange .v2-from-date,
.v2-search-bar .v2-content .v2-search-panel .v2-search-daterange .v2-to-date {
  width: 65px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  padding: 0;
}

.v2-search-bar .v2-content .v2-search-panel .v2-search-input:focus {
  border-radius: 0 !important;
  border: solid 1px #00958f !important;
}

.v2-search-bar .v2-content .v2-action-panel {
  width: 135px;
}

.v2-toolbar-btns {
  display: flex;
  align-items: center;
}

.v2-toolbar-btns > li {
  position: relative;
}

.v2-toolbar-btns > li > div {
  margin-left: 10px;
}

.v2-toolbar-btns > li:not(:last-child) {
  margin-right: 10px;
}

.v2-toolbar-btns > li:not(:first-child) > div::before {
  content: '|';
  position: absolute;
  top: -5px;
  left: -7px;
  color: #e0f7f4;
  border-right: solid 1px #aaa;
  height: 39px;
}

.v2-setting-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 18px;
}

.v2-setting-toolbar li {
  padding: 0 5px;
}

.v2-setting-toolbar li button {
  color: #fff;
  background: none;
  border: none;
  padding: 0;
  border-bottom: 1px solid #00958F;
  margin-top: 1px;
}

.v2-setting-toolbar .v2-search-button {
  padding: 7px 14px;
  background-color: #00958f;
  color: #fff;
  font-style: 500;
  border-bottom: none;
  font-size: 14px;
}

.v2-setting-toolbar .v2-search-button.active {
  background-color: #007671;
}

.v2-setting-toolbar .v2-search-button:hover {
  color: rgba(255, 255, 255, 0.5);
}

.v2-setting-toolbar .v2-clear-button {
  padding: 7px 0;
  color: #00958f;
  font-weight: 500;
  border-bottom: none;
  font-size: 14px;
}

.v2-setting-toolbar .v2-clear-button:hover {
  opacity: 0.5;
}

#tasks-container .jcf-select {
  border: solid 1px #00958f;
  background: #fff;
}

#tasks-container .external-scroll_x.scroll-scrollx_visible {
  margin-left: 15px;
  width: 65%;
}

#tasks-container .v2-search-bar .jcf-select-text span {
  max-width: none;
  margin-left: 10px;
}

#tasks-container .tabulator-paginator .jcf-select-text span {
  max-width: none;
}

.jcf-select-v2-sort-select .jcf-list .jcf-option,
.jcf-select-v2-search-value-select .jcf-list .jcf-option,
.jcf-select-v2-search-select .jcf-list .jcf-option {
  font-size: 13px;
}

.setting-toolbar li .v2-table-export {
  font-size: 17px;
  display: block;
  margin-left: 9px !important;
}

.setting-toolbar li.v2-bordered.v2-location-search button {
  width: 100px;
}

#tasks-container .toolbar-btns li {
  padding: 0 2px;
}

#tasks-container .toolbar-btns a {
  font-size: 13px;
}

#tasks-container .toolbar-btns a.alt-check {
  height: 35px;
}

#tasks-container .toolbar-btns li.alert-btn a {
  font-size: 15px;
  line-height: 25px;
  padding: 5px 8px;
}

#tasks-container .toolbar-btns a span {
  float: right;
  line-height: 15px;
  margin-top: -5px;
  text-align: center;
}

#tasks-container .data-toolbar {
  height: 50px;
}