.relative{
  position: relative;
}
.hero-top-v2{
  height: 28px;
  background: #1C75BB;
  display: flex;
  justify-content: center;
  gap: 10px; 
  align-items: center;
  text-align: center;
}

.topbar .notify-text{
  color: #1D1E1F;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.topbar .nav-link{
  color: #1D1E1F;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}

.header-v2 .first-row{
  border-bottom: 1px solid #F5F7F9 ;
  padding-bottom: 14px;
  display: flex;
  justify-content: center;
}
.header-v2 .form-group-search{
  border-radius: 50px;
  border: 1px solid #DFE1E3;
  background: #FFF;
  padding: 0px 10px;
  width: 505px;
}
.header-v2 .form-group-search input{ 
  border: 0px !important;
  border-radius: 50px ;
}

.header-v2 .second-row{
  padding-top: 12.5px;
}
.header-v2 .nav-item{
  color: #1D1E1F;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  font-variant: all-small-caps;
}

.header-v2 .nav-item.active{
  text-decoration: underline;
  background-color: unset !important;
  color: #1D1E1F;
}

.home-style-V2 header .nav-circle .btn, header.header-v2 .nav-circle .btn{
  font-weight: 600;
}

.home-style-V2 header .nav-main, header.header-v2 .nav-main{
  margin-left: 0px !important;
}
.gap-2{
  column-gap: 5px;
}


.hero-sec-v3{
  background-image: url('/hero-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 467px;
  display: flex;
  align-items: center;
}

.hero-sec-v3 .search-box button{ 
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
   
.mega-menu-contents{
  padding-bottom: 88px;
}
.mega-menu-group{
  padding-top: 24px;
  font-family: "Roboto", sans-serif;
}
.mega-menu-group ul{
  list-style-type: none;
}
.mega-menu-group .grou-title{
  color: var(--color-palette-dark-text, #1D1E1F);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  font-variant: all-small-caps;
}
.mega-menu-group .mega-menu-links{
  color: #1D1E1F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  font-variant: all-small-caps; 
  opacity: 0.8;
}

.mega-menu-group .mega-menu-links:hover{
  color: #FFA31A;
}

.link-with-mega-menu .mega-menu{
  display: none;
}
.mega-menu-group ul{
  padding: 14px 0px;
}

.mega-menu-contents  .view-more-link{
  color: var(--color-palette-dark-text, #1D1E1F); 
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  font-variant: all-small-caps;
}
.over-layout{
  position: absolute;
  top: 0px; 
  background: #F8F8F8;
  width: 100%;
}

.notify-text-mobile{
  display: none;
}

.justify-m-content-between{
  justify-content: space-between;
}

.alternative-link-for-mega-menu{
  display: none !important;   
}
@media (max-width: 991px) {
  .topbar{
    display: none !important;
  } 
  .notify-text-mobile{
    padding-top: 12.5px;
    display: block;
    color: var(--color-palette-dark-text, #1D1E1F);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 14.4px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .header-v2 .second-row{
    padding-top: 0px !important;
  }
  .d-order-1{
    order: 1
  }
  .d-order-2{
    order: 2
  }
  .d-order-3{
    order: 3
  }
  .justify-m-content-between{
    justify-content: unset !important
  }

   
  .mobile-relative{
    position: relative;
  }
 
  .d-flex-grow-1{
    flex-grow: 1 !important;
  }

  .logo-nav img{
    width: 157.747px !important;
    height: auto !important;
  }
  
  header .nav-main{
    width: 100% !important;
  }

  .header-contact-info-mobile a{
    margin: 0px !important;
    padding: .5rem 1rem !important;
  }

  .mega-menu-trigger{
    display: none  !important;
  }

  .alternative-link-for-mega-menu{
    display: block !important;   
  }
}

@media (max-width: 767px) {
  header .nav-main .nav-item:first-child{
    box-shadow: unset !important;
  }
}