.tur-landing-page .searcher {
    background: transparent;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #9c2a66 25%, #edbd40 25%, #edbd40 50%, #90c061 50%, #90c061 75%, #115bb9 75%) 5;
}

.bread {
    display: flex;
    align-items: center;
}

.bread .ayirici {
    padding: 0 10px;
}

.bread a, .bread span {
    color: #6f7e90;
    font-size: 13px;
}

.bread span.active {
    font-weight: 600;
}

.oteldetay .otelresimleri {
    position: relative;
    float: left;
    width: 100%;
}

.oteldetay .otelresimleri .ress {
    overflow: hidden;
    float: left;
    padding: 2px;
    width: 25%;
}

.oteldetay .otelresimleri .ress img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.oteldetay .otelresimleri .ress:nth-child(1) {
    width: 50%;
}

.oteldetay .otelresimleri .ress:nth-child(1) img {
    height: 304px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.oteldetay .otelresimleri .ress:nth-child(3) img, .oteldetay .otelresimleri .ress:nth-child(5) img {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.oteldetay .otelresimleri .goster {
}

.open-photo-modal-carousel {
    color: #fff !important;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    background: #e30613 !important;
}

.hotel-title {
    font-size: 26px;
    line-height: normal;
    margin: 0;
}

.navigator {
    box-shadow: 0px 7px 9px 0px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 1;
}

.navigator.fixed {
    position: fixed;
    top: 70px;
    background: #fff;
    width: 100%;
}

.navigator .navigator-tab {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navigator .navigator-tab li {
    border-bottom: 3px solid transparent;
}

.navigator .navigator-tab li a {
    cursor: pointer;
    padding: 10px 19px;
    display: block;
    transition: all 0.5s ease;
    color: #000000;
    margin-right: 5px;
}

.navigator .navigator-tab li a i {
    font-size: 14px;
    margin-right: 5px;
}

/* .navigator .navigator-tab li:hover,
.navigator .navigator-tab li.active {border-bottom: 3px solid #e30613; } */
.navigator .navigator-tab li:hover a, .navigator .navigator-tab li.active a {
    border-bottom: #e30613 solid;
}

.bg-grey {
    background: #f5f5f5;
}

.priceCalc {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 2px 5px #00000014;
}

.otelfiyatsablon.otel {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 2px 5px #00000014;
    margin-bottom: 15px;
    border: 1px solid #10c47f;
}

.otelfiyatsablon.otel .resim img {
    border-radius: 6px;
}

.otelfiyatsablon.otel .title {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    margin: -10px -10px 10px;
    width: calc(100% + 20px);
    font-weight: bold;
    font-size: 15px;
}

.otelfiyatsablon.otel .fiyat.desk {
    text-align: right;
    font-size: 13px;
}

.otelfiyatsablon.otel .fiyat .indirimoran {
    display: inline-block;
    padding: 5px;
    line-height: normal;
    border-radius: 6px;
    background: #f36f21;
    color: #fff;
}

.otelfiyatsablon.otel .fiyat .old {
    text-decoration: line-through;
    font-size: 13px;
    line-height: normal;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
}

.otelfiyatsablon.otel .fiyat .new {
    font-size: 18px;
    line-height: normal;
    color: #10c47f;
    font-weight: bold;
}

.otelfiyatsablon.otel .fiyat small {
    color: #000;
    font-weight: bold;
}

.otelfiyatsablon.otel .btn-success {
    background: #2ab01c;
    border-color: #2ab01c;
    padding: 7px 10px 7px;
}

.otelfiyatsablon.otel .btn-success:hover {
    color: #fff;
}

.otelfiyatsablon.otel .btn-warning {
    background: #e30613;
    border-color: #e30613;
    color: #fff;
    padding: 7px 10px 7px;
}

.otelfiyatsablon.otel .btn-warning:hover {
    background: #e30613;
    border-color: #e30613;
    color: #fff;
}

@media(max-width: 768px) {
    .otelfiyatsablon.otel .cont {
        margin: 10px 0px;
    }

    .navigator .navigator-tab li a span {
        display: none;
    }

    .otelfiyatsablon.otel .fiyat .old {
        font-size: 14px;
    }

    .otelfiyatsablon.otel .fiyat .new {
        font-size: 16px;
    }

    .otelfiyatsablon.otel .fiyat .indirimoran {
        padding: 3px;
    }

    .oteldetay .otelresimleri .ress {
        display: none;
    }

    .oteldetay .otelresimleri .ress:nth-child(1), .oteldetay .otelresimleri .ress img {
        display: block;
        width: 100%;
        border-radius: 6px;
    }

    .oteldetay .otelresimleri .goster {
        display: block !important;
    }
}

.odaTalepEt, .contWrap {
    background: #fff;
    padding: 10px;
    float: left;
    width: 100%;
}

.odaTalepEt {
    margin: 15px 0;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 2px 5px #00000014;
    border: 1px solid #e5e5e5;
}

.otel_info h1, .otel_info h2, .otel_info h3, .otel_info h4, .otel_info h5, .otel_info h6 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: normal;
}

.otel_info .infobaslik {
    display: none;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
    line-height: normal;
}

.contWrap .title {
    font-size: 19px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000;
    line-height: normal;
}

.contWrap.minimize {
    overflow: hidden;
    height: 55px;
}

.contWrap.minimize .title {
    cursor: pointer;
}

.search-font {
    font-weight: 500;
    font-size: 12px;
}

.abc {
    border-radius: 6px;
    box-shadow: 0px 2px 5px #00000014;
    border: 1px solid #e5e5e5;
}

.button,.galleryGrid img,.rounded-4 {
    border-radius: 4px
}

.galleryGrid.-type-1 {
    display: grid;
    grid-template-columns: 0.52fr 0.24fr 0.24fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px
}

.items-end {
    align-items: flex-end!important
}

.galleryGrid.-type-1>:first-child {
    grid-row: 2 span
}

.galleryGrid__item {
    max-height: 370px
}

.galleryGrid__item_r {
    max-height: 180px
}

.relative {
    position: relative
}

.MPhoto,.absolute,.mFav,.mVideo,.mobilotelpuani {
    position: absolute
}

.d-flex {
    display: flex!important
}

.justify-end {
    justify-content: flex-end!important
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

.button.-blue-1,.text-dark-1 {
    color: #ea292b !important;
    font-weight: 600;
}

.size-40 {
    flex-shrink: 0;
    width: 40px;
    height: 40px
}

.bg-white {
    background-color: #fff!important
}

.text-16 {
    font-size: var(--text-16)!important
}

.galleryGrid.-type-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.h-full {
    height: 100%!important
}

.px-10 {
    padding-left: 10px!important;
    padding-right: 10px!important
}

.px-24 {
    padding-left: 24px!important;
    padding-right: 24px!important
}

.px-20 {
    padding-left: 20px!important;
    padding-right: 20px!important
}

.py-10 {
    padding-top: 10px!important;
    padding-bottom: 10px!important
}

.py-15 {
    padding-top: 15px!important;
    padding-bottom: 15px!important
}

.py-20 {
    padding-top: 20px!important;
    padding-bottom: 20px!important
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-size: .8rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: .3s cubic-bezier(.165, .84, .44, 1)
}

.rounded-full {
    border-radius: 100%!important
}

.button.-blue-1:hover {
    border-color: #337ab7;
    background-color: #337ab7!important;
    color: #fff!important
}

.col-md-12.mobile {
    display: none
}

.col-md-12.mobile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .col-md-12.mobile {
        display:block;
        min-height: 215px;
    }

    .col-md-12.desktop {
        display: none
    }
}

.col-md-12.desktop .favori-icon,.col-md-12.mobile .favori-icon {
    position: absolute;
    right: 20px;
    top: 10px;
    left: inherit!important
}

.col-md-12.desktop .favori-icon i,.col-md-12.mobile .favori-icon i {
    color: #000!important;
    font-size: inherit
}

.mFav {
    top: 10px;
    right: 20px
}

.mVideo {
    height: 35px;
    width: inherit;
    left: 20px;
    bottom: 10px;
    border-radius: 4px !important;
}

.mVideo i {
    padding-right: 5px;
}

.MPhoto {
    right: 10px;
    bottom: 0
}

.MPhoto i {
    padding-right: 5px;
}

.mobilotelpuani {
    top: 10px;
    left: 20px;
    background: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    color: #0065b8;
    font-size: 14px;
    font-weight: 600;
    text-align: center
}

.mobilotelpuani small {
    display: block;
    font-size: .6rem
}
