/* Responsive Css */


@media only screen and (max-width: 1749px){



}


@media only screen and (max-width: 1499px){

 

}


@media only screen and (max-width: 1399px){



}


@media only screen and (max-width: 1299px){



}



@media only screen and (max-width: 1200px){

  .main-menu,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .sticky-header .main-menu {
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: flex;
    padding: 10px;
  }
  
  .header-lower .mobile-nav-toggler {
    display: none !important;
  }

  .sticky-header {
    display: block !important;
  }

  .sticky-header .menu-area {
    display: flex;
    align-items: center;
    flex: 1;
  }

  .sticky-header .logo-box {
    display: block !important;
    padding: 11px 20px;
  }

  .sticky-header .logo-box img {
    max-width: 150px !important;
  }

  .sticky-header .outer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sticky-header .menu-right-content {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .sticky-header .support-box {
    display: none !important;
  }

  .sticky-header .btn-box {
    display: none !important;
  }

  .sticky-header .mobile-phone-icon {
    display: block;
  }

  .sticky-header .menu-right-content .mobile-nav-toggler {
    display: flex !important;
    float: none;
    margin-right: 0;
    background: var(--theme-color) !important;
  }
  
  .sticky-header .menu-area .mobile-nav-toggler {
    display: none !important;
  }

  .sticky-header .mobile-phone-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: var(--theme-color);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transition: all 300ms ease;
  }

  .sticky-header .mobile-phone-icon a:hover {
    background: var(--secondary-color);
    transform: scale(1.1);
  }

  .megamenu ul li:first-child{
    display: none;
  }


}



@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){

  .sticky-header .outer-container {
    padding: 0px 15px !important;
  }

  .sticky-header .logo-box {
    padding: 11px 10px !important;
  }

  .sticky-header .logo-box img {
    max-width: 130px !important;
  }

  .sticky-header .menu-right-content .mobile-nav-toggler {
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    display: flex !important;
    background: var(--theme-color) !important;
  }
  
  .sticky-header .menu-right-content .mobile-nav-toggler div span {
    width: 22px !important;
    height: 2.5px !important;
    margin: 3.5px 0 !important;
  }
  
  .sticky-header .menu-right-content .mobile-nav-toggler.active div span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }
  
  .sticky-header .menu-right-content .mobile-nav-toggler.active div span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }

}


@media only screen and (max-width: 767px){
  .sec-title h2{
    font-size: 36px;
    line-height: 44px;
  }

  .sec-title h2 br{
    display: none;
  }

  .sticky-header .outer-container {
    padding: 0px 15px !important;
  }

  .sticky-header .logo-box {
    padding: 11px 10px !important;
  }

  .sticky-header .logo-box img {
    max-width: 120px !important;
  }

  .sticky-header .menu-right-content .mobile-nav-toggler {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    display: flex !important;
    background: var(--theme-color) !important;
  }

  .sticky-header .menu-right-content .mobile-nav-toggler div span {
    width: 20px !important;
    height: 2.5px !important;
    margin: 3px 0 !important;
  }
  
  .sticky-header .menu-right-content .mobile-nav-toggler.active div span:nth-child(1) {
    transform: translateY(6px) rotate(45deg) !important;
  }
  
  .sticky-header .menu-right-content .mobile-nav-toggler.active div span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg) !important;
  }

  .sticky-header .mobile-phone-icon a {
    width: 42px !important;
    height: 42px !important;
    font-size: 18px !important;
  }

  .sticky-header .menu-area {
    gap: 10px !important;
  }
  
  .mobile-menu .close-btn,
  .mobile-menu .mobile-close-btn {
    width: 40px !important;
    height: 40px !important;
    right: 15px !important;
    top: 15px !important;
  }
  
  .mobile-menu .close-btn div span,
  .mobile-menu .mobile-close-btn div span {
    width: 20px !important;
    height: 2.5px !important;
  }
  
  .mobile-menu .close-btn div span:nth-child(1),
  .mobile-menu .mobile-close-btn div span:nth-child(1) {
    transform: translateY(6px) rotate(45deg) !important;
  }
  
  .mobile-menu .close-btn div span:nth-child(3),
  .mobile-menu .mobile-close-btn div span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg) !important;
  }

}

@media only screen and (max-width: 599px){

  .pagination li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .search-popup .upper-box{
    padding-left: 30px;
    padding-right: 30px;
  }


}


@media only screen and (max-width: 499px){

  .mobile-menu,
  .chat-popup{
    width: 100%;
  }
  
  .mobile-menu .close-btn,
  .mobile-menu .mobile-close-btn {
    width: 38px !important;
    height: 38px !important;
    right: 15px !important;
    top: 15px !important;
  }
  
  .mobile-menu .close-btn div span,
  .mobile-menu .mobile-close-btn div span {
    width: 18px !important;
    height: 2px !important;
  }
  
  .mobile-menu .close-btn div span:nth-child(1),
  .mobile-menu .mobile-close-btn div span:nth-child(1) {
    transform: translateY(5px) rotate(45deg) !important;
  }
  
  .mobile-menu .close-btn div span:nth-child(3),
  .mobile-menu .mobile-close-btn div span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg) !important;
  }

  .sticky-header .logo-box img {
    max-width: 110px !important;
  }

  .sticky-header .menu-right-content .mobile-nav-toggler {
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    display: flex !important;
    background: var(--theme-color) !important;
  }

  .sticky-header .menu-right-content .mobile-nav-toggler div span {
    width: 18px !important;
    height: 2px !important;
    margin: 2.5px 0 !important;
  }
  
  .sticky-header .menu-right-content .mobile-nav-toggler.active div span:nth-child(1) {
    transform: translateY(5px) rotate(45deg) !important;
  }
  
  .sticky-header .menu-right-content .mobile-nav-toggler.active div span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg) !important;
  }

  .sticky-header .mobile-phone-icon a {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
  }

  .sticky-header .menu-area {
    gap: 8px !important;
  }

}




















