
.innermenubox-2,.header-logo-2{
  display: none;
}

.buy-now-btn a {
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 800;
  letter-spacing: 1px;
  color: #ffffff;
  width: 100%;
  max-width: 140px;
  height: 50px;
  background: #860000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border: 1px solid #ffffff;
}

/* --------------------------Top Bar---------------------------- */
input:focus-visible {
    outline: none !important;
}
.contact_details ul li {
  list-style: none;
  display: inline;
  color: var(--heading-text-color);
}
.top_bar {
  width: 100%;
  padding: 0;
  text-align: center;
}
.contact_details, .newsletter-iconimg, .fixed-header .side-navigation {
  text-align: center;
}
.contact_details ul li.search-box span {
  border: none;
  padding: 15px 18px;
  margin-right: 0;
}
.contact_details ul li span {
  padding-right: 10px;
}
.contact_details i{
  font-size: 14px;
  cursor: pointer;
}
.serach_outer i{
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
}
.contact_details p {
  font-size: 15px;
  margin: 0 0 0 !important;
}
p.hi_bold, .side-navigation ul ul li:hover > a {
  color: #1e1d1c;
}
p.hi_normal {
  color: #757575;
}
.contact_details ul li span i {
  padding-right: 6px;
  color: #4bcdfc;
}
.contact_details ul li a, #site_top .con-info i, #site_top .details a, #footer_box .widget_calendar caption, #footer .copyright a:hover {
  color: #fff;
}
.socialbox a i, .social_widget a i {
  font-size: 20px;
  letter-spacing: 0px;
  width: 24px;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
#site_top .con-info span{
  background-color:#4bcdfc;
  padding: 8px;
  border:2px solid #fff;
}
#site_top .con-icons{
  padding-top: 10px;
}
#site_top .con-det{
  padding-left: 0;
}
#site_top .details-title
{
  /* font-family: "Montserrat"; */
  font-weight: bold;
  font-style: italic;
  font-size: 13px;
  color:#13182c;
}
#site_top .details{
  /* font-family: "Montserrat"; */
  font-size: 13px;
  color:#fff;
  padding-left: 3px;
  font-weight: bold;
}
.contact_spaninfo{
  margin-right: -7%;
}
#site_top .socialbox a{
  display: inline-block;
  margin-right: 0px;
  transition: 2s;
}
#site_top .socialbox a:hover{
  color:#4bcdfc;
  transform: scale(1.2);
}
#site_top .socialbox a i{
  color:#fff;
  font-size: 20px;
}
.socialbox .apply-online{
  color:#fff;
  font-family: Montserrat;
  font-weight: bold;
  padding: 10px 12px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0px 4px;
}
.socialbox .apply-online:hover{
  color: #1e2027;
}
.shake-effect:hover i {
  transform: scale(1.3);
  /* transition: ease-out 0.5s; */
  -webkit-animation: wiggle .05s alternate ease infinite;
  animation: wiggle .05s alternate ease infinite;
}
@keyframes wiggle {
  from { transform: rotate(0deg); }
  to   { transform: rotate(20deg); }
}
@-webkit-keyframes wiggle {
  from { -webkit-transform: rotate(0deg); }
  to   { -webkit-transform: rotate(20deg); }
}
/*----------Sticky Header------*/
.fixed-header {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  background: #fff;
  box-shadow: 2px 2px 10px 0px #000;
  z-index: 999999;
}
.fixed-header #mySidenav{
  margin: 12px 0;
}
.fixed-header .header-wrap {
  background-color: #ffffff;
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  transform: translateX(-0%) !important;
}
/* --------------------------Header---------------------------- */
.blog #header .menubar{
  margin-top: 0%;
  border-radius: 0px 0px 10px 10px;
  border: none;
  background: #e4e4e4;
  width: 100%;
  top: 0px;
  position: static;
}
.home .page-template #header .menubar{
  width: 100%;
  background: #fff;
  top: -39px;
}
#header .col-lg-2.col-md-3.top_bar_btn {
  margin-top: 5px;
}
#header .logo img{
  max-height: 123px;
  width: auto;
}
#header {
  width: 100%;
}
#topbar {
  border-top: 10px solid #435061;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.home #header .menubar{
  border: none;
  width: 100%;
}
.neseted-inner {
  top: 0;
  position: absolute;
}
.continnerbox {
  background-size: 100% 100%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo h1, #footer .logo h1, #header .logo p.site-title {
  font-weight:700;
  padding:0;
  font-size:18px;
  font-weight:bold;
  margin-top: 0;
}
.logo {
  padding: 30px ;
}
.logo a.custom-logo-link{
  color:var(--color2);
}
.logo h1 a, .logo h1 a, .logo p.site-title a{
  color: #262626;
  text-transform: uppercase;
}
.logo p{
  color: #262626;
  margin-bottom: 0;
  font-size: 14px;
}
#header .top-contact{
  padding: 12px 0;
  font-size: 15px;
}
.menubar .social-media{
  padding:12px 0;
  text-align:center;
}

