
.innermenubox-2,.header-logo-2{
  display: none;
}
.buy-now-btn a {
  font-size: 14px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  color: #0038B7;
  width: 100%;
  max-width: 140px;
  height: 50px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 2px;
}

/* --------------------------Topbar---------------------------- */
span.tbr-mail-id a,span.tbr-time {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
i.tbr-envlop, i.tbr-clock {
    color: #ffffff;
    font-size: 20px;
}
input:focus-visible {
    outline: none !important;
}
.tbr-social-icn-box i{
    color: #000000;
    background: #ffffff;
    font-size: 12px;
    width: 25px;
    height: 25px;
    display: inline-grid;
    align-items: center;
    text-align: center;
    font-family: 'Font Awesome 5 Brands';
    margin-right: 5px;
}
.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: #000000;
  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%;
}
.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;
}

/*----------------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: #b6b6b6;
  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: 5px solid #0038B7 !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 transparent;
  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: 'Arimo';
  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;
  border-radius: 10px;
}
.search_popup input.search-field {
  padding: 1.5% 10px 1.5% 0;
  background: #fff !important;
  width: 100%;
  text-indent: 8px;
  border-radius: 10px;
  border: none;
}
.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: #0038B7;
}
.sub-menu li a {
  font-weight: 500 !important;
}

/*---------------- Footer Section ----------------------*/
.row.ftr-form input.wpcf7-form-control.wpcf7-submit{
    font-family: 'Font Awesome 5 Free';
}
div#footer {
  padding: 50px 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{
  background-color: #EDA024;}
.copyright p {
  margin-bottom: 0;
}
#footer{
  text-align:center;
  color:#fff;
  text-align:left;
  background-repeat: no-repeat;
  background-size: cover;
}
#footer input[type="email"]{
  padding:8px 8px;
  float:left;
  margin:0px 0;
  border-radius:0px;
  height: 100%;
  border: none;
  background-color: #ffffff !important;
  color: #939393;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}
#footer input[type="email"]::placeholder{
  color: #939393;
}
#footer input[type="submit"] {
    position: absolute;
    background: #0038B7;
    top: 3px;
    right: 25px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
}
.row.ftr-form {
    position: relative;
}
.ftr4-contact h6 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
a.ftr4-mail,a.ftr4-number,a.ftr4-location {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
a.ftr4-mail i,a.ftr4-number i,a.ftr4-location i{
  font-size: 20px;
}
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 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.72px;
  letter-spacing: 0.02em;
  color: #000000;
}
.footer-copy a {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.widget_recent_entries img{
  width: 100px;
}
#footer ul li:before {
  font-size: 13px;
  line-height: 30px;
  color: #717271;
  margin-right: 5px;
}
#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: #ffffff !important;
}
.sub-menu li{
  margin-top: 0;
}
#footer_box .socialbox i{
  color: #000000;
    background: #ffffff;
    font-size: 18px;
    width: 35px;
    height: 35px;
    display: inline-grid;
    align-items: center;
    text-align: center;
    font-family: 'Font Awesome 5 Brands';
    margin-right: 14px;
}
#footer .widget_media_gallery img{
  padding-right: 25px;
  border:none;
}
/* 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 */

/* Header */
.menu-primary-menu-container ul {
  display: flex;
  align-items: center;
  gap: 60px;
}
.menu-primary-menu-container ul li {
  height: 85px;
  display: flex;
  align-items: center;
  position: relative;
}
.menu-primary-menu-container ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.header-logo {
  text-align: left;
}
button#search-pop {
  padding: 0;
}
.header-menu-2 .menu-primary-menu-container ul {
  justify-content: flex-end;
}

