.content-location-container {
    padding: 50px 0px;
}

.content-location-inner {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding: 20px;
    border-radius: var(--siteRadius);
}

    .content-location-inner img {
        border-radius: var(--siteRadius);
    }

.content-location-title {
    position: relative;
    font-size: 1.6666666667rem;
    line-height: 2.2rem;
    font-family: montserrat-bold;
    color: #1e1e1e;
    text-align: center;
}

.content-location-title::after {
    width: 75px;
    height: 5px;
    background-color: #E27006;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.app-bar {
    z-index: 20;
    bottom: 0;
    width: 100%;
    position: fixed;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* Modal CSS */
.modal {
    display: none;
    /*display: flex;*/
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 5000;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 400px;
}

.modal-content p {
    margin-bottom: 0;
}

/* Button CSS */
.open-modal-btn {
    padding: 10px;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}



@media screen and (min-width:1240px) {
    .location {
        height: 50vh;
        background-image: linear-gradient( 35deg, hsl(0deg 0% 12%) 0%, hsl(344deg 0% 31%) 9%, hsl(344deg 0% 54%) 18%, hsl(344deg 0% 78%) 27%, hsl(344deg 0% 95%) 36%, hsl(344deg 0% 95%) 45%, hsl(344deg 0% 95%) 54%, hsl(344deg 0% 95%) 63%, hsl(344deg 0% 78%) 73%, hsl(344deg 0% 54%) 82%, hsl(344deg 0% 31%) 91%, hsl(0deg 0% 12%) 100% );
    }

    .location-reservation{
        top: 200px
    }

    .content_faq {
        padding: 120px 0;
    }
}


/* 15.01.2024 */


.hidden {
    display: none;
}

.rental-point-button {
    height: 36px;
    min-width: 64px;
    padding: 0 16px;
    background: #e27006;
    border-radius: 4px;
    color: white;
    letter-spacing: 1px;
}

.rental-point-button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.find-new-car {
    text-align: center;
    margin-bottom: 50px;
}

    .find-new-car p, .hints p {
        font-size: 1rem;
        line-height: 1.5333333333rem;
        font-family: montserrat-bold;
        color: #1e1e1e;
        text-align: center;
    }

.find-new-car-box {
    width: 100%;
    border: 1px solid var(--borderColor);
    padding: 50px;
    border-radius: 4px;
}

.find-new-car::after {
    width: 75px;
    height: 5px;
    background-color: #e27006;
    content: '';
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 50px;
}

.hints {
    background: #f5f6fa;
    border-radius: 10px;
    padding: 50px;
}

.hints ul {
    list-style: disc;
}

.hints ul li {
    padding: 5px;
}

@media screen and (max-width: 1239px) {
    .hidden-mobile {
        display: none !important;
    }

    .find-new-car-box, .hints {
        padding: 20px;
    }
}

/* 15.01.2024 */

.one-line {
    white-space: nowrap !important;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.conditions_wrapper_title .office_bottom_list_top {
    max-width: 30%;
    height: unset;
    float: left;
    padding-right: 1rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
}

.bottom-space {
    height: 2rem;
    width: 100%;
}

    .bottom-space.big {
        height: 12rem;
    }

.hidden {
    visibility: hidden;
    opacity: 0;
    height: 0px !important;
    margin: 0px !important;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
    padding: 0px !important;
}

.reservation_services_table tr td.scoper {
    background: url("/dist/images/icons/check-icon.svg") no-repeat center;
    background-position-x: left 10px;
    background-position-x: 10px;
}

.reservation_services_table tr td .addButton.removeButton {
    background-color: #20a405 !important;
}

.intro-background {
    letter-spacing: 0.1rem;
    /*background: linear-gradient(45deg, #ffcc5c 20%, #3c3c3c 20% 50%, #ff6f69 50% 80%, #96ceb4 80%);*/
    background: linear-gradient(45deg, #ffcc5c 20%, #3c3c3c 20% 40%, #ff6f69 40% 60%, #96ceb4 60% 80%, #ffcc5c 80%);
    padding: 5rem;
}

.showcase_reservation_inner_box_tab_content_cupon_field a {
    width: 100px;
    height: 45px;
    border-radius: var(--siteRadius);
    background-color: #d20a30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: montserrat-bold;
    color: #fff;
    text-align: center
}

    .showcase_reservation_inner_box_tab_content_cupon_field a:hover {
        background-color: #102157
    }

.select2-container .select2-selection--single {
    height: 100% !important;
}

.showcase_reservation_form_inner_field_bottom_date {
    height: unset !important;
}

.mm-ocd {
    z-index: 9999999999999 !important;
}

.button-of-menu {
    border-radius: var(--siteRadius);
    font-size: 1rem;
    font-family: montserrat-regular;
    text-align: center;
    padding: 5px 10px;
    background: linear-gradient(-75deg, transparent, transparent, var(--color-1), transparent, transparent);
    background-size: auto;
    background-size: 400% 400%;
    animation-name: wavelink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

    .button-of-menu:hover {
        background-color: var(--color-1);
    }

        .button-of-menu:hover a {
            color: #fff;
        }

/* hazirlik (5) teki sorunlu değişiklik düzeltmesi. */
.content_title h1 {
    margin-top: unset;
    margin-bottom: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
}

.gray-location {
    min-height: 19rem;
}

.reservation_payment_right_wrapper_info_form_inner4 {
    --paymentForm-column: 4;
    --paymentForm-gap: 20px;
    display: grid;
    padding: 20px;
    grid-gap: var(--paymentForm-gap);
    grid-template-columns: repeat(var(--paymentForm-column),minmax(0,1fr));
}

.reservation_payment_right_wrapper:not(:last-child) {
    margin-bottom: 1rem;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .reservation_payment_right_wrapper_info_form_inner_field {
        grid-area: initial !important;
    }

    .reservation_payment_right_wrapper_info_form_inner4 {
        --paymentForm-column: 1;
    }
}

@keyframes wavelink {
    0% {
        background-position: 100%
    }

    100% {
        background-position: 0%
    }
}

@media screen and (min-width: 320px) and (max-width: 760px) {
    .conditions_wrapper_title .office_bottom_list_top {
        max-width: 100%;
    }

    .bottom-space {
        height: 6rem;
        width: 100%;
    }
}

@media screen and (min-width:1240px) {

    .gray-location .showcase_reservation {
        top: 200px
    }
}