#header .search-icon i{
  cursor: pointer;
}
.apply-button {
  text-align: right;
  /* margin: 10px 0; */
}

.apply-online:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {transform: translateY(-40px);}
  100% {transform: translateY(0px);}}
.close-sidebar {
  font-size: 25px;
  text-align: right;
  color: #fff;
  padding: 10px;
}
.headerbar {
  font-size: 25px;
  font-weight:900;
}
.side-navigation ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.side-navigation ul ul {
  position: absolute;
  left: -10px;
  top: 85px;
  background: var(--heading-text-color);
  min-width: 290px;
  z-index: 9999;
  display: none;
}
.side-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.side-navigation ul ul li,
.menubar.scrolled .side-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid var(--heading-text-color);
}
.side-navigation ul ul li:last-child{
  border-bottom: 0;
}
.side-navigation ul li:hover > ul{
  display: block !important;
  animation:fadeInRight .3s ease;
  -webkit-animation:fadeInRight .3s ease;
}
.side-navigation ul li.menu-item-has-children>a:after {
  content: "\f107";
  position: static;
  margin-left: 5px;
  font-family: "font awesome 5 free";
  font-weight: 900;
  float: right;
}
ul.sub-menu li {
  height: auto !important;
  padding: 15px 0;
  border-bottom: 1px solid #860000 !important;
}
ul.sub-menu li a {
  padding: 0 10px;
}


