:root {
  --main: #239efd;
  --mainsec: #59d6c6;
  --white: #fff;
  --black: #000;
  --grey: #f5f5f5;
  --grey-bg: #e8ebf2
  --mainsec: #ffc935;
}

/* header */
#headerPanel {
background: linear-gradient(to right, #66ded0 26%, #25a0fc 70%);
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.42);
}
    .navbar-expand-lg .navbar-collapse {
        justify-content: space-between;}
.header-fixed nav {
  background: var(--navlink);
}
.header-fixed{position: fixed;width: 100%;z-index: 999;}

.current.nav-link {
  color: #2ea9f6 !important;
}

header .navbar-light .navbar-nav .nav-link {
  color: var(--black);
  padding: 0.7rem 0.5rem;
  font-weight: 500;
  font-size: 1rem;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: var(--main);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: var(--mainsec);
}

header .navbar-light .navbar-nav .nav-link.get-quote {
  background: var(--navlink);
  color: #fff;
  border-radius: 0px;
  padding: 0.7rem 25px;
}

header .navbar-s {
  padding-left: 0;
  padding-right: 0;
}

.get-btn, .mobile-btn {
  display: none;
}

header .container {
  max-width: 1300px;
  width: 95%;
}


.headerFixed{position: fixed;
    width: 100%;
    padding: 0px 0;
    z-index: 999;
    top: 0;
    left: 0;}

.nav-links-mobile {
  display: none;
}

.navbar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.navbar-container, .navbar-logo {
  align-items: center;
  display: flex !important;
}

