header{
  position: sticky!important;
  position: -webkit-sticky; 
  top: 0 !important;
  z-index: 9!important;
}
.container {
    max-width: 1200px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
body a:hover{
  text-decoration: unset !important;
}
.header_btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.login a {
    color: #003851;
    border: 2px solid #003851;
    border-radius: 6px;
    padding: 12px 35px;
    display: initial;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    font-family: 'Raleway';
    margin-right: 25px;
    text-transform: capitalize;
    text-decoration: none;
}
.signup a {
    color: #ffffff;
    border: 2px solid #003851;
    border-radius: 6px;
    padding: 12px 35px;
    display: initial;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'Raleway';
    background: #003851;
    text-decoration: none;
}
a.navbar-brand.mobile_logo {
    display: none;
}
.topnav #myLinks1 {
    display: none;
}
.brand-navigation {
    background-color: #fff;
    display: flex;
    justify-content: center;
    box-shadow: 1px 3px 9px 0px rgb(0 0 0 / 13%);
}
.content {
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
.navigation a {
    text-decoration: none;
    font-family: 'Raleway';
    font-weight: 500;
    color: #003851;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    position: relative;
}
ul.navigation li {
    padding: 0px 18px 0 18px;
}
.logo-nav {
    max-width: 137px;
}
.header_btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
ul.navigation li a.active {
    color: #4cc9d3!important;
    font-weight: 600;
}
ul.navigation li a.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #4cc9d3;
    left: 0;
    bottom: -9px;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0;
}
header.brand-navigation nav {
    width: calc(100% - 440px);
    text-align: left;
}
header.brand-navigation nav ul.navigation {
    justify-content: flex-start;
    padding-left: 33px;
}
.topnav {
  background-color: transparent;
  position: relative;
  margin: 0px 0px;
}
.topnav a.icon {
  background: transparent;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.topnav #myLinks {
  display: none;
}
header {
    position: relative;
}
.user span{
  opacity: 1;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: -4px;
    margin-right: 10px;
    position: relative;
    color: #003851;
}
body{
  font-family: 'Raleway';
}
p{
  margin: 0 0 10px;
  font-weight: 500;
  font-family: 'Raleway';
  color: #003851;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
}

