 

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    .trip-summary-left, .trip-summary-right {
        min-height: 243px;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1024px) and (max-width: 1280px) {
    .trip-select-mobile-v2 {
        display: none;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .flex-left {
        flex: 0 0 70%;
        width: 70%;
    }

    .price-info {
        margin-top: 10px;
        justify-content: space-between;
        background: #f7f9fa;
        padding: 10px 20px;
        border-radius: 10px;
    }

    .flex-center .open-trip-content {
        margin: 70px 0;
    }

    .open-trip {
        font-size: 18px;
    }

    .ferry-gb-date {
        display: block;
    }

    .trip-select-mobile-v2 {
        font-family: "Roboto Condensed", sans-serif;
        padding: 58px 0 30px 0;
    }

    .trip-select-mobile-v2 .inner-page-search-toggle {
        border-radius: 0 !important;
    }

    .trip-select-mobile-v2 .trips-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        padding: 7px;
    }

    .trip-select-mobile-v2 .trips-heading strong {
        color: #F68814;
        font-size: 16px;
    }

    .trip-select-mobile-v2 .trips-heading span, .trips-heading .trips-heading-arrow {
        top: 0
    }

    .trip-day-select {
        display: flex;
        color: #2D3993;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        background-color: #F7F9FA;
        box-shadow: 0 1px 0 #DEDEDE;
    }

    .trip-day-select .today {
        font-weight: 500;
        font-size: 16px;
    }

    .inner-top-search-container {
        overflow-x: hidden;
    }

    .trip-day-select a {
        border: solid 1px #2D3993;
        border-radius: 10px;
        display: block;
        padding: 5px 8px;
        font-size: 13px;
        width: 87px;
        text-align: center;
    }

    .trip {
        box-shadow: 0 1px 0 #DEDEDE;
        padding: 5px;
        align-items: center;
    }

    .trip, .trip-date, .trip-time-inner, .trip-date-top, .trip-date-bottom {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
    }

    .trip-date-top {
        padding-bottom: 5px;
        color: #7A7A7A;
        align-items: baseline;
        flex: 0 0 20%;
        margin-left: 2%;
        text-align: left;
        flex-direction: column;
    }

    .trip-date-top .type {
        font-size: 10px;
    }

    .trip-date-bottom {
        text-align: center;
    }

    .trip-date-top .company {
        font-weight: 600;
        color: #F68814;
        font-size: 18px;
    }

    .trip-date {
        flex-direction: row;
    }

    .trip-time-inner {
        align-items: center;
        font-size: 13px;
        justify-content: space-around;
        color: gray;
    }

    .going-date-port, .arriving-date-port {
        margin: 0 !important;
        font-size: 12px;
        text-align: center;
    }

    .going-date-time, .arriving-date-time {
        font-size: 20px !important;
        margin-bottom: 0;
    }

    .going-date {
        text-align: left;
    }

    .arriving-date {
        text-align: left;
    }

    .trip-time-text {
        padding-left: 0;
        padding-right: 0;
        color: #2b3991;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

    .no-bg {
        background-color: transparent;
    }

    .no-mt {
        margin-top: 0;
    }

    .ml-3 {
        margin-right: 5px;
        margin-left: 5px;
    }

    .price-info .sub-label {
        margin-bottom: 0;
        font-size: 11px;
    }

    .trip-price-details {
        display: flex;
        justify-content: space-around;
        flex: 0 0 30%
    }

    .trip-price-details .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 15px;
        margin-top: 15px;
    }

    .trip-price-details .right .button a {
        padding: 10px 7px;
        padding-top: 11px;
        text-align: center;
        background: #f7931d;
        font-size: 10px;
        font-weight: 600;
        max-width: 52px;
        min-width: 52px;
        color: white;
        display: block;
        border-radius: 10px;
    }

    .trip-price-details .popover-div {
        text-align: center;
        font-size: 9px;
        margin-top: 10px;
    }

    .price-info .price {
        margin-bottom: 0;
        border: solid 1px #1d2862;
        max-width: 79px;
    }

    .price-info .label {
        white-space: inherit;
        display: block;
        margin-bottom: 7px;
        font-size: 11px;
        padding: 0;
        font-weight: 400;
    }

    .low-opacity {
        opacity: 0.6;
        user-select: none;
        pointer-events: none;
    }

    .dates {
        display: flex;
        justify-content: space-between;
    }

    .order-summary-header {
        color: #2b3991;
        font-size: 24px;
        font-weight: 700;
        margin: 10px 0 10px 0;
        text-align: center;
    }

    .order-summary {
        font-family: "Roboto Condensed", sans-serif;
        margin-top: 10px;
        box-shadow: 0 3px 3px 3px #00000017;
        padding-bottom: 5px;
    }

    .order-summary-title {
        background-color: #f7931d;
        text-align: center;
        padding: 10px;
        color: white;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 18px;
    }

    .order-summary .trip-time-inner {
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .mb-0 {
        margin-bottom: 0;
    }

    .order-summary .dates .going-date {
        margin-right: 30px;
    }

    .trip-price-elements p {
        margin-bottom: 0;
    }

    .trip-price-elements label {
        margin-bottom: 0;
        font-size: 16px;
        color: #292929;
        font-weight: 400;
    }

    .company-title p {
        margin-bottom: 0;
    }

    .order-summary-total .total {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #dedede;
    }

    .order-summary-total .total .label {
        background-color: #DEDEDE;
        color: #2D3993;
        font-weight: 600;
        padding: 10px;
        font-size: 26px;
        flex-grow: 1;
        text-align: center;
        border-radius: 0;
    }

    .order-summary-total .total .price {
        background-color: #2D3993;
        color: white;
        padding: 10px;
        flex-grow: 1;
        font-size: 26px;
        text-align: center;
        font-weight: 600;
    }

    .order-summary-total button {
        background-color: #f7931d;
        font-size: 26px;
        display: block;
        cursor: pointer;
        font-weight: 600;
        text-align: center;
        color: white;
        border: none;
        padding: 10px;
        width: 100%;
    }

    .price-info .price {
        border-radius: 10px;
        font-size: 18px;
    }

    p {
        margin: auto;
        text-align: center;
    }

    .bg-second {
        background: #F7F9FA
    }

    .price-info-red {
        min-width: 88px;
    }

    .trip-dates {
        color: #2b3991;
    }

    .popover-div .popover {
        background-color: #2b3991;
        border: solid 1px #F68814;
    }

    .popover-div .popover .arrow {
        border-left-color: #F68814;
    }

    .popover.left > .arrow:after {
        border-left-color: #2b3991;
        right: 2px;
    }

    .popover-flex {
        color: #fff;
        min-width: 180px
    }

    .popover-flex strong {
        color: #fff;
    }

    .tf-tabs-content-inner .form-label p {
        color: #fff;
    }

    .top-bar-menu li a {
        padding: 10px 5px;
    }

    .main-menu ul li {
        padding: 0 10px;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .no-pl-m {
        padding-left: 0;
    }

    .no-pr-m {
        padding-right: 0
    }

    .tf-tabs-content-inner {
        padding: 10px;
    }

    .ticket-finder .tf-tabs-content {
        border-radius: 0;
    }

    .home-search {
        background: #2b3991;
        background-size: cover;
        min-height: 458px;
        z-index: 0;
        padding-top: 25px;
    }

    .ticket-finder .tf-tabs-content {
        border: none;
    }

    .ticket-finder .tf-tabs li a {
        padding: 11px;
        background-color: #ffffff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-weight: bold;
        font-size: 15px;
        margin-right: 1px;
        min-width: 113px;
        color: #2b3991;
        display: block;
        text-align: center;
        transition: all 0.3s;
    }

    .tf-tabs-content-inner .form-submit .form-find {
        margin-top: 0;
    }

    .tf-tabs-content-inner .form-item .passenger-vehicle-select, .tf-tabs-content-inner .form-item .passenger-vehicle-select-ct {
        z-index: 2;
        width: 92%;
    }

    .tf-tabs-content-inner .form-item .passenger-vehicle-select .passenger-vehicle-select-content label, .tf-tabs-content-inner .form-item .passenger-vehicle-select-ct .passenger-vehicle-select-content-ct label {
        font-size: 13px;
    }

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .p-lr {
        padding-left: 15px;
        padding-right: 15px;
    }

    .no-pl-m {
        padding-left: 0;
    }

    .no-pr-m {
        padding-right: 0
    }

    .tf-tabs-content-inner {
        margin: 0;
    }

    .ferry-contents, .voucher-contents, .cruise-contents {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .tf-tabs-content-inner .form-item .passenger-vehicle-select, .tf-tabs-content-inner .form-item .passenger-vehicle-select-ct {
        width: 100%;
        top: 91%;
    }

    .ticket-finder .tf-tabs-content {
        border-radius: 0;
        padding-bottom: 6px;
    }

    .home-search {
        background: #2b3991;
        background-size: cover;
        min-height: 458px;
        z-index: 0;
        padding-top: 25px;
    }

    .ticket-finder .tf-tabs-content {
        border: none;
    }

    .ticket-finder .tf-tabs {
        display: flex;
    }

    .ticket-finder .tf-tabs li {
        list-style-type: none;
        display: inline-block;
        flex-grow: 1;
    }

    .ticket-finder .tf-tabs li a {
        padding: 11px;
        background-color: #ffffff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-weight: bold;
        font-size: 15px;
        margin-right: 6px;
        min-width: 113px;
        color: #2b3991;
        display: block;
        text-align: center;
        transition: all 0.3s;
    }

    .inner-top-search-container .ferry-gb-date {
        margin: 0 15px;
    }

    .tf-tabs-content-inner .form-submit .form-find {
        margin-top: 0;
    }

    .tf-tabs-content-inner .form-item .passenger-vehicle-select, .tf-tabs-content-inner .form-item .passenger-vehicle-select-ct {
        z-index: 2;
        width: 91%;
        max-width: 91%;
    }

    .tf-tabs-content-inner .form-item .passenger-vehicle-select .passenger-vehicle-select-content label, .tf-tabs-content-inner .form-item .passenger-vehicle-select-ct .passenger-vehicle-select-content-ct label {
        font-size: 13px;
    }

    .tf-tabs-content-inner .form-label p {
        font-size: 12px;
    }

    .ferry-contents > .ferry-from-where, .ferry-going-date, .ferry-pv, .ferry-where, .ferry-gb-date, .ferry-submit,
    .cruise-contents > .cruise-from-where, .cruise-going-date, .cruise-pv, .cruise-where, .cruise-gb-date, .cruise-submit {
        flex: 0 0 100%;
    }

    .what-is-f-lines, .f-lines-desc {
        text-align: center;
    }

    .start-explore img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .ferry-where, .ferry-gb-date, .ferry-submit, .cruise-where, .cruise-gb-date, .cruise-submit {
        padding-left: 0;
    }

    .mb15 {
        margin-bottom: 0px;
    }

    .home-hero h1 {
        font-size: 35px;
    }

    .home-popi {
        background-color: #efeded;
        text-align: center;
        padding: 50px 0;
    }

    .home-popi ul {
        border-right: none;
    }

    .home-popi strong {
        width: 100%;
    }

    .home-popi .see-all {
        color: #ffffff;
        display: block;
        text-decoration: underline;
        margin-right: 0;
        background-color: #f7931d;
        text-decoration: none;
        padding: 10px;
        margin-right: 0px;
        margin-bottom: 15px;
        text-align: center;
    }

    .inner-page-section {
        padding: 80px 0 30px 0;
    }

    .selected-trip {
        border: 0;
        padding: 0;
    }

    .trips-top ul li a {
        font-size: 16px;
    }

    .trip-item .company-logo img {
        width: 100%;
    }

    .trip-item .company-logo, .trip-item .company-title {
        margin-top: 0;
    }

    .trip-item .company-title .c-title {
        font-size: 25px;
    }

    .trip-time .trip-time-text {
        padding: 9px;
    }

    .trip-time .trip-time-text span {
        margin: 5px 2px;
        font-size: 10px;
    }

    .trip-time .trip-time-text img {
        width: 14px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .trips-heading strong {
        font-size: 19px;
        margin-right: 7px;
    }

    .trips-heading {
        font-size: 14px;
    }

    .trip-item .trip-time-inner {
        margin-top: 15px;
    }

    .trip-summary-content .going-date, .trip-summary-content .arriving-date {
        margin: 10px 0;
    }

    .trip-total-inner h3 {
        margin: 15px 0;
    }

    .trip-total-inner .total-price, .trip-total-inner .trip-submit {
        display: block;
        padding: 10px;
        text-align: center;
    }

    .trip-total-inner .total-price {
        margin-bottom: 15px;
    }

    .trip-total-inner .total-price:after {
        content: none;
        border: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .trip-total-inner .trip-submit {
        margin: 0;
        padding: 0;
    }

    .trip-total-inner .trip-submit a {
        padding: 20px;
    }

    .paying-steps-inner {
        box-shadow: none;
        padding: 25px 0;
        position: relative;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .hotel-title, .sub-tags, .hotel-desc, .other-option-buttons {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row-title {
        width: 100%;
        text-align: center;
    }

    .passenger-form {
        padding-left: 15px;
    }

    .passenger-form label {
        font-size: 13px;
    }

    .footer-bottom {
        padding-top: 30px;
    }

    .paying-continue {
        text-align: center;
    }

    .paying-continue .trip-submit {
        margin-left: 0;
    }

    .mobile-app .heading {
        font-size: 20px;
        margin-top: -20px;
        margin-bottom: 4px;
    }

    .mobile-app .subtext {
        color: white;
        font-size: 13px;
    }

    .mobile-app img {
        width: 236px;
        bottom: -81px;
        position: relative;
    }

    .dl-icons {
        margin: 46px 0 0 0;
    }

    .dl-icons a img {
        width: 120px;
        bottom: 34px;
        margin-bottom: 10px;
    }

    .paying-continue .trip-submit {
        width: 100%;
    }

    .email-form {
        display: block;
        text-align: center;
    }

    .email-text {
        margin-left: 0;
    }

    .footer-top-links li {
        margin-right: 0;
    }

    .email-sub-logo {
        width: 224px;
        margin: 0 auto 15px auto;
        text-align: center;
        display: block;
    }

    .tursab {
        margin: 0 auto;
        width: 150px
    }

    .wb-owl-prev, .wb-owl-next {
        margin-top: 10px;
        position: initial;
        width: 50%;
        text-align: center;

    }

    .footer-left, .footer-logos, .copyright {
        text-align: center;
    }

    .footer-logos img {
        width: 100%;
        max-width: 100%;
    }

    .section-map .overlaybox-inner {
        width: 100%;
    }

    .section-two-blocks div.content {
        width: 88%;
        width: calc(100% - 50px);
    }

    /*YENİ CSS*/
    .flex-left {
        flex: 0 0 70%;
        width: 70%;
    }

    .price-info {
        margin-top: 10px;
        justify-content: space-between;
        background: #f7f9fa;
        padding: 10px 20px;
        border-radius: 10px;
    }

    .flex-center .open-trip-content {
        margin: 70px 0;
    }

    .open-trip {
        font-size: 18px;
    }

    .ferry-gb-date {
        display: block;
    }

    .trip-select-mobile-v2 {
        font-family: "Roboto Condensed", sans-serif;
        padding: 58px 0 30px 0;
    }

    .trip-select-mobile-v2 .inner-page-search-toggle {
        border-radius: 0 !important;
    }

    .trip-select-mobile-v2 .trips-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        padding: 7px;
    }

    .trip-select-mobile-v2 .trips-heading strong {
        color: #F68814;
        font-size: 16px;
    }

    .trip-select-mobile-v2 .trips-heading span, .trips-heading .trips-heading-arrow {
        top: 0
    }

    .trip-day-select {
        display: flex;
        color: #2D3993;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        background-color: #F7F9FA;
        box-shadow: 0 1px 0 #DEDEDE;
    }

    .trip-day-select .today {
        font-weight: 500;
        font-size: 16px;
    }

    .inner-top-search-container {
        overflow-x: hidden;
    }

    .trip-day-select a {
        border: solid 1px #2D3993;
        border-radius: 10px;
        display: block;
        padding: 5px 8px;
        font-size: 13px;
        width: 87px;
        text-align: center;
    }

    .trip {
        box-shadow: 0 1px 0 #DEDEDE;
        padding: 5px;
        align-items: center;
    }

    .trip, .trip-date, .trip-time-inner, .trip-date-top, .trip-date-bottom {
        display: flex;
        justify-content: space-between;
    }

    .trip-date-top {
        padding-bottom: 5px;
        color: #7A7A7A;
        align-items: baseline;
    }

    .trip-date-top .type {
        font-size: 10px;
    }

    .trip-date-bottom {
        text-align: center;
    }

    .trip-date-top .company {
        font-weight: 600;
        color: #F68814;
        font-size: 18px;
    }

    .trip-date {
        flex-direction: column;
    }

    .trip-time-inner {
        align-items: center;
        font-size: 13px;
        color: gray;
    }

    .going-date-port, .arriving-date-port {
        margin: 0 !important;
        font-size: 12px;
        text-align: center;
    }

    .going-date-time, .arriving-date-time {
        font-size: 20px !important;
        margin-bottom: 0;
    }

    .going-date {
        text-align: left;
    }

    .arriving-date {
        text-align: left;
    }

    .trip-time-text {
        padding-left: 0;
        padding-right: 0;
        color: #2b3991;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

    .no-bg {
        background-color: transparent;
    }

    .no-mt {
        margin-top: 0;
    }

    .ml-3 {
        margin-right: 5px;
        margin-left: 5px;
    }

    .price-info .sub-label {
        margin-bottom: 0;
        font-size: 11px;
    }

    .trip-price-details {
        display: flex;
    }

    .trip-price-details .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 15px;
        margin-top: 15px;
    }

    .trip-price-details .right .button a {
        padding: 10px 7px;
        padding-top: 11px;
        text-align: center;
        background: #f7931d;
        font-size: 10px;
        font-weight: 600;
        max-width: 52px;
        min-width: 52px;
        color: white;
        display: block;
        border-radius: 10px;
    }

    .trip-price-details .popover-div {
        text-align: center;
        font-size: 9px;
        margin-top: 10px;
    }

    .price-info .price {
        margin-bottom: 0;
        border: solid 1px #1d2862;
        max-width: 79px;
    }

    .price-info .label {
        white-space: inherit;
        display: block;
        margin-bottom: 7px;
        font-size: 11px;
        padding: 0;
        font-weight: 400;
    }

    .low-opacity {
        opacity: 0.6;
        user-select: none;
        pointer-events: none;
    }

    .dates {
        display: flex;
        justify-content: space-between;
    }

    .order-summary-header {
        color: #2b3991;
        font-size: 24px;
        font-weight: 700;
        margin: 10px 0 10px 0;
        text-align: center;
    }

    .order-summary {
        font-family: "Roboto Condensed", sans-serif;
        margin-top: 10px;
        box-shadow: 0 3px 3px 3px #00000017;
        padding-bottom: 5px;
    }

    .order-summary-title {
        background-color: #f7931d;
        text-align: center;
        padding: 10px;
        color: white;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 18px;
    }

    .order-summary .trip-time-inner {
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .mb-0 {
        margin-bottom: 0;
    }

    .order-summary .dates .going-date {
        margin-right: 30px;
    }

    .trip-price-elements p {
        margin-bottom: 0;
    }

    .trip-price-elements label {
        margin-bottom: 0;
        font-size: 16px;
        color: #292929;
        font-weight: 400;
    }

    .company-title p {
        margin-bottom: 0;
    }

    .order-summary-total .total {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #dedede;
    }

    .order-summary-total .total .label {
        background-color: #DEDEDE;
        color: #2D3993;
        font-weight: 600;
        padding: 10px;
        font-size: 26px;
        flex-grow: 1;
        text-align: center;
        border-radius: 0;
    }

    .order-summary-total .total .price {
        background-color: #2D3993;
        color: white;
        padding: 10px;
        flex-grow: 1;
        font-size: 26px;
        text-align: center;
        font-weight: 600;
    }

    .order-summary-total button {
        background-color: #f7931d;
        font-size: 26px;
        display: block;
        cursor: pointer;
        font-weight: 600;
        text-align: center;
        color: white;
        border: none;
        padding: 10px;
        width: 100%;
    }

    .price-info .price {
        border-radius: 10px;
        font-size: 18px;
    }

    p {
        margin: auto;
    }

    .bg-second {
        background: #F7F9FA
    }

    .price-info-red {
        min-width: 88px;
    }

    .trip-dates {
        color: #2b3991;
    }

    .popover-div .popover {
        background-color: #2b3991;
        border: solid 1px #F68814;
    }

    .popover-div .popover .arrow {
        border-left-color: #F68814;
    }

    .popover.left > .arrow:after {
        border-left-color: #2b3991;
        right: 2px;
    }

    .popover-flex {
        color: #fff;
        min-width: 180px
    }

    .popover-flex strong {
        color: #fff;
    }

    .tf-tabs-content-inner .form-label p {
        color: #fff;
    }

}

@media (min-width: 320px) and (max-width: 374px) {
    .ticket-finder .tf-tabs li a {
        min-width: 86px;
    }

    .mobile-header .mobile-links-right a {
        font-size: 16px;
        color: #7a7a7a;
        margin-right: 5px;
        top: 6px;
        position: relative;
    }
}