.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  border: 1px solid rgba(77,107,119,.1);
  border-radius: 16px;
  display: block;
  margin-top: 20px;
  padding: 20px;
  position: absolute;
  z-index: 9;
  width: 100%;
  max-width: 600px;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 90%;
}

.hs-search-field__suggestions li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  outline: none;
  color: #ffa560;
}


.kudos-hero-2 .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -12px;
  margin-left: -12px;
}
.dj_lightbox_area_form_wrapper .dj_lightbox_area_form_content h3.form-title {
  background: none;
  padding: 0 0;
  /* text-align: center; */
  margin-bottom: 20px;
  /* color: #fff !important; */
}
.kudos-hero-2 .flex .col {
  flex: 1;
  padding: 20px 12px;
}

.kudos-hero-2 .tagline-wrap {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
}

.kudos-hero-2 .tagline-wrap .tagline-line {
  width: 30px;
  height: 2px;
}
.dj_lightbox_area_form_content_overlay {
  background: #042c3d;
  display: block;
  height: 100%;
  left: 0;
  opacity: .85;
  position: fixed;
  top: 0;
  width: 100%;
}

.dj_lightbox_area .dj_lightbox_area_form_content {
  background-color: #fff;
  color: #111;
  left: 50%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 10px;
  position: fixed;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
  width: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}

.dj_close_trigger {
  background: #eee;
  border-radius: 2px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  padding: 3px;
  z-index: 99;
}

.dj_close_trigger svg {
  display: block;
}

.dj_lightbox_area .dj_lightbox_area_form_content * {
  color: inherit!important;
}

@media (max-width: 767px) {

  .kudos-hero-2 .flex.left-button .col:first-child {
    order: 2;
  }

  .kudos-hero-2 .flex .col {
    flex: 0 0 100%;
  }
  section.kudos-hero-2 .button, 
  section.kudos-hero-2 .cta_button, 
  section.kudos-hero-2 button {
    margin-bottom: 10px;
  }
}

.stretch-card>.card {
  width: 100%;
  min-width: 100%
}


@media (max-width:991.98px) {
  .padding {
    padding: 1.5rem
  }
}

@media (max-width:767.98px) {
  .padding {
    padding: 1rem
  }
}

.padding {
  padding: 3rem
}

.box.box-warning {
  border-top-color: #f39c12;
}

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
  content: " ";
  display: table;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.box-header>.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.box-header>.box-tools [data-toggle="tooltip"] {
  position: relative;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
  background-color: #f39c12 !important;
}

.bg-yellow{
  color: #fff !important;
}

.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}

.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
  content: " ";
  display: table;
}

.direct-chat-messages {
  padding: 20px;
}

.direct-chat-messages, .direct-chat-contacts {
}



.direct-chat-msg {}

.direct-chat-msg, .direct-chat-text {
  display: block;
}

.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}

.direct-chat-timestamp {
  color: #999;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.direct-chat-img {
  float: left;
  width: 40px;
  height: 40px;
}

.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #E5E7EB;
  border: 1px solid #E5E7EB;
  margin: 5px 0 0 50px;
  color: #444;
}

.direct-chat-msg, .direct-chat-text {
  display: block;
}

.direct-chat-text:before {
  border: 1.5em solid transparent;
  border-radius: 50%;
  box-shadow: 0 1em 0 0 #fff;
  bottom: 1em;
  left: -1em;
  content: '';
  position: absolute;
}



.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}

.direct-chat-text:after, .direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}
.dj_Chat_grid_Section_T23_wrapper {
  position: relative;
}

.dj_Chat_grid_Section_T23_row_2 {
  bottom: 0;
  max-width: 100%;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.direct-chat-msg:after {
  clear: both;
}

.direct-chat-msg:after {
  content: " ";
  display: table;
}

.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}

.right .direct-chat-img {
  float: right;
}
.dj_Chat_grid_Section_T23_row_2_col1 {
  float: left;
}

.dj_Chat_grid_Section_T23_row_2_col2 {
  float: right;
}
.direct-chat-warning .right>.direct-chat-text {
  background: #FFFBF7;
  border-color: #FFFBF7;
}

.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}

.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
  content: " ";
  display: table;
}


.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
} 

.direct-chat-img.direct-chat-img {
  width: 40px;
  vertical-align: middle;
}
@media(max-width: 767px){
  .direct-chat-text {
    font-size: 10px;
  }
  .dj_glass_bg {
    width: 100% !important;
  }
  .direct-chat-messages {
    padding: 10px;
  }
  .bubble_module_module_left_content .dj_glass_bg_wrapper {
    margin-top: 30px;
  }

  .dj_Chat_grid_Section_T23_row_2 {
    position: static;
  }
  .dj_Chat_grid_Section_T23_row_2_col1 {
    max-width: 30%;
  }
  .dj_Chat_grid_Section_T23_row_2_col2 {
    max-width: 60%;
  }
  .Slider_Banner_T23 .dj_thumb_box {
    padding-left: 0;
    padding-right: 0;
  }
}

///////////////

.kudos-accordion.text-center .panel-title .tagline-wrap {
  justify-content: start;
}

.kudos-accordion .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.kudos-accordion .fade.in {
  opacity: 1;
}

.kudos-accordion .collapse {
  display: none;
}

.kudos-accordion .collapse.in {
  display: block;
}

.kudos-accordion .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.kudos-accordion .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.kudos-accordion .panel-body {
  padding: 20px;
}

.kudos-accordion .panel-body .content {
  padding: 10px 0 0;
}

.kudos-accordion .panel-body:before,
.kudos-accordion .panel-body:after {
  display: table;
  content: " ";
}

.kudos-accordion .panel-body:after {
  clear: both;
}

.kudos-accordion.panel-heading {
  padding: 20px 20px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.kudos-accordion .panel-title {
  margin-top: 0;
  margin-bottom: 0;
}

.kudos-accordion .panel-title > a {
  text-decoration: none; 
  display: block;
  position: relative;
  padding-right: 50px;
}

.kudos-accordion .panel-title .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.kudos-accordion .panel-title>a[aria-expanded="false"] .icon {
  transform: none;
}

.kudos-accordion .panel-title>a[aria-expanded="true"] .icon {
  transform: rotate(180deg);
}

.kudos-accordion .panel-group .panel {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
}

.kudos-accordion .panel-group .panel:last-child {
  margin-bottom: 0;
}

.kudos-accordion .panel-group .panel+.panel {
  margin-top: 5px;
}

.kudos-accordion .panel-group .panel-heading {
  border-bottom: 0;
}

.kudos-accordion .panel-group .panel-heading+.panel-collapse>.panel-body,
.kudos-accordion .panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}

.kudos-accordion .panel-group .panel-footer {
  border-top: 0;
}

.kudos-accordion .panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.kudos-accordion .panel-default {
  border-color: #ddd;
  border: 0;
  border-bottom: 2px solid #f2f2f4;
}

.kudos-accordion .panel-default>.panel-heading {
  background-color: transparent;
  border-bottom: 0;
  padding: 0;
}

.kudos-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 0;
  padding: 10px 0 0;
}

@media(max-width:767px) { 

  .kudos-accordion .panel-title {
    font-size: 20px; 
  }

}


.text-center .text-left.tagline-wrap {
  justify-content: flex-start;
}

.kudos-blog-listings .heading-flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.kudos-blog-listings .heading-flex .heading-col {
  flex: 1;
  padding: 0 12px;
}

.kudos-blog-listings .heading-flex .heading-col.content-wrap {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.kudos-blog-listings .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -12px;
  margin-left: -12px;
}

.kudos-blog-listings .flex .col {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 20px 12px;
}

.kudos-blog-listings .blog-card {
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 5%);
  overflow: hidden;
}

.kudos-blog-listings .blog-card-featured-image .featured-image {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {

  .kudos-blog-listings .heading-flex .heading-col {
    flex: 0 0 100%;
  }

  .kudos-blog-listings .heading-flex .heading-col.content-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .kudos-blog-listings .flex .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

}

/*-------Timeline-------*/

.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}
section.kudos-vertical-timeline-1 .dj_module_rich_text img {
  margin-top: 20px;
  margin-bottom: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.dj_module_rich_text {
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.timeline:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: -10%;
  width: 2px;
  border: 1px dashed rgb(255 165 96 / 30%);
}

.timeline .container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.timeline .container.left {
  left: 0;
  padding-right: 100px;
}

.timeline .container.right {
  left: 50%;
  padding-left: 100px;
  margin-top: -15%;
}

.timeline .container:before {
  background: #bbc9ce;
  content: "";
  height: 2px;
  position: absolute;
  right: 8px;
  top: calc(50% - 1px);
  width: 50px;
  z-index: 1;
}

.timeline .container::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #006E51;
  border-radius: 16px;
  z-index: 1;
}

.timeline .container.right::after {
  left: 50px;
}