.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.user_login{
  max-width: 267px;
  width: 100%;
}
.user {
  display: flex;
  align-items: center;
  justify-content: end;
}
.login a:hover {
    background: #10b7c4;
    color: #fff;
    border: 2px solid #10b7c4;
}
.signup a:hover {
    background: #10B7C4;
    color: #fff;
    border: 2px solid #10B7C4;
}
.login a, .signup a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
ul.user_submenu {
    display: none;
    width: 250px;
    position: absolute;
    top: 38px;
    left: -110px;
    background: #fff !important;
    z-index: 1;
    box-shadow: 0px 4px 26px rgb(0 56 81 / 15%);
    border-radius: 8px;
    padding: 0px 0 12px 0;
    border-top: 4px solid #4cc9d3 !important;
    border: 0;
}
ul.user_submenu li {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    position: relative;
}
ul.user_submenu li a {
    font-weight: 500;
    opacity: 1;
    color: #000;
    font-family: 'Raleway';
    font-size: 16px;
    text-transform: capitalize;
    line-height: 25px;
    cursor: pointer;
    display: block;
    padding: 15px 0;
}
ul.user_submenu li a:hover{
    color: #10B7C4;
}
ul.user_submenu li:not(:last-child):after {
    position: absolute;
    content: "";
    width: 86%;
    height: 1px;
    background: #00385114;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
a.cart_counter {
    display: flex;
    align-items: center;
    position: relative;
}
p.counter {
    position: relative;
    color: #fff;
    top: -4px;
    /* right: -6px; */
    font-size: 12px !important;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.circle {
    background: #4cc9d3;
    width: 19px;
    height: 19px;
    position: absolute;
    right: -10px;
    margin: 0 !important;
    border-radius: 50px;
    top: -3px;
}
p.disclaimer {
    font-size: 13px!important;
    line-height: 20px;
    opacity: 1;
    font-style: italic;
    margin-top: 20px;
    max-width: 300px;
}
.user {
    position: relative;
}
a.cart_counter {
    display: flex;
    align-items: center;
    position: relative;
}
p.counter {
    position: relative;
    color: #fff;
    top: -4px;
    /* right: -6px; */
    font-size: 12px !important;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.circle {
    background: #4cc9d3;
    width: 19px;
    height: 19px;
    position: absolute;
    right: -10px;
    margin: 0 !important;
    border-radius: 50px;
    top: -3px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #000;
    background-color: transparent;
}
ul.user_submenu li:hover {
    background: #e8f8f9;
    border-radius: 8px;
}
.dropdown-menu>li>a {
    padding: 0;
}
@media ( max-width: 980px ) {
    body header.brand-navigation nav {
      width: 100%;
      position: absolute;
      top: 44px;
      left: 0;
      background: #003851 !important;
      z-index: 1;
      padding: 0px;
    }
    img.header_cart {
      margin-left: 10px !important;
      width: 22px !important;
    }
    .navigation a {
      color: #fff;
      font-size: 14px;
      padding: 11px 0;
      display: block;
    }
    ul.navigation li {
      padding: 0;
    }
    a.navbar-brand.desktop_logo {
      display: none;
    }
    ul.navigation li a.active:before{
      display: none;
    }
    a.navbar-brand.mobile_logo {
      display: block;
      padding-left: 32px;
    }
    a.navbar-brand.mobile_logo {
      display: block;
    }
    header.brand-navigation nav ul.navigation {
      border-top: 3px solid #10b7c4!important;
      padding: 35px 35px 35px 35px;
    }
    ul.navigation {
      display: none;
    }
    .container {
      max-width: 980px;
      padding: 0px;
      display: block;
      position: relative;
      width: 90%;
    }
    .topnav{
      margin: 0px 0px;
    }
    .brand-navigation {
        display: block;
    }
    .logo-nav {
        max-width: 80px;
        margin-right: 12px;
    }
    img.user_img {
        width: 25px !important;
    }
    .content {
      height: 50px;
      padding: 5px 0;
      align-items: center;
    }
    .topnav a.icon {
        background: transparent;
        display: block;
        top: 0;
        color: #003851;
        font-size: 24px;
        opacity: 1;
    }
    .login a {
      padding: 5px 12px;
      font-size: 12px;
      line-height: 20px;
      margin-right: 10px;
    }
    .header_btn {
        margin: 0px;
        justify-content: start;
    }
    .signup a {
      padding: 5px 12px;
      font-size: 12px;
      line-height: 20px;
    }
    p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 25px;
    }
    .user_login {
        justify-content: end;
    }
    ul.user_submenu {
      width: 210px;
      top: 45px;
      right: 28px;
    }
    ul.user_submenu li {
      padding: 8px 0;
    }
    img.mobile_icon {
        padding-top: 14px !important;
    }
    ul.user_submenu {
        width: 210px;
        top: 32px;
        left: -84px;
    }
    ul.user_submenu li a {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 0;
    }
 }
 @media screen and (min-device-width: 768px) and (max-device-width: 980px) { 
    .logo-nav {
        max-width: 95px;
    }
    .login a {
        padding: 5px 20px !important;
        margin-right: 12px !important;
        font-size: 15px !important;
    }
    .signup a {
        padding: 6px 20px !important;
        font-size: 15px !important;
    }
    body header.brand-navigation nav {
        top: 49px;
    }
  }
  @media screen and (min-device-width: 981px) and (max-device-width: 1199px) { 
    body ul.navigation li {
       padding: 0px 10px 0 10px;
    }
    .logo-nav {
       max-width: 110px;
    }
    img.header_cart {
        margin-left: 15px !important;
    }
    .container {
      width: 92%;
    }
    .topnav {
      background-color: transparent;
      position: relative;
      margin: 0;
    }
    .logo-nav {
      max-width: 137px;
    }
    .login a {
      padding: 10px 20px !important;
      font-size: 14px;
      line-height: 24px;
      margin-right: 15px;
    }
    .signup a {
      padding: 10px 20px;
      font-size: 14px;
      line-height: 24px;
    }
    body header.brand-navigation nav {
      width: calc(100% - 376px);
    }
    body header.brand-navigation nav ul.navigation {
        padding-left: 0;
    }
    body .user_login {
        max-width: 200px;
    }
  }
  @media screen and (min-device-width: 1200px) and (max-device-width: 1599px) {
    .container {
      width: 92%;
    }
    .topnav {
      margin: 0px 0px;
    }
    ul.navigation li {
        padding: 0px 14px 0 14px;
    }
  }
  @media screen and (min-device-width: 981px) and (max-device-width: 3000px) { 
      .topnav a.icon{
        display: none !important;
      }
  }