.navbar-logo {
  justify-self: start;
  margin-left: 20px;
  cursor: pointer;
  text-decoration: none;
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.fa-typo3 {
  margin-left: 0.5rem;
  font-size: 1.8rem;
}

.nav-menu {
  display: flex;
  grid-template-columns: repeat(5, auto);
  list-style: none;
  text-align: center;
  width: 100%;
  justify-content: start;
  margin-bottom: 0rem;
  flex-direction: row;
  padding-left: 9rem;
  column-gap: 1rem;
}

.search-menu {
  display: flex;
  grid-template-columns: repeat(5, auto);
  grid-gap: 12px;
  list-style: none;
  text-align: center;
  width: 100%;
  margin-bottom: 0rem;
  flex-direction: row;
  padding-left: 0px;
}

.nav-links {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  padding: 0.5rem 0.5rem;
  margin-top: 6px;
}

.nav-links:hover {
  border-bottom: 2px solid #00afe2;
  color: #00afe2;
}

.fa-bars {
  color: var(--main);
}

.nav-links-mobile {
  display: none;
}

.menu-icon {
  display: none;
}

.navbar .accordion {
  display: none;
}

.valign {
  align-items: center;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

/* .fixed-top{background: var(--main);} */
.top-header {
  border-bottom: 1px solid #ddd;
  padding-right: 1.2rem;
}

.top-header ul {
  list-style-type: none;
  display: flex;
  justify-content: end;
  margin-bottom: 0rem;
}

.top-header li {
  border: 1px solid #ddd;
  padding: 0.3rem 1.5rem;
}

.top-header li a {
  color: #000;
  font-weight: 800;
  font-size: 0.9rem;
}

@media screen and (max-width: 960px) {
  .navbar-container{justify-content: space-between;}
  .fixed-top {
    background: var(--main);
  }

  .menu-icon svg {
    color: var(--main);
  }

  header nav.navbar ul.navbar-nav li a.nav-link {
    color: #fff;
  }

  .accordion .accordion-item.active .panel {
    max-height: 500px;
    transition: 0.25s ease-in;
    text-align: left;
    background-color: #fff;
  }

  .navbar .accordion {
    display: block;
  }

  .nav-links-mobile {
    display: block;
    text-align: center;
    margin: 2rem auto;
    border-radius: 4px;
    width: 80%;
    text-decoration: none;
    font-size: 1.5rem;
    background-color: transparent;
    color: #00afe2;
    padding: 14px 20px;
    border: 1px solid #00afe2;
    transition: all 0.3s ease-out;
  }

  .nav-links-mobile:hover {
    background: #fff;
    color: #242424;
    transition: 250ms;
  }

  .NavbarItems {
    position: relative;
  }

  .testy-data {
    height: 14vh;
  }

  .testimonial-details {
    height: 38vh;
  }

  .border-bg {
    position: absolute;
    z-index: -1;
    transition: all 0.8s;
    margin-bottom: -2.2rem;
    margin-right: -1rem;
    margin-top: 2rem;
    margin-left: 8%;
  }

  .contact-box-inner {
    margin-top: 3rem;
  }

  .hidden-xs {
    display: none !important;
  }

  .footer-top {
    padding: 23px 5px 34px;
  }

  .nav-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: -100vw;
    opacity: 1;
    transition: all 0.5s ease;
    grid-gap: 0px;
  }

  .nav-menu.active {
    background: var(--main);
    left: 0;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 1;
    padding: 0px 10px;
    position: fixed;
    padding-top: 0rem;
    height: 100vh;
    justify-content: center;
    right: 0rem;
    width: 100vw;
    z-index: 99;
  }

  .nav-links {
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 0px;
  }

  .nav-links:hover {
    color: #242424;
    border-radius: 0;
  }

  .navbar-logo {
    position: absolute;
    top: 2px;
    left: -15px;
  }

  .nav-item {
    display: flex;
    text-align: left;
    border-bottom: 1px solid var(--grey);
    flex-direction: column;
  }

  .item-border {
    border-bottom: 0px solid var(--grey);
  }

  .nav-menu .nav-item:last-child {
    border-bottom: 0px solid var(--grey);
  }

  .menu-icon {
    display: block;
    position: absolute;
    right: 0rem;
    transform: translate(-25%, 3%);
    font-size: 1.8rem;
    cursor: pointer;
    z-index: 999999;
  }

  .fa-times {
    color: #a8123a;
    font-size: 2rem;
    left: 12.5rem;
    position: absolute;
  }

  .nav-links-mobile {
    display: block;
    text-align: center;
    margin: 2rem auto;
    border-radius: 4px;
    width: 80%;
    text-decoration: none;
    font-size: 1.5rem;
    background-color: transparent;
    color: #00afe2;
    padding: 14px 20px;
    border: 1px solid #00afe2;
    transition: all 0.3s ease-out;
  }

  .nav-links-mobile:hover {
    background: #fff;
    color: #242424;
    transition: 250ms;
  }

  
}

.navbar-nav > li > .dropdown-menu{
  right: 0;    
  left: inherit;
}
.navbar-nav > li.dropdown.open .my-menu a{
  position:relative;
  padding-left:40px; 
}
.navbar-nav.nav-options li.dropdown.open .my-menu a > i{
  position:absolute;
  left:10px;
  top:10px;
}
.mega-dropdown {
  position: static !important;
  width:100%;
}
.navbar-brand{
  padding:4px;
}
.mega-dropdown-menu,.dropdown-menu{
    padding:0px;
    box-shadow:none;
    border:1px solid #efefef;
}
.mega-dropdown-menu {
    padding: 20px 10px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #eee;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a,.dropdown-menu > li > a {
    display: inline-block;
    color:#283e4a;
    padding: 6px 14px;
    clear: both;
    font: 300 14px Roboto,sans-serif;
    cursor: pointer;
    line-height:1.42857143;
    white-space: normal;
}
.dropdown-menu > li > a {
  display:block;
  line-height: 35px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
  text-decoration: none;
  color: #01a2dc;
  background-color: #fff;
}
.mega-dropdown-menu .dropdown-header { 
  color:#00A1DB;
  font: 400 16px Roboto,sans-serif;
  padding:10px;
}