/* Responsive Css */


@media only screen and (max-width: 1599px){
  .main-header .header-lower .outer-box{
    padding-left: 30px;
  }

  .main-header .menu-right-content .support-box{
    display: none;
  }

  .main-header .header-lower{
    padding-right: 30px;
  }

  .main-header.header-style-two .menu-right-content .support-box{
    display: block;
  }

  .header-style-two .header-lower .outer-box{
    padding-left: 380px;
  }
}


@media only screen and (max-width: 1200px){

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
  }

  .megamenu ul li:first-child{
    display: none;
  }

  .header-style-two .header-lower .logo-box{
    position: relative;
    top: 0px;
    padding: 15px 70px;
  }

  .header-style-two .header-lower .outer-box{
    padding-left: 0px;
  }

  .header-top .top-inner{
    padding-left: 0px;
  }



}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



@media only screen and (max-width: 991px){

  .main-footer .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .widget-section{
    padding-bottom: 80px;
  }

}


@media only screen and (max-width: 767px){

  .main-header .nav-toggler{
    display: none;
  }

  .main-header .header-lower{
    padding: 12px 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  }

  .main-header .header-lower .outer-box{
    padding-left: 0px;
    gap: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-header .logo-box{
    flex: 1 1 auto;
    padding: 0px;
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .main-header .logo-box img{
    width: 220px !important;
    max-width: 100%;
    height: auto !important;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    display: block;
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .main-header .menu-area{
    flex: 0 0 auto;
    margin-left: auto;
  }

  .menu-area .mobile-nav-toggler{
    display: inline-flex;
    flex-direction: column;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #142458;
    padding: 0px;
  }

  .menu-area .mobile-nav-toggler .icon-bar{
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 5px;
    background: #ffffff;
  }

  .main-header .menu-right-content{
    display: flex !important;
    position: absolute;
    top: 50%;
    right: 72px;
    transform: translateY(-50%);
    z-index: 20;
    margin: 0 !important;
    align-items: center;
  }

  .main-header .menu-right-content .support-box,
  .main-header .menu-right-content .btn-box{
    display: none !important;
  }

  .main-header .menu-right-content .lang-switcher{
    display: flex !important;
    margin: 0;
    padding: 6px 10px;
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.10);
  }

  .main-header .menu-right-content .lang-switcher select{
    font-size: 13px;
    min-width: 92px;
  }

  .sec-title h2{
    font-size: 36px;
    line-height: 44px;
  }

  .header-style-two .header-lower .logo-box{
    display: flex;
    position: static;
    top: auto;
    padding: 0px;
  }

  .header-style-two .header-lower{
    padding: 12px 18px;
  }

  .header-top .top-inner{
    display: block;
    text-align: center;
  }

  .header-top .top-inner .info-list{
    justify-content: center;
  }

  .header-top .top-inner p{
    margin-bottom: 15px;
  }

  .header-top .top-inner .info-list li{
    text-align: left;
  }
}

@media only screen and (max-width: 599px){

  .main-header .header-lower{
    padding: 10px 14px;
  }

  .main-header .logo-box img{
    width: 190px !important;
    height: auto !important;
  }

  .footer-bottom .bottom-inner{
    display: block;
    text-align: center;
  }

  .footer-bottom .bottom-inner .social-links{
    justify-content: center;
  }

  .header-style-two .menu-right-content{
    display: flex !important;
  }

  .main-header .menu-right-content .support-box a{
    font-size: 16px;
    line-height: 24px;
  }

  .main-header .menu-right-content{
    right: 60px;
  }

  .main-header .menu-right-content .lang-switcher{
    padding: 5px 8px;
  }

  .main-header .menu-right-content .lang-switcher select{
    font-size: 12px;
    min-width: 82px;
  }

}


@media only screen and (max-width: 499px){

  .mobile-menu{
    width: 100%;
  }

  .main-header .header-lower{
    padding-left: 12px;
    padding-right: 12px;
  }

  .main-header .logo-box img{
    width: 170px !important;
    height: auto !important;
  }

  .main-header .menu-right-content{
    right: 56px;
  }

  .menu-area .mobile-nav-toggler{
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .menu-area .mobile-nav-toggler .icon-bar{
    width: 24px;
  }

  .main-footer .schedule-widget .widget-content{
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-top .top-inner .info-list{
    display: block;
  }

  .header-top .top-inner .info-list li{
    margin: 0px !important;
  }

  .header-style-two .header-lower{
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-style-two .menu-right-content .support-box .icon-box{
    top: -4px;
  }


}




















