@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
body {
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.no-pad {
  padding: 0;
}

.no-marg {
  margin: 0 auto;
}

a, a:active, a:focus {
  outline: 0;
}

/*input border */
input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

/*input border */
::-moz-placeholder {
  color: #cacaca;
  opacity: 9;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
  color: #333;
}

.zoom:hover {
  transform: scale(1.2);
  transition: transform 0.6s;
}

.zoom {
  padding: 0;
  transition: transform 0.6s;
  margin: 0 auto;
}

ul {
  margin: 0px auto;
  padding: 0;
}

ul li {
  list-style: none;
}

.widget ul li::before {
  content: url(../images/chck-icon.png);
  left: 0;
  position: absolute;
  padding-left: 4px;
  color: #707070;
  font-size: 14px;
}

.widget ul {
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.widget ul li {
  margin-bottom: 3px;
  padding-left: 29px;
  position: relative;
  line-height: 29px;
  font-size: 16px;
}

/* Works on Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 1px !important;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(179, 179, 179, 0.4) transparent;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 94%;
}

.pdng-top {
  padding-top: 0;
}

header {
  position: fixed;
  top: 0;
  width: 100%; /*background-color: #ffffff78; */
  transition: all 0.4s ease; /* Smooth transition */
  z-index: 1000;
}

header.shrunk .btn-warning {
  padding: 7px 7px;
  margin-left: 13px;
  border-radius: 6px;
  transition: all 0.4s ease;
  font-size: 15px;
}

header.shrunk .logo-sapthagiri {
  width: 238px !important;
  transition: all 0.4s ease;
}

header.shrunk {
  height: auto; /* New smaller height */
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Adds depth when scrolling */
  transition: all 0.4s ease;
}

header.shrunk #top-blue-bg {
  height: 4px;
}

#top-blue-bg {
  height: 0px;
}

#top-blue-bg {
  background: #001040;
  color: #fff;
}
#top-blue-bg .container {
  justify-content: end;
}
#top-blue-bg #owl-demo-1 .item {
  padding: 7px 0;
}
#top-blue-bg .top-link-importnts ul li {
  display: inline-block;
  padding: 5px 0 5px 21px;
}
#top-blue-bg .top-link-importnts ul li:hover {
  display: inline-block;
  padding: 5px 0 5px 21px;
  color: #C69E66;
}

#mob-item_links {
  background: #C69E66;
  display: none;
  height: 37px;
}
#mob-item_links .owl-item {
  margin-right: 0px !important;
}
#mob-item_links .btn-warning {
  background: #C69E66;
  border-right: 1px solid rgba(255, 255, 255, 0.5490196078);
  color: #001040;
  font-weight: normal;
  text-transform: uppercase;
  padding: 6px 13px;
  margin-left: 0;
  border-radius: 0;
  font-size: 14px;
}

#hder-logo-menu-buttons {
  position: relative;
  padding: 12px 0;
}
#hder-logo-menu-buttons .logo-sapthagiri {
  width: 420px;
  transition: all 0.4s ease;
}
#hder-logo-menu-buttons .container {
  justify-content: space-between;
  align-items: center;
}

.mega-wrapper {
  display: flex;
  min-height: 450px;
}

.mega-left {
  width: 21%;
}