@keyframes fadeInRight{
 0%{opacity:0; transform:translate3d(10 0%,0,0)}
 100%{opacity:1; transform:none;}}
 /* .side-navigation #menu-primary-menu .current_page_item > a,
 .side-navigation #menu-primary-menu .current-menu-item > a,
 .side-navigation #menu-primary-menu .current_page_ancestor > a{
  color: var(--color2);
} */
/* .side-navigation .menu > ul > li.highlight{
  background-color: #4bcdfc;
} */
.side-navigation .menu > ul > li.highlight:hover{
  background: transparent !important;;
}
.menubar.scrolled .menu > ul > li:hover > a:after,
.menubar.scrolled .menu > ul > li.current_page_item > a:after,
.menubar.scrolled .menu > ul > li.current-menu-item > a:after{
  height: 2px;
}
.menu > ul > li.exoplanet-search:after{
  background: transparent !important;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
  float: left;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
/*-----------------Search pop up----------------*/
 .serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.closepop {
  position: absolute;
  top: 5%;
  transform: translateY(-5%);
  width: 100%;
  right: 10px;
  text-align: right;
  z-index: 999999;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  border: 1px solid #bababf;
  padding: 20px 0;
  border-radius: 0;
  background: var(--heading-text-color);
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
input.search-input {
  border: none;
  background: transparent !important;;
  padding-left: 20px;
  width: 100%;
  max-width: 87%;
}
input.search-input::placeholder {
  font-family: 'Open Sans';
  color: #7e7e7e !important;
  font-size: 14px;
}
button.search-submit {
  border: none;
  background: transparent !important;;
}
.search_popup label {
  background: transparent !important;;
  width: 86%;
  border: 1px solid #ffffff;
}
.search_popup input.search-field {
  padding: 1.5% 10px 1.5% 0;
  background: transparent !important;;
  width: 100%;
  text-indent: 8px;
}
.social-media .dashicons{
  margin: 0 6px;
  padding: 0;
}
.menubar .social-media a:hover{
  color:#3890cb;
}
/* Back to top button css */
.scrollup {
  position: fixed;
  display: none;
  bottom: 60px;
  right: -30px;
  margin:0;
  font-size: 18px;
  font-weight: 600;
  transform: rotate(-90deg);
  text-shadow: 1px 1px #000;
  z-index: 9999999999;
}
.scrollup.left{
  left: 15px;
  right: auto;
}
.scrollup.center{
  left: 45%;
  right: 44%;
}

.scrollup span {
  display: inline-block;
}
.scrollup i{
  margin-left: 10px;
  transform: rotate(90deg);
}
/* ----------- Newsletter ---------------- */
.sub-menu li:hover {
  background-color: #860000;
}
.sub-menu li a {
  font-weight: 500 !important;
}

/*---------------- Footer Section ----------------------*/
div#footer_box .container {
    width: 100%;
    max-width: 1710px;
}
div#footer {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
.footer-top {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
}
#footer form.search-form{
  border: none;
  background: transparent !important;;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  border: 1px solid;
  margin: 2px 2px;
}
#footer textarea{
  height: 100px;
}
#footer p.post-date {
  color: var(--heading-text-color);
  padding-bottom: 50px;
  font-size: 11px !important;
}
.copyright p {
  margin-bottom: 0;
}
.socialbox {
  float: right;
  font-size: 13px;
  line-height: 20px;
  color: #717271;
}
#footer{
  text-align:center;
  color:#fff;
  text-align:left;
  background-repeat: no-repeat;
  background-size: cover;
}
#footer input{
  padding:8px 8px;
  float:left;
  margin:0px 0;
  border-radius:0px;
  height: 100%;
  border: none;
  background-color: transparent;
  color: #000000
}
p.tag-input-btn br , p.tag-input br  {
  display: none !important;
}
.custom-social-icons a {
  color: var(--heading-text-color);
}
#footer .copyright{
  padding:25px 0 0;
}
.copyright-img {
  text-align: end;
}
.footer-copy {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
  line-height: 32px;
}
.footer-copy p,.footer-copy a{
  color: #000000 !important;
  font-family: Open Sans;
  font-size: 16px;
}
.widget_recent_entries img{
  width: 100px;
}
#footer ul li:before {
  font-size: 13px;
  line-height: 30px;
  color: #717271;
  margin-right: 5px;
  display: none;
}
#footer ul li {
  list-style: none;
  margin: 0 0 0px 0;
  text-align: left;
  display: block;
  font-weight: 600;
  font-size: 13px;
}
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
  margin-bottom: 5px !important;
}
#footer_box .sub-menu, #our-newsletter .newsletter h3:after, amp-sidebar#sidebar1, .headerbar, .footer_hide{
  display: none;
}
.sub-menu li:hover a{
  color: var(--heading-text-color) !important;
}
.sub-menu li{
  margin-top: 0;
}
#footer_box .socialbox i{
  color:#525b80;
  margin-left: 15px;
}
#footer .widget_media_gallery img{
  padding-right: 25px;
  border:none;
}
.custom-social-icons a {
  padding-right: 20px;
}
/* Icon Grow */
#header .hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#header .hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#header .hvr-icon-grow:hover .hvr-icon,
#header .hvr-icon-grow:focus .hvr-icon,
#header .hvr-icon-grow:active .hvr-icon {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

                                                    /* My Custom Css */

/* Top Bar */
#site_top {
  display: none;
}


/* Header */
#header {
  position: relative;
}
.home .header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: transparent !important;;
}
.header-wrap {
  background: #860000;
}
.header-menu-icons {
  display: grid;
  grid-template-columns: 2fr 0.4fr 0.5fr;
}
.menu-primary-menu-container ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  padding-right: 30px;
}
.menu-primary-menu-container ul li {
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
.menu-primary-menu-container ul li a {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
}
.header-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 30px;
  border-left: 1px solid #ffffff;
  margin: 15px 0px;
  border-right: 1px solid #ffffff;
}
.header-btns {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  padding-left: 30px;
  gap: 20px;
}
.header-contact-btn a {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  width: 100%;
  max-width: 160px;
  height: 50px;
  color: #ffffff;
  background: #860000;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px
}
.serch-popup-2 {
  text-align: center;
}
span.cart-counter {
  display: none;
}
button#search-pop {
  padding: 0;
}
.menu-primary-menu-container ul li.current-menu-item {
  position: relative;
}
.menu-primary-menu-container ul li.current-menu-item:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

