@media screen and (min-width: 1199px) {
    .sticky-header .navbar-toggle{
       display: none;
    }
    .mobile_fixed{
        display: none!important;
    }
}
@media screen and (max-width: 1199px){
    .pc_fixed{
        display: none;
    }
    .sticky-header .logo{
        padding:10px 20px;
        text-align: left;
    }
    .main-header .logo img{
        width: 225px;
    }
    .navbar-toggle{
        top: -50px;
    }
    .sticky-header{
        display: block!important;
    }
    .sticky-header .navbar-toggle{
        top: -60px;
        right: 20px;
    }
    .sticky-header .navigation {
        position: relative;
        width: 100%;
        list-style: none;
        padding: 20px 10px 0;
    }
    .sticky-header .main-menu .navigation li {
        position: relative;
        display: block;
        float: none;
        text-align: left;
        padding: 0;
        margin-right: 0;
    }
    .sticky-header .navigation li>a {
        position: relative;
        display: block;
        line-height: 24px!important;
        padding: 8px 50px 8px 0!important;
        font-size: 14px;
        color: #212121 !important;
        text-transform: uppercase!important;
        font-weight: 500;
        text-align: left;
    }
    .sticky-header .main-menu .navigation>li.current:after, .sticky-header .main-menu .navigation>li.current:before{
        display: none;
    }
    .sticky-header .main-menu .navbar-collapse {
        padding: 0;
        max-height: 300px;
        overflow-x: hidden;
    }
}
@media screen and (max-width: 1024px){
    .slider_contact{
        display: none;
    }
}
@media screen and (max-width: 992px){
    .top-bar{
        padding: 6px 0;
    }
    .top-bar .left-content{
        display: none;
    }
    .top-bar .right-content .contact-info{
        display: none;
    }
    .funfacts-section-two.style-three:before{
        background-position: center;
    }
    .testimonial-section-three .sec-title h1{
        text-align: center;
    }
    .copyright-text{
        text-align: center;
    }
    .fnp_out{
        margin-top: 20px;
        text-align: center;
    }
    .footer-bottom{
        padding: 25px 0;
    }
    .blog_pages .news-block-two{
        margin-bottom: 0;
    }
    .contact-info-three{
        padding: 50px;
    }
}
@media screen and (max-width: 768px){
    .banner .title{
        font-size: 38px;
        line-height: 50px;
    }
    .page-title .bread-crumb{
        padding: 10.5px 30px;
    }
    .page-title .content-box{
        padding: 90px 0;
    }
    /*.news-block-two .inner-box{*/
    /*    height: 550px;*/
    /*}*/
}
@media screen and (max-width: 496px) {
    .about-section{
        padding: 80px 0;
    }
    .about-content-block h1{
        font-size: 34px;
    }
    .btn-style-one, .btn-style-six{
        padding: 10px 40px;
    }
    .sec-title h1{
        font-size: 34px;
    }
    .caring-block-two{
        margin-bottom: 20px;
    }
    .causes-section-six{
        padding: 80px 0 60px;
    }
    .parallax_section .sec-title h1{
        font-size: 34px;
        line-height: 46px;
    }
    .theme-btn.btn-style-one.wp{
        font-size: 15px;
    }
    .blog-section{
        padding: 80px 0;
    }
    .main-footer .widget-wrapper{
        padding: 80px 0 40px;
    }
    .footer_logo{
        width: 225px;
    }
    .content_inner h1.fnp_h1{
        font-size: 34px;
    }
    .content_inner h1, .content_inner h2, .content_inner h3, .content_inner h4, .content_inner h5, .content_inner h6{
        font-size: 34px;
    }
    .content_page .contact{
        padding: 20px;
    }
}