@media only screen and (min-width:1200px) {
    .top-box {
        width: 100%;
        float: left;
    }

        .top-box ul.iletisim {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            flex-wrap: nowrap;
        }

            .top-box ul.iletisim li {
                color: #666;
                display: inline-block;
                line-height: 40px;
                margin-right: 0;
                margin-left: 20px;
                font-size: 12px;
                white-space: nowrap;
            }

    .logo img {
        width: 100%;
    }

    .col-xl-9.col-lg-9.col-md-9.col-sm-9 {
        background: transparent;
    }

    .main-menu ul > li a {
        position: relative;
        top: 0;
        right: 0;
        font-weight: 500 !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .top-box {
        width: 100%;
        float: left;
    }

        .top-box ul.iletisim {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            flex-wrap: nowrap;
        }

            .top-box ul.iletisim li {
                color: #666;
                display: inline-block;
                line-height: 40px;
                margin-right: 0;
                margin-left: 15px;
                font-size: 11px;
                white-space: nowrap;
            }

    .col-xl-9.col-lg-9.col-md-9.col-sm-9 {
        background: transparent;
    }

    .main-menu ul > li a {
        position: relative;
        top: 0;
        right: 0;
        font-weight: 500 !important;
    }
}

@media only screen and (min-width:769px) and (max-width:991px) {
}

@media only screen and (min-width:481px) and (max-width:768px) {
    .logo img {
        width: 154px;
    }
}

@media only screen and (min-width:0px) and (max-width:480px) {
    .logo img {
        width: 154px;
    }
}