/* Footer */
.f1 {
  text-align: center;
}
.menu-footer-menu-container ul {
  display: flex;
  align-items: center;
  gap: 92px;
}
.row.foot-col {
  align-items: center;
  row-gap: 70px;
}
h3.widget-title,h3.top_title,.custom-html-widget h3 {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  text-align: left;
  color: #000000;
  text-transform: capitalize;
}
.f1 ul li a,.f2 ul li a,.f3 ul li a,.f4 ul li a,.ft-main-1 p a,.ft-main-2 p a,.ft-main-3 p a,.custom-html-widget p,.menu-footer-menu-container ul li a,p.news-text{
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  color: #000000 !important;
  padding: 0;
  margin: 0;
}
.ft-main-1 p,.ft-main-2 p,.ft-main-3 p,.ft-main-1 table,.ft-main-2 table,.ft-main-3 table {
  margin: 0
}
.widget_wpb_social_widget .custom-social-icons {
  text-align: center;
}
.social_widget H3 {
  display: none;
}
.news-form {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: end;
}
p.tag-input,p.tag-input-btn {
  margin: 0;
}
p.tag-input-btn input {
  background-color: #860000 !important;
  width: 100%;
  max-width: 50px;
  height: 50px !important;
  color: transparent !important;
  border-radius: 50% !important;
}
p.tag-input-btn {
  position: absolute;
  right: 13px;
}
.news-inp-btn div {
  display: flex;
  align-items: center;
  position: relative;
  width: 520px;
}
.news-input input {
  border: 1px solid #000000 !important;
  height: 45px !important;
  border-radius: 100px !important;
}
p.tag-input.news-input {
  width: 100%;
  max-width: 97%;
}
p.tag-input-btn:before {
  content: '\f1d8';
  font-size: 22px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-input input::placeholder {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  color: #000000;
  padding-left: 20px;
}
.copyright .container {
  border-top: 1px solid #282828;
  padding: 20px 0;
}
.f4 .custom-social-icons a i {
  font-size: 18px;
  width: 40px;
  height: 40px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f4 .custom-social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width:1260px) and (max-width:1800px){
  /* Header */
  .menu-primary-menu-container ul { padding-right: 10px; }
  .sreach-home { display: none; }
  .serch-popup-2,.whishlist { display: block; text-align: center; }
  .header-btns { grid-template-columns: 1fr; grid-gap: 0; padding-left: 10px; }
  .cart a { justify-content: center; }
  .header-btns .cart { display: block; text-align: center; }
  .header-menu-icons { grid-template-columns: 2fr 0.3fr 0.5fr; }
  .header-icon { padding: 0 10px; }
  .menu-primary-menu-container ul { gap: 25px; }

  /* Footer */
  .row.news-inp-btn div { max-width: 100%; }
  .menu-footer-menu-container ul { gap: 75px; }
  .news-form { gap: 10px; }
  p.news-text { font-size: 14px; }
  ul#menu-primary-menu-2 li {align-content: space-evenly;}

}

@media screen and (min-width: 1010px) and (max-width:1250px){

  /* Header */
  .mblmenu { width: 100%; height: 100vh; display: none; position: fixed; top: 0; left: 0; z-index: 99; }
  .close-sidebar i { color: #ffffff !important; }
  .mblmenu_blank { position: absolute; width: 100%; height: 100%; background: #00000087; overflow: hidden; z-index: 9; }
  .menu-primary-menu-container ul { flex-direction: column; gap: 0; line-height: 30px; }
  .side-navigation ul li { flex-direction: column; align-items: flex-start; height: 100% !important; width: 100%; border-bottom: 1px solid #ffffff; }
  .side-navigation ul li a { padding: 10px 15px; color: #ffffff; text-align: left; font-size: 15px; font-weight: 600 !important; width: 100%; line-height: 35px; }
  .side-navigation ul ul li { border-bottom: 1px solid #303030 !important; }
  .sub-menu li:hover a { color: #000000 !important; }
  .container { padding: 0 0.5rem; }
  .header_row { padding: 10px 0rem; }
  #sidebar2 { height: 100vh; width: 50%; position: fixed; z-index: 9999999; top: 0px; left: 0; overflow-x: hidden; transition: .5s; background-color: #860000; }
  .buy-now-btn a { font-size: 12px; letter-spacing: 0; width: 110px; height: 40px; }
  .header-btns { display: grid; grid-template-columns: 1fr; grid-gap: 10px; padding-left: 15px; }
  .hamburger i:before { text-align: end !important; color: #ffffff !important; }
  .serch-popup-2,.whishlist { text-align: center; }
  .serch-popup-2 button { padding: 0; }
  .innermenubox-2, .header-logo-2,.header-btns .cart { display: block; text-align: center; }
  .header-logo,.appointment-btn { display: none; }
  .innermenubox-2 .headerbar .hamburger { display: flex; align-items: center; }
  .header-contact-btn a { font-size: 14px; height: 40px; }
  .header-menu-icons { grid-template-columns: 1.5fr 0.5fr 1fr; }
  .header-icon { margin: 0; }
  .header-menu-icons { display: grid; grid-template-columns: 1.5fr 0.4fr 0.5fr; }
  .header-menu { display: flex; align-items: center; justify-content: end; padding-right: 20px; }
  .menu-primary-menu-container ul li.current-menu-item:before { left: 7%; transform: translateX(-50%); }

  /* Footer */
  .socialbox a i, .social_widget a i { font-size: 20px; width: 20px; }
  .f2 .widget-title, .f3 .widget-title, .f4 .top_title, .f4 h3.widget-title { font-size: 20px; line-height: 26px; }
  div#footer { padding: 30px 0; margin: 30px 0 0; }
  .f1,.f2,.f3,.f4 { padding-left: 0px; }
  .custom-social-icons { width: 90%; padding-top: 30px; }
  .textwidget p { font-size: 14px; line-height: 26px; }
  .custom-social-icons { padding-top: 10px;  }
  .foot-col { grid-template-columns: 1fr 1fr 1fr; grid-row-gap: 20px; }
  .menu-footer-menu-container ul,.news-form { justify-content: center; }
  .f4 .custom-social-icons { width: 100%; }
  .row.foot-col { row-gap: 40px; }
}

@media screen and (min-width: 660px) and (max-width:1000px) {

  /* Top Bar */
  .top_bar_wrapper { justify-content: center; }

  .mblmenu { width: 100%; height: 100vh; display: none; position: fixed; top: 0; left: 0; z-index: 99; }
  .close-sidebar i { color: #ffffff !important; }
  .mblmenu_blank { position: absolute; width: 100%; height: 100%; background: #00000087; overflow: hidden; z-index: 9; }
  .menu-primary-menu-container ul li a { padding: 0px 35px; }
  .innermenubox-2,.header-logo-2 { display: block; text-align: center; }
  .menu-primary-menu-container ul { flex-direction: column; gap: 0; }
  .side-navigation ul li { flex-direction: column; align-items: flex-start; height: 100% !important; width: 100%; border-bottom: 1px solid #ffffff; }
  .side-navigation ul li a { padding: 10px 15px; color: #ffffff; text-align: left; font-size: 15px; font-weight: 600 !important; width: 100%; line-height: 30px; }
  .side-navigation ul ul li { border-bottom: 1px solid #303030 !important; }
  .sub-menu li:hover a { color: #000000 !important; }

  /* Header */
  .container { padding: 0 0.5rem; }
  .header_row { padding: 15px 0rem; }
  #sidebar2 { height: 100vh; width: 50%; position: fixed; z-index: 9999999; top: 0px; left: 0; overflow-x: hidden; transition: .5s; background-color: #860000; }
  .innermenubox,.header-logo { display: none; }
  .buy-now-btn a { font-size: 12px; letter-spacing: 0; width: 110px; height: 40px; }
  .header-btns { grid-template-columns: 1fr; padding-left: 15px; gap: 0px; }
  .header-menu-icons { display: grid; grid-template-columns: 2fr 0.6fr 1fr; }
  div#open_nav { display: flex; align-items: center; justify-content: flex-start; }
  .hamburger i:before { text-align: end !important; color: #ffffff !important; }
  .header-menu { display: flex; align-items: center; justify-content: end; padding-right: 15px; }
  .header-icon { margin: 0; padding: 0 10px; }
  .menu-primary-menu-container ul li.current-menu-item:before { left: 8%; transform: translateX(-8%); }

  /* Footer */
  div#footer { padding: 40px 0; }
  .textwidget p { padding-top: 0px; margin: 0; }
  .custom-social-icons { padding-top: 0px; }
  .custom-social-icons a { padding-right: 15px; }
  .socialbox a i, .social_widget a i { font-size: 22px; }
  .f3 { padding-left: 0rem; }
  h3.top_title { display: none; }
  .foot-col { row-gap: 40px !important; }
  .foot-col div { width: 100%; }
  p.tag-input { width: 100%; }
  .menu-footer-menu-container ul { gap: 70px; justify-content: center; }
  .news_form { width: 100%; max-width: 70%; }
  .news-form { justify-content: space-between; grid-gap: 0; }
}

@media screen and (max-width:650px) {

  /* Top Bar */
  .top-mail,.top-location { display: none; }
  .top_bar_wrapper { justify-content: center; }

  /* Header */
  .container { padding: 0 0.5rem; }
  .header_row { padding: 5px 0rem; }
  .home .header-wrap { position: relative; top: 0; padding: 0; background: #860000 !important; }
  .buy-now-btn a { font-size: 12px; letter-spacing: 0; width: 90px; height: 35px; }
  .hamburger i:before,.hamburger i { text-align: end !important; color: #ffffff !important; font-size: 24px !important; }
  div#open_nav { justify-content: end; display: flex;}
  #sidebar2 { height: 100vh; width: 100%; position: fixed; z-index: 9999999; top: 0px; left: 0; overflow-x: hidden; transition: .5s; background-color: #860000; }
  .innermenubox,.mblmenu,.header-logo,.header-icon .cart { display: none; }
  .header-logo-2 { display: block; text-align: center; }
  .innermenubox-2 { display: flex; justify-content: flex-end; align-items: center; height: 100%; padding-right: 10px; }
  .menu-primary-menu-container ul { flex-direction: column; gap: 0}
  .header_row { padding: 10px 0rem 10px; }
  .side-navigation ul li { height: 100% !important; width: 100%; border-bottom: 1px solid #ffffff; }
  .menu-primary-menu-container ul li { height: 75px; flex-direction: column; align-items: flex-start; }
  .side-navigation ul li a { padding: 10px 15px; color: #ffffff; line-height: 30px; text-align: left; font-size: 15px; font-weight: 600 !important; width: 100%; }
  .header-btns { gap: 0; padding-left: 10px; }
  .header-menu-icons { grid-template-columns: 1fr 0.5fr 1fr; }
  .header-icon { margin: 0; padding: 0 5px; justify-content: center; }
  .header-contact-btn a { font-size: 11px; height: 40px; }

  /* Footer */
  .textwidget p { font-size: 14px; line-height: 34px; }
  div#footer { padding: 30px 0; }
  .textwidget p { padding: 0px; margin: 0px 0 0; }
  .socialbox a i, .social_widget a i { font-size: 22px; }
  .f1,.f2,.f3,.f4 { padding-left: 25px; margin-bottom: 0px; }
  .f2 .widget-title, .f3 .widget-title, .f4 .top_title, .f4 h3.widget-title,.custom-html-widget h3 { font-size: 26px; padding: 15px 0 5px; line-height: 35px; font-weight: 800; }
  .f1 aside { text-align: left; }
  div#footer { margin: 20px 0 0; }
  .footer-copy p, .footer-copy a { font-size: 16px; }
  .main_sociobox { flex-direction: column; justify-content: center; gap: 10px; }
  .foot-col { row-gap: 30px !important; }
  .menu-footer-menu-container ul { gap: 20px; justify-content: center; }
  .news-form { flex-direction: column; gap: 10px; }
  .news-inp-btn div  {width: 95%;margin: 0 auto; }
  .f1 aside { text-align: center; }
}
