@media screen and (min-width: 1200px){
    .mobile-lang{
        display: none !important;
    }
}
@media screen and (max-width: 1199px){
    .mobile-menu .mobile_logo{
        width: 225px;
    }
    .main-menu .navigation>li>a:hover{
        color: #000!important;
    }
    .gallery-section .owl-nav-style-three .owl-nav .owl-next:hover, .gallery-section .owl-nav-style-three .owl-nav .owl-prev:hover{
        color: #fff;
    }
    .counter-block-two .inner-box, .top-bar .wrapper-box{
        justify-content: space-between;
    }
}
@media screen and (max-width: 992px){
    .newsletter-widget-three{
        margin-top: 50px;
    }
    .page-title h1{
        font-size: 36px;
    }
    .page-title .bread-crumb li{
        margin-bottom: 5px;
    }
    .contact-info li{
        border-right:none;
    }
    .banner.page-title .content-box {
        padding: 70px 0;
    }
    .pulse{
        bottom:20px
    }
}
@media screen and (max-width: 768px){
    .footer-bottom{
        flex-direction: column;
        justify-content: center;
    }
    .footer-bottom .right-content{
        padding: 25px 0;
    }
    .counter-block-two .inner-box, .top-bar .wrapper-box{
        justify-content: center;
    }
    .banner-section.style-two .content-box h1{
        font-size: 48px;
    }
    .banner.page-title .content-box {
        padding: 55px 0;
    }
    .page-title .bread-crumb{
        padding: 15.5px 5px;
    }
    .banner .title{
        font-size:36px;
    }
    .page_detail img{
        width: 100%;
    }
}
@media screen and (max-width: 496px) {
    .fnp_title{
        font-size:26px;
        line-height:40px;
    }
    .banner-slider-pagination.style-three{
        bottom: 30%;
    }
    .sec-title h1{
        font-size: 32px;
    }
    .causes-section-two{
        padding: 0 0 50px;
    }
    .hos_geldiniz_section{
        padding: 0 0 30px!important;
    }
    .testimonial-section-four{
        padding: 50px 0 60px!important;
    }
    .parallax_section{
        padding: 75px 0!important;
    }
    .home_blog_section{
        padding: 60px 0 60px!important;
    }
    .gallery-section .content-column{
        padding: 45px!important;
    }
    .parallax_section .sec-title h1{
        font-size: 28px;
    }
    .client-section .image{
        width: 100%;
        height: 150px;
        display: block;
    }
    .client-section .image img{
        width: 100%;
        height: 100%;
        object-fit: contain
    }
    .banner h1{
        font-size: 32px;
    }
}