/* Footer */
.ftr-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 34px;
}
h3.widget-title,h3.top_title,.custom-html-widget h3,p.news-text,.newsletter-text h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
  padding: 0 0 20px;
}
.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,.custom-html-widget p,.menu-footer-menu-container ul li a{
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.ft-main-3 p a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #ffffff !important;
  padding: 0;
  margin: 0;
}
.f1 .textwidget p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
  margin: 0;
  padding: 30px 0 30px !important;
}
.newsletter-text p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
  color: #ffffff;
  margin: 0;
  padding-bottom: 30px;
}
.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;
  text-align: left;
}
.widget_wpb_social_widget .custom-social-icons {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 25px;
}
.social_widget H3 {
  display: none;
}
p.tag-input,p.tag-input-btn {
  margin: 0;
}
p.tag-input-btn input {
  background-color:#EDA024!important;
  width: 100%;
  max-width: 52px;
  height: 52px !important;
  border-radius: 1px !important;
  padding: 0 !important;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  color: transparent !important;
}
p.tag-input-btn {
  position: absolute;
  right: 5px;
  width: 100%;
  max-width: 52px;
}
.news-inp-btn div {
  display: flex;
  align-items: center;
  position: relative;
  width: 700px;
}
.news-input input {
  background: #ffffff !important;
  height: 60px !important;
  border-radius: 2px !important;
  padding-left: 15px !important;
  border: 1px solid transparent !important;
}
p.tag-input.news-input {
  width: 100%;
  max-width: 100%;
}
p.tag-input-btn:before {
  content: '\f1d8';
  font-size: 26px;
  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: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  color: #bdbdbd;
  padding-left: 0px;
}
.copyright .container {
  padding: 10px 0;
}
.f4 .custom-social-icons a i {
  font-size: 22px;
}
.f4 .custom-social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  padding-top: 40px
}
tr.ft-ff .fff {
  width: 10%;
}
tr.ft-ff .fff i {
  font-size: 18px !important;
  color: #ffffff
}
.about_me h3 {
  padding: 0;
}
.f2 {
  padding-left: 100px;
}
.f3 {
  padding-left: 50px;
}
@media screen and (min-width:1900px) and (max-width:2100px){
.sec-evnt-date{
  right: 30px;
}
}
@media screen and (min-width:1510px) and (max-width:1800px){
  .container { max-width: 1500px; }
  /* Header */
  .sreach-home { display: none; }
  .serch-popup-2,.whishlist { display: block; text-align: center; }
  .header-btns { grid-template-columns: 0.2fr 0.5fr; grid-gap: 15px; justify-content: flex-end; }
  .cart a { justify-content: center; }
  .header-contact-btn { display: none; }
  .menu-primary-menu-container ul { gap: 50px; }

  /* 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; }

}

@media screen and (min-width:1260px) and (max-width:1500px) {
  /* header */
  .home .header-wrap { padding: 0px 0; }
  .header-logo img { width: 100%; }
  .menu-primary-menu-container ul { gap: 45px; }
  .header-btns { grid-template-columns: 0.2fr 0.6fr; gap: 20px; justify-content: flex-end; }
  .book-appointment a { font-size: 14px; }

  /* Footer */
  .f2 { padding-left: 80px; }
  .ft-main-3 p a { line-height: 30px; }
  .copyright .container { padding: 15px 0.75rem; }
  .f1 .textwidget p { line-height: 28px; font-size: 14px; }
  .f1 .textwidget p { padding-top: 30px !important; }
  .f3 { padding-left: 0px; }

}
@media screen and (min-width:1440px) and (max-width:1500px) {
    .slider-banner-image img{
      height: auto;
    }
.rvw-box {
    bottom: 2%;
}
.testi-img img{
  height: auto;
}
.testimonials-content-scroll {
    max-height: 415px;
  }
  #footer input[type="submit"]{
    right: 22px;
  }
  span.tbr-mail-id a, span.tbr-time {font-size: 10px;}
  i.tbr-envlop, i.tbr-clock { font-size: 14px;}
  span.serch-popup-2 {
    margin-right: 15px !important;
  }
  h1.banner-heading{
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (min-width:1200px) and (max-width:1439px) {

span.tbr-mail-id a, span.tbr-time {font-size: 9px;}
span.serch-popup-2 {margin-right: 0px !important;}
a.prgrm-read-btn{padding: 5px;}
a.progm-btn2{padding:5px 10px;}
.testi-img img{
  height: auto;
}
.rvw-box {
    bottom: 5%;
}
.testimonials-content-scroll {
    max-height: 408px;
  }
  h2.sclr-hd{
    font-size: 32px;
  }
  .blog-title a{
    font-size: 12px;
  }
}
@media (max-width: 1250px) {
  .side-navigation ul li ul, .side-navigation ul li ul ul{
    display: block !important;
  }
}


@media screen and (min-width: 1010px) and (max-width:1250px){
    .header_row {
      padding: 10px 0rem;
    }
    .header-btns {
      padding: 0px !important;
    }
    .slider-banner-image img{
      height: auto;
    }
    h1.banner-heading {
      font-size: 30px;
      line-height: 40px;
      letter-spacing: 0px;
  }
  a.banner-btn1.btn,a.banner-btn2.btn{
    padding: 10px 30px;
  }
  .slidr-social-icn-box {
    bottom: -5px;
  }
  .slidr-social-icn-box .socialbox a i {
    font-size: 14px;
    width: 30px;
    height: 33px;
  }
  p.abt-txt{line-height: unset; font-size: 12px;}
  h2.abt-head{font-size: 25px;}
  a.progm-btn2{padding: 5px 3px;}
  a.prgrm-read-btn{padding: 5px;}
  .rvw-box {
    bottom: 4%;
    left: 39%;
  }
  .testi-img img{
    height: auto;
  }
  h2.exper-hd{
    font-size: 25px;
  }
  #footer input[type="submit"]{
    right: 19px;
  }
  /* Header */
  .mblmenu { width: 100%; height: 100vh; position: fixed; top: 30px; left: -100%; z-index: 99; background: #00000082; transition: 0.5s ease-in-out; }
  .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; }
  .menu-primary-menu-container ul li a:hover{
    color: #000000;
  }
  /*.side-navigation ul ul li { border-bottom: 1px solid #303030 !important; }*/
  .sub-menu li:hover a { color: #000000 !important; }
  .container { padding: 0 0.75rem; }
  #sidebar2 { height: 100vh; width: 50%; position: fixed; z-index: 9999999; top: 30px; left: -100%; overflow-x: hidden; transition: 0.5s ease-in-out; background-color: #0038B7; }
  .buy-now-btn a { font-size: 12px; letter-spacing: 0; width: 75px; height: 40px; }
  .hamburger i:before {text-align: end !important;color: #000000 !important;}
  .serch-popup-2 button { padding: 0; }
  .innermenubox-2, .header-logo-2,.header-btns .cart { display: block; text-align: center; }
  .header-logo,.header-menu-2 { display: none; }
  .innermenubox-2 .headerbar .hamburger { display: flex; align-items: center; }
  .header-icon { margin: 0; grid-template-columns: 1fr 1fr; }
  .header-menu { display: flex; align-items: center; justify-content: center; padding-right: 0px; }
  .home .header-wrap { padding: 10px 0; }
  .header-logo-2 img { width: 100%; }
  span.serch-popup-2 { padding: 0px !important}
  .book-appointment a { font-size: 14px; height: 40px; text-align: center; }
  span.tbr-mail-id a, span.tbr-time {font-size: 9px;}
  i.tbr-envlop, i.tbr-clock { font-size: 10px;}
  .tbr-tell {padding: 0 !important;}

  /* Footer */
  .socialbox a i, .social_widget a i { font-size: 14px; width: 20px; }
  .f2 .widget-title, .f3 .widget-title, .f4 .top_title, .f4 h3.widget-title { font-size: 20px; line-height: 26px; }
  div#footer { padding: 0px 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; }
  .f1 .textwidget p { padding: 15px 0 !important; font-size: 14px; }
  .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 { line-height: 33px; }
  .f2 { padding-left: 20px; }
  .news-inp-btn div { width: 550px; }
  .footer-cols { padding: 30px 0; }
  .newsletter-text p { font-size: 14px; line-height: 24px; padding-bottom: 20px; }
  .copyright .container { padding: 20px 0.75rem; }
  .news-input input { height: 50px !important; }
  p.tag-input-btn { max-width: 40px; }
  p.tag-input-btn input { max-width: 40px; height: 45px !important; }
  p.tag-input-btn:before { font-size: 22px; }
  .f4 .custom-social-icons { padding-top: 25px; }

}

@media screen and (min-width: 660px) and (max-width:1000px) {
  .menu-primary-menu-container ul li a:hover{
    color: #000000;
  }
  body.admin-bar .topbar {
  margin-top: 46px;
}
.slidr-social-icn-box {
    position: static;
    padding: 15px 0px;
  }
h1.banner-heading{
  font-size: 30px;
  line-height: unset;
}
  .slider-banner-image img{
    height: auto;
  }
  .container-fluid {
    padding: 0px 40px;
  }
  h2.exper-hd,p.schrl-txt{
    width: 100%;
  }
  .rvw-box {
    position: absolute;
    bottom: 49%;
    left: 84%;
}
#footer input[type="submit"]{
    right: 18px;
  }
  /* Top Bar */

  .mblmenu { width: 100%; height: 100vh; position: fixed; top: 40px; left: -100%; background: #00000054; transition: .5s ease-in-out; }
  .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: 10px 0rem; }
  #sidebar2 { height: 100vh; width: 50%; position: fixed; z-index: 9999999; top: 40px; left: -100%; overflow-x: hidden; transition: .5s ease-in-out; background-color: #0038B7; }
  .innermenubox,.header-logo,.header-contact-btn,.header-menu-2,.header-icon .cart { display: none; }
  .buy-now-btn a { font-size: 12px; letter-spacing: 0; max-width: 120px; height: 40px; }
  div#open_nav { display: flex; align-items: center; justify-content: flex-start; }
  .hamburger i:before { text-align: end !important; color: #000000 !important; }
  .header-menu { display: flex; align-items: center; justify-content: flex-start; padding-right: 0px; }
  .menu-primary-menu-container ul li.current-menu-item:before { left: 8%; transform: translateX(-8%); }
  .home .header-wrap { position: relative; padding: 0px 0; }
  .header-wrap { padding: 0; }
  .header-icon-wrap { grid-template-columns: 0.5fr 0.5fr; }
  .header-icon { padding-right: 15px; gap: 25px; }
  .header-btns { grid-template-columns: 0.5fr 1fr; }
  .serch-popup-2 { text-align: right; }
  .book-appointment a { font-size: 12px; height: 40px; }

  /* Footer */
  div#footer { padding: 0px 0; }
  .textwidget p { padding-top: 0px; margin: 0; }
  .custom-social-icons { padding-top: 0px; }
  .custom-social-icons a { padding-right: 0px; }
  .socialbox a i, .social_widget a i { font-size: 22px; }
  .f3 { padding-left: 0rem; }
  .foot-col { row-gap: 40px !important; }
  p.tag-input { width: 100%; }
  .menu-footer-menu-container ul { gap: 70px; justify-content: center; }
  .news_form { width: 100%; max-width: 100%; }
  .news-form { justify-content: space-between; grid-gap: 0; }
  .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 { line-height: 40px; }
  .f2,.f4 { padding-left: 70px; }
  h3.widget-title, h3.top_title, .custom-html-widget h3, p.news-text { padding: 0 0 15px; }
  .footer-signup-form { padding: 30px 0; }
  .footer-signup-form { flex-direction: column; gap: 25px; }
  .f-signup-text { width: 100%; }
  .f-signup-text h2,.f-signup-text p { text-align: center; }
  .f1 .textwidget p { padding: 15px 0 !important; font-size: 14px; }
  .footer-cols { padding: 30px 0; }
  .copyright .container { padding: 20px 0.5rem; }
  .about_me h3 { padding: 0; }
  .newsletter-text p { font-size: 14px; line-height: 24px; padding-bottom: 15px; }
  .news-input input { height: 50px !important; }
  p.tag-input-btn { max-width: 40px; }
  p.tag-input-btn input { max-width: 40px; height: 40px !important; }
  p.tag-input-btn:before { font-size: 20px; }
  .f4 .custom-social-icons { padding-bottom: 25px; }

}

@media screen and (max-width:650px) {
  .menu-primary-menu-container ul li a:hover{
    color: #000000;
  }
  .slidr-social-icn-box {
    position: static;
    padding: 15px 0px;
  }
  body.admin-bar .topbar {
    margin-top: 46px;
  }
   #wpadminbar {
      position: fixed;
  }
  .container-fluid {
    padding: 0 20px;
  }
  h2.exper-hd{
    width: 100%;
  }
  .rvw-box {
    bottom: 58%;
    left: 72%;
  } 
  #footer input[type="submit"]{
    right: 16px;
  }
  aside#nav_menu-1,aside#nav_menu-2,aside#nav_menu-3 {
    display: inline-block;
  }
  h1.banner-heading{font-size: 20px; line-height: unset;}
  p.banner-text{ display: none; }
  .slider-banner-image img{
    height: auto;
  }
  a.banner-btn1.btn,a.banner-btn2.btn{padding: 10px;}
  section#graduate_program .owl-nav{display: none;}
  i.featr-icon{font-size: 35px !important;}

  /* Top Bar */
  .top-mail,.top-location { display: none; }
  
  /* Header */
  .container { padding: 0 0.75rem; }
  .header_row { padding: 5px 0rem; }
  .home .header-wrap { position: relative; top: 0; padding: 0; }
  .buy-now-btn a { font-size: 11px; letter-spacing: 0; width: 85px; height: 35px; margin: 0 0 0 auto; }
  .hamburger i:before,.hamburger i {text-align: end !important;font-size: 24px !important;}
  div#open_nav { justify-content: end; display: flex;}
  #sidebar2 { height: 100vh; width: 100%; position: fixed; z-index: 9999999; top: 45px; left: -100%; transition: .5s ease-in-out; overflow-x: hidden; transition: .5s; background-color: #0038B7; }
  .innermenubox,.header-logo,.header-icon .cart,.header-menu-2,.account,.header-icon,.book-appointment {display: none;}
  .header-logo-2 { display: block; text-align: center; }
  .innermenubox-2 {display: flex;justify-content: center;align-items: center;height: 100%;padding-right: 0px;}
  .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: 0px 15px; color: #ffffff; line-height: 54px; text-align: left; font-size: 15px; font-weight: 600 !important; width: 100%; }
  .header-menu-icons { grid-template-columns: 1fr 0.5fr 1fr; }
  .header-wrap { padding: 0; }
  .header-btns { grid-template-columns: 1fr; }
  .header-logo-2 img { width: 100%; max-width: 90%; }
  .serch-popup-2 { text-align: end; }

  /* Footer */
  .textwidget p { font-size: 14px; line-height: 34px; }
  div#footer { padding: 0px 0; }
  .textwidget p { padding: 0px; margin: 0px 0 0; }
  .socialbox a i, .social_widget a i { font-size: 12px; }
  .f1,.f2,.f3,.f4 { padding-left: 0; margin-bottom: 0px; }
  .newsletter-text h2,.f2 .widget-title, .f3 .widget-title, .f4 .top_title, .f4 h3.widget-title,.custom-html-widget h3,h3.top_title { font-size: 26px; padding: 0px 0 5px; line-height: 35px; font-weight: 600; }
  .f1 aside { text-align: left; }
  .footer-copy p, .footer-copy a { font-size: 14px; }
  .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: 100%; }
  .f1 aside { text-align: center; }
  p.news-text { padding: 0; }
  .f4 .custom-social-icons { padding-top: 30px; }
  .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 { line-height: 36px; }
  p.tag-input-btn { max-width: 45px; }
  p.tag-input-btn input { max-width: 45px; font-size: 14px; height: 40px !important; }
  .footer-cols { padding: 30px 0; }
  .f1 .textwidget p { font-size: 14px; padding: 20px 0 10px !important; }
  .newsletter-text p { font-size: 14px; padding-bottom: 15px; }
  .copyright .container { padding: 20px 0.75rem; }
  .news-input input { height: 45px !important }
  p.tag-input-btn:before { font-size: 20px; }
  .git-f input::placeholder, .git-f select { font-size: 14px; }
}
/* hide native checkbox */
.mobile-toggle { position: absolute; left: -9999px; }