.mega-main {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-main li {
  padding: 15px 20px;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 20px;
  font-weight: 200;
}

.mega-main li.active, .mega-main li:hover {
  background: #c49c65;
}

.mega-middle {
  width: 30%;
  color: #fff;
}

.mega-sub {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-sub.active {
  display: block;
}

.mega-sub li {
  padding: 15px 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1803921569);
  font-size: 20px;
  font-weight: 200;
}

.mega-sub li.active, .mega-sub li:hover {
  background: #c49c65;
  font-weight: 600;
}

.mega-right {
  width: 45%;
  color: #fff;
}

.mega-details {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-details.active {
  display: block;
}

.mega-details li {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1803921569);
  font-size: 20px;
  font-weight: 200;
}

.offcanvas-body .accordion-button {
  padding: 1rem;
}

.offcanvas-body .accordion-body {
  padding: 0.5rem 1rem;
}

/* 1st-level items (have 2nd-level submenu) */
.mega-main li[data-menu]:not([data-menu=""]) {
  position: relative;
}

.mega-main li[data-menu]:not([data-menu=""])::after {
  content: url(../images/rigt-iicon.png);
  position: absolute;
  right: 15px;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

/* 2nd-level items (have 3rd-level submenu) */
.mega-sub li[data-sub]:not([data-sub=""]) {
  position: relative;
}

.mega-sub li[data-sub]:not([data-sub=""])::after {
  content: url(../images/rigt-iicon.png);
  position: absolute;
  right: 15px;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}

/* Hover effects */
.mega-main li:hover::after,
.mega-sub li:hover::after {
  color: #c49c65;
}

.btn-primary {
  transition: all 0.4s ease;
  background: #001040;
  border: 1px solid #001040;
  text-transform: uppercase;
  padding: 9px 18px;
  margin-left: 13px;
  border-radius: 6px;
}

.btn-warning {
  transition: all 0.4s ease;
  background: #C69E66;
  border: 1px solid #C69E66;
  color: #001040;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 18px;
  margin-left: 13px;
  border-radius: 6px;
}

.btn-warning:hover {
  transition: all 0.4s ease;
  background: #001040;
  border: 1px solid #001040;
  color: #C69E66;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 18px;
  margin-left: 13px;
  border-radius: 6px;
}

.owl-dots {
  display: none;
}

.text-white-50 {
  font-size: 16px;
}

.text-muted {
  font-size: 16px;
}

#megamennu-wd_announcemnt {
  padding: 48px 49px;
  height: 86vh;
  overflow: auto;
}

.megga-menu-hdd h4 {
  text-transform: uppercase;
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  letter-spacing: 4px;
}

.megga-menu-hdd h5 {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 45px;
  letter-spacing: 3px;
}

#megamennu-wd_announcemnt .text-white-50 {
  color: #fff !important;
}

.updates-section {
  padding-top: 6px !important;
}

.tracking-wider {
  letter-spacing: 0.2rem;
}

.announcement-card {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  background-color: rgba(0, 16, 64, 0.54);
  transition: transform 0.3s ease;
  padding: 27px !important;
}

.announcement-card:hover {
  transform: translateY(-5px);
  border-color: rgb(255, 255, 255);
  padding: 27px !important;
}

.badge-announcement {
  background-color: #c59d5f;
  color: #fff;
  padding: 5px 15px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
}

.inside-menubar {
  position: absolute;
  right: 102px;
  top: 38px;
}

/* MAIN MENU BAR */
.hero {
  width: 100%;
  display: flex;
}
.hero .menu-btn {
  position: static;
  top: 32px;
  right: 38px;
  cursor: pointer;
  letter-spacing: 3px;
  font-weight: bold;
}

.menu.active {
  opacity: 0;
  visibility: hidden;
}

.menu {
  transition: 0.52s;
  z-index: 1111;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/menu-bbg.webp) center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden; /* display: flex; flex-direction: column; justify-content: center;*/
}
.menu .btn-closee_2 {
  font-size: 17px !important;
  position: absolute;
  top: 38px;
  cursor: pointer;
  right: 41px;
  z-index: 999;
}
.menu .menu-logo-scttn {
  padding: 28px 72px 28px 28px;
  background: #001040;
}
.menu .menu-logo-scttn img {
  width: 270px;
}

.left-bg-menus {
  background: #001040;
  height: 100vh;
}

.megamenu {
  width: 100%;
  left: 0;
  right: 0;
  display: block;
  border: none;
  border-radius: 0;
  margin-top: 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.has-megamenu {
  position: static;
}

.megamenu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  border-radius: 0;
  margin-top: 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

#v-pills-l1 .nav-link.active {
  background-color: transparent !important;
  color: #00a191 !important;
  border-left: 4px solid #00a191;
}

.megamenu {
  max-height: 85vh;
  overflow-y: auto;
}

.megamenu .row.g-0 {
  display: flex;
  flex-direction: column;
}

.min-vh-50 {
  min-height: auto !important;
}

