.mySearch {
    display: none !important;
}
@media only screen and (max-width: 500px) {
    .navbar-toggle {
        width: 55px !important;
    }
    .menu_w_set_3 {
        width: 305px !important;
    }
    .mySearch {
        display: block !important;
        padding-top: 40px !important;
    }
    .mySearch i {
        color: #fff;
        text-align: center;
        font-size: 28px;
    }
    .navbar-header {
        background-color: #3a3a3c;
    }
    .detail_kurzu_heading span {
        display: none;
    }
    .detail_kurzu_heading {
        margin-top: 25px !important;
        height: auto !important;
    }
    .detail_kurzu_main_image .page_navigate_heading h1 {
        font-size: 40px;
    }
    .myPart {
        width: 100% !important;
        background-color: #8e7a3f !important;
        margin-top: 10px;
    }
    .myPart .mySmallerPart{
        height: 60px !important;
        display: block !important;
        padding: 13px 13px 5px 10px;
        float: left !important;
    }
    .myPart .myCourseHeading {
        display: block !important;
        padding-top: 7px !important;
        height: 70px !important;
    }
    .myPart .myCourseHeading h2 {
        padding-top: 7px !important;
    }
  }