/* Responsive Css */


@media only screen and (max-width: 1749px){



}
@media (max-width: 992px) {
    .uzmanlik-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .uzmanlik-list {
        grid-template-columns: 1fr;
    }

    .none_mobil {
        display: none !important;
    }

    .header-top .info-list li, .header-top .social-links li {
        float: left !important;
    }

    .main-header .logo-box {
        padding: 0px;
    }

    .menu-area {
        display: flex;
        justify-content: flex-end; /* saša yasla */
        align-items: center; /* dikey ortala */
        height: 100%;
    }
    .swiper-slide {
        position: relative;
        background-size: cover;
        background-position: center;
        height: 350px !important ;
        background-repeat: no-repeat;
    }
    .mobil_slogan {
        position: absolute;
        text-align: center;
        height: 69px;
        line-height: 20px;
        margin-top: 25px;
        margin-left: 20px;
        font-family: Arial;
    }

        .mobil_slogan label {
            font-size: 16px;
            display: block !important;
            font-weight: 600;
            padding-top: 6px;
        }

        .mobil_slogan span {
            font-size: 16px;
            display: block !important;
            font-weight: 600;
        }

    .header-upper .row,
    .header-upper .auto-container > .row {
        display: flex;
        align-items: center;
    }

    .mobile-nav-toggler {
        display: flex;
        align-items: center;
      
    }
    .main-header .logo-box {
        padding:  0px !important ;
    }

    .mobil_mt {
        padding-top:5px;
    }

        .mobil_mt  i {
            position: absolute;
            left: 0px;
            top: 8px !important ;
            font-size: 20px;
            font-weight: 400;
        }

}

@media (max-width: 768px) {
    .page-title .content-box {
        flex-direction: column;
        gap: 10px;
    }

    .page-title h1,
    .page-title .bread-crumb {
        text-align: center;
    }
}

@media only screen and (max-width: 1499px){

  .main-header .outer-box{
    padding: 0px 30px;
  }

  .header-top .outer-container{
    padding: 10px 30px;
  }

}


@media only screen and (max-width: 1399px){

  .main-header .menu-right-content .support-box{
    display: none;
  }

}


@media only screen and (max-width: 1299px){



}



@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;
  }

  .megamenu ul li:first-child{
    display: none;
  }

  .main-header .logo-box{
    padding: 25px 0px;
  }

  .header-top .info-list li{
    margin-right: 30px;
  }

  .rtl .header-top .info-list li{
    margin-left: 30px;
  }



}



@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){

  .sec-title h2 br{
    display: none;
  }

  .header-top .top-inner{
    display: block;
    text-align: center;
  }

  .header-top .info-list li,
  .header-top .social-links li{
    float: none;
  }

  .sec-title p br{
    display: none;
  }

  .main-footer .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .footer-menu{
    display: block;
    text-align: center;
  }

  .main-footer .footer-menu .logo-box{
    margin-bottom: 20px;
  }

  .main-footer .footer-menu{
    padding: 37px 40px;
  }

  .main-footer .footer-menu .menu-list li{
    margin-right: 20px;
  }

  .main-footer .footer-menu .menu-list{
    justify-content: center;
  }


}


@media only screen and (max-width: 767px){

  .sec-title h2{
    font-size: 28px;
    line-height: 36px;
  }

  .sec-pad{
    padding: 64px 0px 70px 0px;
  }



}
@media screen and (min-width: 991px) {
   .mobil_slogan {display:none !important;}
}
@media only screen and (max-width: 599px){

  .main-header .outer-box{
    padding: 0px 15px;
  }

  .main-footer .footer-menu .menu-list{
    display: block;
  }

  .main-footer .footer-menu .menu-list li{
    margin: 0px;
    margin-bottom: 15px;
    display: block;
  }

  .main-footer .footer-menu .menu-list li:last-child{
    margin-bottom: 0px;
  }


}


@media only screen and (max-width: 499px){

  .mobile-menu{
    width: 100%;
  }

  .main-header .menu-right-content{
    display: none;
  }

  .header-style-three .header-lower .outer-box{
    padding-left: 15px;
    padding-right: 15px;
  }

  


}




















