.header-sec { width: 100%; display: inline-block; vertical-align: top; position: fixed; left: 0; right: 0; top: 0; z-index: 999; transition: -webkit-transition:all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.header-sec .header-top { width: 100%; display: inline-block; background: #EFEFEF; padding: 5px 0; vertical-align: top; }
.header-sec .header-top-inner { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.header-sec .header-top-inner .left { width: 50%; display: inline-block; }
.header-sec .header-top-inner .left ul { width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; margin: 0; padding: 0; }
.header-sec .header-top-inner .left ul li { width: auto; display: inline-block; }
.header-sec .header-top-inner .left ul li a { width: 100%; display: flex; align-items: center; justify-content: center; font-size: 16px; line-height: 22px; font-family: 'Open Sans', sans-serif; font-weight: 400; color: #585858; }
.header-sec .header-top-inner .left ul li a img { width: 18px; height: 18px; object-fit: contain; object-position: center; margin-right: 8px; }
.header-sec .header-top-inner .left ul li + li { padding-left: 20px; }
.header-sec .header-top-inner .left ul li a:hover { color: #005691; }
.header-sec .right .login ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.open i { transform: rotate(180deg); padding-right: 6px; padding-left: 0; }
.header-sec .right .login ul li a i { transition: .3s ease-in-out; }

.header-sec .header-top-inner .right {gap: 18px; width: 50%; display: flex; align-items: center; justify-content: flex-end; position: relative; z-index: 2; }
.header-sec  .right .login {width: 100%; display: flex; align-items: flex-start; justify-content: flex-end; }
.header-sec .right .login ul { width: 100%; display: inline-block; padding: 0; margin: 0; max-width: 140px; }
.header-sec .right .login ul li { width: 100%; display: inline-block; line-height: 0; position: relative; z-index: 1; }
.header-sec .right .login ul li a { width: 100%; display: flex; align-items: center; justify-content: flex-start; font-size: 16px; line-height: 22px; font-family: 'Open Sans', sans-serif; font-weight: 400; color: #686868; padding: 3px 10px; }
.header-sec .right .login ul li a i { font-size: 20px; padding-left: 6px;font:normal normal normal 14px/1 FontAwesome; }
.header-sec .right .login ul li a:hover { color:#005691; }
.header-sec .right .login ul li ul.hs-menu-children-wrapper { width: 100%; display: none; background: #fff; box-shadow: 0 10px 10px rgb(0 0 0 / 10%); position: absolute; z-index: 2; }
.header-sec .right .login ul li ul.hs-menu-children-wrapper li a { width: 100% !important; display: inline-block; font-size: 16px; line-height: 26px; padding: 3px 10px; }
.header-sec .right .login ul li ul.hs-menu-children-wrapper li a:hover { background: #ebf2ff; color: #686868; }
/* .header-sec .right .login ul li:hover ul.hs-menu-children-wrapper { display: inline-block; } */

.header-sec .right .search { width: auto; display: inline-block; line-height: 0; }
.header-sec .right .search .search-icon { width: auto; display: inline-block; }
.header-sec .right .search .search-icon span {cursor:pointer; width: auto; display: inline-block; line-height: 0; }
.header-sec .right .search .search-icon span img { width: 20px; height: 20px; object-fit: contain; object-position: center; }
.header-sec .right .search-wrap { display: none; }
.header-sec.search-open .right .search-wrap { width: 100%; display: inline-block; position: absolute; top: 35px; right: 0; max-width: 330px; }
.header-sec.search-open .search-wrap form {background: transparent; width: 100%; display: inline-block; }
.header-sec.search-open .search-wrap form input[type="text"] { width: 100%; display: inline-block; height: auto; padding: 10px; font-size: 16px; line-height: 22px; font-family: 'Open Sans', sans-serif; font-weight: 400; color: #585858; text-transform: none; outline: none; border: 1px solid #D6D6D6; background: #fff; border-radius: 5px; }

.header-sec .header-bottom {vertical-align: top; width: 100%; display: inline-block; background: #fff; box-shadow: 0 4px 10px rgb(0 0 0 / 10%); }
.header-sec .header-bottom-inner { width: 100%; display: flex; align-items: center; justify-content: space-between; /* position: relative; z-index: 1; */ }
.header-sec .header-logo { width: 150px; display: inline-block;line-height:0; }
.header-sec .header-logo a { width: 100%; display: inline-block; }
.header-sec .header-logo a img { width: 100%; display: inline-block; max-width: 120px; object-fit: contain; object-position: center; }
.header-sec .header-bottom-inner .header-manu { width: calc(100% - 150px); display: inline-block; }
.header-sec .header-bottom-inner .header-manu > ul { width: 100%; display: flex; align-items: center; justify-content: flex-end; margin: 0; padding: 0; }
.header-sec .header-bottom-inner .header-manu > ul > li { width: auto; display: inline-block; }
.header-sec .header-bottom-inner .header-manu > ul > li a { width: auto; display: inline-block; padding: 20px 15px; font-size: 16px; line-height: 22px; font-family: 'Open Sans', sans-serif; font-weight: 400; color: #585858; border-bottom: 1px solid transparent; }
.header-sec .header-bottom-inner .header-manu > ul > li:last-child a { background: #1a83c5; color: #fff; padding: 8px 15px; border-radius: 5px; }
.header-sec .header-bottom-inner .header-manu > ul > li a:hover { color:#1A83C5; border-bottom: 1px solid #1a83c5; }
.header-sec .header-bottom-inner .header-manu > ul > li:last-child a:hover { color:#fff; background: #585858;border-bottom: 1px solid #585858;  }

.header-sec .megamenu-wrap { width: auto; display: none; position: absolute; top: 100%; left: 0;right:unset; }
/* .header-sec .header-bottom-inner .header-manu > ul > li.has-child.open .megamenu-wrap { opacity: 1; visibility: visible; z-index:9; } */
.header-sec .megamenu { width: auto; display: inline-block; background: #fff; box-shadow: 0 10px 10px rgb(0 0 0 / 10%); }
.header-sec .megamenu .lists { width: 100%; display: inline-block; padding: 40px 0;  }
.header-sec .megamenu .lists ul { width: 100%; display: inline-block; margin: 0; padding: 0; }
.header-sec .megamenu .lists ul li { width: 100%; display: inline-block; padding: 0 15px; }
.header-sec .megamenu .lists ul li a { width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; padding: 12px; margin: 0 0 10px 0; border:none !important; }
.header-sec .megamenu .lists .icon { width: 25px; display: inline-block; line-height: 0; }
.header-sec .megamenu .lists .icon img { width: 22px; height: 22px; object-fit: contain; object-position: center; margin-top: 4px; }
.header-sec .megamenu .lists .manu-label { width: calc(100% - 25px); display: inline-block; padding-left: 15px; }
.header-sec .megamenu .lists .manu-label p { width: 100%; display: inline-block; padding: 0; margin: 0; font-size: 14px; line-height: 24px; color: #1C1E21; font-weight: 500; }
.header-sec .megamenu .lists .manu-label small { width: 100%; display: inline-block; padding: 0; margin: 0; font-size: 14px; line-height: 24px; color: #686868; }
.header-sec .megamenu .lists ul li a:hover { background: #ebf2ff; border:none !important; }
.header-sec .header-bottom-inner .header-manu > ul > li.has-child { position: relative; z-index: 1; }
.header-sec .megamenu.third { width: 300px; position: absolute; right: 0; }
.header-sec .megamenu.first .lists ul { column-count: 2; }
.header-sec .megamenu.first { width: 600px; position: absolute; right: unset; left: 0; }
.header-sec.search-open .search-wrap form input[type="text"]::placeholder{color: #585858}
.header-sec .megamenu.secound { width: calc(100% - 60px); display: flex; align-items: stretch; justify-content: space-between; margin: 0 auto; max-width: 1690px; }
.header-sec .header-bottom-inner .header-manu > ul > li.has-child:nth-child(2) { position: unset; }
.header-sec .megamenu.secound .lists { width: 45%; }
.header-sec .megamenu.secound .demo-wrap { width: 24%; display: inline-block; }
.header-sec .demo-wrap .demo-inner { width: 100%; height: 100%; background: #ebf2ff; text-align: center; padding: 40px 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.header-sec .demo-wrap .demo-icon { width: 100%; display: inline-block; text-align: center; margin: 0 0 15px 0; }
.header-sec .demo-wrap .demo-icon img { width: 90px; height: 90px; object-fit: contain; object-position: center; }
.header-sec .demo-wrap .demo-contain { width: 100%; display: inline-block; }
.header-sec .demo-wrap .demo-contain h3 { width: 100%; display: inline-block; padding: 0; font-size: 20px; line-height: 30px; color: #1a83c5; font-weight: 600; }
.header-sec .demo-wrap .demo-contain p { width: 100%; display: inline-block; font-size: 14px; line-height: 24px; margin: 15px 0 0 0; }
.header-sec .demo-wrap .demo-cta { width: 100%; display: inline-block; margin: 20px 0 0 0; }
.header-sec .header-bottom-inner .header-manu 
.demo-wrap .demo-cta a { width: auto; display: inline-block; font-size: 16px; line-height: 22px; font-family: 'Open Sans', sans-serif; font-weight: 500; color: #1a83c5; padding: 8px 20px; border-radius: 5px; background: #fff; border: 1px solid #1a83c5; }
.header-sec .header-bottom-inner .header-manu .demo-wrap .demo-cta a:hover { color: #fff; background: #1a83c5; }

.header-sec .lists .list-title { width: 50%; display: inline-block; padding-left: 20px; margin: 0 0 10px 0; }
.header-sec .lists .list-title p { width: 100%; display: inline-block; margin: 0; color: #072542; font-size: 14px; line-height: 24px; text-transform: uppercase; border-bottom: 1px solid #686868; font-weight: 500; letter-spacing: 1px; }
.header-sec .lists .list-title p a { width: 100% !important; display: inline-block !important; color: #072542 !important; font-size: 14px !important; line-height: 24px !important; text-transform: uppercase; border-bottom: none !important; font-weight: 500 !important; letter-spacing: 1px; padding: 0 !important; }       
.header-sec .megamenu.secound ul { column-count: 2; column-gap: 0; }
/* .header-sec .megamenu.secound .lists .icon { width: 16px; } */
.header-sec .megamenu.secound .lists .icon img { /* width: 16px; height: 16px; */ margin-top: 4px; } 
.header-sec .megamenu.secound .lists .manu-label { /* width: calc(100% - 16px); display: inline-block; */ padding-left: 8px; }
.header-sec .megamenu.secound .lists ul li { padding: 0 10px; }
.header-sec .megamenu.secound .lists ul li a { padding: 10px; }
.header-sec .megamenu.secound .lists .link-cta { width: 100%; display: inline-block; }
.header-sec .megamenu.secound .lists .link-cta a { width: auto; display: inline-block; padding: 10px 15px; font-size: 14px; line-height: 20px; font-family: 'Open Sans', sans-serif; font-weight: 500; color: #1a83c5; border-bottom: 1px solid transparent; text-decoration: underline; }
.header-sec .megamenu.secound .lists .link-cta a:hover { color: #585858; }
.header-sec .header-bottom-inner .header-manu > ul > li.has-child > a {padding-right: 25px; position: relative; z-index: 1; }
.header-sec .header-bottom-inner .header-manu > ul > li.has-child > a:after {font: normal normal normal 14px/1 FontAwesome; content: '\f107'; position: absolute; top: 50%; right: 6px; font-family: 'FontAwesome'; transform: translateY(-50%); transition: 0.3s ease-in-out; }
.header-sec .header-bottom-inner .header-manu > ul > li.has-child > a.open:after { transform: translateY(-50%) rotate(180deg); transition: 0.3s ease-in-out; }
.header-sec .header-bottom-inner a.menu-toggle { display: none; }

.header-sec .header-bottom-inner .header-manu > ul > li:last-child { padding-left: 15px; }

.header-sec .megamenu.fifth { width: calc(100% - 60px); display: flex; align-items: stretch; justify-content: space-between; margin: 0 auto; max-width: 1530px; }
.header-sec .megamenu.fifth .lists { width: 23.33%; }
.header-sec .megamenu.fifth .lists .list-title { width: 95%; }
.header-sec .megamenu.fifth ul { column-count: 1; column-gap: 0; }
.header-sec .megamenu.fifth .lists .icon img { margin-top: 4px; } 
.header-sec .megamenu.fifth .lists .manu-label { padding-left: 8px; }
.header-sec .megamenu.fifth .lists ul li { max-width: 100%; padding: 0 10px; }
.header-sec .megamenu.fifth .lists ul li a { padding: 10px; }
.header-sec .megamenu.fifth .lists .link-cta { width: 100%; display: inline-block; }
.header-sec .megamenu.fifth .lists .link-cta a { width: auto; display: inline-block; padding: 10px 15px; font-size: 14px; line-height: 20px; font-family: 'Open Sans', sans-serif; font-weight: 500; color: #1a83c5; border-bottom: 1px solid transparent; text-decoration: underline; }
.header-sec .megamenu.fifth .lists .link-cta a:hover { color: #585858; }
.header-sec .header-bottom-inner .header-manu > ul > li.has-child:nth-child(5) { position: unset; }

.header-sec .megamenu.fifth .whats-new { width: 30%; display: inline-block; }
.header-sec .megamenu .whats-new .lists { width: 100%; display: inline-block; padding-left: 20px; padding-right: 20px; border-left: 1px solid; }
.header-sec .megamenu .whats-new .lists ul li { max-width: 100%; }
.header-sec .megamenu .whats-new .lists ul li a { padding:0px; }
.header-sec .whats-new .demo-inner { width: 100%; height: 100%; background: #ebf2ff; text-align: center; padding: 40px 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.header-sec .whats-new .demo-icon { width: 100%; display: inline-block; text-align: center; margin: 0 0 15px 0; }
.header-sec .whats-new .demo-icon img { width: 90px; height: 90px; object-fit: contain; object-position: center; }
.header-sec .whats-new .demo-contain { width: 100%; display: inline-block; }
.header-sec .whats-new .demo-contain h3 { width: 100%; display: inline-block; padding: 0; font-size: 20px; line-height: 30px; color: #1a83c5; font-weight: 600; }
.header-sec .whats-new .demo-contain p { width: 100%; display: inline-block; font-size: 14px; line-height: 24px; margin: 15px 0 0 0; }
.header-sec .whats-new .demo-cta { width: 100%; display: inline-block; margin: 20px 0 0 0; }
.whats-new .demo-cta a { width: auto; display: inline-block; font-size: 16px; line-height: 22px; font-family: 'Open Sans', sans-serif; font-weight: 500; color: #1a83c5; padding: 8px 20px; border-radius: 5px; background: #fff; border: 1px solid #1a83c5; }
.header-sec .header-bottom-inner .header-manu .whats-new .demo-cta a:hover { color: #fff; background: #1a83c5; }
.header-sec .megamenu.fifth .whats-new ul { padding-top: 21px; }
.header-sec .megamenu.fifth .whats-new ul li { padding: 0 20px; margin-bottom: 15px; }
.header-sec .megamenu.fifth .whats-new ul li:last-child { margin-bottom: 0px; }
.header-sec .megamenu.fifth .whats-new .lists ul li .image { width: 100%; display: inline-block; vertical-align: top; }
.header-sec .megamenu.fifth .whats-new .lists ul li .image img { width: 100%; height: 110px; display: inline-block; vertical-align: top; object-fit: cover; object-position: center; border-top-left-radius: 8px; border-top-right-radius: 8px; }
.header-sec .megamenu.fifth .whats-new .lists ul li .manu-label { width: 100%; display: inline-block; vertical-align: top; background-color: #f9f9f9; padding: 20px; }
.header-sec .megamenu.fifth .whats-new .lists ul li .manu-label p { color: #1a83c5; text-transform: uppercase; margin-bottom: 5px; }
.header-sec .megamenu.fifth .whats-new .lists ul li .manu-label  small { line-height: 20px; margin-bottom: 10px; }
.header-sec .megamenu.fifth .lists .manu-label a { font-size: 14px; padding: 0; text-decoration: underline; }
.header-sec .megamenu.fifth .lists .manu-label a:hover { color: #1a83c5; background: transparent; }

.header-sec .megamenu.secound .whats-new .lists .list-title { padding-left: 10px; }
.header-sec .megamenu .whats-new ul li .image_content-wrap { width: 100%; display: inline-block; position: relative; }
.header-sec .megamenu .whats-new ul li .image_content-wrap a.image_content_link { margin: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%;border-top-left-radius: 8px;border-top-right-radius: 8px; background: unset !important; padding: 0 !important; }
.header-sec .megamenu .whats-new .lists ul li .image{position:relative;}
.header-sec .megamenu .whats-new ul li .image_content-wrap  a.content_link { margin: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; background: unset !important; padding: 0 !important; }
.header-sec .megamenu .whats-new ul li .image_content-wrap a.text { position: relative; z-index: 2; }

@media only screen and (max-width: 1740px) and (min-width: 992px) {
  .header-sec .megamenu .whats-new .lists ul li .image img { height: auto !important; max-height: 110px; }
}

@media(max-width:1580px) {
  .header-sec .megamenu.secound .demo-wrap { width: 20%; }
  .header-sec .megamenu.secound .lists ul li { padding: 0 8px; }
  .header-sec .megamenu .lists ul li { padding: 0 8px; }
  .header-sec .megamenu.secound .lists { width: 40%; }

  .header-sec .megamenu.fifth .lists ul li { padding: 0 8px; }
}

@media(max-width:1500px) {
  .header-sec .megamenu.secound .lists { width: 33%; }
  .header-sec .megamenu.secound .demo-wrap { width: 100%; }
  .header-sec .megamenu.secound { flex-wrap: wrap;padding: 0 20px; }
  .header-sec .demo-wrap .demo-icon { width: 90px; margin: 0; }
  .header-sec .demo-wrap .demo-inner { flex-direction: inherit; justify-content: space-between; padding: 15px; height: auto; }
  .header-sec .demo-wrap .demo-cta { width: 180px; margin: 0; }
  .header-sec .demo-wrap .demo-contain { width: auto; padding: 0 15px; }
  .header-sec .demo-wrap .demo-contain p { margin: 6px 0 0 0; }
  .header-sec .demo-wrap .demo-contain p br { display: none; }
  .header-sec .demo-wrap .demo-icon img { width: 70px; height: 70px; }
  .header-sec .demo-wrap .demo-icon { width: 70px; margin: 0; }

  .header-sec .megamenu.fifth .lists { width: 25%; }
  .header-sec .megamenu.fifth { flex-wrap: wrap; }
  .header-sec .megamenu.fifth .whats-new { width: 25%; }

  .header-sec .whats-new .demo-icon { width: 90px; margin: 0; }
  .header-sec .whats-new .demo-inner { flex-direction: inherit; justify-content: space-between; padding: 15px; height: auto; }
  .header-sec .whats-new .demo-cta { width: 180px; margin: 0; }
  .header-sec .whats-new .demo-contain { width: auto; padding: 0 15px; }
  .header-sec .whats-new .demo-contain p { margin: 6px 0 0 0; }
  .header-sec .whats-new .demo-contain p br { display: none; }
  .header-sec .whats-new .demo-icon img { width: 70px; height: 70px; }
  .header-sec .whats-new .demo-icon { width: 70px; margin: 0; }

  .header-sec .megamenu-wrap .megamenu.secound .whats-new .lists { padding-right: 0; }
}

@media only screen and (max-width: 1500px) and (min-width:1201px) {
  .header-sec .megamenu.fifth .lists {  padding: 30px 0 40px 0; }
  .header-sec .megamenu.fifth .lists ul li { vertical-align: top; }
  .header-sec .megamenu.fifth .lists ul li a { margin: 0; }
  .header-sec .megamenu.fifth .lists ul .megamenu-cta.blue-cta { margin: 10px 0 0 0; }
}

@media(max-width:1400px){
  .header-sec .megamenu .lists ul li a { margin: 0; padding: 10px; }
  .header-sec .megamenu.secound .lists ul li a { margin: 0; }
  .header-sec .megamenu.fifth .lists ul li a { margin: 0; }
}

@media(max-width:1199px){
  .header-sec .megamenu.secound .demo-wrap { display: none; }
  .header-sec .megamenu .lists { padding: 20px 0; }
  .header-sec .megamenu .lists .icon { width: 20px; }
  .header-sec .megamenu .lists .manu-label { width: calc(100% - 20px); padding-left: 10px; }
  .header-sec .megamenu .lists .icon img { width: 19px; height: 19px; }
  .header-sec .megamenu.secound ul { vertical-align: top; line-height: 0; }
  .header-sec .megamenu.secound .lists ul li { padding: 0; }
  .header-sec .megamenu .lists ul { line-height: 0; }
  .header-sec .megamenu .lists ul li { padding: 0; }
  .header-sec .lists .list-title { padding-left: 10px; }

  .header-sec .megamenu.fifth ul { vertical-align: top; line-height: 0; }
  .header-sec .megamenu.fifth .lists ul li { max-width: 100%; padding: 0; }    

  .header-sec .megamenu-wrap .megamenu.first .whats-new .lists .list-title { padding-left: 0px; }
  .header-sec .megamenu-wrap .megamenu.first .whats-new .lists ul li { padding-left: 0; padding-right: 0; }

  .header-sec .megamenu.secound .whats-new .lists .list-title { padding-left: 0px; }

  .header-sec .megamenu-wrap .megamenu.third .whats-new .list-title { padding-left: 0px; }
  .header-sec .megamenu-wrap .megamenu.third .whats-new ul li { padding-left: 0px; padding-right: 0; }
  .header-sec .megamenu.secound .lists:nth-child(2) .list-title { width: auto; }
  /*   .header-sec .megamenu.secound { max-width: 100%; }
  .header-sec .megamenu.secound .lists { width: 27%; }
  .header-sec .megamenu.secound .whats-new { width: 46%; }
  .header-sec .megamenu.secound ul { column-count: 1 !important; } */

}

@media(max-width:991px) {
  body.mobile-open { overflow: hidden; }
  .header-sec .container { width: 100%; padding: 0 25px; }
  .header-sec .header-bottom-inner .header-manu > ul > li.has-child > a:after { display: none; }
  .header-sec .header-bottom-inner a.menu-toggle { display: flex; align-items: center; justify-content: center; position: absolute; top: 15px; right: 20px; width: 36px; height: 36px; }
  .header-sec .header-bottom-inner a.menu-toggle span { background: #686868; width: 24px; height: 2px; display: inline-block; position: relative; z-index: 999; }
  .header-sec .header-bottom-inner a.menu-toggle span:before { content: ''; position: absolute; bottom: -6px; left: 0; right: 0; background: #686868; width: 24px; height: 2px; transition: 0.2s ease-in-out; }
  .header-sec .header-bottom-inner a.menu-toggle span:after { content: ''; position: absolute; top: -6px; left: 0; right: 0; background: #686868; width: 24px; height: 2px; transition: 0.2s ease-in-out; }
  .header-sec .header-bottom-inner .header-manu > ul { display: none; position: absolute; top: 100%; left: 0; right: 0; bottom: 0; height: calc(100vh - 163px); background: rgb(255 255 255); overflow-y: scroll !important; /* -webkit-overflow-scrolling: touch !important; */ }
  .header-sec .header-bottom { padding: 12px 0; position: relative; z-index: 9; }
  .header-sec .header-logo { position: relative; z-index: 999; }
  .header-sec .header-bottom-inner .header-manu { width: 100%; display: inline-block; }
  .header-sec .header-bottom-inner .header-manu > ul > li.has-child .megamenu-wrap { overflow: scroll !important; -webkit-overflow-scrolling: touch !important; height: max-content; display: inline-block; opacity: 1; visibility: visible; z-index: 9; }
  .header-sec .megamenu.first { width: 100%; position: unset; }
  .header-sec .header-bottom-inner .header-manu > ul > li.has-child { position: unset; z-index: 1; width: 100%; display: flex; background: #EBF2FF; flex-wrap: wrap; }
  .header-sec .megamenu-wrap { position: unset; z-index: 1; width: 100%; display: inline-block; }
  .header-sec .header-bottom-inner .search { width: 100%; }
  .header-sec .header-bottom-inner .search .search-icon { width: 40px; height: 22px; display: flex; align-items: center; justify-content: center; position: absolute; right: 70px; top: 22px; line-height: 0; }
  .header-sec .header-bottom .search-wrap { display: none; }
  .header-sec.search-open .header-bottom .search-wrap { width: calc(100% - 30px); display: block; margin: 0 auto; position: absolute; right: 0; left: 0; top:100%; z-index: 9; }

  .header-sec .header-top-inner .right{ z-index: 99; }
  .header-sec .header-bottom-inner .search .search-icon span { width: 22px; height: 22px; display: inline-block; }
  .header-sec .header-bottom-inner .search .search-icon span img { display: inline-block; width: 22px; height: 22px; object-fit: contain; object-position: center; }
  body.mobile-open .header-sec .header-bottom-inner a.menu-toggle span {  background: transparent; }
  body.mobile-open .header-sec .header-bottom-inner a.menu-toggle span:before {transform: rotate(45deg);bottom: 0;}
  body.mobile-open .header-sec .header-bottom-inner a.menu-toggle span:after {transform: rotate(-45deg);top: 0;}
  .header-sec .header-bottom-inner .header-manu > ul > li:last-child { position: fixed; z-index: 9; top: unset; bottom: 0; left: 0; right: 0; width: 100%; display: inline-block; }
  .header-sec .header-bottom-inner .header-manu > ul > li:last-child a { border-radius: 0; width: 100%; display: inline-block; text-align: center; padding: 15px; font-size: 20px; line-height: 30px; font-weight: 500; }
  .header-sec .header-bottom-inner .header-manu > ul > li { width: 100%; display: flex; align-items: center; justify-content: space-between;background:#EBF2FF; }
  .header-sec .header-bottom-inner .header-manu > ul > li.has-child > a.child-triggerm { width: 50px; height: 59px; display: flex; align-items: center; justify-content: center; margin: 0; padding: 18px 25px 18px 18px; }
  .header-sec .header-bottom-inner .header-manu > ul > li a.child-triggerm i {font: normal normal normal 14px/1 FontAwesome;  transition: 0.3s ease-in-out; }
  .header-sec .header-bottom-inner .header-manu > ul > li.has-child > a.child-triggerm.child-open i { transform: rotate(180deg); }
  .header-sec .header-bottom-inner .header-manu > ul > li a { font-size: 18px; line-height: 28px; font-weight: 500; padding: 14px 20px; width: 100%; display: inline-block; border: none; }
  .header-sec .header-bottom-inner .header-manu > ul > li a:hover { border: none; }
  .header-sec .header-bottom-inner .header-manu > ul > li.has-child > a { width: 100%; padding: 14px 20px; }
  .header-sec .header-bottom-inner .header-manu > ul > li a:hover { border: none; }
  /*   .header-sec .header-bottom-inner .header-manu > ul > li.has-child:hover .megamenu-wrap { pointer-events: none; } */
  .header-sec .megamenu.secound { width: 100%; flex-wrap: wrap; }

  .header-sec .header-top-inner .left ul li + li { padding-left: 10px; }
  .header-sec .megamenu.secound .lists { width: 100%; }
  .header-sec .megamenu .lists ul li a { display: flex; align-items: flex-start; justify-content: flex-start; padding: 10px 20px 10px 20px; } 
  .header-sec .megamenu.third { position: unset; width: 100%; }
  .header-sec .megamenu .lists { padding: 15px 0; }
  .header-sec .megamenu.first .lists ul { column-gap: 0; }
  .header-sec .lists .list-title { padding: 0 25px; width: 100%; }
  .header-sec .megamenu.secound .lists:nth-child(2) .list-title { width: 100%; }
  .header-sec .megamenu.secound .lists ul li a { padding: 10px 25px 10px 25px; }
  .header-sec .lists .list-title p { padding: 10px 0 10px 0; }
  .header-sec .megamenu.secound .lists .link-cta a { padding: 10px 25px; }

  .header-sec .header-bottom-inner .header-manu > ul > li:last-child { padding-left: 0px; }

  .header-sec .megamenu.fifth { width: 100%; flex-wrap: wrap; }
  .header-sec .megamenu.fifth .lists { width: 100%; }
  .header-sec .megamenu.fifth .lists ul li a { padding: 10px 25px 10px 25px; }
  .header-sec .megamenu.fifth .lists .link-cta a { padding: 10px 25px; }
  .header-sec .megamenu.fifth .whats-new { width: 100%; }
  .header-sec .megamenu .whats-new .lists { padding-left: 25px; padding-right: 25px; border-left: unset; }
  .header-sec .megamenu .whats-new .lists .list-title { width: 100%; padding: 0; }

  .header-sec .header-bottom-inner .header-manu > ul > li.has-child > a:before { content: '\f107'; font: normal normal normal 14px / 1 FontAwesome; position: absolute; top: 50%; right: 20px; font-family: 'FontAwesome'; transform: translateY(-50%); transition: 0.3s ease-in-out; }
  .header-sec .header-bottom-inner .header-manu > ul > li.has-child.child-open >a { color: #1A83C5; }
  .header-sec .header-bottom-inner .header-manu > ul > li.has-child.child-open  a:before { transform: translateY(-50%) rotate(180deg); }

}

@media(max-width:767px){
  .header-sec .header-logo a img{ width: 120px; }
  .header-sec .header-top-inner .right { display: none; }
  .header-sec .header-top-inner .left { width: 100%; text-align: center; }
  .header-sec .header-top-inner .left ul { justify-content: center;flex-wrap:wrap;gap:4px; }
  .header-sec .header-bottom-inner .header-manu > ul {  height: calc(100vh - 155px); }

  .header-sec .megamenu .lists .icon img { margin-top: 10px; }
  .header-sec .megamenu.secound .lists .icon img { margin-top: 10px; }
  .header-sec .megamenu.first .lists ul { column-count: 1; }
  .header-sec .megamenu.secound ul { column-count: 1; }

  .header-sec .megamenu .lists .manu-label p { font-size: 16px; line-height: 26px; }
  .header-sec .megamenu .lists .manu-label small { font-size: 16px; line-height: 26px; }
  .header-sec .megamenu.secound .lists .link-cta a { font-size: 16px; line-height: 26px; }
  .header-sec .megamenu .lists .manu-label { width: calc(100% - 25px); }
  .header-sec .megamenu .lists .icon { width: 25px; }
  .header-sec .megamenu .lists .icon img { width: 22px; height: 22px; }
  .header-sec .lists .list-title p { font-size: 16px; line-height: 26px; }

  .header-sec .megamenu.fifth .lists .icon img { margin-top: 10px; }
  .header-sec .megamenu.fifth ul { column-count: 1; }
  .header-sec .megamenu.fifth .lists .link-cta a { font-size: 16px; line-height: 26px; }
}
.header-sec .header-bottom-inner .header-manu > ul > li.has-child{ position:  !important; }
.header-sec .header-bottom-inner .header-manu > ul > li.has-child:nth-child(2) .megamenu-wrap {width: 100% !important;}
.header-sec .megamenu-wrap .megamenu.first { position: unset !important; margin: 0 auto; display: block; }
.header-sec .megamenu-wrap .megamenu.third { position: unset !important; margin: 0 600px 0 auto; display: block; }
.header-sec .header-bottom-inner .header-manu > ul > li.has-child:nth-child(5) .megamenu-wrap {width: 100% !important;}




/* 14-09-23 */

.header-sec .header-bottom-inner .header-manu > ul > li.has-child{position:unset !important;}
.header-sec .megamenu-wrap { width: 100% !important; }
.header-sec .megamenu { width: calc(100% - 60px) !important; display: flex !IMPORTANT; align-items: stretch; justify-content: space-between; margin: 0 auto !important; max-width: 1530px; }
.header-sec .megamenu .lists { width: 23.33%; }
.header-sec .megamenu .whats-new { width: 30%; display: inline-block; }
.header-sec .megamenu .whats-new .lists { width: 100%; }
.header-sec .megamenu .whats-new lists ul { column-count: 1; column-gap: 0; }
.header-sec .megamenu .whats-new .lists ul { column-count: 1; column-gap: 0; }

.header-sec .megamenu .whats-new ul { padding-top: 21px; }
.header-sec .megamenu .whats-new ul li { padding: 0 20px; margin-bottom: 15px; }
.header-sec .megamenu .whats-new ul li:last-child { margin-bottom: 0px; }
.header-sec .megamenu .whats-new .lists ul li .image { width: 100%; display: inline-block; vertical-align: top; }
.header-sec .megamenu .whats-new .lists ul li .image img { width: 100%; height: 110px; display: inline-block; vertical-align: top; object-fit: cover; object-position: center; border-top-left-radius: 8px; border-top-right-radius: 8px; }
.header-sec .megamenu .whats-new .lists ul li .manu-label {position:relative; width: 100%; display: inline-block; vertical-align: top; background-color: #f9f9f9; padding: 20px; }
.header-sec .megamenu .whats-new .lists ul li .manu-label p { color: #1a83c5; text-transform: uppercase; margin-bottom: 5px; }
.header-sec .megamenu .whats-new .lists ul li .manu-label  small { line-height: 20px; margin-bottom: 10px; }
.header-sec .megamenu .lists .manu-label a { font-size: 14px; padding: 0; text-decoration: underline; }
.header-sec .megamenu .lists .manu-label a:hover { color: #1a83c5; background: transparent; }


/* first */
.header-sec .megamenu-wrap .megamenu.first .lists { width: 65%; }
.header-sec .megamenu-wrap .megamenu.first .whats-new { width: 35%; }
.header-sec .megamenu-wrap .megamenu.first .whats-new .lists { width: 100%; }
.header-sec .megamenu-wrap .megamenu.first { max-width: 1300px; gap: 0; }

/* second */
.header-sec .megamenu.secound ul{column-count:2;}
.header-sec .megamenu.secound .demo-wrap { margin-left: 20px; }

/* third */
.header-sec .megamenu-wrap .megamenu.third { max-width: 900px; }
.header-sec .megamenu-wrap .megamenu.third .lists { width: 50%; }
.header-sec .megamenu-wrap .megamenu.third .whats-new { width: 50%; }
.header-sec .megamenu-wrap .megamenu.third .whats-new .lists { width: 100%; }

.header-sec .megamenu.fifth .lists ul .megamenu-cta.blue-cta { width: 100%; display: inline-block; text-align: center; margin: 16px 0 0 0; }
.header-sec .megamenu.fifth .lists ul .megamenu-cta.blue-cta a { color: #fff; padding: 14px 20px; border: none; }



@media(max-width:991px){
  .header-sec .megamenu-wrap .megamenu { flex-wrap: wrap !important;max-width: 100% !important; }
  .header-sec .megamenu-wrap .megamenu .lists { width: 100% !important; }
  .header-sec .megamenu-wrap .megamenu .whats-new { width: 100% !important; }
  .header-sec .megamenu .lists ul { column-count: 1 !important; }
  .header-sec .megamenu .whats-new ul li { padding: 0; }
  .header-sec .megamenu .whats-new .lists ul li .image img { height: auto !important; max-height: 110px; }
  .header-sec .megamenu.secound .whats-new .lists { padding-left: 0 !important; }
  .header-sec .megamenu.secound .lists ul li a { padding: 10px 0px; }
  .header-sec .megamenu {width: calc(100% - 40px) !important;}


  .header-sec .megamenu.fifth .lists ul .megamenu-cta.blue-cta { text-align: left; padding-left: 50px; }
  .header-sec .megamenu.fifth .lists ul .megamenu-cta.blue-cta a { width: auto; display: inline-block; padding: 10px 20px; font-size: 16px; line-height: 26px; }
}
