/* Responsive Css */



@media only screen and (max-width: 1449px){



}



@media only screen and (max-width: 1200px){


  .main-header .outer-box{
    padding: 0px 30px;
  }

  .main-menu .navigation > li{
    padding: 0px 10px;
  }

  .main-footer .shape{
    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){

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
  }

  .main-header .outer-box{
    padding: 30px;
  }

  .megamenu h6{
    display: none;
  }

  .responsive-section .content-box{
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .paroller-3,
  .paroller-4{
    transform: translateX(1px) !important;
  }

  .responsive-section .image-box{
    margin-right: 0px;
  }

  .responsive-section .image-box{
    padding-left: 0px;
  }

  .responsive-section .image-box .image-1{
    max-width: 250px;
    position: relative;
    margin-bottom: 30px;
  }

  .block-section .image-box{
    margin-left: 0px;
  }


}


@media only screen and (max-width: 767px){

  .banner-section .shape{
    display: none;
  }

  .banner-section{
    padding: 170px 0px 230px 0px;
  }

  .banner-section h2{
    font-size: 40px;
    line-height: 50px;
  }

  .intro-section .inner-container{
    padding: 70px 0px 60px 0px;
  }

  .main-demo{
    padding: 60px 0px 40px 0px;
  }

  .responsive-section .inner-container{
    padding: 65px 0px 70px 0px;
  }

  .feature-section .inner-container{
    padding-bottom: 70px;
  }

  .block-section .image-box .shape{
    display: none;
  }

  .block-section .image-box{
    padding: 0px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .block-section .image-box .image{
    position: relative !important;
  }

  .block-section .image-box .image-1,
  .block-section .image-box .image-2{
    margin-bottom: 30px;
  }

  .feature-section .feature-inner{
    max-width: 480px;
    margin: 0 auto;
  }

  .block-section .auto-container{
    padding-bottom: 70px;
  }

  .elements-section{
    padding: 70px 0px 40px 0px;
  }

  .main-footer{
    padding: 100px 0px;
  }

  .main-footer h2,
  .sec-title h2{
    font-size: 30px;
    line-height: 40px;
  }

  .block-section .content-box{
    margin: 0px;
  }


}

@media only screen and (max-width: 599px){

  .feature-section .single-item{
    width: 100%;
    margin-bottom: 20px;
  }

  .main-footer h2,
  .sec-title h2{
    font-size: 20px;
    line-height: 30px;
  }

}


@media only screen and (max-width: 499px){

  .mobile-menu{
    width: 100%;
  }

  .main-footer h2,
  .sec-title h2{
    font-size: 16px;
    line-height: 26px;
  }

  .main-header .outer-box{
    display: block;
    text-align: center;
  }

  .main-header .nav-right{
    position: absolute;
    left: 15px;
    bottom: 16px;
  }

  .main-header .outer-box{
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-header .logo-box{
    padding-bottom: 15px;
  }

  .banner-section{
    padding-top: 230px;
  }

  .menu-area .mobile-nav-toggler{
    margin-top: 25px;
  }



}


@media only screen and (max-width: 399px){

  

}