@media screen and (max-width: 768px) {
    .banner-left img {
        width: 100%;
    }
    .header-menu{
        display: none;
    }
    .header-icons{
        display: none;
    }
    .tec-banner-2 .t-left{
        padding: 20px;
        text-align: center;
    }
    .tec-banner-2 .t-right{
        height: 300px;
    }
    .logo-div{
        width: 75%;
    }
    .logo-div img{
        margin-right: 10px;
    }
    .mobile-menu{
        display:block;
        z-index: 99;
        position: absolute;
        right:0;
    }

    .mobile-menu li{
        list-style-type: none;
    }
    .mobile-menu .pages-menu{
        float: left;
        margin-left: -300px;
        width: 350px;
        margin-top: 30px;
    }
    .iletisim-banner{
        text-align: center;
    }
    .iletisim-banner .contact-title{
        padding: 10px;
    }
    .iletisim-banner .form-3{
        padding: 0;
        margin: 0;
    }
    .content-title{
        text-align: center;
    }
    .banner-right{
        text-align: center;
        padding: 10px;
    }

    .footer{
        text-align: center;
    }
    .banner-contact{
        text-align: center;
    }
    .banner-contact .blue-bold {
        font-family: 'MyFont1', sans-serif;
        font-size: 42px;
        color: #012665;
        margin-top: 30px;
    }
    .banner-contact .btn-green{
        margin-bottom: 20px;
    }

    .banner-right .blue-slim {
        font-size: 40px;
    }
    .banner-services .card{
        margin-bottom: 20px;
    }
    .banner-contact .col-md-8 p {
        margin-left: 0px;
        margin-top: 50px;
    }
    .banner-contact .btn{
        margin-left: 0px;
    }
    .footer .footer-left .row {
        margin: 0 auto;
        margin-top: 20px;
    }
    .footer-menu .menu-item {
        margin-right:20px;
    }
    .banner-contact img{
        visibility: hidden;
    }
    .banner-images{
        background-position: 0 0;
        background-size: 100%;
    }
    .banner-container {
        background-position: 0 0;
        background-size: 100%;
    }

    .banner-container .yellow-title {
        visibility: hidden;
    }

    .banner-container .blue-slim{
        visibility: hidden;
    }
    .banner-container .blue-p {
        padding: 10px;
    }

    .tec-banner{
        background-position: 0 0;
        background-size: 100%;
    }
    .tec-banner .banner-title{
        margin-top: 20px;
    }
    .banner-title .blue-bold {
        font-size: 40px;
    }
    .banner-title .blue-slim {
        font-size: 40px;
    }
    .banner-title .yellow-title {
        font-size: 24;
    }

    .content-title .p-blue-bold {
        font-size: 40px;
    }
    .content-title .p-blue-slim {
        font-size: 40px;
    }
    .content-title .p-yellow {
        font-size: 24;
    }
}