:root {
  --clr-main: #212e4e;
  --clr-white: #fff;
}

.header2 .logo {
  flex-shrink: 0;
}

.header2 .header-right,
.nav-ctas {
  column-gap: 2vw;
}

.header2 .btn_sm {
  /* padding: 0.6rem;
  padding-top: 0.7rem; */
  min-width: 8.375rem;
  margin: 0;
  font-size: 17px;
  padding: 0.8rem 1.5em;
}

.nav-list,
.nav-ctas {
  list-style: none;
}

.nav-list {
  display: flex;
  column-gap: 2vw;
  align-items: center;
  margin-bottom: 0;
  text-transform: uppercase;
}

.nav-list > * {
  flex: 1;
  flex-shrink: 0;
  min-width: max-content;
}

.nav-list a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0.6rem;
  font-size: 17px;
}

.nav-list a:hover {
  color: var(--clr-white);
}

.nav-list a::before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  background: #fff;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-list a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.nav-ctas {
  margin-bottom: 0;
  display: flex;
  padding-right: 9px;
}

.phone {
  display: none;
}

.phone img {
  width: 25px;
  height: 25px;
}

.phone-btn {
  vertical-align: middle;
}

.header2 .open-menu-btn {
  display: none;
}

.menu-navgrp-one,
.menu-navgrp-two {
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 1.1s;
}

@media screen and (max-width: 1649px) {
  .header2 .open-menu-btn .lines {
    right: 10px;
  }
  .header2 .open-menu-btn {
    display: block;
    margin-top: 2px;
  }

  .menu-navgrp-one {
    display: none;
  }

  /* .mobile-navgrp-two, */
  .mobile-navgrp-ctas {
    display: none;
  }

  .opened_menu .menu-navgrp-one,
  .opened_menu .menu-navgrp-two {
    /* display: none; */
    opacity: 0;
    visibility: hidden;
  }
}

/* @media screen and (max-width: 1499px) {
  .header2 .open-menu-btn .lines {
    right: 10px;
  }
  .header2 .open-menu-btn {
    display: block;
    margin-top: 2px;
  }

  .menu-navgrp-one {
    display: none;
  }

  /* .mobile-navgrp-two, */
/* .mobile-navgrp-ctas {
    display: none;
  } */

/* .opened_menu .menu-navgrp-one, .opened_menu .menu-navgrp-two { */
/* display: none; */
/* opacity: 0;
    visibility: hidden; */
/* } 
} */

@media screen and (max-width: 1200px) {
  .menu-navgrp-two {
    display: none;
  }

  .mobile-navgrp-two {
    display: block;
  }

  .phone {
    display: block;
    margin-top: 8px;
  }

  .nav-ctas {
    display: flex;
    padding-right: 0;
  }

  .header2 .open-menu-btn .lines {
    right: 0;
  }

  .header2 .open-menu-btn {
    margin-left: 0;
  }
}

@media screen and (max-width: 1099px) {
  /* .menu-navgrp-two {
    display: none;
  }

  .mobile-navgrp-two {
    display: block;
  } */

  /* .phone {
    display: block;
    margin-top: 8px;
  }

  .nav-ctas {
    display: flex;
    padding-right: 0;
  }

  .header2 .open-menu-btn .lines {
    right: 0;
  }

  .header2 .open-menu-btn {
    margin-left: 0;
  } */
}

@media screen and (max-width: 767px) {
  .phone {
    margin: 0 10px;
    margin-bottom: 2px;
  }

  .mobile-navgrp-ctas {
    display: block;
  }

  .nav-ctas {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 875px) {
  .menu-wrap2 .bottom {
    margin: unset;
    width: 100%;
  }

  .menu-wrap2 .bottom_wrap {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 3vh;
  }

  .menu-wrap2 .bottom__links a {
    display: block;
  }

  .menu-wrap2 .bottom__links {
    display: flex;
  }
}
/* 1920
1800
1440
1200
991
767
@media screen and (max-height: 800px) and (min-width: 1440px) */
