.headerMenu {
    background-color: white;
    height: 59px;
}

.dropbtn {
    background-color: white;
    font-family: 'Segoe UI';
    color: black;
    margin-top: 20px;
    font-size: 13px;
    border: none;
    padding: 9px;
    display: block;
}

.two {
    background-color: white;
    font-family: 'Segoe UI';
    color: black;
    margin-top: 20px;
    font-size: 11px;
    border: none;
    padding: 9px;
    margin-left: 20px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 124px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    font-size: 13px;
    font-family: 'Segoe UI';
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown button:hover {
    background-color: #ddd !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: white;
    color: black
}

.secondMenu a {
    font-family: 'Segoe UI', Calibri, Cambria, Arial, sans-serif;
    width: fit-content;
    height: 100%;
    vertical-align: middle;
    position: relative;
    color: #fff;
    padding: 8px;
    display: inline-block;
}

.secondMenu a:hover, .secondMenu a.active {
    background-color: #fff;
    color: #212529;
    text-decoration: none;
    height: 40px;
}

.h_f_lang_other {
    float: left;
    font-size: 0;
}

.h_f_lang_other li {
    display: inline-block;
}

.h_f_lang_other li a {
    margin: 13px 20px 13px 0;
    display: block;
    font: bold 12px/14px Arial, sans-serif;
    color: white;
    text-decoration: none;
}
.business-menu {
    display: none;
}

.h_f_lang_other li a:hover, .h_f_lang_other li a.active {
    color: #ED7D1F;
}

@media screen and (max-width: 1200px){
    .headerFirst {
       display: none;
    }
    .desktop-lang {
        display: none;
    }
    .mobile-lang{
        display: block;
    }
    .categories-new{
        display: block;
        /*padding-left: 110px;*/
    }
    /*.individual-new{*/
    /*    display: inline-block;*/
    /*    padding: 8px 45px 8px 45px;*/
    /*    text-align: center;*/
    /*    border-right: 1px solid #ccc;*/
    /*}*/
    /*.business-new{*/
    /*    display: inline-block;*/
    /*    text-align: center;*/
    /*    padding-top: 8px;*/
    /*    padding-left: 30px;*/
    /*}*/
    /*old versiyon */
    .ferdi-new{
        /*display: inline-block;*/
        width: 48%;
        border-right: 1px solid #ccc;
        padding: 8px 0px;
        float: left;
        text-align: center;
        border-right: 1px solid #ccc;
    }
    .korporativ-new{
        width: 42%;
        /*border-left: 1px solid #ccc;*/
        display: inline-block;
        text-align: center;
        padding: 8px 0px;
    }
    .first_header_mobile{
        width: auto;
        height: 80px;
        /*margin-top: 5px;*/
        background-color: white!important;
    }
    .mobile-version {
        display: none!important;
    }
    .mobile-version-2 {
        padding: 0px!important;
        margin: 0px!important;
    }
    .mobile_logo {
        margin-top: 19px!important;
        padding-left: 10px!important;
    }
    .mobile_menu {
        margin-top: 35px!important;
    }
}

@media screen and (min-width: 1200px){
    .desktop-lang {
        display: block;
    }
    .mobile-lang{
        display: none;
        background-color: white;
    }
    .categories-new{
        display: none;
        background-color: white;
    }
}

@media screen and (width: 320px) and (height: 480px){
    .mobile-devices {
        display: none;
    }
    .main_slider{
        height: 114px!important;
    }
}

@media screen and (width: 481px) and (height: 768px){
    .tablets {
        display: none;
    }
}

@media screen and (width: 769px) and (height: 1024px){
    .small-screens {
        display: none;
    }
}

/*@media screen and (max-width: 400px){*/
/*    .individual-mobile-header {*/
/*        font-family: 'Open Sans', sans-serif;*/
/*        font-size: 15px;*/
/*    }*/

/*    .business-mobile-header {*/
/*        font-family: 'Open Sans', sans-serif;*/
/*        font-size: 15px;*/
/*    }*/
/*}*/





