.tab-panel-wrap {
  position: relative;
  overflow: hidden;
}
p {
    line-height: 24px !important;
}
.meg-menu-bottom-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}


.bottom-link-wrap a{
  font-size: 16px !important;
  color: #404040 !important;
  font-weight: 500 !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  transition:all 0.3s ease-in-out;
  padding: 18px 16px 16px 16px !important;
}

.bottom-link-wrap a:hover{
  background: #F8F8F8;
  border-radius: 8px;
      text-decoration: none;
}

.link-img-sec img{
  height: auto;
  max-width: 100%;
  width: 25px;
}

.tab-content{
  display: none;
  background: #ededed;
  padding: 15px;
}

.for-mobile-dev{display:none;}

.tab-content.current{
  display: inherit;
}
.tab-panel {
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0;
  transition: left 0.4s ease;
  opacity: 0;
  pointer-events: none;
}

.tab-panel.active {
  left: 0;
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.tab-panel.previous {
  left: -100%;
  opacity: 0;
  pointer-events: none;
}



.tab-content-title{
  color: #A4A4A4;
  font-weight: 400;
  font-size: 14px;
  margin-bottom:16px;
}
.tab-wrap.for-mobile {
  display: none;
}
.for-mobile-list{display:none !important;}
.submenu-header{display:none;}
 {
 
  border-radius: 24px;
 
  width: 95% !important;
  margin: auto;
  right: 0;
  top:0px !important;
  
}

header.headerSection.headerSticky .megaMenu:before{
  top: -42.56px;
  height:50px;
}

header.headerSection.headerSticky .white-space{display:none;}
header.headerSection.headerSticky nav.navigation-primary{
  background:none;
  backdrop-filter:unset;
  padding:0;
  box-shadow:none;
  position: relative;
}

header.headerSection.headerSticky .navigation-primary .level-1 > li > a{
  color:#fff !important;
}

header.headerSection.headerSticky span.menu-arrow-icon {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.headerOutter .headerSection.isMegaMenuEnable.headerSticky .container.top-container {
 padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 24px;
    border: 1px solid #FFF;
    background:rgba(28, 157, 176, 0.7);
    backdrop-filter: blur(16px);
  display:;
}

span.menu-arrow-icon {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  cursor: pointer;
  display: block;
  height: 8px;
  position: relative;
  right: 0;
  top: -1px;
  width: 8px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

.submenu.level-1 > li.menuParent:hover span.menu-arrow-icon {
  transform: rotate(226deg);
  top:3px;
}

.megaMenu:before {
  content: '';
  position: absolute;
  top: -17.56px;
  left: 0;
  right: 0;
  height: 20px;
  background: transparent;
}

.tab-card-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.tab-card-block {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 0 8px;
}
.tab-card-title-sec{
  margin-top:10px !important;
  margin-bottom:8px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #000000 !important;
}
.tab-card-des-sec :where(p, span, small, div):last-child,
.tab-card-des-sec :where(p, span, small, div):last-child span{
  margin:0 0 0 0;
}

.tab-card-img-wrap img{
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 2 / 1.3;
}

.simple-btn-icon svg{
  width:16px;
  height:16px;
  display:block;
  object-fit:contain;
}

.tab-list-siimple-btn a{
  color: #404040 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding-left: 14px !important;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 16px;
}

.tab-menu-wrap ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
}
.tab-content-rich-text img{width:100% !important;display:block;margin-bottom:11px;}
.tab-content-rich-text :where(p){margin-bottom:8px;}
.tab-content-rich-text :where(p, span, small, div):last-child,
.tab-content-rich-text :where(p, span, small, div):last-child span{margin:0 0 0 0;}
.tab-list-title{
  font-weight: 500;
  font-size: 14px;
  color: #747474;
  margin-bottom:16px;
  padding-left:14px;
  display:none;
}
.tab-menu-wrap ul li{padding:0px !important;}
.tab-menu-wrap ul li a{display:block;transition:all 0.3s ease-in-out;border-radius:7px;}
.tab-menu-wrap ul li a .tab-menu-btn-text{
  color: #404040 !important;
  font-weight: 500;
  font-size: 16px;

  padding: 14px 14.24px;
  border-radius:7px;
  transition:all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.tab-menu-wrap ul li a:hover,
.tab-menu-wrap ul li.active a{background: #F8F8F8;}
.tab-menu-wrap ul li a:hover .tab-menu-btn-text,
.tab-menu-wrap ul li.active a .tab-menu-btn-text{
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip:text !important;
  background: linear-gradient(93.39deg, #2CA1CE 1.93%, #139A9F 79.13%);
      text-decoration: none;
}

.tab-btn-text-icon{
  opacity:0;
  transition:all 0.3s ease-in-out;
}

.tab-menu-wrap ul li a:hover .tab-btn-text-icon,
.tab-menu-wrap ul li.active a .tab-btn-text-icon{opacity:1;    text-decoration: none;}

.tab-btn-text-icon svg{
  width:15px;
  height:15px;
  display:block;
  object-fit:contain;
}

.tab-list-icon-img{
  width:24px;
  height:24px;
}

.tab-list-icon-img img{
  width:100%;
  height:100% !important;
  display:block;
  object-fit:contain;
}

.tab-list-title-text{
  font-weight: 600;
  font-size: 14px;

  color: #454545;
  transition: all 0.3s ease-in-out;
}

.tab-list-title-des {
  margin-top: 8px;
}
.tab-list-title-des :where(p, span, small, div):last-child,
.tab-list-title-des :where(p, span, small, div):last-child span{margin:0 0 0 0;}
.tab-list-title-des :where(p, span, small, div){
  color: #888888;
  font-weight: 400;
  font-size: 14px;

}
.tab-btn-bottom-btn{margin-top:0px;}
.tab-content-card-btn{margin-top:20px;}
.tab-btn-bottom-btn .button,
.tab-content-card-btn .button{padding:14px;font-size:14px !important;}
.tab-menu-wrap {
  border-right: 1px solid #0000001A;
  padding-right: 30px;
  width: max-content;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.tabs-content {
  padding-left: 30px;
}
.tab-menu-sec {
  margin-left: -15px;
  margin-right: -15px;
}
.tab-menu-row {
  display: flex;
}

.tab-list-sec a {
  border-radius: 8px;
  background: transparent;
  display: flex;
  gap: 10px;
  transition: all 0.3s ease-in-out;
  padding: 16px 16px 16px 16px !important;
}

.tab-list-sec a:hover{
  background:#f8f8f8;
      text-decoration: none;
}

.content-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  gap: 24px 0;
}

.content-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
}

.tab-list-sec a:hover .tab-list-title-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text !important;
  background: linear-gradient(93.39deg, #2CA1CE 1.93%, #139A9F 79.13%);
}

.headerOutter .container.top-container{
  padding-top: 34px;
  padding-bottom: 28px;
}

.col-border{
  border-right: 1px solid #0000001A
}

.col-border .megaMenuColumnBody{padding-right:40px;}
.padding-left .megaMenuColumnBody{padding-left:40px;}

.megaMenuList .list-title {
  font-size: 16px;
  color: #404040;
  transition: all 0.3s ease-in-out;
}

.megaMenuItemListRow+.megaMenuItemListRow {
  padding:10px;
  transition: all 0.3s ease-in-out;
}
.megaMenuItemListRow+.megaMenuItemListRow:hover {
    background: #F8F8F8;
    border-radius: 8px;
    
}
.megaMenuItemListRow:hover {
    background: #F8F8F8;
    border-radius: 8px;
   
}
.megaMenuItemListRow {
    padding: 10px 10px 10px 10px;
  transition: all 0.3s ease-in-out;
}

.megaMenuItemWrapperList a:hover .list-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text !important;
  background: linear-gradient(93.39deg, #2CA1CE 1.93%, #139A9F 79.13%);
      text-decoration: none;
}

.megaMenuList .list-des {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
}

.megaMenuItemListRow>a {
  display: flex;
  gap: 13px;
}

.bg-change{background:#ffffff !important;}

.card-icon-des{margin-top:16px;    font-weight: 400;}

.unset-position{position:unset !important;}

.meg-menu-cards {
  padding: 18px 16px 16px 16px;
  transition:all 0.3s ease-in-out;
}
.meg-menu-cards:hover {
  background: #F8F8F8;
  border-radius: 8px;
  padding: 18px 16px 16px 16px;
}
/* .card-icon-sec {
width: 32px;
height: 32px;
}
*/
.bottom-sec-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-icon-title {
  display: flex;
  gap: 12px;
  align-items: center;
}

.card-icon-sec img {
  max-width:100%;
  display: block;
  object-fit: contain;
}

.bottom-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
.headerSticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s ease-in-out;
    z-index: 9999;
}

.headerHidden {
    top: -100px; /* Adjust based on your actual header height */
}


.card-icn-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(93.39deg, #2CA1CE 1.93%, #139A9F 79.13%);
  background-clip: text;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 4px;
}

.card-icn-title svg {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
}

.white-space {
  position: absolute;
  left: -16px;
  top: -21px;
  width: 213px;
  z-index: -1;
}

.white-space:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 30px;
  background: #ffffff;
  content: '';
}

.white-space img {
  width: 100%;
}

.header-btn-block{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: 35px;
  margin-left: 20px;
}

.sec-btn .button{
  border: none;
  backdrop-filter: blur(40px);
  border-radius: 100px;
  color: rgba(0, 0, 0, 1.0);
}

nav.navigation-primary ul li{
  padding: 20px 12px;
}

nav.navigation-primary ul li.hs-item-has-children{
  padding-right:32px;
}

nav.navigation-primary ul li a{
  font-weight: 500;
  font-size: 18px;

  color: #ffffff;
  padding:0px;
}

nav.navigation-primary {
  background: #FFFFFF4D;
  backdrop-filter: blur(65.50664520263672px);
  box-shadow: 0px 2.48px 14.87px 0px #1273911F;
  border-radius: 39.66px;
  min-height: 47px;
  display: flex;
  align-items: center;
  padding: 0 12px;
}

nav.navigation-primary ul li.hs-item-has-children{
  position:relative;
}

/* nav.navigation-primary ul li.hs-item-has-children:before{
content:'';
height: 16px;
width: 16px;
display:block;
background:url(https://21115950.fs1.hubspotusercontent-na1.net/hubfs/21115950/menu-drop-ar.svg);
background-repeat:no-repeat !important;
background-size:contain !important;
background-position:center !important;
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
} */

.header .dnd-section { padding: 0; }

.headerSection { background-color:transparent; }
/* Header content */
/* .headerSection p,
.headerSection h1,
.headerSection h2,
.headerSection h3,
.headerSection h4,
.headerSection h5,
.headerSection h6,
.headerSection a:not(.button a),
.headerSection span,
.headerSection div,
.headerSection li,
.headerSection blockquote {
color: #ffffff;
} */

header.headerSection { position: absolute; left: 0; top: 0; width: 100%; z-index:1001; }
.headerParent { display: flex; align-items: center; position:relative;}
.headerLogo { width: auto;max-width: 196px }
.headerNavigation { display: flex;width:100%;margin-left: 66px;}

/* Submenus */
.submenu{float:none;list-style:none;margin:0;padding:0;}

/* HubSpot Editor Styles */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2{visibility:hidden;}

ul.submenu.level-2 li { margin: 0; padding: 0;}
ul.submenu.level-2 li a { display: block;}

.navigation-primary input[type=checkbox] { display: none;}

/* Color // Main Navigation */

.navigation-primary .level-1 > li > a {
  font-weight: 500;
  font-size: 18px;

  color: #ffffff;
  padding:0px;
}
/* Main Navigation - Child Menus */
.navigation-primary .submenu:not(.level-1) .menu-link {
  font-weight: 700;
  font-size: 14px;

  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}

/* Header Sticky */
.headerSticky .headerSection{position:fixed; top:0; left:0; width:100%; animation:headerAnim 0.5s;}
header.headerSection.headerSticky { position: fixed; top: 0; left: 0; width: 100%; animation: headerAnim 0.5s;}
@keyframes headerAnim { from {transform : translateY(-100%) } to {transform : translateY(0%)}}
/* End Header Sticky */

.headerNavigation .navigationParent {
  width: 100%;
}

.headerNavigation .navigationParent .navigationParentInner {
  width: 100%;
  justify-content: space-between;
}
ul.submenu.level-2 li {
  border-bottom: 1px solid #d1d6dc;
}
/*  */
.mwb-header--search-container {
  margin-right: 20px;
  position: relative
}
.mwb-btn-search--icon {
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 15px;
  top: -15px;
  width: 24px;
  z-index: 9
}
.mwb-header--search .hs-search-field {
  overflow: hidden
}
.mwb-header--search form {
  background: transparent;
  border: none;
  padding: 0
}
.mwb-header--search .hs-search-field__bar {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: -22px;
  transition: all .3s linear;
  z-index: 9
}
.mwb-header--search .hs-search-field.open .hs-search-field__bar {
  left: -260px;
  opacity: 1
}
.mwb-header--search .hs-search-field__bar .hs-search-field__input {
  border: 1px solid #d7d9e3;
  border-radius: 40px;
  max-width: 260px;
  padding: 10px 0;
  width: 100%
}
.mwb-header--search .hs-search-field__bar .hs-search-field__input:focus {
  outline: none
}
.mwb-header--search .hs-search-field.open .hs-search-field__input {
  padding: 10px 40px 10px 15px;
  width: 100%
}

.mwb-header--search .hs-search-field__input::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.mwb-btn-search--close,
.mwb-header--search .open .mwb-btn-search--open {
  display: none
}
.mwb-header--search .open .mwb-btn-search--close {
  display: block
}

.mwb-header--search.mobileSerch {
  display: block;
}

.lang_switcher_class .globe_class {
  background-image: none;
  width: 0;
  height: 0;
}

.mwb-lang-switcher .lang_list_class:after, 
.mwb-lang-switcher .lang_list_class:before {
  border: none;
}

.headerLanguageCurrent{
  cursor: pointer;
}

.headerLanguageSwitcher.langEnable .headerLanguageCurrent span>svg {
  display: inline-block;
}

.headerLanguageSwitcher .headerLanguageCurrent span>svg {
  display: none;
}

.navigation-primary .level-1>li:focus .childExpand::before,
.navigation-primary .level-1>li:hover .childExpand::before{
  border-bottom-color: #000000;
  border-right-color :#000000;
}
.headerLanguageSwitcher .headerLanguageCurrent span>svg path{
  stroke: currentColor;
}
.headerLanguageSwitcher .headerLanguageCurrent,
.headerLanguageSwitcher .headerLanguageCurrent span{
  color: #000000;
}

.headerLanguageSwitcher .headerLanguageCurrent:hover,
.headerLanguageSwitcher .headerLanguageCurrent:hover span{
  color: ;
}


.mwb-btn-search--open svg path,
.mwb-btn-search--close svg path{
  stroke: #000000;
}

.mwb-btn-search--open:hover svg path,
.mwb-btn-search--close:hover svg path{
  stroke: #000000;
}


/* Mega Menu */
.megaMenuColumn{padding:0}
.megaMenuColumnBody{background:#fff;flex:1;}
.megaMenuColumn{display:flex}
.topHeadingMegaMenu{padding-bottom:20px;margin-bottom:20px;border-bottom:solid 1px #f684354D}
.gap10{gap:10px;padding:10px;flex-wrap:nowrap}
.megaMenuItemWrapperList{display:flex;flex-direction:column;gap:5px}
.listCardStyleImg .megaMenuItemWrapperList .megaMenuItemImg img{height:50px!important;width:100px;object-fit:cover;border-radius:2px}
.listCardStyleImg .megaMenuList p{margin:0}
.megaMenuList p{margin:0;font-size:14px;line-height:1.714}
.megaMenuColumn:last-child .megaMenuColumnBody{margin:0}
.megaMenuItemWrapperList .megaMenuItemImg img, .megaMenuItemWrapperList .megaMenuItemImg svg{width:32px;height:32px!important;object-fit:contain}
.megaMenuColumnBody{position:relative;z-index:9}
.megaMenuVectorImage{position:absolute;right:5px;bottom:0;width:100%;z-index:-1}
.megaMenuColumnBody{overflow:hidden}
.megaMenuVectorImage img{width:100%}
.megaMenuVectorImage img{width:100%;height:auto}
.megaMenuItemListRow a{transition:all .3s ease-in-out;border-radius:6px}
.megaMenuItemImg{line-height:0}
.megaMenuItemListRow a .megaMenuItemImg svg{transition:all .3s ease-in-out}
.twoColumnList .megaMenuItemWrapperList{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}
.twoColumnList .megaMenuItemWrapperList .megaMenuItemListRow{flex:1 1 45%}
.megaMenuCardButton a{position:relative;color:#f68435!important;font-weight:600;transition:all .3s ease-in-out}
.megaMenuCardButton a:before{content:'';background:url(https://19490924.fs1.hubspotusercontent-na1.net/hubfs/19490924/arrow-right-2.svg);width:14px;height:10px;display:inline-block;float:right;background-repeat:no-repeat!important;background-position:center!important;position:absolute;right:-20px;top:6px;transition:all .3s ease-in-out}
.megaMenuCardButton{width:fit-content}
.megaMenuCardButton a:hover:before{right:-25px}
.twoColumnList .megaMenuItemWrapperList .megaMenuItemListRow a.d-flex.align-center.gap10{align-items:flex-start}
.megaMenuItemWrapperList .megaMenuItemListRow a.d-flex.align-center.gap10 .megaMenuList p strong{font-weight:500}
.megaMenuCardContent p{font-size:14px;line-height:1.71}
.megaMenuCardContent{margin-bottom:10px}

.threeColumnList .megaMenuItemWrapperList{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0}
.threeColumnList .megaMenuItemWrapperList a.d-flex.align-center.gap10{flex-wrap:wrap}
.threeColumnList .megaMenuItemWrapperList a.d-flex.align-center.gap10 .megaMenuItemImg img{width:100px!important;height:50px!important;border-radius:2px}
.threeColumnList .megaMenuItemListRow{border-bottom:1px solid #8d90A74D;padding-bottom:30px;margin-bottom:30px;padding-left:5px;padding-right:5px}
.threeColumnList .megaMenuItemListRow a{position:relative}
.threeColumnList .megaMenuItemListRow a:before{content:'';position:absolute;right:-15px;top:0;background:#8d90A74D;width:1px;height:100%}
.threeColumnList .megaMenuItemListRow:nth-child(3n - 2){padding-right:15px}
.threeColumnList .megaMenuItemListRow:nth-child(3n + 2){padding-left:15px;padding-right:15px}
.threeColumnList .megaMenuItemListRow:nth-child(3n){padding-left:15px;border-right:none}
.threeColumnList .megaMenuItemListRow:nth-child(3n) a:before{display:none}
.threeColumnList.flex-list a.d-flex.align-center.gap10{flex-wrap:nowrap;align-items:self-start}

.innerBanner 
.subHeadingIcon {
  line-height: 0;
}

.innerBanner 
.subHeadingText {
  line-height: 1.35;
}

.innerBanner .subHeading {
  align-items: center;
}

.imageWithList .listContent p strong {
  font-weight: 600;
}

.headingFullWidth .topHeading {
  max-width: 100%;
}

@media(min-width:1200px){
  .submenu.level-1 > li.menuParent{
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .expandMenu {
    display: none;
  }
  .mobnavigationParent {
    display: none;
  }
  .mwb-lang-switcher .lang_switcher_class {
    display: block;
  }
  .mwb-lang-switcher .lang_list_class li:first-child {
    border-top: none;
  }
  .mwb-lang-switcher .lang_list_class li:not(:last-child) {
    border-bottom: 1px solid #d1d6dc;
  }
  .mwb-lang-switcher .lang_list_class li:last-child {
    border-bottom: none;
  }
  .mwb-lang-switcher.lang-open .lang_list_class {
    display: block;
  }
  /*   .mwb-header--search-container {
  margin-right: 1.389vw;
}
  .mwb-btn-search--icon {
  height: 1.667vw;
  right: 1.042vw;
  top: -1.042vw;
  width: 1.667vw;
}
  .mwb-header--search .hs-search-field__bar {
  top: -1.528vw;
}
  .mwb-header--search .hs-search-field.open .hs-search-field__bar {
  left: -18.056vw;
}
  .mwb-header--search .hs-search-field__bar .hs-search-field__input {
  border-radius: 2.778vw;
  max-width: 18.056vw;
  padding: 0.694vw 0;
}
  .mwb-header--search .hs-search-field.open .hs-search-field__input {
  padding: 0.694vw 2.778vw 0.694vw 1.042vw;
} */
  .childExpand {
    border: none;
    padding: 0;
    position: absolute;
    transform: translateY(-50%);
    vertical-align: middle;
    z-index: 2;
    margin-left: 8px;
    right: 25.6px;
    top: 48%;
  }
  .childExpand::before {
    content: '';
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 48%;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .25s ease-in-out;
    height: 10.6752px;
    right: -6.6624px;
    width: 10.6752px;
  }

  .mwb-lang-switcher ul.lang_list_class {
    background: #fff;
    left: 0;
    padding: 0;
    border-radius: 0 0 10.6752px 10.6752px;
    box-shadow: 0 2.6688px 12px 0 rgba(0, 0, 0, .2);
    min-width: 266.6688px;
    top: 20.7936px;
  }
  .mwb-lang-switcher .lang_list_class li {
    padding: 20px;
    font-size: inherit;
    line-height: normal;
    margin: 0;
    background-color: unset;
    border-left: none;
    border-right: none;
    border-top: none;
    text-align: left;
  }
  .mwb-lang-switcher .lang_list_class li:first-child {
    padding-top: 20px;
  }
  .mwb-lang-switcher .lang_list_class li:last-child {
    padding-bottom: 20px;
  }
  ul.submenu.level-2 li>a::before,
  ul.submenu.level-2 li>a::after {
    bottom: -2.6688px;
    height: 5.3376px;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    transition: all .3s linear;
    background: ;
  }
  ul.submenu.level-2 li>a:hover::before {
    left: 0;
  }
  ul.submenu.level-2 li>a:hover::after {
    right: 0;
  }
  .mwb-lang-switcher {
    margin-right: 26.6688px;
  }
  .headerBtnWrp .button a {
    border-radius: 26.6688px;
    border-bottom-right-radius: 0;
    padding: 13.3248px 20px;
  }
  .headerBtnWrp .button a::before {
    border-radius: 26.6688px;
    border-bottom-right-radius: 0;
  }
  .headerSection .content-wrapper {
    max-width: 1693.329px;
  }
  .navigation-primary .level-1 > li > a {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    padding: 0px;
  }
  .navigation-primary .submenu:not(.level-1) .menu-link {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
  }
  .mwb-header--search.mobileSerch {
    display: none !important;
  }
  .headerSection.isMegaMenuEnable {
    padding: 0;
  }
  .navigationRight, .navigationParentInner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .navigation-primary {
    display: inline-block;
    float: right;
  }
  .submenu.level-1 {
    display: inline-block;
    font-size: inherit;
  }
  .submenu.level-1 > li {
    padding: 20px 12px;
    position: relative;
  }
  .submenu.level-1 > li.has-submenu > a {
    padding-right: 33.2992px;
  }
  .submenu.level-1 > li {
    display: inline-block;
    margin: 0;
    position: relative;
   
  }
  .navigation-primary ul.submenu.level-2 li a {
    padding: 13.3248px;
    position: relative;
  }
  .navigation-primary .submenu.level-2 {
    left: 0;
    top: 100%;
  }
  .navigation-primary .submenu.level-2,
  .navigation-primary .submenu.level-3 {
    border-radius: 2.6688px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .2);
    border: none;
    opacity: 0;
    position: absolute;
    width: 360px;
    visibility: hidden;
    transition: opacity ease .4s;
    right: 0;
    pointer-events: none;
  }
  .navigation-primary .submenu.level-3 {
    top: 0;
  }
  .navigation-primary .submenu.level-1 > li:hover .submenu.level-2,
  .navigation-primary .submenu.level-1 > li.focus .submenu.level-2 {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: inherit !important;
  }
  .navigation-primary .submenu.level-1 > li:hover:last-child .submenu.level-2,
  .navigation-primary .submenu.level-1 > li.focus:last-child .submenu.level-2 {
    left: auto;
    right: 0;
  }
  .navigation-primary .submenu.level-2 > li .submenu.level-3 {
    left: 100%;
  }
  .navigation-primary .submenu.level-2 > li:hover .submenu.level-3,
  .navigation-primary .submenu.level-2 > li.focus .submenu.level-3 {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit !important;
  }
  .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2 .menu-item:hover .submenu.level-3,
  .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2 .menu-item.focus .submenu.level-3 {
    left: auto;
    right: 100%;
  }
  .navigationParent,
  .navigation-primary .submenu {
    display: block !important;
  }
  .navigation-primary .level-1 > li:hover,
  .navigation-primary .level-1 > li:focus {
    background-color: transparent;
  }
  .navigation-primary .level-1 > li:hover > a,
  .navigation-primary .level-1 > li:focus > a {
    color: #ffffff;
  }
  .navigation-primary .level-1 > li:active {
    background-color: transparent;
  }
  .navigation-primary .level-1 > li:active > a {
    color: #ffffff;
  }
  .navigation-primary .level-1 > li.active-item {
    background-color: transparent;
  }
  .navigation-primary .level-1 > li.active-item > a {
    color: #ffffff;
  }
  /* Main Navigation - Child Menus */
  .navigation-primary .submenu:not(.level-1) {
    background-color: ;
  }
  .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
  .navigation-primary .submenu:not(.level-1) .menu-item:focus > a {
    background-color: transparent;
    color: #000000;
  }
  .navigation-primary .submenu:not(.level-1) .menu-item:active {
    background-color: #000000;
  }
  .navigation-primary .submenu:not(.level-1) .menu-item:active > a {
    color: #000000;
  }
  .mwb-btn-search--open svg {
    width: 32px;
    height: 32px;
  }
  .megaMenuColumnBody {
    background: #fff;
    flex: 1;
  }
  .topHeadingMegaMenu {
    padding-bottom: 26.6688px;
    margin-bottom: 26.6688px;
    border-bottom: solid 1.331px #f684354D;
  }
  .gap10 {
    gap: 13.3325px;
    padding: 13.3325px;
    flex-wrap: nowrap;
  }
  .megaMenuItemWrapperList {
    display: flex;
    flex-direction: column;
    gap: 6.674px;
  }
  .listCardStyleImg .megaMenuItemWrapperList .megaMenuItemImg img {
    height: 66.668px !important;
    width: 133.3328px;
    object-fit: cover;
    border-radius: 2.6688px;
  }
  .megaMenuList p {
    margin: 0;
    font-size: 18.6758px;
    line-height: 1.714;
  }
  .megaMenuVectorImage {
    position: absolute;
    right: 6.674px;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }
  .megaMenuItemListRow a {
    transition: all .3s ease-in-out;
    border-radius: 8px;
  }
  .twoColumnList .megaMenuItemWrapperList {
    display: flex;
    flex-direction: row;
    gap: 13.3325px;
    flex-wrap: wrap;
  }
  .megaMenuCardButton a:before {
    content: '';
    background: url(https://19490924.fs1.hubspotusercontent-na1.net/hubfs/19490924/arrow-right-2.svg);
    width: 18.6758px;
    height: 13.3325px;
    display: inline-block;
    float: right;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    right: -26.6688px;
    top: 8px;
    transition: all .3s ease-in-out;
  }
  .megaMenuCardButton {
    width: fit-content;
  }
  .megaMenuCardButton a:hover:before {
    right: -33.333px;
        text-decoration: none;
  }
  .megaMenuCardContent p {
    font-size: 18.6758px;
    line-height: 1.71;
  }
  .megaMenuCardContent {
    margin-bottom: 13.3325px;
  }



  .menuParent span.childExpand:before {
    display: none;
  }
  .menuParent a.menu-link {
    position: relative;
    padding: 0 !important;
  }

  /*   .menuParent a.menu-link:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #181445;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
} */

  .menuParent:hover a.menu-link:before {
    width: 100%;
  }

  .megaMenuColumnWrapper.row {
    gap: 0px;
  }
  .megaMenu { position: absolute; left: 0; top: 78.56px; background-color: #ffffff; width:1105px; padding:24px; opacity: 0; visibility: hidden; transition:opacity ease 0.3s; pointer-events: none; display:block !important; border-radius:16px;        border: 1px solid #22A3DA;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);} 
  .submenu.level-1 > li.menuParent { position: static;}
  .submenu.level-1 > li.menuParent:hover .megaMenu { opacity: 1; visibility: visible; pointer-events: inherit !important; }
  header.headerSection.headerSticky .megaMenu{top: 102.56px;}
  .headerLogo img {
    width: 131px;
    display: block;
  }
}
.mobile-logo-shape{display:none;}
.for-mob{display:none;}
@media(max-width:1460px){
  .megaMenu {width:930px;}
}
@media(max-width:1199px){
  .meg-menu-bottom-link{display:none !important;}
  .headerLogo img {
    width: 99px;
    display: block;
  }
  .mobile-menu-header .panel-logo img{
    width: 102px;
    display: block;
  }
  .mobile-menu-header {
    padding: 19px 16px 18px 16px;
    background: linear-gradient(93.39deg, #2CA1CE 1.93%, #139A9F 79.13%);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mwb-toggler-close {
    width: 43px;
    height: 43px;
    background: #f8f8f8;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headerParent{position:unset;}
  .mobile-btn-or-closeham {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .mwb-toggler-close img {
    width: 13px;
    height: 13px;
    display: block;
  }
  .headerNavigation {
    display: flex;
    justify-content: flex-end;
    padding-left: 20px;
    width: 100%;
    align-items:center;
    gap:13px;
    margin-left: 0;
    margin-right: 7px;
  }
  .for-desk{display:none;}
  .for-mob{display:flex;}

  .white-space{display:none;}

  .mobile-logo-shape {
    position: absolute;
    top: 1.8px;
    left: 14px;
    bottom: 0;
    display:block;
    z-index: -1;
  }
  .mobile-logo-shape svg {
    display: block;
    width: 159px;
    height: 108px;
  }
  .headerOutter .container.top-container {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .megaMenuVectorImage {
    display: none;
  }
  .megaMenu {background-color: #EFF2F6; padding:10px; width:100%;}
  .headerSectionInner .content-wrapper {
    max-width: 100%;
  }
  .mwb-lang-switcher.lang-open .headerLanguageSwitcher .lang_switcher_class {
    display: block;
  }
  .lang_switcher_class .globe_class {
    width: 100%;
    height: 100%;
  }
  .headerLanguageSwitcher .lang_switcher_class {
    display: none; 
    width: 100%;
  }
  ul.lang_list_class {
    z-index: 1;
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    padding: 0;
    display: block;
  }
  .lang_switcher_class .lang_list_class li {
    margin: 0;
    border: 0;
    font-size: inherit;
    padding: 10px;
    width: 100%;
    line-height: inherit;
    display: inline-block;
  }
  .lang_switcher_class .lang_list_class li:first-child {
    border: 0;
    padding: 0;
  }
  .lang_switcher_class .lang_list_class li:last-child {
    border: 0;
    padding: 0;
  }
  ul.submenu.level-2 li:last-child {
    border: 0;
  }
  .lang_switcher_class .lang_list_class li a {
    padding: 10px;
    display: inline-block;
    text-align: left;
    width: 100%;
  }
  .childExpand.open::before {
    transform: translateY(-50%) rotate(45deg);
  }
  .headerLanguageCurrent {
    border-top: 1px solid #d7d9e3;
    padding: 16px 0;
  }
  .childExpand {
    background: transparent;
    height: 24px;
    width: 24px;
    border: none;
    margin-left: 6px;
    padding: 0;
    vertical-align: middle;
    display: block;
    float: right;
    margin-top: -38px;
    position: relative;
  }

  .childExpand::after {
    content: '';
    right: 10px;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    cursor: pointer;
    display: block;
    height: 8px;
    position: absolute;
    top: 48%;
    transition: transform .25s ease-in-out;
    width: 8px;
  }
  .mwb-toggler--image {
    cursor: pointer;
    width: 43px;
    height: 43px;
    background: rgba(28, 157, 176, 0.7);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobnavigationParent {
    width: 100%;
    height:100vh;
    transition: all .3s linear;
    position: fixed;
    top: 0px;
    right: -150%;
    left: auto;
    background:#ffffff;
    overflow:hidden;
  }
  .divActive .mobnavigationParent {
    right:0;
  }
  .headerSticky .divActive .mobnavigationParent {
    top:-21px;
  }
  .mobnavigationParent .mobMenu{
    width: 100%;
    margin-top: 10px;
    transition: all .3s linear;
  }
  .navigation-primary .submenu.level-1 > li:not(:last-child) {
    border-bottom: none;
  }
  .mwb-header--search.mobileSerch {
    position: absolute;
    right: 30px;
    top: 42px;
  }
  .headerSticky{transition: all .3s linear;}
  body.menu-stuck .headerSticky {
    width: 100% !important;
  }
  .mwb-header--search .hs-search-field__bar {
    top: -42px;
  }
  .mwb-btn-search--icon {
    top: -37px;
    right: 0;
  }
  .mwb-header--search .open .mwb-btn-search--close {
    padding-top: 4px;
  }
  .headerBtnWrp {
    width: 100%;
    display: block;
    margin: 15px 0;
  }
  .headerBtnWrp .button a {
    border-radius: 20px;
    border-bottom-right-radius: 0;
    display: block;
    text-align: center;
  } 
  .headerBtnWrp .button a::before {
    border-radius: 20px;
    border-bottom-right-radius: 0;
  }
  .headerNavigation .navigationParent {
    position: absolute;
    top: 74px;
    background-color: ;
    left: 0;
    width: 100%;
    right: 0;
    display: none;
    max-height: calc(100vh - 74px);
    overflow: auto;
  }
  header.headerSection{padding: 0px 0;right:0;}
  /*-=-=-=-  Expand Menu   -=-=-=*/  

  .navigation-primary .level-1 > li:hover > a,
  .navigation-primary .level-1 > li:focus > a { color: #ffffff;}
  .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
  .navigation-primary .submenu:not(.level-1) .menu-item:focus > a { {#;#} color: ; }
  /*-=-=-=-  Header Section   -=-=-=*/
  /*   .navigationParent { position: absolute; left: 0; top: 88.89px; width: 100%; display:none; } */
  .navigation-primary .submenu:not(.level-1),.navigation-primary .megaMenu { display: none;}
  .navigation-primary .submenu.level-1 > li { margin: 0; padding: 0 16px; } 
  .navigation-primary .submenu.level-1 > li > a { padding: 18px 0; display: block; }

  /*-=-=-=-  Second Level   -=-=-=*/
  /*   .navigation-primary .menu-item { position: relative; } */
  .navigation-primary .submenu li:not(first-child):before { content: ''; position: absolute; top: 0; width: 100%; height: 1px; background-color: rgba(255,255,255,0.1); }
  .navigation-primary ul.submenu.level-2 > li > a{padding:10px}
  .navigation-primary ul.submenu.level-3 > li > a{padding: 10px}
  .navigation-primary .level-1 > li > a{color:#454545 !important;font-size:16px;}
  /*-=-=-=-  End Header Section   -=-=-=*/

  /*   Button   */
  .navigationRight { padding: 0; display: flex; flex-wrap: wrap;}

  /*   Color   */

  .headerLogo{position: relative;top: -15px;}

  header.headerSection.headerSticky .mobile-logo-shape{display:none;}
  header.headerSection.headerSticky .headerLogo{position: relative;top: 0;}
  .headerOutter .headerSection.isMegaMenuEnable.headerSticky .container.top-container {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  header.headerSection.headerSticky .container{
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .submenu{width:100%;}
  .nav.navigation-primary {flex-direction:column;}
  span.menu-arrow-icon{display:none;}
  nav.navigation-primary{
    background:none;
    backdrop-filter:unset;
    padding:0;
    box-shadow:none;
    position: relative;
  }
  .megaMenu {
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    display:block !important;
    opacity:0;
    background: white;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: all 0.3s ease;
    z-index: 1;
  }

  .megaMenu.active {
    opacity:1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .submenu-header{display:block;}
  .submenu-header .back-btn{color:#000000;font-size:16px;display: flex;align-items: center;gap: 4px;}
  .megaMenu:before {display:none;}
  .back-svg svg{width:23px;height:23px;display:block;position: relative;top: -1px;}
  .col-border .megaMenuColumnBody {padding-right: 0px;padding-bottom: 24px;padding-top: 20px;}
  .padding-left .megaMenuColumnBody{padding-left:0;padding-top:24px;}
  .col-border {border-right: none;border-bottom: 1px solid #0000001A;}
  .meg-menu-cards{background:#ffffff;padding: 0 0px 0 0px;}
  .card-icn-title {-webkit-text-fill-color: unset;background: none;background-clip: unset;color: #000000;}
  body.menu-stuck {
    overflow: hidden !important;
  }
  .mobile-menu-panel {
    height: 85vh;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .mobile-main-btn {
    border-top: 1px solid #0000001A;
    padding-top: 36px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .for-mobile-list{
    display:block !important;
    border-top: 1px solid #0000001A;
    padding-top: 24px;
    margin-top: 24px;
    padding-bottom: 50px;
  }
  .bottom-sec{display:none;}
  
  .tab-menu-wrap {padding-right:0px;border-right:0px;width:100%;}
  .tabs-content {padding-left: 0px;}
  .tab-btn-text-icon{display:none !important;}
  .tab-menu-wrap ul li a .tab-menu-btn-text{padding:18px 0;}
  .tab-menu-row {display: block;}
  .content-col {flex: 0 0 100%;max-width: 100%;}
  .content-row{gap:0px;}
  .tab-list-sec a{padding: 16px 0px 16px 0px !important;}
  .megaMenu.active{height:85vh;         overflow-y: auto;
    overflow-x: hidden;}
  .tab-card-block {flex: 0 0 100%;max-width: 100%;}
  .tab-card-row{gap:20px 0;}
  .tab-menu-wrap ul li a:hover .tab-menu-btn-text, .tab-menu-wrap ul li.active a .tab-menu-btn-text{
    color: #454545 !important;
    background: #ffffff;
    -webkit-text-fill-color: unset;
    background-clip: unset !important;
        text-decoration: none;
  }
  .tab-menu-sec.for-desktop{display:none;}
  .tab-wrap.for-mobile {
    display: block;
  }
  .tab-list-siimple-btn a {
    padding-left: 0px !important;
    margin-bottom: 0px;
    padding-top: 20px !important;
    padding-bottom: 12px !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    background: linear-gradient(93.39deg, #2CA1CE 1.93%, #139A9F 79.13%);
  }
  .simple-btn-icon svg path {
    stroke: #2CA1CE;
  }
  .mobile-tab-content{display:none;}

  .mobile-tab-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block !important;
    opacity: 0;
    background: white;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: all 0.3s ease;
    z-index: 1;
  }
  .mobile-tab-content.hover_div{
    opacity: 1;
    padding: 0 16px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .tab-btn-bottom-btn {
    margin-top: 30px;
  }
  .tab-content-rich-text {
    padding-top: 20px;
  }
  .mobile-tab-content .submenu-header {
    padding-top: 10px;
  }
  .tab-content-cards-sec {
    padding-top: 15px;
  }
  .for-mobile-dev{display:block;}

  a.last-previous {
    color: #000 !important;
    font-size: 16px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
}

@media(max-width:992px){
  .headerLogo{position: relative;top: -10px;}
  header.headerSection.headerSticky .headerLogo{position: relative;top: 0;}


  .tab-menu-btn-text {position: relative;}

  .tab-menu-btn-text:before {
    content: '';
    right: 10px;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    cursor: pointer;
    display: block;
    height: 8px;
    position: absolute;
    top: 48%;
    transition: transform .25s ease-in-out;
    width: 8px;
  }
}
