﻿body.tr :lang(en) {
    display: none;
}

body.en :lang(tr) {
    display: none;
}
@media (max-width: 767px) {
    .girisyap {
        border-top-left-radius: 30px !important;
        border-bottom-left-radius: 30px !important;
        margin-left: 35%;
    }
    .slider-area form.search-box .search-form {
        width: 100% !important;
    }
}
@media (max-width: 575px) {
    .girisyap {
        border-top-left-radius: 30px !important;
        border-bottom-left-radius: 30px !important;
        margin-left: 35%;
    }

    .slider-area form.search-box .search-form {
        width: 100% !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area form.search-box .input-form {
        width: 50% !important;
    }
}
@media (max-width: 992px) {
    .visit-caption .visit-location img {
        width: unset !important;
    }
}
