/* Responsive Css */


@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;
  }

}



@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){

  


}


@media only screen and (max-width: 767px){

.banner-section .content-box h2,
.sec-title h2{
  font-size: 40px;
  line-height: 50px;
}

.banner-section .content-box h2 span:before,
.sec-title h2 span:before{
  display: none;
}

.banner-section .content-box p br,
.banner-section .shape,
.sec-title h2 br{
  display: none;
}

.sec-title{
  padding-bottom: 60px;
}

.funfact-section,
.performence-section{
  padding: 100px 0px;
}

.demo-section,
.feature-section{
  padding: 100px 0px 50px 0px;
}

.performence-section .single-item{
  margin-bottom: 40px;
}

.performence-section .lower-box{
  padding-bottom: 0px;
}

.performence-section .single-item:before{
  display: none;
}

.main-footer .shape{
  display: none;
}

.main-footer h2{
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
}

.main-footer{
  padding: 100px 0px;
}
  


}

@media only screen and (max-width: 599px){


}


@media only screen and (max-width: 499px){

  .mobile-menu{
    width: 100%;
  }

  .main-header .outer-container{
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-header .outer-container .btn-box{
    display: none;
  }

  .funfact-section .inner-container{
    display: block;
  }

  .funfact-block-one .inner-box{
    margin-bottom: 30px;
  }

  .funfact-block-one:last-child .inner-box{
    margin-bottom: 0px;
  }
}




