@media (min-width: 992px) {
  .has-megamenu {
    position: static;
  }
  .megamenu {
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: block;
  }
  .megamenu.show {
    display: block;
  }
  .megamenu .row.g-0 {
    flex-direction: row;
  }
  .min-vh-50 {
    min-height: 50vh !important;
  }
}
.megamenu .nav-link {
  border: none;
  border-radius: 0;
  padding: 12px 20px;
  color: #555;
  text-align: left;
  width: 100%;
}

.megamenu .nav-link.active {
  background-color: #f8f9fa !important;
  color: #00a191 !important;
  border-left: 4px solid #00a191;
}

#v-pills-l1 .nav-link.text-white.active {
  background-color: #2b2f32 !important;
}

/* --- Desktop View (992px and up) --- */
@media (min-width: 992px) {
  .has-megamenu {
    position: static;
  }
  .megamenu {
    width: 100%;
    left: 0;
    right: 0;
    border: none;
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  }
  .min-vh-50 {
    min-height: 50vh;
  }
}
@media (max-width: 991.98px) {
  .megamenu {
    border: none;
    max-height: 70vh;
    overflow-y: auto;
  }
  .megamenu .tab-pane:not(.active) {
    display: none;
  }
  .megamenu .tab-pane.active {
    display: block;
    width: 100%;
  }
  .megamenu .col-lg-2, .megamenu .col-lg-4, .megamenu .col-lg-8 {
    width: 100%;
  }
  .megamenu .nav-link {
    padding: 15px 20px !important;
    border-bottom: 1px solid #eee;
  }
}
/* --- Theme Styling --- */
.megamenu .nav-link {
  border: none;
  border-radius: 0;
  color: #555;
  font-weight: 500;
  text-align: left;
}

.megamenu .nav-link.active {
  background-color: #f8f9fa !important;
  color: #00a191 !important;
  border-left: 4px solid #00a191;
}

.mega-links li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #f0f0f0;
}

/* MAIN MENU BAR */
/* header END */
/* Footer Start */
footer {
  background: url(../images/footer-bg.webp);
  font-size: 16px !important;
  line-height: 28px;
  padding: 76px 0 68px;
  position: relative;
}
footer .container, footer .container-lg, footer .container-md, footer .container-sm, footer .container-xl, footer .container-xxl {
  max-width: 81%;
}
footer .text-warning {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 17px;
}
footer .social-icon-vertically {
  position: static;
  bottom: 75px;
}
footer .social-icon-vertically ul li {
  padding: 8px 5px;
  background: #c69e66;
  margin: 7px auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
footer .social-icon-vertically ul li a {
  color: #000;
}

.bg-bllue-fot {
  padding: 0 73px;
}

/* Footer Start */
#contn-banner-inner {
  position: relative;
}

