.v2-ho-se-ri {
    padding-top: 80px;
}
.chosen-container {
    height: auto;
}
.footer {
    padding: 50px 0 50px;
}
.main-menu {
    width: 80%;
}
.chosen-select {
    height: 50px;
}
.wed-logo {
    width: 20%;
}
.chbox label {
    position: static;
    margin-bottom: 15px;
}
.inner_banner::before {
    background: linear-gradient(to top,rgb(0 0 0 / 85%) 100%,rgb(0 0 0 / 85%) 100%);
}
.link-btn {
    color: #fff !important;
}
.events table tr th {
    font-size: 15px;
    padding: 12px 10px!important;
}
.input-field {
    margin-bottom: 10px;
}
.v2-hom-search {
    padding: 50px 0 50px;
}
.tb-space {
    padding: 20px 15px 50px;
}
.ed-mi-close {
    margin: -40px 8px 8px 0px;
}
.desktopdisable {
    display: none !important;
}
button.link-btn.whatsapp {
    width: auto;
}
button.link-btn.guvenli-odeme {
    width: auto;
}
span.whatsapp-destek {
    color: #FFF;
    font-size: 15px !important;
}
span.guvenli-odeme {
    color: #FFF;
    font-size: 15px !important;
}
button.link-btn.whatsapp i.fa.fa-whatsapp {
    font-size: 15px !important;
}
button.link-btn.guvenli-odeme i.fa.fa-lock {
    font-size: 15px !important;
}
span.onemli-not {
    font-size: 14px;
    font-weight: 400;
}
.wed-logo a img {
    width: 120px;
    padding: 0px;
}
.events img {
    width: auto;
    padding: 0;
}
#myTable th, #myTable td {
    padding: 16px 12px;
}
h4.tek-yon-title {
    font-size: 1.5rem;
}
.input-field .chosen-container-single .chosen-single {
    border: 1px solid #d7d7d7;
}
.input-field select, .input-field input {
    border: 1px solid #d7d7d7;
}
.ucak-container a.flight {
    color: rgb(114, 112, 112);
}
.main-menu ul {
    float: right;
}
/* Uçuş Desktop CSS Start */
.ucak-container {
    display: flex;
    flex-direction: column;
    align-items: normal;
    max-width: 100%;
    margin: 0 auto;
}

.card {
    padding: 20px;
    border-radius: 0px;
    margin-bottom: 15px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(136 136 136 / 35%);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*border-bottom: 1px dashed rgb(136 136 136 / 70%);*/
    padding: 5px 10px;
    border-left: 1px dashed rgb(136 136 136 / 70%);
    border-right: 1px dashed rgb(136 136 136 / 70%);
    border-top: 1px dashed rgb(136 136 136 / 70%);
}

.card-header img {
    width: 50px !important;
    object-fit: contain;
    margin-right: 10px;
    margin-bottom: 5px;
}

.card-header .details {
    display: flex;
    flex-direction: column;
    text-align: right;
    width: 100%;
    margin-bottom: 5px;
}

.card-header .details h2 {
    margin: 0;
    font-size: 1.2rem;
}

.card-header .details p {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    border: 1px dashed rgb(136 136 136 / 70%);
    padding: 10px;
}

.card-content .time {
    display: flex;
    align-items: center;
    width: 100%;
}

.card-content .time .departure {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    width: 100%;
}

.card-content .time .departure h3 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
}

.card-content .time .departure p {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 400;
}

.card-content .time .duration {
    font-size: 1.2rem;
    /*color: #2dc44d;*/
    width: 100%;
    text-align: center;
}
.duration .one-line-small {
    width: 100% !important;
    background-color: #a6a6a3;
    height: 1px;
    position: relative;
}
.duration .one-line-small:after {
    content: '';
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    margin-left: -5px;
    background: #a6a6a3;
    float: left;
}
.duration .one-line-small:before {
    content: url(https://www.biletinfo.com/resources/img/icons/cut-arrow-right.png);
    color: #a6a6a3;
    display: inline-block;
    margin: -9px -8px;
    font-size: 8px;
    float: right;
}
.transmission {
    padding: 0;
    width: 100%;
}
.card-content .arrival {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: right;
}

.card-content .arrival h3 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
}

