/* Tabs container */
.hs-tabs,
.hs-tabs__scroll {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.list-sec a {
    color: #000;
}
.hs-tabs__scroll {
    width: 100%;
}
.outer-tab {
    display: flex;
    width: 100%;
    gap: 4px;
}
.hs-tabs__nudge {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
  box-sizing: border-box;
  height: 80%;
  width: 16px;
  align-items: center;
  display:none;
}

.hs-tabs__nudge,
.hs-tabs__nudge:hover,
.hs-tabs__nudge:focus,
.hs-tabs__nudge:active {
  /* No button */
  /* stylelint-disable */
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;

  margin: auto 0;
  padding: 0;
  background: #fff;
  /* stylelint-enable */
}

.hs-tabs__nudge--show {
  display: flex;
}

.hs-tabs__nudge--right,
.hs-tabs__nudge--right:active,
.hs-tabs__nudge--right:hover,
.hs-tabs__nudge--right:focus {
  right: 0;
  border: 1px solid #ccc;
  border-right: none;
  justify-content: flex-end;
}

.hs-tabs__nudge--left,
.hs-tabs__nudge--left:active,
.hs-tabs__nudge--left:hover,
.hs-tabs__nudge--left:focus {
  z-index: 1;
  left: 0;
  border: 1px solid #ccc;
  border-left: none;
  justify-content: flex-start;
}

.hs-tabs-nudge-icon {
  display: flex;
  height: 100%;
  width: 8px;
  align-items: center;
  fill: currentColor;
}

.hs-tabs-nudge-icon svg {
  width: 8px;
}

.hs-tabs__tab-wrapper {
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  justify-content: space-between;
  gap: 0.25rem;
}

/* Tabs */
.hs-tabs__tab {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
      background: none;
    background-color: #3b74b9;
    border: 0px !important;
    color: #fff !important;
  text-align:center;
      padding: 19px 0;
    font-size: 20px;
    font-weight: 800;
    border: 0px !important;
    color: #fff !important;
  
}
.header-panel-cont img {
   width: 79px;
    margin-right: 15px;
}
.list-sec li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 7px;
    width: 7px;
    background-color: #000;
    border-radius: 50%;
}
.list-sec li {
    font-size: 17px;
    color: #000;
    margin-bottom: 9px;
    padding-left: 26px;
    position: relative;
}
.list-sec ul {
   list-style: none;
    padding-left: 0;
    column-count: 2; 
}
.hs-tabs__content__panel .column {
    position: relative;
    padding: 12px 33px;
}
.hs-tabs__content__panel .column:nth-child(odd):after {
    content: '';
    position: absolute;
    /* left: 50%; */
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ccc;
    transform: translateX(-50%);
    right: 7%;
}
.hs-tabs__content__panel .column:last-child:after, .hs-tabs__content__panel:nth-child(2) .column:nth-child(odd):after
{
display: none;
}
div#hs-tabs__content__panel-3--module_1727362927069306 .column:after {
    display: none;
}

.header-panel-cont h3 {
    color: #1f507b;
    font-weight: 800;
}
.list-sec li {
    font-size: 17px;
    color: #000;
    margin-bottom: 9px;
}
.header-panel-cont {
    display: flex;
    align-items: center;
}
.hs-tabs__tab:hover,
.hs-tabs__tab:focus,
.hs-tabs__tab:active {
    background: none;
    background-color: #1f507b !important;
    border: 0px !important;
    color: #fff !important;
}

.hs-tabs__tab:hover,
.hs-tabs__tab:focus,
.hs-tabs__tab:active {
  background: #fff;
}

.hs-tabs__tab[aria-selected='true'] {
  border-bottom-color: #fff;
  background: #fff;
  font-weight: bold;
}

.hs-tabs__tab-wrapper--has-nudges > .hs-tabs__tab:first-child {
  padding-left: 18px;

  /* Add this as a helper for checking bounding box */
  margin-left: 1px;
}

.hs-tabs__tab-wrapper--has-nudges > .hs-tabs__tab:last-child {
  padding-right: 18px;

  /* Add this as a helper for checking bounding box */
  margin-right: 1px;
}

/* Applies border to pseudo element to prevent jitter when hovering over tabs */





/* Tab content */

.hs-tabs__content {
  display: flex;
  border: 0px solid #ccc !important;
}

.hs-tabs__content__panel {
  box-sizing: border-box;
  width: 100%;
  padding: 2.8rem;
}
.hs-tabs__tab[aria-selected=true] {
    background: #1f507b;
    border-bottom-color: unset;
   font-weight: 800; 
}
.hs-tabs__content__panel 
{
  display: flex;
  flex-wrap: wrap;
}
.hs-tabs__content__panel  .column {
  flex: 1 1 50%; /* This sets the column width to 50% */
  box-sizing: border-box; /* Ensures padding and borders are included in the width */
  padding: 10px; /* Adds some space between columns */
}

.hs-tabs__content {
    border: 0px solid #cccccc;
    background-color: #f2f0f1;
}
@media (max-width: 768px) {
 .hs-tabs__content__panel  .column {
    flex: 1 1 100%; /* Make columns stack on smaller screens (mobile-friendly) */
  }
  .hs-tabs__content__panel .column:nth-child(odd):after{
  display:none !important;
  }
}
@media screen and (max-width: 767px) {
  .hs-tabs__scroll {
    width: calc(100% - 0);
/*     margin-left: 56px; */
  }

  .hs-tabs__nudge {
    display: none;
    width: 48px;
    justify-content: center;
  }

  .hs-tabs__nudge--mobile-disabled {
    opacity: 30%;
  }

  .hs-tabs__nudge--right,
  .hs-tabs__nudge--right:active,
  .hs-tabs__nudge--right:hover,
  .hs-tabs__nudge--right:focus {
    justify-content: center;
  }

  .hs-tabs__nudge--left,
  .hs-tabs__nudge--left:active,
  .hs-tabs__nudge--left:hover,
  .hs-tabs__nudge--left:focus {
    justify-content: center;
  }
}
@media only screen and (max-width: 600px){
  .list-sec ul {
    column-count: 1;
  }
  .hs-tabs__content__panel .column:nth-child(odd):after{
    display:none;
  }
  
 .hs-tabs__tab {
   font-size:14px;
  }
}
@media only screen and (max-width: 400px){
  .hs-tabs__tab {
        font-size: 13px;
    }
  .header-panel-cont {
    display: block;
}
  .list-sec li {
    font-size: 15px;
  }
      .hs-tabs__tab {
        word-break: break-word;
        white-space: normal;
        display: inline-block;
        word-spacing: 100vw;
    }
}
@media only screen and (max-width: 1080px){
.hs-tabs__content__panel .column:nth-child(odd):after{
  display:none !important;
  
}
@media only screen (min-width: 768px) and (max-width:991px) {
.hs-tabs__content__panel .column:nth-child(odd):after{
  display:none !important;
  }
}