@media screen and (min-width: 280px) and (max-width: 388px) {
  #top-blue-bg .container {
    justify-content: center;
  }
  .hder-logo-on-buttons_1s {
    display: none;
  }
  .main-menu-box {
    display: block !important;
    white-space: nowrap;
  }
  .top-link-importnts {
    width: 100%;
    display: none;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }
  #hder-logo-menu-buttons .btn-warning {
    font-size: 15px;
    padding: 7px 12px 6px;
  }
  #hder-logo-menu-buttons .btn-warning svg {
    width: 19px;
    position: relative;
    top: -1px;
  }
  #mob-item_links {
    display: inherit;
  }
  .pushy-left {
    padding: 0 21px 0 22px !important;
  }
  .left-bg-menus {
    background: none !important;
    height: 100vh;
  }
  header {
    position: static;
  }
  .pdng-top {
    padding-top: 0;
  }
  #top-blue-bg {
    padding: 2px;
  }
  #owl-demo-2 .owl-nav {
    display: none !important;
  }
  .menu .btn-closee_2 {
    font-size: 11px !important;
    top: 36px;
    right: 16px;
    z-index: 999;
    width: 2em;
    height: 2em;
  }
  .announcement-marquee {
    background: #001040 !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99 !important;
    padding: 9px 0 !important;
  }
  #main-bnanner-video-img {
    margin: 0 auto 0 !important;
  }
  #contn-banner-inner {
    margin: 0 auto 0 !important;
  }
}
@media screen and (min-width: 389px) and (max-width: 476px) {
  #top-blue-bg .container {
    justify-content: center;
  }
  .hder-logo-on-buttons_1s {
    display: none;
  }
  .main-menu-box {
    display: block !important;
    white-space: nowrap;
  }
  .top-link-importnts {
    width: 100%;
    display: none;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }
  #hder-logo-menu-buttons .btn-warning {
    font-size: 15px;
    padding: 7px 12px 6px;
  }
  #hder-logo-menu-buttons .btn-warning svg {
    width: 19px;
    position: relative;
    top: -1px;
  }
  #mob-item_links {
    display: inherit;
  }
  .left-bg-menus {
    background: none !important;
    height: 100vh;
  }
  header {
    position: static;
  }
  .pdng-top {
    padding-top: 0;
  }
  #hder-logo-menu-buttons .logo-sapthagiri {
    width: 220px;
  }
  #top-blue-bg {
    padding: 2px;
  }
  .pushy-left {
    padding: 0 30px 0 29px;
  }
  .announcement-marquee {
    background: #001040 !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99 !important;
    padding: 9px 0 !important;
  }
  #contn-banner-inner {
    margin: 0 auto 0 !important;
  }
}
@media screen and (min-width: 477px) and (max-width: 575px) {
  #top-blue-bg .container {
    justify-content: center;
  }
  .hder-logo-on-buttons_1s {
    display: none;
  }
  .main-menu-box {
    display: block !important;
    white-space: nowrap;
  }
  .top-link-importnts {
    width: 100%;
    display: none;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }
  #hder-logo-menu-buttons .btn-warning {
    font-size: 15px;
    padding: 7px 12px 6px;
  }
  #hder-logo-menu-buttons .btn-warning svg {
    width: 19px;
    position: relative;
    top: -1px;
  }
  #mob-item_links {
    display: inherit;
  }
  .pushy-left {
    padding: 0 19px !important;
  }
  .menu .menu-logo-scttn {
    padding: 17px 131px 16px 20px !important;
  }
  .pushy {
    padding-right: 49px !important;
  }
  .left-bg-menus {
    background: none !important;
    height: 100vh;
  }
  header {
    position: static;
  }
  .pdng-top {
    padding-top: 0;
  }
  #hder-logo-menu-buttons .logo-sapthagiri {
    width: 220px;
  }
  #top-blue-bg {
    padding: 2px;
  }
  .announcement-marquee {
    background: #001040 !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99 !important;
    padding: 9px 0 !important;
  }
  #contn-banner-inner {
    margin: 0 auto 0 !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-blue-bg .container {
    justify-content: center;
  }
  .hder-logo-on-buttons_1s {
    display: none;
  }
  .main-menu-box {
    display: block !important;
    white-space: nowrap;
  }
  .top-link-importnts {
    width: 100%;
    display: none;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }
  #hder-logo-menu-buttons .btn-warning {
    font-size: 15px;
    padding: 7px 12px 6px;
  }
  #hder-logo-menu-buttons .btn-warning svg {
    width: 19px;
    position: relative;
    top: -1px;
  }
  #mob-item_links {
    display: inherit;
  }
  .left-bg-menus {
    background: none !important;
    height: 100vh;
  }
  header {
    position: static;
  }
  .pdng-top {
    padding-top: 0;
  }
  #hder-logo-menu-buttons .logo-sapthagiri {
    width: 246px;
  }
  #top-blue-bg {
    padding: 2px;
  }
  #contn-banner-inner {
    margin: 0 auto 0 !important;
  }
  .announcement-marquee {
    position: fixed !important;
    background: #001040 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99 !important;
    padding: 9px 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #top-blue-bg .container {
    justify-content: center;
  }
  .hder-logo-on-buttons_1s {
    display: none;
  }
  .main-menu-box {
    display: block !important;
    white-space: nowrap;
  }
  .top-link-importnts {
    width: 100%;
    display: none;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }
  #hder-logo-menu-buttons .btn-warning {
    font-size: 15px;
    padding: 7px 12px 6px;
  }
  #hder-logo-menu-buttons .btn-warning svg {
    width: 19px;
    position: relative;
    top: -1px;
  }
  #mob-item_links {
    display: inherit;
  }
  #hder-logo-menu-buttons .logo-sapthagiri {
    width: 246px;
  }
  #top-blue-bg {
    padding: 2px;
  }
  .announcement-marquee {
    position: fixed !important;
    background: #001040 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99 !important;
    padding: 9px 0 !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1150px) {
  .btn-warning {
    text-transform: uppercase;
    padding: 8px 11px;
    margin-left: 10px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
  }
  .btn-warning:hover {
    text-transform: uppercase;
    padding: 8px 11px;
    margin-left: 10px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
  }
  #hder-logo-menu-buttons .logo-sapthagiri {
    width: 267px;
  }
  .inside-menubar {
    top: 25px;
  }
  .menu .btn-closee_2 {
    font-size: 13px !important;
    top: 24px;
    right: 53px;
  }
  #hder-logo-menu-buttons .container {
    max-width: 100%;
  }
  .pdng-top {
    padding-top: 0;
  }
  .announcement-marquee {
    position: fixed !important;
    background: #001040 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99 !important;
    padding: 9px 0 !important;
  }
  #main-bnanner-video-img .swiper {
    height: auto !important;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1240px) {
  .btn-warning {
    text-transform: uppercase;
    padding: 8px 11px;
    margin-left: 10px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
  }
  .btn-warning:hover {
    text-transform: uppercase;
    padding: 8px 11px;
    margin-left: 10px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
  }
  #hder-logo-menu-buttons .logo-sapthagiri {
    width: 267px;
  }
  #top-blue-bg #owl-demo-1 .item {
    font-size: 14px;
  }
  .inside-menubar {
    top: 27px;
  }
  .menu .btn-closee_2 {
    font-size: 13px !important;
    top: 27px;
    right: 53px;
  }
  #hder-logo-menu-buttons .container {
    max-width: 100%;
  }
  .pdng-top {
    padding-top: 0;
  }
}
@media screen and (min-width: 1241px) and (max-width: 1340px) {
  .btn-warning {
    text-transform: uppercase;
    padding: 8px 11px;
    margin-left: 10px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
  }
  .btn-warning:hover {
    text-transform: uppercase;
    padding: 8px 11px;
    margin-left: 10px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
  }
  #hder-logo-menu-buttons .logo-sapthagiri {
    width: 267px;
  }
  #top-blue-bg #owl-demo-1 .item {
    font-size: 14px;
  }
  .inside-menubar {
    top: 29px;
  }
  .menu .btn-closee_2 {
    font-size: 13px !important;
    top: 29px;
    right: 53px;
  }
}
@media screen and (min-width: 1341px) and (max-width: 1399px) {
  #hder-logo-menu-buttons .btn-warning {
    padding: 10px 10px;
  }
  .inside-menubar {
    top: 29px;
  }
  .menu .btn-closee_2 {
    font-size: 13px !important;
    top: 29px;
    right: 53px;
  }
  .btn-warning {
    padding: 7px 18px;
  }
  .btn-warning:hover {
    padding: 7px 18px;
  }
  #hder-logo-menu-buttons .logo-sapthagiri {
    width: 335px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .inside-menubar {
    top: 34px;
  }
  .menu .btn-closee_2 {
    font-size: 13px !important;
    top: 34px;
    right: 49px;
  }
  .btn-warning {
    padding: 7px 18px;
  }
  .btn-warning:hover {
    padding: 7px 18px;
  }
  #hder-logo-menu-buttons .logo-sapthagiri {
    width: 335px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1599px) {
  .inside-menubar {
    top: 31px;
  }
  .menu .btn-closee_2 {
    font-size: 17px !important;
    top: 30px;
    right: 41px;
  }
  #hder-logo-menu-buttons .logo-sapthagiri {
    width: 375px;
  }
}/*# sourceMappingURL=header-style.css.map */