.timeline .container:after {
  background: #BBC9CE;
  border: 2px solid #BBC9CE;
  border-radius: 16px;
  content: "";
  height: 16px;
  position: absolute;
  right: -8px;
  top: calc(50% - 8px);
  width: 16px;
  z-index: 1;
}

.timeline .container.right::before {
  left: 0;
}

.timeline .container.left::after {
  right: 50px;
  background: #FFA560;
  border-color: #FFA560;
}

.timeline .container.left::before {
  right: 0;
  background: #FFA560;
}
.timeline .container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #006E51;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.timeline .container.left .date {
  right: -75px;
}

.timeline .container.right .date {
  left: -75px;
}

.timeline .container .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #F6D155;
  border: 2px solid #006E51;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #006E51;
  z-index: 1;
}

.timeline .container.left .icon {
  right: 56px;
}

.timeline .container.right .icon {
  left: 56px;
}
.timeline .container.right .content ul {
  border-top: 1px solid rgba(187, 201, 206, 0.3);
}

.timeline .container.right:before {
  background-color: #BBC9CE;
}
.timeline .container .content {
  background: #F6D155;
  position: relative;
  padding: 40px 20px;
  z-index: 9;
  border-radius: 10px;
}

.timeline .content ul {
  text-align: initial;
  margin: 30px 0 0;
  border-top: 1px solid rgba(255, 165, 96, 0.3);
  padding-top: 30px;
}

.timeline .content ul li {
  margin-bottom: 5px;
}

.timeline .container .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #006E51;
}

.timeline .container .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

@media (max-width: 767px) {
  .timeline .container {
    width: 100%;
  }
  .timeline .container.left {
    padding: 20px;
  }

  .timeline .container.right {
    padding: 20px;
    margin-top: 0;
    left: auto;
  }

  .timeline .container.left:before {
    display: none;
  }

  .timeline .container.left:after {
    display: none;
  }

  .timeline .container.right:before {
    display: none;
  }

  .timeline .container.right:after {
    display: none;
  }
}

/*--------Menu ----------------*/

.navigation-primary {
  display: inline-block;
}

.navigation-primary a {
  color: #494A52;
  font-family: Lato;
  line-height: 40px;
}

.navigation-primary a.active-item {
  font-weight: 600;
  position: relative;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #494A52;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.submenu-toggle {
  display: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.submenu.level-1 > li {
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
}

.submenu.level-1 > li.header-button {
  padding-right: 0;
}

.submenu.level-1 > li.has-submenu,
.submenu.level-2 > li.has-submenu {
  position: relative;
}

.submenu.level-1 > .has-submenu > .menu-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  display: block;
  height: 0;
  margin-left: 1px;
  position: absolute;
  right: 0px;
  top: 29px;
  width: 0;
}

.submenu.level-2,
.submenu.level-3 {
  border: 1px solid rgba(7, 15, 26, 0.05);
  border-radius: 4px;
  font-weight: 500;
  left: -9999px;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  transform: none;
  min-width: 158px;
  font-size: 14px;
}

.submenu.level-2 > li:first-child > a,
.submenu.level-3 > li:first-child > a {
  position: relative;
  z-index: 2;
}

.submenu.level-2 > li:first-child:before,
.submenu.level-3 > li:first-child:before {
  background-color: #FFF;
  border: 1px solid #494A52;
  border-radius: 4px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  content: none;
  display: block;
  height: 30px;
  left: 125px;
  margin-left: 20px;
  overflow: hidden;
  position: absolute;
  top: -12px;
  transform: rotate(45deg);
  transition: background-color 0.3s;
  width: 30px;
  z-index: 1;
}

.submenu.level-2 > li:first-child:hover:before,
.submenu.level-2 > li:first-child.focus:before,
.submenu.level-3 > li:first-child:hover:before,
.submenu.level-3 > li:first-child.focus:before {
  background-color: rgba(208, 210, 212, 1.0);
  transition: background-color 0.3s;
}

.submenu.level-2 > li,
.submenu.level-3 > li {
  border-bottom: 0;
  padding: 0;
}

.submenu.level-2 .menu-item .menu-link,
.submenu.level-3 .menu-item .menu-link {
  background-color: #FFF;
  display: block;
  padding: 2px 10px;
  transition: background-color 0.3s;
  line-height: 30px;
}

.submenu.level-2 .menu-item:first-of-type,
.submenu.level-2 .menu-item:first-of-type .menu-link,
.submenu.level-3 .menu-item:first-of-type,
.submenu.level-3 .menu-item:first-of-type .menu-link {
  border-radius: 4px 4px 0 0;
}

.submenu.level-2 .menu-item:last-of-type,
.submenu.level-2 .menu-item:last-of-type .menu-link,
.submenu.level-3 .menu-item:last-of-type,
.submenu.level-3 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 4px 4px;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
}