.card-content .arrival p {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 400;
}

.card-content .price {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-content .price h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #007bff;
}

.card-content .price p {
    margin: 0;
    font-size: 0.9rem;
    color: #555;
}

.card.special {
    background-color: #f5f5f5;
    border-left: 5px solid #007bff;
}

.card.special .card-content .price h2 {
    color: #007bff;
}
.pricefiyat{
    font-size: 14px !important;
    position: relative !important;;
    margin: 0em !important;;
    padding: .5em !important;;
    border-radius: .1em !important;;
    font-weight: 500 !important;;
    border: 1px solid #d23b38 !important;;
    color: #d23b38 !important;
    display: flex;
    align-items: center;
    justify-content: center;

}
.duration span.direk-info {
    color: #2dc44d;
    font-size: 1.2rem;
}
.duration span.baggage-info {
    font-size: 1.3rem;
}
.card .card-price {
    width: 100%;
    /*margin-top: 10px;*/
    border: 1px dashed rgb(136 136 136 / 70%);
    border-top: 0px dashed;
    padding: 10px;
}
.card .card-date {
    width: 100%;
    margin-top: 5px;
    border-top: 1px dashed rgb(136 136 136 / 72%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.chosen-container-single .chosen-drop {
    margin-top: 0px !important;
}
.card-date span.card-date-span {
    margin: 5px 0 5px 0;
}
.departure span {
    line-height: 15px;
    font-size: 1.35rem;
    font-weight: 600;
}
.arrival span {
    line-height: 15px;
    font-size: 1.35rem;
    font-weight: 600;
}
/* Uçuş Desktop CSS End */

@media (max-width: 575px){
    .e_h1 {
        display: revert !important;
    }
    .desktopdisable {
        display: block !important;
    }
    .mobildisable {
        display: none !important;
    }
    .mobilenable {
        display: block !important;
    }
    .events table tr td:nth-child(2) {
        width: auto !important;
    }
    .events img {
        display: block !important;
        width: 60px !important;
    }
    .pricefiyat{
        font-size: 14px !important;
        position: relative !important;;
        margin: 0em !important;;
        padding: .5em !important;;
        border-radius: .1em !important;;
        font-weight: 500 !important;;
        border: 1px solid #d23b38 !important;;
        color: #d23b38 !important;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .foot-com {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .tourb2-ab-p1-left a {
        padding: 14px 35px !important;
        font-size: 16px !important;
    }
    .link-btn {
        padding: revert !important;
        font-size: 12px !important;
    }
    .events table tr th {
        font-size: 12px !important;
        padding: 0px 5px !important;
    }
    .events table tr td {
        font-size: 12px !important;
    }
    span {
        font-size: 12px !important;
    }
    #myTable th {
        padding: 0px 5px !important;
    }
    #myTable td {
        padding: 12px 5px !important;
    }
    .v2-hom-search {
        padding: 0px 0 50px !important;
    }
    .inner_banner h1 span {
        color: #fff !important;
        font-size: 20px !important;
        font-weight: 600 !important;
        font-family: playfair display,serif !important;
    }
    .spe-title p {
        font-size: 1.2rem !important;
        line-height: 20px !important;
    }
    .spe-title h2 {
        font-size: 20px !important;
    }
    .spe-title h2 span {
        color: #f4364f !important;
        font-size: 20px !important;
        font-weight: 600 !important;
    }
    .db2-form-com form {
        margin-top: 15px !important;
    }
    button.link-btn.whatsapp {
        width: 100% !important;
    }
    button.link-btn.guvenli-odeme {
        width: 100% !important;
    }
    span.whatsapp-destek {
        color: #FFF;
        font-size: 15px !important;
    }
    span.guvenli-odeme {
        color: #FFF;
        font-size: 15px !important;
    }
    button.link-btn.whatsapp i.fa.fa-whatsapp {
        font-size: 15px !important;
    }
    button.link-btn.guvenli-odeme i.fa.fa-lock {
        font-size: 15px !important;
    }
    h4.tek-yon-title {
        font-size: 1.5rem;
        text-align: center;
    }
    .inner_banner h1 {
        font-size: 20px;
        padding-bottom: 5px;
    }
    .inner_banner p {
        font-size: 15px;
        padding: 5px 0 10px;
    }
    .inner_banner div.spe-title, .inner_banner div ul {
        margin-bottom: 0px;
    }
    .db-2-com h4 {
        padding: 10px;
    }

    /* Uçuş Mobil CSS Start */

    .ucak-container {
        display: flex;
        flex-direction: column;
        align-items: normal;
        max-width: 800px;
        margin: 0 auto;
    }

    .card {
        padding: 20px;
        border-radius: 0px;
        margin-bottom: 15px;
        box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
        border: 1px solid rgb(136 136 136 / 35%);
    }

    .card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*border-bottom: 1px dashed rgb(136 136 136 / 70%);*/
        padding: 5px 10px;
        border-left: 1px dashed rgb(136 136 136 / 70%);
        border-right: 1px dashed rgb(136 136 136 / 70%);
        border-top: 1px dashed rgb(136 136 136 / 70%);
    }

    .card-header img {
        width: 50px !important;
        object-fit: contain;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .card-header .details {
        display: flex;
        flex-direction: column;
        text-align: right;
        width: 100%;
        margin-bottom: 5px;
    }

    .card-header .details h2 {
        margin: 0;
        font-size: 1.2rem;
    }

    .card-header .details p {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .card-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px dashed rgb(136 136 136 / 70%);
        padding: 10px;
    }

    .card-content .time {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .card-content .time .departure {
        display: flex;
        flex-direction: column;
        margin-right: 20px;
        width: 100%;
    }

    .card-content .time .departure h3 {
        margin: 0;
        font-size: 1.45rem;
        font-weight: 600;
    }

    .card-content .time .departure p {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 400;
    }

    .card-content .time .duration {
        font-size: 1.2rem;
        /*color: #2dc44d;*/
        width: 100%;
        text-align: center;
    }
    .duration .one-line-small {
        width: 100% !important;
        background-color: #a6a6a3;
        height: 1px;
        position: relative;
    }
    .duration .one-line-small:after {
        content: '';
        display: inline-block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: 5px;
        height: 5px;
        margin-top: -2px;
        margin-left: -5px;
        background: #a6a6a3;
        float: left;
    }
    .duration .one-line-small:before {
        content: url(https://www.biletinfo.com/resources/img/icons/cut-arrow-right.png);
        color: #a6a6a3;
        display: inline-block;
        margin: -9px -8px;
        font-size: 8px;
        float: right;
    }
    .transmission {
        padding: 0;
        width: 100%;
    }
    .card-content .arrival {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: right;
    }

    .card-content .arrival h3 {
        margin: 0;
        font-size: 1.45rem;
        font-weight: 600;
    }

    .card-content .arrival p {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 400;
    }

    .card-content .price {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card-content .price h2 {
        margin: 0;
        font-size: 1.5rem;
        color: #007bff;
    }

    .card-content .price p {
        margin: 0;
        font-size: 0.9rem;
        color: #555;
    }

    .card.special {
        background-color: #f5f5f5;
        border-left: 5px solid #007bff;
    }

    .card.special .card-content .price h2 {
        color: #007bff;
    }
    .card .card-price {
        width: 100%;
        /*margin-top: 10px;*/
        border: 1px dashed rgb(136 136 136 / 70%);
        border-top: 0px dashed;
        padding: 10px;
    }
    .card .card-date {
        width: 100%;
        margin-top: 5px;
        border-top: 1px dashed rgb(136 136 136 / 72%);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-date span.card-date-span {
        margin: 5px 0 5px 0;
    }
    .departure span {
        line-height: 15px;
        font-size: 1.35rem;
        font-weight: 600;
    }
    .arrival span {
        line-height: 15px;
        font-size: 1.35rem;
        font-weight: 600;
    }
    /* Uçuş Mobil CSS End */
}