/* hamburger visible only on mobile (adjust breakpoint as needed) */
.hamburger {
  display: none;
  cursor: pointer;
  z-index: 10002;
}
@media (max-width: 1250px) {
  .hamburger { display: inline-block; }
  ul.sub-menu li {
  height: auto !important;
  padding: 0px 15px;
}
ul.sub-menu li { 
  border-bottom: 1px solid #ffffff !important;
   }
}

/* sidebar initial state (hidden off-screen) */
.mobile-sidebar {
  position: fixed;
  top: 30px;
  left: 0;
  height: 100vh;
  width: 80vw;            /* change to 50% if you want like earlier */
  max-width: 420px;
  transform: translateX(-100%);
  transition: transform .35s ease;
  background: #0038B7;
  z-index: 10001;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-sidebar-close {
    text-align: right;
    padding: 10px;
}
/* content inside sidebar */
.mobile-sidebar-inner {
  color: #fff;
}

/* overlay hidden by default */
.mobile-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility .35s;
  z-index: 10000;
}

/* when checked -> show sidebar & overlay */
.mobile-toggle:checked ~ .mobile-sidebar {
  transform: translateX(0);
}
.mobile-toggle:checked ~ .mobile-overlay {
  opacity: 1;
  visibility: visible;
}

/* close button and adjustments */
.close-btn { cursor: pointer; display:inline-block; color:#fff; font-size:22px; }
.mobile-sidebar .mobile-menu-list { 
    list-style: none;
    margin: 0;
    padding-left: 0; 
  }
.mobile-sidebar .mobile-menu-list li { 
  border-bottom: 1px solid #ffffff;
   }
.mobile-sidebar .mobile-menu-list a {
  text-decoration:none;
  display:block;
  padding: 10px 15px;
  color: #ffffff;
  text-align: left;
  line-height: 35px;
  }

/* hide on desktop */
@media (min-width: 1251px) {
  .mobile-sidebar, .mobile-overlay, .hamburger { display: none; }
}