.submenu.level-2 > li:last-child .submenu.level-3 {
  border-width: 1px;
  border-style: solid;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus,
.submenu.level-3 .menu-item .menu-link:hover,
.submenu.level-3 .menu-item .menu-link:focus {
  background-color: #D0D2D4;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  left: 0;
  opacity: 1;
}

.submenu.level-2 > li.has-submenu:hover .submenu.level-3,
.submenu.level-2 > li.has-submenu.focus .submenu.level-3 {
  left: 100%;
  opacity: 1;
  top: 0;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2,
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-3,
.hs-inline-edit > li.has-submenu.focus .submenu.level-3 {
  visibility: hidden;
}

/* Custom */
.submenu.level-1 > li:last-child {
  padding-right: 0;
}

.navigation-primary .header-search {
  position: relative;  
}

.navigation-primary .toggle-content {
  display: none;
}

.navigation-primary .toggle.toggled .hs_cos_wrapper_type_icon:first-child {
  display: none;
}

.navigation-primary .toggle .hs_cos_wrapper_type_icon:first-child {
  display: block;
}

.navigation-primary .toggle.toggled .hs_cos_wrapper_type_icon:last-child {
  display: block;
}

.navigation-primary .toggle .hs_cos_wrapper_type_icon:last-child {
  display: none;
}

.navigation-primary .toggle-content.toggled {
  display: block;
}

.navigation-primary .hs-search-form {
  position: absolute;
  width: 300px;
  margin: 0;
  display: flex;
  right: 0;
  top: 100%;
  background-color: #ffffff;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 5%);
  padding: 20px;
  border-radius: 4px;
}

.navigation-primary .hs-search-input {
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.navigation-primary .hs-search-form .hs-search-submit {
  padding: 7px 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.header__container .header-row-2-space {
  padding-top: 23px; 
}

.header-no-menu {
  display: none; 
}

@media (max-width: 1139px) {
  .navigation-primary a {
    font-size: 14px;
  }

  .navigation-primary {
    display: block;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu {
    display: none;
  }

  .submenu.level-1 {
    width: 100%;
  }

  .submenu.level-1 > li {
    border-top: 2px solid #CED4DB;
    display: block;
    padding: 0;
    width: 100%;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 20px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 20px;
    transition: transform 0.4s;
    width: 20px;
  }

  .submenu.level-2 > li:first-child:before,
  .submenu.level-3 > li:first-child:before {
    content: none;
    transition: none;
  }

  .submenu.level-2 > li:first-child:hover:before,
  .submenu.level-2 > li:first-child.focus:before,
  .submenu.level-3 > li:first-child:hover:before,
  .submenu.level-3 > li:first-child.focus:before {
    transition: none;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }

  .submenu.level-2,
  .submenu.level-3 {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
  }

  .submenu.level-2 .menu-item,
  .submenu.level-3 .menu-item {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
  }

  .submenu.level-2 .menu-item .menu-link,
  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 20px;
    transition: none;
    text-indent: 10px;
  }

  .submenu.level-2 .menu-item .menu-link:hover,
  .submenu.level-2 .menu-item .menu-link:focus,
  .submenu.level-3 .menu-item .menu-link:hover,
  .submenu.level-3 .menu-item .menu-link:focus {
    transition: none;
  }

  .submenu.level-2 .menu-item .menu-link:hover,
  .submenu.level-3 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    background-color: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 20px;
    transition: none;
    text-indent: 20px;
  }

  .submenu.level-4 .menu-item .menu-link {
    padding: 7px 20px;
    transition: none;
    text-indent: 30px;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding-left: 20px;
  }

  .submenu.level-4 .menu-item .menu-link {
    padding-left: 30px;
  }

}

/*-----------------Pagination------------------*/

/* Pagination */

.hs-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Pagination links */

.hs-pagination__link {
  align-items: center;
  display: flex;
  margin-right: 0.5rem;
}

.hs-pagination__link:last-child {
  margin-right: 0;
}

.hs-pagination__link,
.hs-pagination__link:hover,
.hs-pagination__link:focus,
.hs-pagination__link:active {
  text-decoration: none;
}

.hs-pagination__link--text-and-icon.hs-pagination__link--first > .hs-pagination__link-icon,
.hs-pagination__link--text-and-icon.hs-pagination__link--prev > .hs-pagination__link-icon {
  margin-right: 0.25rem;
}

.hs-pagination__link--text-and-icon.hs-pagination__link--last > .hs-pagination__link-icon,
.hs-pagination__link--text-and-icon.hs-pagination__link--next > .hs-pagination__link-icon {
  margin-left: 0.25rem;
}

.hs-pagination__link-icon {
  display: inline-flex;
}

.hs-pagination__link-icon svg {
  height: 16px;
  width: 16px;
}

.hs-pagination__link--number {
  padding: 0.25rem 0.5rem;
}

@media (max-width: 767px) {
  .hs-pagination__show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/*================Partner Service================*/

.kudos-testimonial .testimonial-image img {
}
.testimonial_item {
  background: rgba(255, 255, 255, 0.2);
  /* stroke1 */
  border: 1px solid rgba(255, 255, 255, 0.3);
  /* Shadow 1 */
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  overflow: hidden;
  padding: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.kudos-testimonial .slick-slider {
  margin-bottom: 0; 
}

.kudos-testimonial .slick-dots {
  position: static;
  margin-top: 20px;
}

.kudos-testimonial .slick-dots li button:before {
  font-size: 12px;
  opacity: 0.4;
}

.kudos-testimonial .slick-dots li.slick-active button:before {
  opacity: 1;
}

/*========Product -------sticky------------*/

.Product_Sticky_Slider_M23 ul,
.Product_Sticky_Slider_M23 ul li {
  list-style: none;
}
.Product_Sticky_Slider_M23 ul {
  display: flex!important;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.Product_Sticky_Slider_M23 ul li .Product_Sticky_Slider_M23_link {
  text-decoration: none;
  color: #002B3D;
  background: #fff;
  display: block;
  width: 15em;
  padding: 1em;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 22px;
  transition: transform 0.15s linear;
}
.Product_Sticky_Slider_M23 ul li {
  margin: 1em;
  margin-bottom: 40px;
}
.Product_Sticky_Slider_M23 ul li:nth-child(odd) .Product_Sticky_Slider_M23_link {
  transform: rotate(-4deg);
  position: relative;
  top: 5px;
}
.Product_Sticky_Slider_M23 ul li:nth-child(even) .Product_Sticky_Slider_M23_link {
  transform: rotate(4deg);
  position: relative;
  top: 5px;
}
.Product_Sticky_Slider_M23 ul li:nth-child(3n) .Product_Sticky_Slider_M23_link {
  transform: rotate(-3deg);
  position: relative;
  top: -5px;
}
.Product_Sticky_Slider_M23 ul li:nth-child(5n) .Product_Sticky_Slider_M23_link {
  transform: rotate(5deg);
  position: relative;
  top: -10px;
}
.Product_Sticky_Slider_M23 ul li .Product_Sticky_Slider_M23_link:hover,
.Product_Sticky_Slider_M23 ul li .Product_Sticky_Slider_M23_link:focus {
  box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
  position: relative;
  z-index: 5;
}
.Product_Sticky_Slider_M23 ul li:nth-child(even) .Product_Sticky_Slider_M23_link {
  position: relative;
  top: 5px;
}
.Product_Sticky_Slider_M23 ul li:nth-child(3n) .Product_Sticky_Slider_M23_link {
  position: relative;
  top: -5px;
}

.Product_Sticky_Slider_M23 ul li .Product_Sticky_Slider_M23_link img {
  height: 100px !important;
  width: auto;
  margin: 0 auto 20px;
}

.Product_Sticky_Slider_M23.slick-initialized.slick-slider.slick-dotted {}

.Product_Sticky_Slider_M23 ul.slick-dots li {
  margin: 0;
  color: #fff;
  flex: 1;
}

ul.slick-dots {}

.Product_Sticky_Slider_M23 ul.slick-dots li button {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 0;
  width: 100%;
  height: 10px;
  transform: none;
  overflow: hidden;
}

.Product_Sticky_Slider_M23 ul.slick-dots li button::before {
  display: none;
}

.Product_Sticky_Slider_M23 ul.slick-dots li:first-child button {
  border-radius: 24px 0px 0 24px;
}
.Product_Sticky_Slider_M23 ul.slick-dots li:last-child button {
  border-radius: 0 24px 24px 0;
}

.Product_Sticky_Slider_M23 ul.slick-dots li.slick-active {}

.Product_Sticky_Slider_M23 ul.slick-dots li.slick-active button {
  background-color: #FFA560;
}
.Product_Sticky_Slider_M23 ul li img.Product_Sticky_Slider_M23_pin {
  position: absolute;
  /* width: 10px; */
  left: -5px;
  top: -10px;
  height: 40px !important;
  transform: rotate(-15deg);
}

@media(min-width: 500px) and (max-width: 991px){
  .Product_Sticky_Slider_M23 ul li {
    width: 45%;
    margin: 2% 2% !important;
  }

  .Product_Sticky_Slider_M23 ul li a {
    width: 100%;
  }
}







.kudos-card-3:not(.dj_four_column_left_align_image)  .flex .col .card {
    /* display: flex; */
    /* align-content: space-around; */
    /* flex-direction: column; */
    /* justify-content: flex-start; */
    /* align-items: stretch; */
    height: 100%;
    /* padding: 0; */
}

.Product_Display_T23 .dj_lightbox_area .dj_lightbox_area_form_content {
  max-height: 95%;
  border-radius: 10px;
  overflow-x: hidden;
  padding: 30px 20px;
}
.Product_Display_T23 .dj_lightbox_area_form_wrapper .dj_lightbox_area_form_content h3.form-title {
    margin: 0;
}
.Product_Display_T23 .dj_lightbox_area .dj_lightbox_area_form_content label {
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'BeausiteClassicWeb-Bold';
}

.Product_Display_T23 .dj_lightbox_area .dj_lightbox_area_form_content  legend.hs-field-desc {
  font-size: 10px;
  margin-bottom: 10px;
}

.Product_Display_T23 .dj_lightbox_area .dj_lightbox_area_form_content input.hs-button.primary.large {
    margin: 0;
    width: 100%;
    color: #fff !important;
}

.Product_Display_T23 .dj_lightbox_area_form_content_overlay {
  border-radius: 6px;
}

.slick-slide img {
  width: 100%;
}
.w100 {
  width: 100%;
}

img.dj_banner_logo_place {
  /* position: absolute; */
  left: 12px;
  top: 20px;
}

.kudos-two-column-content-1 .flex .col {
  position: relative;
}

.kudos-card-3 .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}

.kudos-card-3 .flex .col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 20px 12px;
}

.kudos-card-3:not(.dj_four_column_left_align_image) .card .card-image img {
  object-fit: cover;
  width: auto;
  margin-top: 30px;
}
.kudos-card-3:not(.dj_four_column_left_align_image) .card {
  border-radius: 20px;
  overflow: hidden;
  /*-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;*/
}
.kudos-card-3:not(.dj_four_column_left_align_image) .card:hover{
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
}

.kudos-card-3:not(.dj_four_column_left_align_image) .card .card_body_title {
  margin-bottom: 10px;
}

.kudos-card-3 .card .card-body {
  padding: 20px; 
}

.kudos-card-3 .card .button,
.kudos-card-3 .card .cta_button,
.kudos-card-3 .card .button-outline {
  padding: 10px 20px;
}

@media (max-width: 767px) {

  .kudos-card-3 .flex .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

}

/*--------------------------*/

.kudos-two-column-content-1 .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -12px;
  margin-left: -12px;
}

.kudos-two-column-content-1 .flex .col {
  flex: 1;
  padding: 20px 12px;
}

.kudos-two-column-content-1 .tagline-wrap {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
}

.kudos-two-column-content-1 .tagline-wrap .tagline-line {
  width: 30px;
  height: 2px;
}

.dj_card_Our_Plan_T23_item {
  background-color: #F8FAF9;
  padding: 40px 20px 20px;
  border-radius: 20px;
  position: relative;
  border: 4px solid transparent;
  transition: all 0.15s linear;
}

.dj_card_Our_Plan_T23_item h6 {
  margin-bottom: 5px;
}

.dj_card_Our_Plan_T23_item h4 {
  margin-bottom: 0;
  margin-top: 25px;
}

.dj_card_Our_Plan_T23_item .hs-button {
  margin-top: 25px;
  margin-bottom: 25px;
}
.dj_card_Our_Plan_T23_item p {
  color: #626266;
}
.dj_card_Our_Plan_T23_item .product-info {
  margin-top: 20px;
}

.dj_card_Our_Plan_T23_item:hover {
  border-color: rgba(130, 151, 160, 0.3);
  transition: all 0.15s linear;
}

.dj_card_Our_Plan_T23_item:before {
  content: "";
  width: 60%;
  height: 10px;
  background: #95B9A9;
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100px;
}
.dj_card_Our_Plan_T23_item ul {
  padding-left: 0;
  list-style: none;
}

.dj_card_Our_Plan_T23_item ul li {
  position: relative;
  margin-bottom: 5px;
  color: #111111;
}

.dj_card_Our_Plan_T23_item ul li:before {
  content: "";
  background-image: url('https://mytend.com/hubfs/T23_images/tick.png');
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  vertical-align: middle;
  margin-right: 5px;
}

.hs-button.Our_Plan_T23_button {
  background: #95B9A9;
}

.hs-button.Our_Plan_T23_button {
  background: #95B9A9;
}

.dj_card_Our_Plan_T23_light_theme {}

.dj_card_Our_Plan_T23_light_theme .dj_card_Our_Plan_T23_item:before {
  background: #BBC9CE;
}

.dj_card_Our_Plan_T23_light_theme .hs-button.Our_Plan_T23_button {
  background: #BBC9CE;
}
.dj_card_Our_Plan_T23_light_theme .dj_card_Our_Plan_T23_item {
  background-color: #F2F4F5;
}
.dj_card_Our_Plan_T23_light_theme .dj_card_Our_Plan_T23_item ul li:before {
  background-image: url('https://mytend.com/hubfs/T23_images/tick_light.png');
  background-size: 20px;
}

/*---Product db-----*/

.partner_body_dynamic_page_hubdb_row_container .dj_card_Our_Plan_T23:nth-child(3n-1) .dj_card_Our_Plan_T23_item:before {
  background: #BBC9CE;
}

.partner_body_dynamic_page_hubdb_row_container .dj_card_Our_Plan_T23:nth-child(3n-1) .hs-button.Our_Plan_T23_button {
  background: #BBC9CE;
}
.partner_body_dynamic_page_hubdb_row_container .dj_card_Our_Plan_T23:nth-child(3n-1) .dj_card_Our_Plan_T23_item {
  background-color: #F2F4F5;
}
.partner_body_dynamic_page_hubdb_row_container .dj_card_Our_Plan_T23:nth-child(3n-1) .dj_card_Our_Plan_T23_item ul li:before {
  background-image: url('https://mytend.com/hubfs/T23_images/tick_light.png');
  background-size: 20px;
}
/*-----------3rd card --*/

.partner_body_dynamic_page_hubdb_row_container .dj_card_Our_Plan_T23:nth-child(3n) .dj_card_Our_Plan_T23_item:before {
  background: #F5D3B9;
}

.partner_body_dynamic_page_hubdb_row_container .dj_card_Our_Plan_T23:nth-child(3n) .hs-button.Our_Plan_T23_button {
  background: #F5D3B9;
}
.partner_body_dynamic_page_hubdb_row_container .dj_card_Our_Plan_T23:nth-child(3n) .dj_card_Our_Plan_T23_item {
  background-color: #FFFBF7;
}
.partner_body_dynamic_page_hubdb_row_container .dj_card_Our_Plan_T23:nth-child(3n) .dj_card_Our_Plan_T23_item ul li:before {
  background-image: url('https://mytend.com/hubfs/T23_images/tick_peach.png');
}


section.kudos-card-3.dj_four_column_left_align_image .card {
  display: flex;
  align-content: center;
  align-items: center;
}

.kudos-card-3.dj_four_column_left_align_image .card .card-image {
  margin-right: 15px;
}

.cst-crcl-slider-grp li.slick-active {
  box-shadow: 0px 0px 0px 8px rgba(255, 165, 96, 0.3);
}
ul.slider_thumb_circle_list {
  display: inline-flex;
  padding: 0;
  align-content: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 10px;
  vertical-align: middle;
}

ul.slider_thumb_circle_list li {
  display: inline-block;
  width: 60px;
  border-radius: 100%;
}
ul.slider_thumb_circle_list li:nth-child(2) {
  margin-left: -30px;
  z-index: -1;
}

ul.slider_thumb_circle_list li:nth-child(3) {
  margin-left: -30px;
  z-index: -2;
}

ul.slider_thumb_circle_list li:nth-child(4) {
  margin-left: -30px;
  z-index: -3;
}

/*-------Three Column------*/

section.kudos-card-1 {
  margin: auto;
}
.kudos-card-1 .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.kudos-card-1 .card h3.card-title {
  padding-right: 25px;
  max-width: 75%;
}
.kudos-card-1 .flex .col {
  padding: 20px 12px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.kudos-card-1 .card {
  width: 100%;
  border-radius: 20px;
}
.dj_module_styles_circle_icon {}

.dj_module_styles_circle_icon .card-icon {
  display: inline-flex;
  border: 2px solid;
  padding: 40px;
  position: relative;
  border-radius: 100%;
}

.dj_module_styles_circle_icon  .card {
  padding-right: 10px;
  padding-left: 10px;
}
.kudos-card-1 .card .button,
.kudos-card-1 .card .cta_button,
.kudos-card-1 .card .button-outline {
  padding: 10px 20px;
}
.card .form-title {
  padding: 0;
}
img.card_arrow {
  position: absolute;
  left: 180%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 100px;
}

.card_with_button {
  position: relative;
  padding-bottom: 100px;
}

.card_with_button .hs-button {
  position: absolute;
  bottom: 40px;
}

.card .button {
  position: absolute;
  bottom: 40px;
}

.panel-collapse{
  display: none;
}
.icon svg {
  width: 20px;
  display: inline-flex;
}

h4.panel-title,
.tick_mark_group_header{
  display: block;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.panel-heading{
  border-bottom: 1px solid #ffffff;
  margin-bottom: 15px;
  cursor: pointer;
}

.dj_lightbox_area .dj_lightbox_area_form_content {
  background-color: #fff;
  color: #111;
  left: 50%;
  max-height: 80vh;
  width: 95%;
  max-width: 700px;
  overflow-y: auto;
  padding: 30px;
  position: fixed;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
}

.dj_lightbox_area .dj_lightbox_area_form_content input.hs-button.primary.large {
  position: static;
}

.dj_lightbox_area .dj_lightbox_area_form_content * {
  color: inherit !important;
}

.dj_lightbox_area .dj_lightbox_area_form_content h2 {
  font-size: 30px;
}

.dj_lightbox_area_form_content_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background: #042c3d;
  opacity: 0.85;
}

body.lightbox_popup_open {
  /* filter: blur(1px); */
}

ul.no-list.hs-error-msgs.inputs-list {}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
  color: #cb0000 !important;
}

.panel.panel-default .panel-body {
  padding-bottom: 20px;
}
.panel.panel-default .panel-heading:hover {
  opacity: 0.8;
}
.panel-heading .icon {
  transition: .3s;
}

.panel-heading.active .icon {
  transform: rotate(45deg);
  transition: .3s;
}
.tick_mark_group .tick {
  position: relative;
}
.tick_mark_group .tick:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.tick_mark_group .panel:not(.disable) .tick:after,
.tick_mark_group li .tick:after{
  content: '';
  display: flex;
  position: absolute;
  top: 0px;
  right: 10px;
  width: 7px;
  height: 16px;
  border: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  align-items: center;
  align-content: center;
}
.panel.disable {
}

.panel_group_inner.tick_mark_group_inner {
}

.panel_group_inner.tick_mark_group_inner ul {
  padding: 0;
  list-style: none;
}

.panel_group_inner.tick_mark_group_inner ul li {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.panel_group_inner.tick_mark_group_inner ul li .icon {
  margin-left: 20px;
}
.card-text h5 {
  color: #d2ebe2;
}
.dj_col_4 .card-icon img {
  width: 80px;
}
.dj_partner_col_item .card-icon img {
  width: 80px;
}
.col.dj_col_4 .card {
  padding-left: 25px;
  padding-right: 25px;
}
.col.dj_col_4 .card .card-icon {
  margin-bottom: 30px;
}
.col.dj_partner_col_item .card .card-icon {
  margin-bottom: 30px;
}
.dj_close_trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  width: 30px;
  cursor: pointer;
}

.header__container .header__row-1 .header__row-1-container, 
.header__container .header__row-2{
  max-width: 1220px;
}
.footer .widget-type-space {
  background: rgb(130 151 160 / 25%);
  height: 1px;
  margin-bottom: 30px;
  border: 0;
  display: block;
  width: 100%;
  clear: both;
}
.footer .container-fluid.footer__container {
  padding-bottom: 20px;
}
.footer .widget-type-header h4 {
  font-family: BeausiteClassicWeb-Clear;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9CA3AF;
}


/*------------Card Slider-----------*/

.card-stack-container {
  width: 100%;
  position: relative;
  color: #fff;
}
.card-stack-container h1 {
  color: currentColor;
}
.card-stack-container h1 span {
  background: linear-gradient(270.8deg, #A6D2BF 44.5%, #ffa560 101.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-image: linear-gradient(    -225deg,    #a6d2bf 0%,    #ffa560 29%,    #a6d2bf 67%,    #ffa560 100%  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #A6D2BF;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.lead{
  font-size: 1.25rem;
}
.container .card-stack {
  height: 300px;
  margin: 0px auto;
  position: relative;
  width: 100%;
}
.container .card-stack .buttons {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.46);
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  left: 0;
  top: 55%;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  font-size: 22px;
  z-index: 100;
  outline: none;
  transition: all 0.2s ease;
}
.container .card-stack .buttons:hover {
  transform: scale(1.3, 1.3);
}
.container .card-stack .prev {
  left: 15px;
  right: auto;
}
.container .card-stack .next {
  left: auto;
  right: 15px;
}
.container .card-stack .carousel .buttons:hover {
  color: #C01313;
  background: #fff;
}
.container .card-stack .card-list {}
.container .card-stack .card-list li {
  border-radius: 2px;
  position: absolute;
  list-style: none;
  height: 300px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background-size: cover;
}
.container .card-stack .card-list li:nth-child(1) {
  top: 0;
  width: 60%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  /* animation: scaleCard 100ms; */
}
.container .card-stack .card-list li:nth-child(2) {
  top: 25px;
  width: 70%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.container .card-stack .card-list li:nth-child(3) {
  top: 50px;
  width: 90%;
}
.container .card-stack .card-list li:nth-child(4) {
  top: 60px;
  width: 90%;
}
.container .card-stack .card-list li:nth-child(5) {
  top: 72px;
  width: 100%;
}
.container .card-stack:hover > .buttons.prev {
  display: block;
  animation: bounceInLeft 200ms;
}
.container .card-stack:hover > .buttons.next {
  display: block;
  animation: bounceInRight 200ms;
}
.transformThis {
  animation: scaleDown 500ms;
}
.transformPrev {
  animation: scaleUp 100ms;
  display: none;
}
@keyframes scaleUp {
  0% {
    transform: scale(1.2) translateY(50px);
    opacity: 0;
  }
  20% {
    transform: scale(1.15) translateY(40px);
    opacity: 0.1;
  }
  40% {
    transform: scale(1.1) translateY(30px);
    opacity: 0.2;
  }
  60% {
    transform: scale(1.05) translateY(20px);
    opacity: 0.4;
  }
  80% {
    transform: scale(1.01) translateY(10px);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  20% {
    transform: scale(1.01) translateY(20px);
    opacity: 0.8;
  }
  40% {
    transform: scale(1.05) translateY(40px);
    opacity: 0.4;
  }
  60% {
    transform: scale(1.1) translateY(60px);
    opacity: 0.2;
  }
  80% {
    transform: scale(1.15) translateY(80px);
    opacity: 0.1;
  }
  100% {
    transform: scale(1.2) translateY(100px);
    opacity: 0;
  }
}
@keyframes scaleCard {
  0% {
    top: 5px;
  }
  100% {
    top: 24px;
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0);
  }
}

/*----------close----------------*/

/*-------------Card Content-----*/

..Card_Content_T23_stack_container {
  width: 100%;
  position: relative;
  color: #fff;
}
.Card_Content_T23_stack_container h1,
.Card_Content_T23_stack_container h2,
.Card_Content_T23_stack_container h3{
  color: currentColor;
  font-weight: 400;
}
.Card_Content_T23_stack_container .card-stack {
  height: 350px;
  margin: 20px auto;
  width: 100%;
  bottom: 0;
}
.Card_Content_T23_stack_container .card-stack .buttons {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.46);
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  left: 0;
  top: 55%;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  font-size: 22px;
  z-index: 100;
  outline: none;
  transition: all 0.2s ease;
}
.Card_Content_T23_stack_container .card-stack .buttons:hover {
  transform: scale(1.3, 1.3);
}
.Card_Content_T23_stack_container .card-stack .prev {
  left: 15px;
  right: auto;
}
.Card_Content_T23_stack_container .card-stack .next {
  left: auto;
  right: 15px;
}
.Card_Content_T23_stack_container .card-stack .carousel .buttons:hover {
  color: #C01313;
  background: #fff;
}

.Card_Content_T23_stack_container .card-stack .card-list li {
  background-size: cover;
  border-radius: 2px;
  border-radius: 20px;
  left: 0;
  list-style: none;
  margin: 0 auto;
  padding: 100px 40px;
  position: absolute;
  display: flex;
  right: 0;
  text-align: center;
  transition: all .1s ease-in-out;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.Card_Content_T23_stack_container .card-stack .card-list li:nth-child(1) {
  top: 0;
  width: 90%;
  /* animation: scaleCard 100ms; */
}
.Card_Content_T23_stack_container .card-stack .card-list li:nth-child(2) {
  top: 40px;
  width: 100%;
}
.Card_Content_T23_stack_container .card-stack .card-list li:nth-child(3) {
  top: 60px;
  width: 80%;
}
.Card_Content_T23_stack_container .card-stack .card-list li:nth-child(4) {
  top: 90px;
  width: 90%;
}
.Card_Content_T23_stack_container .card-stack .card-list li:nth-child(5) {
  top: 100px;
  width: 100%;
}
.Card_Content_T23_stack_container .card-stack:hover > .buttons.prev {
  display: block;
  animation: bounceInLeft 200ms;
}
.Card_Content_T23_stack_container .card-stack:hover > .buttons.next {
  display: block;
  animation: bounceInRight 200ms;
}
.transformThis {
  animation: scaleDown 500ms;
}
.transformPrev {
  animation: scaleUp 100ms;
  display: none;
}
@keyframes scaleUp {
  0% {
    transform: scale(1.2) translateY(50px);
    opacity: 0;
  }
  20% {
    transform: scale(1.15) translateY(40px);
    opacity: 0.1;
  }
  40% {
    transform: scale(1.1) translateY(30px);
    opacity: 0.2;
  }
  60% {
    transform: scale(1.05) translateY(20px);
    opacity: 0.4;
  }
  80% {
    transform: scale(1.01) translateY(10px);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  20% {
    transform: scale(1.01) translateY(20px);
    opacity: 0.8;
  }
  40% {
    transform: scale(1.05) translateY(40px);
    opacity: 0.4;
  }
  60% {
    transform: scale(1.1) translateY(60px);
    opacity: 0.2;
  }
  80% {
    transform: scale(1.15) translateY(80px);
    opacity: 0.1;
  }
  100% {
    transform: scale(1.2) translateY(100px);
    opacity: 0;
  }
}
@keyframes scaleCard {
  0% {
    top: 5px;
  }
  100% {
    top: 24px;
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0);
  }
}

/*-----------Close----*/

.body-wrapper {}

header.header.fixed .header__container {
  background-color: #002B3D;
  position: fixed;
  top: 0;
  transition: .3s;
  width: 100%;
  z-index: 999;
}


.dj_glass_bg {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: linear-gradient(to bottom right,hsla(0,0%,100%,.333),hsla(0,0%,100%,0),hsla(0,0%,100%,.333));
  /* border: 1px solid hsla(0,0%,100%,.2); */
  border-radius: 100px;
  display: flex;
  border: 1px solid rgba(77, 107, 119, 0.3);
  bottom: -30px;
  line-height: 1.5;
  left: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: initial;
  transform: scale(1);
  transition: all .25s;
  width: 80%;
  align-items: center;
  justify-content: flex-start;
  color: #000;
}
.dj_glass_bg img {
  border-radius: 100%;
  margin-right: 10px;
  width: 50px;
}
.dj_glass_bg span {
  color: #ffa560;
}


/* -------------Blog -----------------------*/

.hs-blog-post header.header .header__container {
  background-color: #002B3D;
}

.body-container--blog-post .content-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.list-inline {
  display: flex;
}

.list-inline > * {
  margin-right: 10px;
}

article.blog-post {
  max-width: 100%;
}
img.dj_featured_image {
  border-radius: 12px;
  width: 100%;
}

section.kudos-blog-post-hero h1 {
  font-family: BeausiteClassicWeb-Clear;
  font-weight: 900;
  line-height: 1.25;
  color: #000000;
}
.related-post-items.content-wrapper.page-center {}

.related-post-items img.featured-image {
  border-radius: 20px;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.related-post-items .blog-card-topic {}

.related-post-items .blog-card-topic a.btn {
  text-transform: capitalize;
  color: #4D6B77;
  background: #F2F4F5;
  border-radius: 8px;
  display: inline-block;
  padding: 7px 15px 6px;
  line-height: 1.5;
}

.related-post-items .blog-post-name {}

.related-post-items .blog-post-name h3 {
  font-weight: 700;
  text-transform: capitalize;
  color: #000000;
}

.blog-author {
  display: inline-flex;
  align-content: center;
  align-items: center;
}

.blog-author .blog-author-image {
  margin-right: 10px;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
/* -------------Blog End -----------------------*/


.dj_glass_Full_Image_with_content_T23 {
  position: relative;
}
.dj_glass_bg_wrapper {
  position: absolute;
  width: 100%;
  max-width: 500px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.dj_glass_bg_wrapper .dj_glass_bg {
  position: static;
}

.dj_glass_bg_wrapper .dj_glass_bg_item {}

.dj_glass_Full_Image_with_content_T23>img.dj_glass_bg_wrapper_featured_image {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
}


/*------------Card Content-------*/

a.hs-button.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  line-height: 1;
  justify-content: space-between;
}

.infinity_logo_aniation {
  position: relative;
  width: 40px;
}
.loading {
  margin: auto;
  position: absolute;
  height: 20px;
  width: 40px;
  top: -4px;
}
.loading.loading_1 {
  top: -14px;
}
.loading_2{
}

.loading svg {
  fill: #000;
}

#infinity-outline {
  fill: transparent;
  stroke-width: 4;
  stroke: #000;
  stroke-dasharray: 3px, 300px;
  stroke-dashoffset: 0;
  animation: anim 3000ms linear infinite;
}

#infinity-bg {
  fill: transparent;
  stroke-width: 4;
  stroke: #fafafa;
  opacity: 0.75;
}

@keyframes anim {
  12.5% {
    stroke-dasharray: 42px, 300px;
    stroke-dashoffset: -33px;
  }
  43.75% {
    stroke-dasharray: 105px, 300px;
    stroke-dashoffset: -105px;
  }
  100% {
    stroke-dasharray: 3px, 300px;
    stroke-dashoffset: -297px;
  }
}
/*===============Card content end ------------------*/

ul.dj_card_stacked_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dj-card-stack-container li.dj_card_stacked_list_content {
  align-content: center;
  align-items: center;
  background-size: cover;
  width: 100%;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin: 0 auto;
  padding: 100px 40px;
  /* position: absolute; */
  right: 0;
  color: currentColor;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 9;
}
.Card_Content_T23_stack_container_bottom_back_card li.card_stacked.dj_card_stacked_list_back {
  top: auto;
  bottom: -50px;
}
.dj-card-stack-container {
  position: relative;
}

li.dj_card_stacked_list_back{
  position: absolute;
  width: 80%;
  top: -50px;
  height: 200px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
}

.dj-card-stack-container uldj_card_stacked_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dj-card-stack-container .row {
  width: 100%;
}

.dj-card-stack {
  width: 100%;
}
.hs-form-field > label {
  font-family: BeausiteClassicWeb-Clear;
}
.dj-card-stack-container form label, 
.dj-card-stack-container form legend {
  color: currentColor;
  font-family: BeausiteClassicWeb-Clear;
}
.card_stacked_list_content_div h3 {
  background: none;
}
.card_stacked_list_content_div h2,
.card_stacked_list_content_div h3,
.card_stacked_list_content_div h4{
  color: currentColor;
}
form input[type=email], form input[type=file], form input[type=number], 
form input[type=password], form input[type=search], form input[type=tel], 
form input[type=text], form select, form textarea {
  border-radius: 5px;
  font-family: BeausiteClassicWeb-Clear;
}
form textarea::placeholder,
form input[type=email]::placeholder,
form input[type=text]::placeholder,
form input[type=number]::placeholder{
  font-family: BeausiteClassicWeb-Clear;
  color: #bbb;
}

.card_stacked_list_content_div input.hs-button.primary.large {
  min-width: 350px;
  min-height: 60px;
  border-radius: 100px;
}
.dj_partner_box.color.dj_partner_box_center {}

.dj_partner_box_center img.Partner_T23_img {
  float: none;
  margin: auto;
  display: block;
  text-align: center;
}

.dj_partner_box_left img.Partner_T23_img {
  float: left;
}

h4 span {
  font-family: BeausiteClassicWeb-Clear;
}

/*----------------Product testimonial slider---------------------*/

.cst-crcl-slider-grp .page-center {
  width: 100%;
  max-width: 1320px;
}
.cst-crcl-slider-grp .left-col {
  display: flex;
  flex-direction: column;
}
.cst-crcl-slider-grp .left-col .cst-arrow {
  order: 2;
  display: none;
  align-items: center;
  align-content: center;
  margin-top: 30px;
}
.cst-crcl-slider-grp ul.slick-dots {
  text-align: initial;
  bottom: -40px;
}

.cst-crcl-slider-grp ul.slick-dots li button {
  background: #325365;
}

.cst-crcl-slider-grp ul.slick-dots li {
  border: 0 !important;
  box-shadow: none !important;
}

.cst-crcl-slider-grp ul.slick-dots li.slick-active button {
  background: #FFA560;
}
.cst-crcl-slider-grp {
  padding-bottom: 50px;
}
.cst-crcl-slider-grp .page-center > .row {
  /*margin: 0 -15px;*/
}

.cst-crcl-slider-grp .page-center > .row > div {
  padding-left: 15px;
  padding-right: 15px;
}

.cst-crcl-slider-grp .page-center .left-col .cst-arrow .cst-count-grp:after {
  content: '';
  width: 150px;
  height: 1px;
  background: #3c5365;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.cst-count-grp {
  position: relative;
  margin: 0 35px;
}
.cst-crcl-slider-grp .page-center .right-col .slick-list .image-col-item .inner-image-grp img {
  width: 100%;
  object-fit: cover;
}
.cst-crcl-slider-grp .page-center .right-col .slick-list .image-col-item .inner-image-grp {

  position: relative;
}
.cst-crcl-slider-grp .page-center>.row {

  align-items: center;
}

.cst-crcl-slider-grp .page-center .left-col .cst-arrow .cst-count {
  padding: 5px 10px;
  min-width: 80px;
  text-align: center;
  position: relative;
  z-index: 2;
  background: #002B3D;
  margin: 0 25px;
}
.cst-crcl-slider-grp .page-center>.row>div.right-col .slick-list .image-col-item .inner-image-grp {

}
.cst-crcl-slider-grp .page-center>.row>div.right-col .slick-list.draggable {
  padding: 0 !important;
  width: 100%;
  margin: 0px auto;
}
.round-slider .slick-dots li {
  position: absolute;
}
.round-slider .slick-slide>div {

}
.cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li {
  transition:none!important;
}
.cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number > li.slick-active {

}

.round-slider .slick-track {
  height: 100%;
}
.cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li.slick-active span {
  color: #fff;
}
.round-slider .slider-paging-number {
  list-style-type: none;
  margin: 0;
  padding: 0;
  top: 250px;
  left: 250px;
  position: absolute;

}

.round-slider .slick-slide {
  position: relative;
  outline: none;
}
.round-slider li {
  position: absolute;
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  transition: all 2s linear;
}
.cst-crcl-slider-grp .page-center>.row>div.right-col .slick-list.draggable * {
  /*height: 100%!important;*/
}
.cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li img {
  width: 100px;
  display: block;
  margin: 0 auto;
}
.cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number > li {
  margin: 0;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  left: 50%;
}
.cst-slide-content-col-item .inner-grp {
  padding-right: 25px;
}
.cst-slide-content-col-item .inner-grp:hover .cta-more-box{
  width: 103%;
  transition: all .4s ease;
}

.cst-crcl-slider-grp .page-center>.row .right-col .slider {
  margin: 0;
  position: relative;
}
.cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cst-crcl-slider-grp .page-center>.row>div.right-col .slick-list .image-col-item {
  position: relative;
}
.cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li span {
  display: block;
  color: #333;
  font-weight: 500;
}
.cst-slide-content-col-item .inner-grp h3 {
  font-size: 18px;
  color: initial;
  font-weight: 500;
}

.inner-grp {
  position: relative;
}

.dj_banner_slide_link {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 99;
  /* border-radius: 100%; */
  /* overflow: hidden; */
}
.csl-right-arrwo.slick-arrow {
  cursor: pointer;
}

.cst-left-arrwo.slick-arrow {
  cursor: pointer;
}
.cst-crcl-slider-grp .page-center .left-col .cst-arrow .cst-count:first-letter {

}
.dj_rating_box {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  display: flex;
  margin: auto;
  transform: translate(-50%, -50%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
:root {
  --big-star-size: 50px;
  --small-star-size: 30px;
  --star-color: #9CA9B4;
  --star-background: #ffa560;
}
.Stars {
  --percent: calc(var(--rating)/5*100%);
  display: inline-block;
  font-size: var(--big-star-size);
  line-height: 1;
}

.Stars.small {
  font-size: var(--small-star-size);
}

.Stars:before {
  -webkit-text-fill-color: hsla(0,16%,79%,.25);
  background: linear-gradient(90deg,var(--star-background) var(--percent),var(--star-color) var(--percent));
  -webkit-background-clip: text;
  content: "★★★★★";
  letter-spacing: 2px;
}


.dj_rating_box_inner{
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  display: flex;
  margin: auto;
  transform: translate(-50%, -50%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kudos-accordion .panel-title > a .icon {
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
/*-----------------Slider End--------------*/

/*===============vertical carousel============**/


:root {
  --slide-count: 2;
  --slide-height: 200px;
}

#slide-container {
  background: #002b3d;
  height: 600px;
  margin: auto;
  padding: 20px 50px;
  overflow: hidden;
}

#slide-container .section{
  width:100%;
  display:flex;
  position:relative;
  height:100%;
}

#slide-container .first{
  display:block;
  padding: 20px 0;
}

#slide-container .first img{
  position:absolute;
  bottom:0;
  left:0;
  height:250px;
  width:auto;
  z-index:0;
}

#slide-container .first .sec-icon{
  position:relative;
  left:0px;
}

#slide-container .second{
  overflow:hidden;
}
#slide-container .sliders-cont{
  justify-content:center;
  display:flex;
}

#slider{
  overflow:hidden;
}


#slider ul li{
  padding:0;
  width: 180px;
  height: 200px;
  margin:15px 0px;
  background:#002B3D;
  border-radius:10px;
  background-size:cover;
  background-position:center;
  background-repeat: no-repeat;
}

