@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: 20px 0 !important;
}
.new-header-section .right-part {
  width: auto;
}
.new-header-section .center-part
{
  padding-left: 0 !important;
  width: auto;
}


.new-header-section .mainmenu .hs-menu-wrapper>ul[role="menu"]>li:last-child {
  display: none;
}


@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: 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%;
  }