@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Barlow:wght@400;500&display=swap');

.new-header-section .right-part a.sky-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #06c7ee;
  color: #ffffff !important;
  border: 2px solid #06c7ee;
  border-radius: 30px;
  text-decoration: none !important;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}



.new-header-section .right-part a.sky-btn:hover,
.new-header-section .right-part a.sky-btn:focus {
  background-color: transparent !important;  
  background-image: none !important;
  color: #06c7ee !important;
  border-color: #06c7ee !important;
}



.new-header-section.scrolled .right-part a.sky-btn,
.new-header-section.is-sticky .right-part a.sky-btn {
  background-color: #06c7ee;
  color: #ffffff !important;
}

.new-header-section.scrolled .right-part a.sky-btn:hover,
.new-header-section.is-sticky .right-part a.sky-btn:hover {
  background-color: transparent !important;
  color: #06c7ee !important;
  border-color: #06c7ee !important;
}


.new-header-section .hero-container .right-part a.sky-btn:hover {
  background-color: transparent !important;
}
.new-header-section .wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.new-header-section .left-part, .new-header-section .right-part .header-btn {
  width: 15%;
}
.new-header-section .logo-box {
  max-width: 100% !important;
}
.new-header-section img {
  max-width: 200px !important;
  transition: all .4s;
}
.new-header-section .center-part {
  width: auto;
}
.new-header-section .center-part
{
  padding-left: 0 !important;
}
.new-header-section .center-part .mainmenu .hs-menu-wrapper ul li {
  padding: 20px 30px 15px;
}
.new-header-section .center-part .mainmenu .hs-menu-wrapper ul li a {
  font-size: 18px;
  font-family: 'Barlow', sans-serif !important;
}
.new-header-section .right-part {
  width: auto;
}
.new-header-section .right-part {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 284px;
}
.new-header-section .right-part a.sky-btn {
  background: #0099FF !important;
  border: 2px solid #0099ff !important;
  font-family: 'Barlow', sans-serif !important;
  margin-right: 0px;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}
.new-header-section .right-part a.sky-btn
{
  display: inline-block;
  padding: 12px 30px !important;
  background-color: #06c7ee;
  color: #ffffff !important;
  border: 2px solid #06c7ee;
  border-radius: 30px;
  text-decoration: none !important;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.new-header-section .hero-container .right-part a.sky-btn:hover {
  background: #fff !important;
  color: #020e26 !important;
  border-color: #fff !important;
}
.new-header-section {
  padding: 16px 0 !important;
}
.new-header-section .right-part {
  width: auto;
}
.new-header-section .center-part
{
  padding-left: 0 !important;
  width: auto;
}

@media (min-width: 2200px) {
  .new-header-section .hero-container {
    max-width: 1600px !important;
  }
}
@media (min-width: 1401px) {
  .hero-container {
    max-width: 1600px !important;
  }
}
@media (max-width: 1440px) {
  .new-header-section .center-part .mainmenu .hs-menu-wrapper ul li {
    padding: 20px 12px 15px;
  }
  .new-header-section .hero-container
  {
    max-width: 1600px;
  }

  .new-header-section .logo-box img {
    max-width: 170px !important;
  }
}


@media (max-width: 1199px) {
  .new-header-section .center-part .mainmenu .hs-menu-wrapper ul li a {
    font-size: 13px;
  }
  .new-header-section .right-part a.sky-btn {
    padding: 12px 20px;
  }
}

@media(max-width: 1199px) and (min-width: 992px) {
  .new-header-section .center-part .mainmenu .hs-menu-wrapper ul li a {
    font-size: 11px !important;
  }
}

@media(max-width: 1024px) {
  .new-header-section .center-part .mainmenu .hs-menu-wrapper ul li {
    padding-inline: 5px;
  }
}
@media (max-width: 991px) {
  .new-header-section .right-part {
    display: none;
  }
}
@media (max-width: 767px) {
  .new-header-section .left-part{
    width: 35%;
  }
}

@media(max-width: 991px) {
  .new-header-section_wrap {
    position: relative;
  }
  .new-header-section a.mobile-trigger {
    top: 10px !important;
    right: 0 !important;
  }
}

.new-header-section__promo_banner {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding-block: 10px;
  text-align: center;
  text-wrap: balance;
  margin-bottom: 7px;
  background: #001d58;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: none;
}
.new-header-section__promo_banner_heading {
  color: #fccd17;
  font-weight: 600;
}
.new-header-section__promo_banner_heading img {
  width: 15px !important;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 3px;
}

@media(max-width: 767px) {
  .new-header-section__promo_banner {
    font-size: 12px;
  }
  .new-header-section__promo_banner_heading img {
    width: 10px !important;
    margin-top: 2px;
  }
}

{#
.new-header-section {
  padding-top: 0 !important;  
}
.new-header-section__promo_banner {
  display: block;
}
#}