.col1 ul, .col3 ul{
  animation: scrollup 15s forwards linear infinite;
  list-style:none;
  /*   transition:all 2500ms linear; */
  padding:0;
  /*   height:700px;
  width:150px; */
}
#slide-container .col2 ul{
  animation: scrolldown 15s forwards linear infinite;
  transform: translateY(calc(var(--slide-height) * var(--slide-count) * -1));
  list-style:none;
  margin:0px 15px;
  /*   transition:all 2500ms linear; */
  padding:0;
  /*   height:700px;
  width:150px; */
}

#slider ul li img{
  border-radius:10px;
}




@-webkit-keyframes scrollup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(var(--slide-height) * var(--slide-count) * -1));
  }
}

@keyframes scrollup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(var(--slide-height) * var(--slide-count) * -1));
  }
}

@-webkit-keyframes scrolldown {
  0% {
    transform: translateY(calc(var(--slide-height) * var(--slide-count) * -1));
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes scrolldown {
  0% {
    transform: translateY(calc(var(--slide-height) * var(--slide-count) * -1));
  }
  100% {
    transform: translateY(0);
  }
}

/**********partner banner close************/

/**********pPartner Menu dropdown************/
a.menu-link > span {
  break-inside: avoid;
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  white-space: normal;
  width: 350px;
  word-break: break-word;
  text-align: left;
  text-indent: 0;
  max-width: 100%;
}

a.menu-link > span img.spacer {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
}
a.menu-link > span h4 {
  font-size: 16px;
  margin: 0 0 5px;
}

a.menu-link > span p {
  font-size: 14px;
  margin: 0;
  line-height: 1.25;
}

.illus {
  width: 35px;
}

.part {
  position: absolute;
  left: 0;
  top: 0;
}

.bucket-icon .icon-anim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
}

.bucket-icon.realestate .icon-anim {
  perspective: 600px;
  perspective-origin: 100% 100%;
}

.bucket-icon.menu-icon .icon-anim {
  width: 40px;
}

.bucket-icon.realestate.menu-icon .icon-anim {

}

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

.bucket-icon.realestate .sign {
  left: 54px;
  top: 19px;
  width: 58px;
  transform-origin: center top;
}

.bucket-icon.realestate .sign, .bucket-icon.realestate .sign, .bucket-icon.realestate .sign {
  -webkit-animation: signWave infinite 4s ease-in-out;
  -moz-animation: signWave infinite 4s ease-in-out;
  animation: signWave infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}

@-moz-keyframes signWave {
  0% {
    transform: rotateX(-30deg);
  }

  50% {
    transform: rotateX(30deg);
  }

  100% {
    transform: rotateX(-30deg);
  }
}

@-webkit-keyframes signWave {
  0% {
    transform: rotateX(-30deg);
  }

  50% {
    transform: rotateX(30deg);
  }

  100% {
    transform: rotateX(-30deg);
  }
}

@keyframes signWave {
  0% {
    transform: rotateX(-30deg);
  }

  50% {
    transform: rotateX(30deg);
  }

  100% {
    transform: rotateX(-30deg);
  }
}

.sign-wave {
  -webkit-animation: signWave infinite 4s ease-in-out;
  -moz-animation: signWave infinite 4s ease-in-out;
  animation: signWave infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}

.bucket-icon.insurance .rain-wrap {
  position: absolute;
  left: 12px;
  top: -7px;
  width: 106px;
  height: 58px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  clip-path: url('#rain-mask');
  -webkit-clip-path: url('#rain-mask');
}

.bucket-icon.insurance .rain {
  width: 2px;
  height: 84px;
  left: 8px;
}

.bucket-icon.insurance .rain img {
  -webkit-animation: vertScroll infinite 3s linear;
  -moz-animation: vertScroll infinite 3s linear;
  animation: vertScroll infinite 3s linear;
  animation-fill-mode: forwards;
}

@-moz-keyframes vertScroll {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes vertScroll {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes vertScroll {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0%);
  }
}

.vert-scroll {
  -webkit-animation: vertScroll infinite 3s linear;
  -moz-animation: vertScroll infinite 3s linear;
  animation: vertScroll infinite 3s linear;
  animation-fill-mode: forwards;
}

.bucket-icon.partner .hand {
  width: 130px;
  transform-origin: center 100px;
}

.bucket-icon.partner .hand {
  -webkit-animation: handShake infinite 5s ease-in-out;
  -moz-animation: handShake infinite 5s ease-in-out;
  animation: handShake infinite 5s ease-in-out;
  animation-fill-mode: forwards;
}

@-moz-keyframes handShake {
  0% {
    transform: rotate(0deg);
  }

  5% {
    transform: rotate(-15deg);
  }

  12% {
    transform: rotate(12deg);
  }

  19% {
    transform: rotate(-10deg);
  }

  26% {
    transform: rotate(7deg);
  }

  33% {
    transform: rotate(-5deg);
  }

  40% {
    transform: rotate(2.5deg);
  }

  47% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes handShake {
  0% {
    transform: rotate(0deg);
  }

  5% {
    transform: rotate(-15deg);
  }

  12% {
    transform: rotate(12deg);
  }

  19% {
    transform: rotate(-10deg);
  }

  26% {
    transform: rotate(7deg);
  }

  33% {
    transform: rotate(-5deg);
  }

  40% {
    transform: rotate(2.5deg);
  }

  47% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes handShake {
  0% {
    transform: rotate(0deg);
  }

  5% {
    transform: rotate(-15deg);
  }

  12% {
    transform: rotate(12deg);
  }

  19% {
    transform: rotate(-10deg);
  }

  26% {
    transform: rotate(7deg);
  }

  33% {
    transform: rotate(-5deg);
  }

  40% {
    transform: rotate(2.5deg);
  }

  47% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.hand-shake {
  -webkit-animation: handShake infinite 5s ease-in-out;
  -moz-animation: handShake infinite 5s ease-in-out;
  animation: handShake infinite 5s ease-in-out;
  animation-fill-mode: forwards;
}


/**********pPartner Menu dropdown Close************/

.dj_glass_bg_wrapper .dj_glass_bg_item {
  position: relative;
  text-align: center;
}

.dj_glass_bg_item_plus_icon {
  text-align: center;
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: auto;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dj_glass_bg_item_plus_icon:after {
  content: "";
  background: white;
  width: 2px;
  height: 100%;
  position: absolute;
  z-index: -1;
}

img.dj_glass_bg_item_plus_image {
  position: relative;
  z-index: 1;
}

.Slider_Banner_T23 .slick-list{
  padding: 0 25% 0 0 !important;
}
.Slider_Banner_T23 .center-slider-item.slick-slide.slick-current.slick-active.slick-center .dj_thumb_box {
  padding: 0;
  transition: .2s;
}

.Slider_Banner_T23 .center-slider-item.slick-slide .dj_thumb_box {
  padding: 30px;
  transition: .2s;
}
.dj_glass_bg_item_number {
  background-color: #ffa560;
  padding: 10px;
  color: #fff;
  border-radius: 80px;
  overflow: hidden;
  margin-right: 10px;
  line-height: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  text-align: center;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.dj_glass_bg_wrapper .dj_glass_bg:not(.text-white) {
  background-color: #fff;
}
.bubble_module_module_left_content {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
  border-radius: 25px;
  overflow: hidden;
}

.bubble_module_module_left_content .dj_glass_bg_wrapper {
  position: static;
  transform: unset;
  max-width: 100%;
}
.dj_glass_bg_wrapper .dj_glass_bg_item:nth-child(3n-1) .dj_glass_bg_item_number {
  background-color: #002B3D;
}
.dj_glass_bg_wrapper .dj_glass_bg_item:nth-child(3n) .dj_glass_bg_item_number {
  background-color: #95B9A9;
}
.bubble_module_module_left_content .dj_glass_bg_item_plus_icon:after {
  background: rgb(0 43 61 / 20%);
}
.Slider_Banner_T23 .dj_thumb_box {
  padding-right: 20px;
  padding-left: 20px;
  transition: .5s;
}

.Slider_Banner_T23 .slick-slide:not(.slick-current.slick-active.slick-center) .dj_thumb_box{
  transform: scale(.9);
  transition: .5s;
}
.dj_module_data_image_caption {
  font-size: 18px;
  line-height: 1.25;
  text-shadow: 0 0 8px #716154;
}
@media (min-width: 768px) {
  .header__menu nav.navigation-primary {
    display: block;
  }

  .header__menu nav.navigation-primary ul.submenu.level-1 {
    display: block;
    padding-left: 30px;
  }

  .header__menu nav.navigation-primary ul.submenu.level-1 li.header-button {
    float: right;
  }

  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li {

  }

  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li span {
    font-size: 14px;
    line-height: 1;
  }

  .cst-crcl-slider-grp .page-center>.row .right-col .slider {
    margin: 0;
    position: relative;
    width: 90%;
    height: 600px;
    margin: 0 auto;
    left: -40px;
  }

  .cst-crcl-slider-grp .page-center {
    max-width: 1230px;
  }

  .round-slider .slider-paging-number {
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 0;
    left: 1px;
    position: absolute;
    width: 100%;
    height: 438px;
  }

  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li:first-child {
    /* margin-left:-60px; */
    /* margin-top:30px; */
  }
  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li:nth-child(1) {
    margin: -35px 0 0 -40px;
  }
  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li:nth-child(2) {
    /* left: 40%; */
    margin: 10px 0 0 -60px;
  }

  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li:nth-child(3) {
    /* left:35%; */
    margin: -10% 0 0 -10%;
    /* top:30% */
  }

  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li:nth-child(4) {
    left: 28%;
    margin-top: -40px;
  }

  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li:nth-child(5) {
    /* left: 41%; */
    margin: -70px 0 0 -80px;
    /* top:30%; */
  }

  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li:nth-child(6) {
    margin-left: -70px;
    margin-top: -70px;
  }
  .cst-crcl-slider-grp .page-center>.row .right-col .slider {
    left: 0px;
  }
  .cst-crcl-slider-grp .page-center>.row .right-col .slider {
    height: auto;
  }
  .cst-crcl-slider-grp .page-center>.row .right-col .slider {
    transform: scale(.85);
  }
  .kudos-card-3:not(.dj_four_column_left_align_image) .card:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .dj_glass_bg_wrapper {
    right: 5%;
  }
}
@media (min-width: 1025px) and (max-width: 1324px) {}


@media (min-width: 768px) and (max-width: 1024px) {
  img.card_arrow {
    left: 125%;
  }
  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li:nth-child(3) {
    margin: -50% 0 0 -30%;
  }
  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li:first-child {
    margin: -10% 0 0 10%;
  }

}


@media (max-width: 767px) {


  .kudos-card-1 .flex .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .kudos-two-column-content-1 .flex.right-image .col:last-child {
    order: 1;
  }

  .kudos-two-column-content-1 .flex.right-image .col:first-child {
    order: 2;
  }

  .kudos-two-column-content-1 .flex .col {
    flex: 0 0 100%;
  }
  .Card_Content_T23_stack_container .card-stack .card-list li {
    padding: 50px 20px;
  }

  .footer .widget-type-header {
    margin-top: 30px;
  }

  .cst-crcl-slider-grp .slider-for .slick-slide {
    height: auto!important;
  }
  .cst-crcl-slider-grp .page-center>.row>div.left-col {
    margin-bottom: 50px;
  }
  .cst-crcl-slider-grp .page-center>.row>div.right-col .round-slider .slick-slide {
    height: auto;
  }

  .cst-crcl-slider-grp .page-center>.row>div.left-col .slider-for {
    height: auto!important;
  }
  .cst-crcl-slider-grp .page-center>.row>div.right-col .round-slider {
    height: auto;
  }
  .round-slider .slider-paging-number {
    display: flex!important;
    position: static!important;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
  }
  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 10px;
    transform: none!important;
    position: static!important;
  }
  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li span {
    font-size: 15px;
  }
  .cst-crcl-slider-grp .page-center>.row {}

  .cst-crcl-slider-grp .page-center {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .cst-crcl-slider-grp .page-center>.row>div.left-col {
    margin-bottom: 0;
    padding: 0;
  }
  .image-col-item .inner-image-grp {
    margin-top: 30px;
  }
  .cst-crcl-slider-grp {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cst-crcl-slider-grp .page-center>.row .right-col .slider {
    display: flex;
    flex-wrap: wrap;
  }
  .cst-crcl-slider-grp .page-center>.row>div.right-col .slick-list.draggable {
    margin-bottom: 20px;
  }
  .round-slider .slider-paging-number {
    order: 1;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .cst-crcl-slider-grp .page-center > .row > div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li {
    width: auto;
  }
  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number > li > a {
    border-radius: 120px;
  }
  .round-slider .slider-paging-number {
    width: 100%;
  }
  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li span {
    display: none;
  }
  .cst-crcl-slider-grp .page-center .right-col ul.slider-paging-number>li img {
    margin-bottom: 0px;
  }

  #slide-container .second.sec {
    height: 500px;
  }
  #slide-container .section {
    flex-direction: column;
  }
  #slide-container {
    padding: 100px 10px 50px;
    height: auto;
  }
  .card_stacked_list_content_div input.hs-button.primary.large {
    min-height: auto;
    min-width: auto;
  }
  .Card_Slider_T23 .dj_glass_bg {
    width: auto;
    bottom: 0;
    position: relative;
    top: -90px;
  }

  .Card_Slider_T23 .dj_glass_bg p.dj_module_data_image_caption {
    font-size: 4vw;
  }

  .Card_Slider_T23 .dj_glass_bg img {
    width: 40px;
  }

}
@media (max-width: 1139px){

  .header__menu nav.navigation-primary ul.submenu.level-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .submenu.level-1 > li.header-button {
    padding: 10px;
  }
  [data-global-resource-path*="header.html"] .header {
    position: absolute;
    background: none;
  }
  div#header-element {
    background-color: #042c3d;
    height: calc(100vh - 70px);
    max-height: 100vh;
    overflow-y: auto;
  }
  .submenu.level-1>li.header-button .button {
    width: 90%;
    margin: auto;
    display: block;
  }
  .submenu.level-1>li.header-button {
    /*position: absolute;*/
    margin-top: 50px;
    bottom: 10px;
    border-top: 0;
  }
  #header-element .submenu.level-1>li {
    border: 0;
  }

  #header-element .navigation-primary .submenu.level-1 > li > a {
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
  }

  div#header-element nav.navigation-primary {
    padding-top: 30px;
  }

  body .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow {
    padding: 15px 0;
  }

  body .navigation-primary .submenu.level-1 > .has-submenu>.menu-arrow span.menu-arrow-bg {
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
    transition: .2s;
  }

  body .navigation-primary .submenu.level-1>.has-submenu>.menu-arrow:hover span.menu-arrow-bg {
    width: 18px;
    height: 18px;
    transition: .2s;
  }

  div#header-navigation-toggle.open {
    display: none;
  }
  header.header div#header-navigation-toggle {
    background-image: url('https://mytend.com/hubfs/T23_images/hmenu.png');
    filter: none;
    height: 35px;
    width: 35px;
  }

  .header__menu.header__menu--main .header__close--toggle {
    background-image: url('https://mytend.com/hubfs/T23_images/close.png');
    filter: none !important;
    width: 35px;
    height: 35px;
    right: 20px;
  }

}
@media (max-width: 767px){
  .h2, h2 {
    font-size: 30px;
  }
  .header__logo.header__logo--main .mobile_header_logo img.hs-image-widget {
    width: auto !important;
  }
  .cst-crcl-slider-grp h2 {
    /* margin-bottom: 0 !important; */
    line-height: 2;
  }

  ul.slider_thumb_circle_list {
    float: right;
    margin-top: -5px;
  }

  ul.slider_thumb_circle_list li {
    width: 50px;
  }
  .Stars {
    font-size: 35px;
  }
  .cst-crcl-slider-grp li.slick-active {
    box-shadow: none;
  }
  .cst-crcl-slider-grp li.slick-active > a {
    box-shadow: 0px 0px 0px 8px rgba(255, 165, 96, 0.3);
  }
}


@media (max-width: 579px) {
  .cst-slide-content-col-item .inner-grp h2 {
    font-size: 30px;
  }
  .round-slider .slider-paging-number {
    flex-wrap: wrap;
  }
  .dj-card-stack-container li.dj_card_stacked_list_content {
    padding: 50px 20px;
  }

}