/* Feribotlines CSS */
/*
 01. Genel
 02. Topbar
 03. Header
 04. Ana Sayfa
 05. Ä°Ã§erik SayfalarÄ±
 06. Footer

 */

.mobile-bottom-fixed-menu p {
    margin-bottom: 0px;
}

/* 01. Genel */
@import url(../fonts/inter.css);

body,
html {
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
}

a {
    color: #2b3991;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b3991;
}

a:hover {
    color: #4257d9;
    text-decoration: none;
}

.no-padding {
    padding: 0 !important;
}

.no-flex {
    display: initial !important;
}

.np {
    padding: 0 !important;
}

.form-control {
    background-color: #f7f9fa;
    border: solid 1px #dedede;
    box-shadow: none;
}

/* 01. Genel Bitti */
/* 02. Topbar */
.top-bar {
    border-bottom: solid 1px #efefef;
}

.top-bar-menu {
    margin: 0;
    padding: 0;
}

.top-bar-menu li {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.top-bar-menu li:first-child {
    margin-right: 0;
}

.top-bar-menu li a {
    padding: 10px;
    color: #424242;
    display: block;
    text-decoration: none;
}

.top-bar-menu li ul.dropdown {
    width: 88px;
    background: #fff;
    border: solid 1px #efefef;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    margin: 0;
    padding: 0;
}

.top-bar-menu li:hover ul.dropdown {
    display: block;
}

.top-bar-menu li ul.dropdown li {
    display: block;
    font-size: 12px;
    padding: 0;
}

.top-bar-menu li ul.dropdown li {
    padding: 0;
    border-bottom: solid 1px #efefef;
}

.top-bar-menu li ul.dropdown li a {
    padding: 9px;
    transition: all 0.3s;
}

.top-bar-menu li a:hover {
    background: #fbf9f9;
    transition: all 0.3s;
}

.top-bar-menu li ul.dropdown li:last-child {
    border-bottom: none;
}

.top-bar-menu li ul.dropdown li a img {
    margin-right: 1px;
}

.top-bar-menu .current-lang {
    border-left: solid 1px #efefef;
    border-right: solid 1px #efefef;
}

.top-bar-menu .current-lang:hover,
.top-bar-menu .current-lang:active,
.top-bar-menu .current-lang:focus {
    background: #fbf9f9;
}

.top-bar-menu-right {
    text-align: right;
}

.top-bar-menu-right i {
    color: #2b3991;
}

.tb-facebook i,
.tb-instagram i {
    color: white;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.tb-facebook {
    background-color: #3a5897;
}

.tb-facebook:hover {
    background-color: #4468b1 !important;
}

.tb-instagram {
    background-color: #396990;
}

.tb-instagram:hover {
    background-color: #4681b1 !important;
}

/* 02. Topbar bitti */
/* 03. Header*/
.desktop-header {
    z-index: 1;
    position: relative;
    padding: 20px 0;
    box-shadow: 0 3px 8px #0000001f;
}

.desktop-logo a img {
    width: 232px;
}

.main-menu {
    text-align: right;
}

.main-menu ul {
    margin: 17px 0 0 0;
    padding: 0;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 15px;
    border-right: solid 1px #efefef;
}

.main-menu ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.main-menu ul li:nth-last-child(3) {
    border-right: none;
}

.main-menu ul li a {
    color: #2b3991;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    transition: all 0.3s;
}

.main-menu ul li a:hover {
    text-decoration: none;
    transition: all 0.3s;
    color: #141e4b;
}

.main-menu ul li a i {
    margin-right: 5px;
}

.main-menu ul .header-sign-in,
.main-menu ul .header-register {
    border: none !important;
}

.main-menu ul .header-sign-in a,
.main-menu ul .header-register a {
    color: white;
    padding: 8px;
    border-radius: 3px;
}

.main-menu ul .header-sign-in {
    padding-right: 5px;
}

.main-menu ul .header-register {
    padding-left: 5px;
}

.main-menu ul .header-sign-in a {
    background-color: #2b3991;
}

.main-menu ul .header-register a {
    background-color: #f7931d;
}

.main-menu ul .header-sign-in a:hover,
.main-menu ul .header-register a:hover {
    color: white;
}

.main-menu .menu-icon {
    width: 14px;
    top: -1px;
    margin-right: 5px;
    height: 16px;
    position: relative;
}

.mobile-header {
    padding: 10px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: white;
    box-shadow: 0px 3px 11px #00000029;
}

.mobile-header .mobile-links-left .mobile-menu-toggle {
    font-size: 30px;
    color: #7a7a7a;
    cursor: pointer;
    margin-top: -2px;
    display: inline-block;
    height: 30px;
}

.mobile-header .mobile-logo {
    text-align: center;
    margin-top: 2px;
}

.mobile-header .mobile-logo a {
    display: block;
}

.mobile-header .mobile-links-right {
    text-align: right;
    margin-top: 2px;
}

.mobile-header .mobile-links-right a {
    font-size: 21px;
    color: #7a7a7a;
    margin-right: 5px;
}

.mm-menu {
    position: fixed;
    z-index: 100000;
    background-color: rgb(43, 57, 145);
    box-shadow: 1px 7px 12px #00000042;
    left: -100%;
    width: 100%;
    height: 100vh;
}

.mm-menu-title {
    color: white;
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    display: block;
    height: 50px;
    background-color: rgb(51, 68, 173);
}

.close-mm-menu {
    float: right;
    right: -1px;
    top: -14px;
    position: relative;
    padding: 4px 9px;
    color: white;
    transition: 0.3s;
    border-radius: 2px;
    font-size: 19px;
    font-weight: 700;
    border: solid 1px #252473;
}

.close-mm-menu:hover {
    background: #298a37;
    color: white;
    transition: 0.3s;
    border-color: #383838;
}

.close-mm-menu i {
    color: #dadada;
    font-size: 18px;
    margin-right: 5px;
}

.mm-menu-main-menu {
    margin: 0;
    padding: 0;
}

.mm-menu-content strong {
    background-color: #2c377d;
    padding: 10px 10px;
    color: #7081ec;
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0px;
}

.mm-menu-content ul li {
    list-style-type: none;
}

.mm-menu-content ul li a {
    text-decoration: none;
    display: block;
    color: white;
    border-bottom: solid 1px rgb(50, 67, 170);
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 700;
}

.mm-menu-content ul li a:hover {
    background-color: #2f6d37;
    transition: 0.3s;
}

.level1-submenu,
.level2-submenu {
    display: none;
    padding: 0;
    background-color: #30843c;
}

#column-right .list-group {
    margin-top: 20px;
}

#column-right .list-group a {
    padding: 10px 15px;
    display: block;
    border-bottom: solid 1px #ededed;
    border-right: solid 5px #14b256;
}

.level1-submenu li a {
    font-weight: 400 !important;
    padding-left: 20px !important;
    font-size: 16px !important;
    border-bottom: solid 1px #23712e !important;
}

.level2-submenu li a {
    font-weight: 400 !important;
    padding-left: 30px !important;
    font-size: 16px !important;
    border-bottom: solid 1px #23712e !important;
}

.menu-plus {
    color: #ffffff;
    top: -1px;
    font-size: 15px;
    position: relative;
    float: right;
    border: solid 1px #44984c;
    padding: 6px;
    border-radius: 6px;
}

/* 03. Header Bitti*/
/* 04. Ana Sayfa*/
.ferry-contents,
.cruise-contents {
    display: flex;
    flex-wrap: wrap;
}

.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 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 0 0 50%
}

.ferry-contents .form-label,
.cruise-contents .form-label {
    display: block;
    flex: none;
    width: 100%;
}

.ferry-contents .form-item,
.cruise-contents .form-item {
    flex: 1;
}

.ferry-from-where,
.cruise-from-where {
    order: 1;
}

.ferry-going-date,
.cruise-going-date {
    order: 3;
}

.ferry-pv,
.cruise-pv {
    order: 5;
}

.ferry-where,
.cruise-where {
    order: 2;
}

.ferry-where,
.ferry-gb-date,
.ferry-submit,
.cruise-where,
.cruise-gb-date,
.cruise-submit {
    padding-left: 15px;
}

.ferry-gb-date,
.cruise-gb-date {
    order: 4;
}

.ferry-submit,
.cruise-submit {
    order: 6
}

.tab-voucher,
.tab-cruise {
    display: none;
}

.home-search {
    background: url("../img/homepage/hero.jpg") no-repeat;
    background-size: cover;
    min-height: 458px;
    z-index: 0;
}

.ticket-finder,
.home-hero {
    margin-top: 55px;
}

.ticket-finder .tf-tabs {
    margin: 0;
    padding: 0;
}

.ticket-finder .tf-tabs li {
    list-style-type: none;
    display: inline-block;
}

.ticket-finder .tf-tabs li a {
    padding: 15px 20px;
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    margin-right: 10px;
    min-width: 160px;
    color: #2b3991;
    display: block;
    text-align: center;
    transition: all 0.3s;
}

.ticket-finder .tf-tabs li span {
    position: relative;
    top: 2px;
}

.ticket-finder .tf-tabs li a:hover {
    background-color: #2b3991;
    color: white;
    transition: all 0.3s;
    text-decoration: none;
}

.ticket-finder .tf-tabs .selected-tab {
    background-color: #2b3991;
    color: white;
}

.ticket-finder .tf-tabs-content {
    position: relative;
    border-top: solid 10px #2b3991;
    background-color: white;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: bold;
    display: block;
    min-height: 288px;
}

.tf-tabs-content-inner {
    padding: 15px 25px;
}

.tf-tabs-content-inner .form-item {
    border: 1px rgb(222, 222, 222) solid;
    border-radius: 5px;
    background-color: rgb(247, 249, 250);
    margin-bottom: 12px;
    height: 45px;
    width: 100%;
}

.tf-tabs-content-inner .form-label p {
    display: block;
    margin-bottom: 5px;
    color: #2b3991;
    font-weight: 300;
}

.tf-tabs-content-inner .white-label p {
    color: white;
!important;
}

.tf-tabs-content-inner .form-item .input-icon {
    align-content: center;
    background-color: #dbe0e2;
    text-align: center;
    width: 20%;
    float: left;
    height: 100%;
}

.tf-tabs-content-inner .form-item .input-icon img {
    vertical-align: middle;
    margin-top: 12px;
}

.tf-tabs-content-inner .form-item .form-input,
.tf-tabs-content-inner .form-item .form-input select {
    width: 80%;
    float: left;
    height: 100%;
}

.tf-tabs-content-inner .form-item .form-input .input-group {
    height: 100%;
    border: none;
}

.tf-tabs-content-inner .form-item .form-input select {
    background: #f7f9fa url(../img/finder/drop-up-arrow.png) no-repeat center right 17px;
    border: none;
    -webkit-appearance: none;
    display: block;
    height: 100%;
    padding: 0 0 0 10px;
    outline: none;
    border-radius: 5px;
    color: #4a4a4a;
}

.tf-tabs-content-inner .form-item .form-input .form-control {
    background: #f7f9fa url(../img/finder/drop-up-arrow.png) no-repeat center right 17px;
    display: block;
    height: 100%;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    text-align: left;
    color: #4a4a4a;
}

.tf-tabs-content-inner .datepicker:hover {
    cursor: pointer;
}

.tf-tabs-content-inner .form-item .form-input .form-control::placeholder {
    color: #4a4a4a;
}

.tf-tabs-content-inner .form-item .form-input .input-group .input-group-addon {
    border: none;
}

.tf-tabs-content-inner .form-submit .form-find {
    width: 100%;
    margin-top: 24px;
    border-radius: 5px;
    background: rgb(247, 147, 29) url("../img/finder/right-arrow.png") no-repeat 246px center;
    box-shadow: 0 4px 0 0 rgb(187, 120, 41);
    border: none;
    font-size: 18px;
    color: white;
    top: 473px;
    height: 42px;
}

.tf-tabs-content-inner .form-submit .form-find:hover {
    outline: none;
    background-color: rgb(218, 124, 29);
}

.tf-tabs-content-inner .form-submit .form-send {
    background-image: none;
    width: 200px;
    margin-right: 15px;
    float: right;
}

.tf-tabs-content-inner .form-item .passenger-vehicle-selector,
.tf-tabs-content-inner .form-item .passenger-vehicle-selector-ct {
    cursor: pointer;
    user-select: none;
}

.tf-tabs-content-inner .form-item .passenger-vehicle-select,
.tf-tabs-content-inner .form-item .passenger-vehicle-select-ct {
    display: none;
    position: absolute;
    width: 95%;
    top: 100%;
    border: solid 1px rgb(222, 222, 222);
    box-shadow: 0px 3px 3px #0000001a;
    border-radius: 3px;
    z-index: 10;
    background-color: #f7f9fa;
}

.tf-tabs-content-inner .form-item .passenger-vehicle-select:after,
.tf-tabs-content-inner .form-item .passenger-vehicle-select-ct:after {
    bottom: 100%;
    left: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgb(222, 222, 222);
    border-width: 10px;
    margin-left: -30px;
}

.tf-tabs-content-inner .form-item .passenger-vehicle-select .passenger-vehicle-select-content,
.tf-tabs-content-inner .form-item .passenger-vehicle-select-ct .passenger-vehicle-select-content-ct {
    padding: 20px;
    z-index: 10;
    box-shadow: 0px 3px 3px #0000001a;
}

.tf-tabs-content-inner .form-item .passenger-vehicle-select .passenger-vehicle-select-content .input-group,
.tf-tabs-content-inner .form-item .passenger-vehicle-select-ct .passenger-vehicle-select-content-ct .input-group {
    display: block;
    width: 100%;
}

.tf-tabs-content-inner .form-item .passenger-vehicle-select .passenger-vehicle-select-content .input-group .full-width,
.tf-tabs-content-inner .form-item .passenger-vehicle-select-ct .passenger-vehicle-select-content-ct .input-group .full-width {
    display: block;
}

.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 {
    display: block;
    margin-bottom: 5px;
    color: #2b3991;
    font-weight: 300;
}

.tf-tabs-content-inner .form-item .passenger-vehicle-select .passenger-vehicle-select-content .passenger-vehicle-select-submit,
.tf-tabs-content-inner .form-item .passenger-vehicle-select-ct .passenger-vehicle-select-content-ct .passenger-vehicle-select-submit-ct {
    margin-top: 25px;
    border-radius: 5px;
    box-shadow: none;
    background-color: #2b3991;
    color: white;
    border: none;
    font-weight: bold;
}

.tf-tabs-content-inner .form-item .passenger-vehicle-select hr,
.tf-tabs-content-inner .form-item .passenger-vehicle-select-ct hr {
    margin: 15px 0;
}

.tf-tabs-content-inner .form-item .passenger-vehicle-select .passenger-vehicle-select-input,
.tf-tabs-content-inner .form-item .passenger-vehicle-select-ct .passenger-vehicle-select-input-ct {
    border: 1px rgb(222, 222, 222) solid !important;
    border-radius: 5px;
    padding: 5px;
    box-shadow: none;
}

.tf-tabs-content-inner .select2-container--default .select2-selection--single {
    border: none;
    height: 100%;
    outline: none;
    background-color: transparent;
}

.tf-tabs-content-inner .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #2b3991 transparent transparent transparent;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    height: 0;
    left: 50%;
    margin-left: -19px;
    margin-top: 4px;
    position: absolute;
    top: 50%;
    outline: none;
    width: 0;
}

.no-arrow {
    background-image: none !important;
}

.tf-tabs-content-inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}

.tf-tabs-content-inner .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 13px;
}

.tf-tabs-content-inner .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #4a4a4a;
}

/* 04. Ana Sayfa Arama Bitti*/
/* 05. Ana Sayfa H1 & Ä°konlar */
.home-hero h1 {
    margin-bottom: 43px;
    font-size: 41px;
    margin-top: 0;
    color: white;
}

.hero-icon p {
    margin-top: 10px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.hero-icon {
    float: left;
    width: 50%;
    margin-bottom: 45px;
    display: block;
}

/* 05. Feribotlines Nedir? */
.what-is-feribotlines {
    padding: 20px 0;
    color: #4a4a4a;
}

.what-is-f-lines {
    color: #2b3991;
    font-size: 35px;
}

.what-is-feribotlines strong {
    font-size: 19px;
    text-align: right;
    display: block;
    color: #2b3991;
}

.what-is-feribotlines .video-arrow {
    text-align: right;
}

.what-is-feribotlines .video-arrow img {
    text-align: right;
}

.what-is-f-lines-video {
    position: absolute;
    width: 100%;
    top: 35px;
    z-index: 1;
}

.what-is-f-lines-video iframe {
    box-shadow: 0px 3px 3px black;
}

/* 06. Feribotlines Nedir? */
.start-explore {
    background-image: url(../img/homepage/explore-top-bg.png);
    background-position: top;
    background-repeat: repeat-x;
}

.start-explore-inner {
    background-color: #2b3991;
    padding-top: 46px;
    top: 11px;
    position: relative;
    height: 100%;
}

.start-explore .start-explore-title {
    color: white;
    font-size: 30px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 700;
}

.start-explore .all-locations {
    font-size: 16px;
    color: white;
    margin: 25px 0;
    display: inline-block;
    border-bottom: white solid 3px;
}

.mb15 {
    margin-bottom: 30px
}

.home-popi {
    background-image: url(../img/homepage/explore-bottom-bg.png);
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 45px;
    padding-bottom: 20px;
}

.home-popi ul {
    margin: 10px 0;
    padding: 0;
    border-right: solid 1px #dedede;
}

.home-popi strong {
    border-bottom: solid 1px #f7931d;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    color: #f7931d;
    font-size: 18px;
    width: 80%;
}

.home-popi ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 5px;
}

.home-popi ul li a {
    color: #4a4a4a;
    font-weight: 400;
}

.home-popi ul li a:before {
    content: "â€¢";
    padding-right: 10px;
    color: #f7931d;
}

.home-popi .see-all {
    color: #f7931d;
    text-align: right;
    display: block;
    text-decoration: underline;
    margin-right: 30px;
}

.mobile-app {
    background-image: url(../img/homepage/popis-bottom.jpg);
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 45px;
    background-color: #f7931d;
    overflow: hidden;
    height: 300px;
}

.mobile-app .heading {
    font-size: 32px;
    color: white;
    margin-top: 30px;
    margin-bottom: 15px;
}

.mobile-app .subtext {
    color: white;
    font-size: 15px;
}

.dl-icons {
    margin-top: 45px;
}

/*04. Ana Sayfa Bitti*/
/*05. Ä°Ã§erik SayfasÄ± */
.inner-page-section {
    padding: 30px 0;
}

.inner-page-section h3 {
    color: #2b3991;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

/*05.1 - Sefer Listeleme */
.inner-page-search-toggle {
    border-radius: 5px;
    background-color: #f7931d;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 4px 0 0 rgb(187, 120, 41);
    border: none;
    font-size: 15px;
    color: white;
    padding: 10px;
    display: block;
}

.inner-page-search-toggle:hover {
    color: white;
    text-decoration: none;
    transition: 0.3s;
    background-color: #de831b;
}

.inner-page-search-toggle:active,
.inner-page-search-toggle:focus {
    color: white;
    text-decoration: none;
}

.inner-page-search-toggle-inverted {
    box-shadow: 0 4px 0 0 rgb(43, 57, 145);
    background-color: #2b3991
}

.inner-page-search-toggle i {
    position: absolute;
    right: 33px;
    top: 13px;
}

.inner-top-search-container {
    display: none;
    background-color: #2b3991;
    color: white;
    padding: 20px 25px;
}

.selected-trip {
    font-family: "Inter", sans-serif;
    border: solid 1px #dedede;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 18px;
    color: #2b3991;
}

.st-content {
    overflow: hidden;
    border: solid 1px #f7f9fa;
    background-color: #f7f9fa;
    border-radius: 5px;
}

.trips-top {
    margin-top: 40px;
}

.trips-top ul {
    margin: 0;
    padding: 0;
    display: flex;
    background-color: #f7f9fa;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: solid 1px #dedede;
    border-bottom: none;
    align-items: baseline;
    align-content: flex-start;
}

.trips-top ul li {
    flex-direction: row;
    flex-grow: 1;
    list-style-type: none;
    border-right: solid 1px #dedede;
    align-self: stretch;
    align-items: center;
    vertical-align: middle;
    transition: 0.3s;
}

.trips-top ul li:last-child {
    border-right: none;
}

.trips-top ul li:hover {
    background-color: #2b3991;
    color: #fff;
    transition: 0.3s;
}

.trips-top ul li:hover a {
    color: white;
    text-decoration: none;
}

.trips-top ul li a {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 3px;
    display: block;
    color: #2b3991;
    text-align: center;
    transition: 0.3s;
}

.trips-top .today-date {
    background-color: #2b3991;
    color: white;
}

.trips-top .today-date a {
    color: white;
}

.trips-top .today-date a:hover {
    text-decoration: none;
}

.trips-top ul .unavailable-date a {
    color: #6d77b4;
    cursor: not-allowed;
}

.trips-heading {
    background-color: #2b3991;
    color: white;
    font-size: 18px;
    padding: 15px 25px;
    margin-bottom: 20px;
}

.trips-heading strong {
    font-size: 24px;
    margin-right: 20px;
}

.trips-heading span {
    position: relative;
    top: -3px
}

.trip-item {
    padding: 10px 20px;
    margin-bottom: 10px;
    border: solid 1px #dedede;
    font-family: "Inter", sans-serif;
}

.trip-item p {
    margin-bottom: 0;
}

.trip-item .company-logo {
    flex-grow: 0;
    margin-right: 15px;
}

.trip-item .company-logo,
.trip-item .company-title {
    margin-top: 18px;
}

.trip-item .company-title .c-title,
.trip-summary-content .company-title .c-title {
    font-size: 18px;
    color: #f7931d;
    font-weight: 600;
}

.trip-item .company-title .c-title2 {
    color: #4a4a4a;
    font-weight: normal;
}

.going-date .going-date-time,
.arriving-date .arriving-date-time {
    font-size: 28px;
    font-weight: 600;
    color: #2b3991;
}

.trip-time .trip-time-text {
    color: #2b3991;
    font-weight: bold;
}

.trip-time .trip-time-label {
    margin-bottom: 15px;
}

.trip-time .trip-time-text span {
    margin: 0 10px;
    font-size: 18px;
}

.trip-item .trip-promotions-red {
    border: dotted 2px red;
    border-radius: 5px;
    padding: 5px;
    color: red;
    font-weight: bold;
    margin-top: 21px;
}

.trip-item .trip-promotions-popular {
    border: dotted 2px #39b54a;
    border-radius: 5px;
    padding: 5px;
    color: #39b54a;
    font-weight: bold;
    margin-top: 21px;
}

.trips-heading-arrow {
    position: relative;
    top: -4px;
    margin-left: 5px;
    margin-right: 5px;
}

.trip-item .trip-time-inner,
.trip-item .promotions {
    text-align: center;
}

.trip-item .select-trip a {
    display: block;
    padding: 10px;
    border-radius: 5px;
    margin-top: 18px;
    color: white;
    text-align: center;
    background-color: rgb(247, 147, 29);
    transition: 0.3s;
    font-size: 17px;
}

.trip-item .select-trip a:hover {
    text-decoration: none;
    background-color: rgb(210, 124, 26);
    transition: 0.3s;
}

.trip-summary {
    margin-top: 30px;
}

.trip-price {
    font-size: 19px;
}

.trip-price-elements input[type="radio"] {
    position: absolute;
    right: 9000px;
}

.trip-price-elements input[type="radio"] + .label-text:before {
    content: "\f111";
    font-family: "Font Awesome\ 5 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

.trip-price-elements input[type="radio"]:checked + .label-text:before {
    content: "\f192";
    color: #f7931d;
    animation: effect 250ms ease-in;
}

.trip-price-elements input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

.trip-price-elements input[type="radio"]:disabled + .label-text:before {
    content: "\f111";
    color: #ccc;
}

.trip-price-elements .toggle input[type="radio"]:checked + .label-text:before {
    content: "\f205";
    color: #f7931d;
    animation: effect 250ms ease-in;
}

.trip-price-elements .toggle input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

.trip-price-elements .toggle input[type="radio"]:disabled + .label-text:before {
    content: "\f204";
    color: #ccc;
}

.feribotlines-elements input[type="radio"] {
    position: absolute;
    right: 9000px;
}

.feribotlines-elements input[type="radio"] + .label-text:before {
    content: "\f111";
    font-family: "Font Awesome\ 5 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

.feribotlines-elements input[type="radio"]:checked + .label-text:before {
    content: "\f192";
    color: #2b3991;
    animation: effect 250ms ease-in;
}

.feribotlines-elements input[type="radio"]:disabled + .label-text {
    color: #aaa;
    font-size: 15px;
}

.feribotlines-elements input[type="radio"]:disabled + .label-text:before {
    content: "\f111";
    color: #ccc;
}

.feribotlines-elements .toggle input[type="radio"]:checked + .label-text:before {
    content: "\f205";
    color: #2b3991;
    animation: effect 250ms ease-in;
}

.feribotlines-elements .toggle input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

.feribotlines-elements .toggle input[type="radio"]:disabled + .label-text:before {
    content: "\f204";
    color: #ccc;
}

.feribotlines-elements .label-text {
    font-size: 16px;
    margin-right: 15px;
    cursor: pointer;
}

.trip-summary-content .select-trip-label {
    font-family: "Inter", sans-serif;
    font-size: 20px
}

.trip-total {
    overflow: hidden;
    margin-top: 30px;
}

.trip-total-inner {
    overflow: hidden;
    background-color: #f7f9fa;
}

.trip-total-inner h3 {
    font-family: "Inter", sans-serif;
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 28px;
    margin-top: 28px;
}

.total-right {
    text-align: right;
}

.total-price {
    padding: 22px 100px;
    font-size: 32px;
    background-color: #2b3991;
    color: white;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    position: relative;
}

.total-price:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(43, 57, 145, 0);
    border-right-color: #2b3991;
    border-width: 30px;
    margin-top: -30px;
}

.trip-submit {
    color: white;
    margin-left: 30px;
    display: inline-block;
}

.trip-submit a {
    background: rgb(247, 147, 29) url(../img/finder/right-arrow.png) no-repeat 246px center;
    font-size: 22px;
    color: white;
    border-radius: 15px;
    padding: 28px 100px;
    display: block;
}

.trip-submit a:hover {
    text-decoration: none;
    background-color: #c9761b;
}

@keyframes effect {
    0% {
        transform: scale(0);
    }
    25% {
        transform: scale(1.3);
    }
    75% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

.so-popular {
    *background-color: #f6fff7 !important;
}

.st-label {
    float: left;
    padding: 10px;
    height: 47px;
    font-size: 16px;
    background-color: #dbe0e2;
    width: 25%;
    display: inline-block;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 27px;
    text-align: center;
}

.st-text {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 47px;
    min-height: 30px;
    float: left;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    border: solid 1px #dedede;
    width: 75%;
}

.trip-summary-left,
.trip-summary-right {
    font-family: "Inter", sans-serif;
    margin-top: 10px;
    border: solid 2px #f7931d;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.trip-summary-left p,
.trip-summary-right p {
    margin-bottom: 0 !important;
}

.trip-summary-left .trip-summary-title,
.trip-summary-right .trip-summary-title {
    background-color: #f7931d;
    text-align: center;
    padding: 10px;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 18px;
}

.trip-summary-content {
    padding: 15px;
}

.fcheckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fcheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.fcheckbox .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    border: solid 1px #b5b2b2;
    background-color: #fff;
}

.fcheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.fcheckbox input:checked ~ .checkmark {
    background-color: #2b3991;
}

/* Create the checkmark/indicator (hidden when not checked) */
.fcheckbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.fcheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.fcheckbox .checkmark:after {
    left: 0;
    top: 5px;
}

/*05.1 - Sefer Listeleme Bitti */
/*05.2 - Ã–deme AdÄ±mlarÄ± */
.paying-steps-inner {
    padding: 30px 25px;
    border-radius: 8px;
    background-color: rgb(252, 252, 252);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.22);
    position: relative;
    margin-top: -156px;
    margin-bottom: 30px;
}

.paying-steps-inner h3 {
    margin: 0;
    color: #2b3991;
}

.paying-steps {
    min-height: 269px;
    position: relative;
    background: rgb(51, 53, 143);
    background: -moz-linear-gradient(top, rgba(51, 53, 143, 1) 0%, rgba(2, 104, 170, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(51, 53, 143, 1) 0%, rgba(2, 104, 170, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 53, 143, 1) 0%, rgba(2, 104, 170, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33358f', endColorstr='#0268aa', GradientType=0);
}

.paying-steps ul {
    margin: 0;
    display: flex;
    padding: 30px 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: flex-start;
    position: relative;
}

.paying-steps ul:after {
    border: solid 1px #acd3ef;
    top: 50%;
    content: "";
    position: absolute;
    z-index: 1;
    width: 99%;
}

.paying-steps ul li {
    flex-direction: row;
    flex-grow: 1;
    list-style-type: none;
    align-self: stretch;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}

.paying-steps .paying-steps-step {
    border: solid 1px #acd3ef;
    border-radius: 5px;
    margin-right: 35px;
    font-size: 22px;
    color: #acd3ef;
    background: #2c3d93;
    font-family: "Inter", sans-serif;
    position: relative;
    z-index: 2;
}

.paying-steps-step:last-child {
    margin-right: 0;
}

.paying-steps .paying-steps-text,
.paying-steps-icon {
    display: inline-block;
}

.paying-steps .paying-steps-text {
    padding: 10px 0;
    display: inline-block;
    position: relative;
    left: -5px;
}

.paying-steps .paying-steps-icon {
    padding: 10px 15px;
    float: left;
}

.active-step {
    background-color: #ffffff !important;
}

.active-step .paying-steps-icon {
    background-color: #dbe0e2;
    color: #2b3991;
}

.active-step .paying-steps-text {
    color: #2b3991;
}

.other-option {
    overflow: hidden;
    border-radius: 5px;
    margin-top: 15px;
    border: solid 1px #2b3991;
}

.other-option .hotel-title {
    color: #2b3991;
    font-size: 20px;
    margin: 7px 0;
}

.other-option .option-img {
    width: 100%;
    height: 100%;
}

.other-option .hotel-desc {
    color: #4a4a4a;
    font-size: 12px;
}

.other-option hr {
    margin: 10px 0;
}

.option-details,
.option-prices,
.buy-option-form {
    display: none;
}

.buy-option {
    background-color: #2b3991;
    color: white;
    text-align: center;
}

.option-details,
.option-prices {
    padding: 20px
}

.other-option .badge {
    background-color: #f7931d;
}

.buy-option .buy-price {
    font-size: 40px;
    color: white;
    font-weight: 900;
}

.buy-option-bg {
    text-align: center;
    background-color: #2b3991;
    border-bottom-left-radius: 5px;
}

.buy-this-option {
    background-color: #f7931d;
    color: #2b3991;
    display: inline-block;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 190px;
    font-weight: 600;
    border-radius: 5px;
}

.buy-this-option:hover {
    text-decoration: none;
    color-: #f7931d;
    background-color: #3c4fca;
    color: white;
}

.buy-option-form {
    background-color: #2b3991;
    color: white;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 20px;
}

.other-option-buttons {
    margin: 0;
    padding: 0;
}

.other-option-buttons li {
    list-style-type: none;
    font-size: 11px;
    text-align: center;
    border: solid 1px #2b3991;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
    display: inline-block;
}

.other-option-buttons li a {
    padding: 5px;
    color: #2b3991;
    display: block;
}

.other-option-buttons li a:hover {
    background-color: #2b3991;
    color: white;
    text-decoration: none;
}

.option-add-to-basket {
    border: none;
    color: white;
    float: right;
}

.paying-continue {
    margin-top: 10px;
    text-align: right;
}

.passenger-row {
    border: solid 1px #2b3991;
}

.row-title {
    background-color: #2b3991;
    color: white;
    text-align: center;
    padding: 10px;
    display: inline-block;
    width: 20%;
    margin-bottom: 18px;
}

.feribotlines-elements {
    padding-left: 15px;
}

.passenger-form {
    padding-right: 15px;
}

.passenger-form .form-control {
    border: solid 1px #2b3991;
    box-shadow: none;
}

.passenger-row:nth-last-child(1) {
    margin-bottom: 25px;
}

.padding20 {
    padding: 20px;
}

.p16 {
    font-size: 16px;
}

.i-want-bill {
    display: none;
}

.credit-cart-form {
    margin-top: 15px;
}

.cc-container {
    background-image: url("../img/cc-front.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 202px;
    margin-top: 45px;
    text-align: center;
}

.cc-container-cc-back {
    background-image: url("../img/cc-back.png");
}

.accepted-cc {
    text-align: center;
    font-size: 13px;
    color: gray;
    margin-top: 15px;
}

.cc-header {
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px;
    border-top: solid 2px #394698;
}

.font-default {
    font-size: 14px !important;
    display: inline-block;
}

.cc-total {
    padding: 60px 20px;
    border: solid 1px #dbe0e2;
    margin-top: 45px;
    color: #4a4a4a;
}

.cc-total-label {
    font-size: 16px;
    text-align: center;
}

.cc-total-price {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.cc-total .mss-link {
    font-size: 13px;
}

.cc-submit {
    display: block;
    padding: 10px;
    border-radius: 5px;
    margin-top: 18px;
    color: white;
    text-align: center;
    background-color: rgb(247, 147, 29);
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
    border: none
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: solid 1px #dedede;
}

.styled-checkbox:hover + label:before {
    background: #f35429;
}

.styled-checkbox:focus + label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #f35429;
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ticket-ready {
    text-align: center;
    font-family: "Inter", sans-serif;
}

.paying-steps-message {
    font-size: 40px;
    margin-top: 20px;
    color: #f7931d;
}

.psm-bottom {
    margin-top: 15px;
    display: block;
}

.psm-bottom .input-group {
    margin-bottom: 15px;
}

.psm-1 {
    font-weight: 500;
    font-size: 18px;
    margin-top: 25px;
    color: #4a4a4a
}

.psm-2 {
    font-size: 15px;
    color: #4a4a4a
}

.font-small {
    font-size: 13px !important;
}

.feribotlines-colors .input-group-addon,
.feribotlines-colors .btn-default {
    background-color: #2b3991;
    color: white;
    border: none;
    height: 34px;
}

.feribotlines-colors .form-control {
    border: solid 1px #2b3991;
}

.our-services h3,
.faq h3 {
    margin-bottom: 20px
}

.card {
    font-family: "Inter", sans-serif;
    text-align: center;
    min-height: 128px;
    margin-bottom: 15px;
}

.card-title {
    border-radius: 20px;
    padding: 5px;
    font-size: 18px;
    border: solid 1px #3a3487;
    color: #3a3487;
}

.card-body {
    font-size: 14px;
    margin-top: 10px;
}

.faq .panel-default > .panel-heading {
    color: #fff;
    background-color: #2b3991;
    border-color: #ddd;
}

.faq .panel-default > .panel-heading a:hover {
    color: white;
}

.our-partners h3 {
    margin: 20px 0;
}

.partners-carousel {
    border: solid 1px #d4d4d4;
    padding: 15px;
}

.wb-owl-prev,
.wb-owl-next {
    position: absolute;
    top: 47%;
}

.wb-owl-prev {
    float: left;
    left: -25px;
}

.wb-owl-next {
    float: left;
    right: -25px;
}

.wb-owl-prev a,
.wb-owl-next a {
    color: #2b3991;
}

.wb-owl-prev a:hover,
.wb-owl-next a:hover {
    color: #7a7a7a;
}

.contact-form {
    margin: 30px 0;
}

/*CSS Bitti*/
/*Footer*/
.e-mail-subs {
    background-color: #2b3991;
    padding: 30px 0;
    color: white;
}

.email-sub-logo {
    width: 224px;
}

.email-form {
    display: flex;
    flex-direction: row;
}

.email-form span {
    color: white;
    font-size: 20px;
    margin-top: 12px;
    flex-grow: 1;
}

.email-text {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 13px;
    border: none;
    margin-left: 40px;
    font-size: 16px;
    color: black;
    outline: none;
    flex-grow: 2;
}

.email-send {
    padding: 13px;
    background-color: #f7931d;
    color: #2b3991;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    flex-grow: 3;
}

.our-partners {
    margin-bottom: 40px;
}

.footer-left,
.footer-logos,
.copyright {
    margin-bottom: 30px;
}

.footer-top-links {
    margin: 0 0 20px 0;
    padding: 30px 0;
    text-align: center;
    display: block;
}

.footer-top-links li {
    list-style-type: none;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    margin-right: 20px;
    color: #2b3991;
    font-weight: 400;
}

.footer-top-links li a {
    color: #2b3991;
}

.footer-top-links li a:hover {
    color: #1d2862;
    text-decoration: none;
}

.footer-left {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-align: left;
}

.footer-left span {
    margin-right: 10px;
}

.footer-left i {
    color: #2b3991;
    margin-right: 10px;
}

.footer-logos {
    text-align: center;
}

.copyright {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: gray;
    text-align: right;
}

.overlaybox {
    position: absolute;
    z-index: 95;
    width: 100%;
    top: 0;
}

.content,
.overlaybox-side .row {
    height: 1px;
    padding: 0 !important;
}

.overlaybox-side .overlaybox-inner {
    padding: 25px;
    background-color: white;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    margin: 0 25px;
    width: calc(50% - 25px);
}

.section-map {
    position: relative;
    overflow: hidden
}

.box-middle-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.fa-ul2 {
    padding-left: 0;
    margin-left: 5px;
    list-style-type: none;
    text-align: left;
}

/*YENÄ° CSS*/
.flex-content {
    display: flex;
}

.flex-center {
    justify-content: center;
}

.flex-left {
    flex: 0 0 70%;
    width: 70%;
}

.no-width {
    flex: auto !important;
    width: auto !important;
}

.badgebox {
    opacity: 0;
}

.badgebox + .badge {
    font-weight: 700;
    border: none;
    background-color: #dbe0e2;
    text-indent: -999999px;
    width: 22px;
    border-radius: 5px;
    left: -5px;
}

.badgebox:focus + .badge {
}

.badgebox:focus {
}

.badgebox:checked + .badge {
    text-indent: 0;
    background-color: #1d2862;
}

.flex-checkbox .btn {
    padding: 0;
    margin-top: 7px;
    font-size: 13px;
}

.flex-checkbox .btn:hover {
    color: inherit !important;
}

.open-ticket .btn.active,
.btn:active {
    box-shadow: none !important;
}

.disabled {
    opacity: 0.4 !important;
}

.price-info {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.price-info .price {
    padding: 3px 0;
    color: #1d2862;
    border: solid 2px #1d2862;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 700;
}

.price-info-green .label,
.price-info-red .label {
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
}

.price-info-green .label {
    color: #39b54a !important;
}

.price-info-red .label {
    color: #ff2f2a !important;
}

.price-info .sub-label {
    font-size: 13px;
    margin-top: 5px;
}

.trip-time .trip-time-text span {
    margin: 0 3px;
    font-size: 16px;
}

.trip-item .select-trip a {
    border-radius: 18px;
}

.popover-flex {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    min-width: 215px;
    display: flex;
    justify-content: space-between;
}

.popover-flex strong {
    color: #2b3991;
}

.popover-flex div {
    text-align: right;
}

.popover-div .popover {
    background-color: #f7f9fa;
    border: solid 1px #2b3991;
}

.popover-div .popover .arrow {
    border-left-color: rgb(43, 57, 145);
}

.open-trip {
    background-color: #f7f8ff;
    text-align: center;
    font-weight: 500;
    color: #2b3991;
    padding: 20px 0;
    font-size: 24px;
}

.open-trip-header {
    margin-top: 30px;
}

.flex-center .open-trip-content {
    margin-top: 76px;
    margin-bottom: 76px;
    text-align: center;
    font-weight: 500;
    color: #2b3991;
    font-size: 20px
}

/*Landing*/
.landing-search {
    background-image: url("../img/landing/landing-search-bg.png");
    background-position: bottom;
    background-repeat: repeat-x;
}

.landing-search-inner {
    padding-top: 25px;
    position: relative;
    height: 100%;
}

.landing-search-title {
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0;
}

.landing-top-search-container {
    color: white;
    padding: 20px 15px;
}

.landing-stats-container {
    display: flex;
    justify-content: space-between;
}

.landing-stats {
    flex-grow: 1;
    display: flex;
    flex-basis: 0;
    margin-right: 8px;
    box-shadow: 0 3px 9px #00000014;
    text-align: center;
    align-items: center;
    border: solid 1px #dedede;
    padding: 20px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    flex-direction: column;
}

.landing-stats:last-child {
    margin-right: 0
}

.landing-stats img {
    display: block;
    margin: 0 auto 5px auto;
}

.landing-stats-title {
    font-size: 14px;
    color: #5a5a5a;
    font-family: "Inter", sans-serif;
    display: block;
}

.landing-stats ul {
    margin: 20px 0 0 0;
    padding: 0;
    height: 100%;
    justify-items: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.landing-stats ul li {
    list-style-type: none;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #2b3991;
    font-size: 17px;
}

.landing-middle-finder {
    background-color: #2b3991;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    border-bottom: solid 4px #f7931d;
}

.sm-text {
    background: rgb(247, 147, 29) url(../img/finder/right-arrow.png) no-repeat 123px center !important;
    font-size: 12px !important;
    text-align: left;
}

.landing-search-2 {
    margin: 20px 0 0 0;
}

.landing-search-2 .form-item .form-input .form-control,
.landing-search-2 .form-item .form-input {
    font-size: 13px;
}

.landing-ferry-list {
    padding-bottom: 20px;
}

.landing-ferry-list h2 {
    font-family: "Inter", sans-serif;
    color: #4a4a4a;
    font-size: 26px;
    margin: 15px 0 25px 0;
}

.landing-ferry-list-table,
.landing-ferry-price-table {
    color: #2b3991;
    font-family: "Inter", sans-serif;
    text-align: center;
    border: 0;
    margin-bottom: 0
}

.p-0 {
    padding: 0;
    border: none;
    box-shadow: none;
}

.landing-ferry-list-table thead th,
.landing-ferry-price-table thead th {
    text-align: center;
    background-color: #2b3991;
    min-height: 58px;
    color: white;
    vertical-align: middle !important;
}

.landing-ferry-list-table thead {
    font-weight: 500;
    min-height: 58px !important;
}

.landing-ferry-list-table thead tr {
    min-height: 58px !important;
    background-color: #f7f9fa;
}

.landing-ferry-list-table thead tr th {
    height: 58px !important;
    vertical-align: middle;
}

.landing-ferry-list-table tbody tr td {
    height: 45px !important;
    vertical-align: middle;
}

.text-green {
    color: #39b54a;
    background-color: #f6fff7;
}

.text-red {
    color: #ff4d4d;
    background-color: #fff6f6;
}

.no-bg-no-border {
    background-color: transparent !important;
    border: none !important;
}

.tr-orange {
    background-color: #f7931d;
    color: white;
}

.tr-blue {
    background-color: #2b3991;
    color: white;
}

.tr-blue a {
    color: white;
}

.tr-blue-small {
    background-color: #2b3991;
    font-size: 12px;
    color: white;
}

.landing-map {
    background: url(../img/homepage/explore-top-bg.png) repeat-x center top, url(../img/landing/landing-search-bg-2.png) repeat-x center bottom;
}

.landing-map-inner {
    background-color: #2b3991;
    padding-top: 25px;
    padding-bottom: 25px;
    top: 11px;
    position: relative;
    height: 100%;
}

.landing-map-title {
    color: white;
    font-size: 22px;
    text-align: center;
    margin-top: 0;
    font-family: "Inter", sans-serif;
    margin-bottom: 25px;
}

.gmap-iframe {
    border-radius: 10px;
}

.travel-to {
    display: flex;
    color: white;
    align-items: center;
    font-family: "Inter", sans-serif;
    border-radius: 8px;
    margin: 20px 0;
    padding: 30px 10px;
}

.travel-to img {
    width: 44px;
    height: 26px;
    margin-left: 10px;
    margin-right: 20px;
}

.travel-to-text p {
    margin: 0;
}

.tt-orange {
    background-color: #fc7a2c;
}

.tt-red {
    background-color: #f02e35;
}

.tt-green {
    background-color: #55b17e;
}

.tt-blue {
    background-color: #4a9dde;
}

.landing-search-inner {
    background-size: cover !important;
}

.landing-stats-bg {
    background-image: url(../img/homepage/explore-bottom-bg.png);
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 40px;
}

.landing-bottom {
    background-image: url(../img/homepage/explore-bottom-bg.png);
    background-position: top;
    background-repeat: repeat-x;
    padding: 40px 0;
}

.landing-bottom h4,
.landing-bottom h5 {
    font-size: 20px;
    text-align: center;
    color: #4a4a4a;
    font-family: "Inter", sans-serif;
}

.landing-bottom h6 {
    font-size: 18px;
    margin: 30px 0 20px 0;
    text-align: center;
    color: #4a4a4a;
    font-family: "Inter", sans-serif;
}

.visit-list {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    border-radius: 6px;
}

.visit-list img {
    height: 23px;
    margin-right: 15px;
}

.landing-bottom .tt-orange {
    border: solid 2px #fc7a2c
}

.landing-bottom .tt-red {
    border: solid 2px #f02e35;
}

.landing-bottom .tt-green {
    border: solid 2px #55b17e
}

.landing-bottom .tt-blue {
    border: solid 2px #4a9dde;
}

.visit-list-title {
    color: white;
    text-align: center;
    padding: 15px;
}

.visit-list-content {
    background-color: white;
}

.visit-list-content ul {
    margin: 0;
    padding: 0;
}

.visit-list-content ul li {
    text-align: center;
    padding: 10px;
    border-bottom: solid 1px #eaeeef;
    list-style-type: none;
}

.visit-list-content ul li:last-child {
    border-bottom: none;
}

.tour-guide-title {
    border-bottom: solid 3px #2b3991;
    padding-bottom: 10px;
}

.read-more {
    margin-left: 10px;
    font-weight: 700;
}

.tour-guide-text {
    line-height: 23px;
}

.suggested-hotels {
    margin-bottom: 15px;
}

.suggested-tours {
    margin-bottom: 45px;
}

.suggested-hotels h6 {
    font-size: 18px;
    color: #4a4a4a;
    font-family: "Inter", sans-serif;
}

.bordered-title {
    color: white;
    font-family: "Inter", sans-serif;
}

.hotel-item:hover img {
    opacity: 0.8;
}

.tour-item:hover img {
    opacity: 0.8;
}

.bordered-title span {
    display: inline-block;
    padding: 13px 44px 0;
    font-size: 17px;
    color: white;
    border-radius: 5px 5px 0 0;
}

.bordered-title img {
    margin-right: 10px;
    height: 25px;
}

.color-orange span {
    background-color: #fc7a2c;
}

.color-orange {
    border-bottom: solid 10px #fc7a2c;
}

.color-red span {
    background-color: #f02e35;
}

.color-red {
    border-bottom: solid 10px #f02e35;
}

.color-yellow {
    border-bottom: solid 10px #f7931d
}

.color-yellow span {
    background-color: #f7931d;
}

.hotel-item,
.tour-item {
    box-shadow: 0 6px 5px #00000030;
    margin: 10px 0;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
}

.hotel-item img,
.tour-item img {
    max-width: 100%;
    width: 100%;
}

.suggested-hotels .hotel-title {
    background: #fff !important;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    color: #2b3991;
}

.suggested-hotels .hotel-title a {
    color: #2b3991;
    display: block;
    padding: 10px 0;
    font-weight: 600
}

.box-meta {
    display: flex;
    padding: 0 10px;
    justify-content: space-between;
}

.suggested-hotels .hotel-price p {
    margin: 0;
    padding-right: 5px;
    font-size: 27px;
    text-align: right;
    color: #2b3991;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.suggested-hotels .hotel-price p small {
    font-weight: 400;
    font-size: 23px;
}

.suggested-hotels .hotel-price .price-bottom {
    color: #2b3991;
    position: relative;
    top: -10px;
    font-size: 9px;
}

.suggested-hotels .details {
    display: flex;
    margin-bottom: 10px;
    padding: 0 10px;
    justify-content: flex-end;
}

.suggested-hotels .details a {
    background: #f02e35 url("../img/landing/right-chevron.png") no-repeat right;
    color: white;
    padding: 5px 40px;
    border-radius: 5px;
    display: inline-block;
    font-size: 11px;
    font-family: "Inter", sans-serif;
}

.suggested-tours .tour-title {
    background: #fff !important;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    color: #2b3991;
}

.suggested-tours .tour-title a {
    color: #2b3991;
    display: block;
    padding: 10px 0;
    font-weight: 600;
}

.suggested-tours .tour-price p {
    margin: 0;
    padding-right: 5px;
    font-size: 27px;
    text-align: right;
    color: #2b3991;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.suggested-tours .tour-price p small {
    font-weight: 400;
    font-size: 23px;
}

.suggested-tours .tour-price .price-bottom {
    color: #2b3991;
    position: relative;
    top: -10px;
    font-size: 9px;
}

.suggested-tours .details {
    display: flex;
    margin-bottom: 10px;
    padding: 0 10px;
    justify-content: space-between;
}

.suggested-tours .details a {
    background: #f7931d url("../img/landing/right-chevron.png") no-repeat right;
    color: white;
    padding: 5px 40px;
    border-radius: 5px;
    display: inline-block;
    font-size: 11px;
    font-family: "Inter", sans-serif;
}

.suggested-tours .tour-date {
    color: #414141;
    font-family: "Inter", sans-serif;
}

@media (min-width: 320px) and (max-width: 480px) {
    .landing-search {
        padding-top: 57px;
    }

    .landing-top-search-container .tf-tabs-content-inner .form-item .passenger-vehicle-select,
    .tf-tabs-content-inner .form-item .passenger-vehicle-select-ct {
        width: 92%
    }

    .landing-search-title {
        font-size: 26px;
        margin: 0;
    }

    .landing-stats-container {
        flex-wrap: wrap;
    }

    .landing-stats {
        margin-bottom: 10px;
    }

    .landing-search-2 {
        margin: 10px 0 !important;
        padding: 0;
    }

    .landing-middle-finder {
        padding: 20px 0;
    }

    .landing-ferry-list h2,
    .landing-ferry-price-table h2 {
        text-align: center;
    }

    .tt-green {
        margin-bottom: 10px;
    }

    .travel-to {
        flex-direction: column;
        text-align: center;
    }

    .travel-to img {
        margin-bottom: 10px;
    }

    .landing-bottom .col-sm-6:nth-child(even) {
        padding-left: 5px
    }

    .landing-bottom .col-sm-6:nth-child(odd) {
        padding-right: 5px
    }

    .visit-list img {
        height: 16px;
        margin-right: 15px;
        position: absolute;
        left: 25px;
        width: 20px;
    }

    .visit-list-title {
        font-size: 13px;
        padding: 10px;
        text-align: right;
    }

    .tt-green .visit-list-title,
    .tt-blue .visit-list-title {
        text-align: center;
    }

    .landing-ferry-list h2 {
        font-size: 22px;
    }

    .sm-text {
        text-align: center;
        background-position: 30px !important;
    }

    .suggested-hotels .hotel-title,
    .suggested-tours .tour-title {
        font-size: 20px;
    }

    .bordered-title span {
        display: block;
        text-align: center;
    }

    .suggested-hotels .col-sm-6:nth-child(even) {
        padding-left: 5px
    }

    .suggested-hotels .col-sm-6:nth-child(odd) {
        padding-right: 5px
    }

    .suggested-tours .col-sm-6:nth-child(even) {
        padding-left: 5px
    }

    .suggested-tours .col-sm-6:nth-child(odd) {
        padding-right: 5px
    }

    .suggested-hotels h6 {
        text-align: center;
    }
}

/*Landing Bitti*/
/*Tur Listesi*/
.tour-list-search {
    height: 143px;
    margin-bottom: 40px;
    background: url("../img/tour-list/top-search-bg.jpg") no-repeat;
}

.tour-list-search h1 {
    color: white;
    margin-top: 50px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 24px;
}

.tour-list-search .search-box {
    display: flex;
    background-color: #f7f9fa;
    border-radius: 5px;
    justify-content: space-between;
    width: 50%;
    height: 60px;
    margin: 33px auto;
    box-shadow: 0 1px 10px #0000003b;
}

.tour-list-search .search-box .search-box-input {
    width: 100%;
    flex-grow: 1;
}

.tour-list-search .search-box .search-box-input select {
    flex-grow: 1;
    border: none;
    width: 100%;
    height: 100%;
    background: transparent url("../img/tour-list/search-select-arrow.png") no-repeat right;
    background-size: contain;
    outline: none;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
}

.suggested-tours h2 {
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 32px;
    color: #4a4a4a;
    font-weight: 700;
}

.tour-list-tours .details {
    border-top: solid 1px #f6f6f6;
    padding-top: 10px;
}

.tabs-top .tab-top-container {
    min-height: 100%;
    background-size: cover;
    text-align: center;
    font-family: "Inter", sans-serif;
    color: white;
    border-radius: 20px;
    padding: 85px 0;
}

.tabs-top .tab-top-container .title {
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 600;
}

.tabs-top .tab-top-container .sub-title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    width: 70%;
    margin: 0 auto;
}

.tabs-top-tab {
    font-family: "Inter", sans-serif;
    border: solid 1px #dedede;
    max-width: 90%;
    margin: -50px auto 0 auto;
    background: #f7f9fa;
    border-bottom: solid 8px #2b3991;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tabs-top-tab .nav-tabs {
    display: flex;
    justify-content: space-between;
}

.tabs-top-tab .nav-tabs > li {
    flex-grow: 1;
}

.tabs-top-tab .nav-tabs .active {
    background-color: #2b3991;
    color: white;
}

.tabs-top-tab .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: #2b3991;
    color: white;
    border: none;
}

.tabs-top-tab .nav-tabs .nav-link {
    flex-grow: 1;
    border-right: 1px solid #dedede;
    text-align: center;
    padding: 0;
}

.tabs-top-tab .nav-tabs .active a {
    background-color: #2b3991;
    color: white;
}

.tour-tab-month {
    font-size: 24px;
    margin: 10px 0 0 0;
}

.tour-tab-program {
    margin-bottom: 0;
}

.tour-tab-price {
    font-size: 22px;
    font-weight: 600;
}

.tour-list-tour {
    display: flex;
    padding: 0;
    align-items: center;
    border-bottom: 1px solid #dedede;
}

.tour-details-left {
    display: flex;
    color: #414141;
    border-right: 1px solid #dedede;
    flex-direction: row;
    padding: 20px;
    width: 70%;
}

.tour-ship-image {
    margin-right: 10px;
}

.tour-ship-image img {
    border-radius: 10px;
}

.tour-details-right {
    width: 30%;
}

.tour-details {
    margin-left: 20px;
}

.ship-name {
    margin-bottom: 5px;
    font-size: 18px;
    color: #2b3991;
    font-weight: bold;
}

.tour-length {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}

.tour-start-date,
.tour-end-date {
    font-size: 13px;
}

.tour-start-date strong,
.tour-end-date strong {
    font-size: 15px;
}

.tour-places {
    margin-top: 10px;
    font-size: 13px;
}

.tour-details-right .table {
    width: 100%;
    margin: 0;
    color: #414141;
}

.tour-list-right-table tr {
    margin-bottom: 5px;
}

.tour-list-right-table strong {
    font-weight: 600;
    font-size: 15px;
}

.tour-table-price {
    vertical-align: middle;
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.tour-list-right-table .tour-select {
    vertical-align: middle;
    background-color: #2b3991;
}

.tour-list-right-table .tour-select a {
    background-color: #2b3991;
    color: white;
    vertical-align: middle;
    display: block;
    text-align: center;
}

.tour-table-price {
    font-size: 15px;
}

.tour-desc-inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    font-size: 14px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .tour-list-search {
        height: auto;
        margin-bottom: 0;
        background-size: cover;
    }

    .tour-list-search .search-box {
        width: 100%;
    }

    .tour-list-search h1 {
        margin-top: 87px;
    }

    .tabs-top .tab-top-container {
        padding: 20px;
        margin-bottom: 20px;
    }

    .tabs-top .tab-top-container .sub-title {
        width: 100%;
    }

    .tabs-top .tab-top-container .title {
        font-size: 30px;
    }

    .tabs-top .tab-top-container .sub-title {
        font-size: 16px;
    }

    .suggested-tours {
        margin-bottom: 10px;
    }

    .tabs-top-tab {
        margin-top: 0;
        max-width: 100%;
    }

    .tour-tab-month,
    .tour-tab-price {
        font-size: 14px;
    }

    .tour-details-left {
        padding: 8px;
    }

    .tour-list-tour,
    .tour-details-left,
    .tour-details-right {
        display: block;
        width: 100%;
    }

    .tour-ship-image,
    .tour-details {
        margin: 0 0 5px 0;
        width: 100%;
    }

    .tour-ship-image img {
        width: 100%;
    }

    .tour-desc-inner {
        width: 100%;
    }
}

/*Tur Listesi Bitti*/
/* Tur DetayÄ±*/
.pr-0 {
    padding-right: 0
}

.tour-details-top {
    margin-bottom: 40px;
    background: url("../img/tour-list/top-search-bg.jpg") no-repeat;
}

.tour-slider-container {
    padding: 10px;
    margin-top: 62px;
    background: white;
    box-shadow: 0px 3px 8px #0000000f;
    border-radius: 10px;
}

.bx-viewport,
.bx-wrapper img {
    border-radius: 10px;
}

.bx-wrapper {
    border: 0;
    box-shadow: none !important;
}

.tour-details-full {
    font-family: "Inter", sans-serif;
    color: #414141;
    position: relative;
    font-size: 16px;
}

.desc-label {
    background-color: #2b3991;
    color: white;
    text-align: center;
    transform-origin: left;
    transform: translate(50%, 50%) rotate(-90deg);
    display: inline-block;
    left: 0;
    margin-left: -20px;
    position: absolute;
    padding: 8px;
    font-size: 17px;
    border-radius: 5px;
    margin-top: 53px;
}

.tour-details-full p,
.tour-details-full-tabs {
    margin-left: 60px;
}

.tour-details-full-tabs {
    margin-top: 25px;
}

.tour-details-full-tabs .nav-tabs {
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.tour-details-full-tabs .nav-tabs li {
    flex-grow: 1;
    text-align: center;
}

.tour-details-full-tabs .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-top-color: transparent;
}

.tour-details-full-tabs .nav-tabs > li.active > a {
    background-color: white;
    color: #2b3991;
}

.tour-details-full-tabs .nav-tabs > li > a {
    background-color: #f7f9fa;
    color: #2b3991;
}

.tour-details-full-tabs .nav-tabs li:first-child a {
    border-left: none;
}

.tour-details-full strong {
    font-weight: 600;
    color: #2b3991;
}

.tour-details-full-tabs ul:not(.nav-tabs) {
    margin: 0;
    border: 1px solid #ddd;
    border-top-color: transparent;
    padding: 15px;
}

.tour-details-full-tabs ul:not(.nav-tabs) li {
    margin-left: 15px;
}

.tour-details-sidebar {
    margin-top: 62px;
    margin-bottom: 20px;
    background: white;
    box-shadow: 0 3px 8px #0000000f;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
}

.tour-details-sidebar h4 {
    padding: 20px 0;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.tour-details-sidebar .tour-details {
    background-color: #2b3991;
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: white;
    padding: 15px 0;
    border-bottom: solid 4px #f7931d;
}

.tour-details-sidebar .tour-details p {
    margin: 0;
}

.tour-details-sidebar .tour-details .price {
    font-size: 39px;
    font-weight: 700;
}

.tour-details-sidebar .tour-details .price .currency {
    font-size: 25px;
}

.tour-details-sidebar .tour-details small {
    font-size: 14px;
}

.submit-form {
    padding: 20px;
    font-size: 14px;
}

.submit-form .form-label {
    color: #2b3991;
}

.submit-form .form-label i {
    margin-right: 2px;
}

.tour-details-sidebar .summary {
    padding: 0 20px;
}

.tour-details-sidebar .summary-row {
    display: flex;
    padding: 5px 0;
    font-size: 13px;
    justify-content: space-between;
    border-top: solid 1px #dedede;
}

.tour-details-sidebar .buy-now {
    background-color: #f7931d;
    font-size: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 700;
    text-align: center;
    padding: 17px;
    width: 100%;
    border: none;
    color: white;
}

.tour-details-sidebar .buy-now:hover {
    opacity: 0.9;
}

.tour-details-sidebar .total .summary-left {
    font-size: 20px;
    font-weight: 700;
    color: #2b3991;
}

.tour-details-sidebar .total .summary-right {
    font-size: 25px;
    font-weight: 700;
    color: #2b3991;
}

.big-blue-but {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: white;
    background-color: #2b3991;
    padding: 10px;
    display: block;
    text-align: center;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
}

.big-blue-but:hover {
    color: white;
    opacity: 0.8;
}

.big-blue-but:focus {
    color: white;
    text-decoration: none
}

.big-blue-but i {
    position: absolute;
    left: 15px;
    top: 15px;
}

.tour-map {
    margin-top: 30px;
}

.tour-map h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    font-family: "Inter", sans-serif;
}

#tourPeriod,
.submit-form .btn,
.hotel-select {
    border: 1px solid #dedede;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 5px 0 0 0;
    padding: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    background: url("../img/tour-details/arrow-down.png") no-repeat 90% center;
    font-family: "Inter", sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#tourPeriod {
    background-position: 96%;
}

#tourPeriod:hover,
.room-person-select:hover,
.hotel-select:hover {
    border-color: #9f9f9f;
}

.tour-period-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.hotel-period-dd {
    width: 100%;
    padding: 10px;
}

.tour-period-price {
    font-weight: 700;
    margin-right: 25px;
}

.tour-period-list {
    max-height: 300px;
    overflow-y: auto;
}

.tour-period-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

.tour-period-list::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.tour-period-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #959595;
}

.tour-period-list strong {
    display: block;
    margin: 5px 0;
    padding-bottom: 5px;
    border-bottom: solid 1px #dedede;
}

.tour-period-item a {
    color: gray;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
}

.tour-period-item a:hover {
    background: #F0F0F0;
}

.tour-period-item a p {
    margin: 0;
}

.tour-period-item .tour-period-items-price:not(span) {
    font-size: 17px;
    font-weight: 700;
    color: #2b3991;
}

.room-user-count {
    width: 360px;
    padding: 20px;
}

.room-user-count .form-control {
    padding: 0;
    font-size: 13px;
}

.room-list div,
.t_room-list div {
    margin-bottom: 5px;
}

.h-room-2,
.h-room-3,
.h-room-4,
.h-room-5,
.h-room-6,
.h-room-7,
.h-room-8 {
    display: none;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 999;
}

@media (min-width: 320px) and (max-width: 480px) {
    .tour-slider-container {
        margin-top: 83px;
    }

    .desc-label {
        transform: none;
        position: static;
        margin: 0 0 20px 0;
        width: 100%;
    }

    .tour-details-full p,
    .tour-details-full-tabs {
        margin: 0;
    }

    .tour-details-full strong {
        margin: 10px 0;
        display: block;
    }

    .tour-details-full-tabs {
        margin-top: 10px;
    }

    .tour-details-full-tabs .nav-tabs > li > a {
        padding: 5px;
    }

    .tour-details-sidebar {
        margin: 0
    }

    .tour-details-sidebar h4 {
        padding: 0;
    }

    .tour-details-sidebar .buy-now {
        margin-bottom: 20px;
    }

    .room-user-count {
        width: 100%;
    }

    #roomUserCount {
        margin-bottom: 5px;
    }

    .pr-0 {
        padding-right: 15px;
    }

    #roomUserCount span {
        width: auto !important;
    }
}

#roomUserCount span {
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Tur DetayÄ± Bitti */
/* YENÄ° CSS - 11.12.2018 */
.sidebar-room-details {
    display: none;
    padding: 0 20px;
}

.tour-table-price {
    position: relative;
}

.table-discount {
    left: 50%;
    font-size: 10px;
    background-color: #e90026;
    color: #fff;
    padding: 1px;
    transform: translate(-50%, 0);
    position: absolute;
    top: -11px;
    width: 100%;
    border-radius: 20px;
}

.tour-details-right .table {
    border-collapse: separate;
    border: none;
    border-spacing: 0 15px;
}

.form-label {
    color: #2b3991;
}

.sidebar-room-details .bx-wrapper {
    margin-bottom: 20px;
}

.sidebar-room-details .bx-wrapper .bx-default-pager {
    bottom: 20px;
    position: absolute;
}

.sidebar-room-details .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: rgba(255, 255, 255, 0.5);
}

.sidebar-room-details .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: white !important;
}

.tour-comments {
    margin-top: 50px;
    position: relative;
}

.tour-comments-inner {
    margin-left: 60px;
}

.tour-comments-inner .comments-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #2b3991;
}

.comment-list .comment-heading {
    display: flex;
    justify-content: space-between;
}

.comment-list .media-left {
    padding-right: 15px
}

.comment-list .comment-heading .reply-comment,
.cancel-reply-comment {
    font-size: 10px;
    color: #414141;
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 5px;
}

.comment-list .media {
    padding: 20px 0;
    border-bottom: solid 1px #EBEBEB;
}

.comment-list .media-heading {
    font-weight: 600 !important;
    font-size: 18px;
    color: #414141;
}

.comment-list .comment-date {
    font-size: 13px;
    color: gray
}

.comment-list .comment-text {
    font-size: 16px;
    color: #414141;
    padding: 0;
    margin: 0
}

.tour-comments-inner .reply-comment-container {
    margin: 30px 0;
    display: none;
    text-align: left;
}

.tour-comments-inner .reply-comment-container p {
    text-align: left !important;
    padding: 0;
    font-size: 14px;
    color: #414141;
    margin: 5px 0;
}

.tour-comments-inner .reply-comment-title {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    color: #2b3991;
}

.comment-box {
    background-color: #fafbfa;
    border: solid 1px #dedede;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}

.text-left {
    text-align: left !important
}

.send-comment {
    background-color: #2b3991;
    padding: 10px;
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 3px;
    font-size: 14px;
}

.comment-reply-item {
    margin-left: 30px;
}

@media (min-width: 320px) and (max-width: 1024px) {
    .tour-comments-inner {
        margin: 0;
    }

    .tour-details-sidebar h4 {
        margin-top: 30px;
    }

    .send-comment {
        width: 100%;
    }
}

/* YENÄ° CSS BÄ°TTÄ° - 11.12.2018 */
/*VİZE SAYFASI 19.12.2018 */
.fs-48 {
    font-size: 48px !important;
    font-weight: 700;
}

.visa-tab-selectors {
    display: flex;
    margin-top: 34px;
}

.visa-tab-selectors li {
    flex-grow: 1;
}

.visa-tab-selectors li a {
    padding: 15px 5px;
    font-family: "Inter";
    font-weight: bold;
    font-size: 16px;
    border-radius: 0;
}

.visa-tab-selectors .active a {
    background-color: #1d2862 !important;
    color: white !important;
}

.visa-left:after {
    height: 94%;
    display: block;
    width: 1px;
    background: #eaeaea;
    content: '';
    position: absolute;
    right: 0;
    top: 91px;
}

.visa-title {
    text-align: center;
    background: url("../img/tour-list/top-search-bg.jpg") no-repeat;
}

.visa-title h1 {
    color: white;
    font-size: 42px !important;
    font-family: "Inter", sans-serif;
    margin-top: 46px;
}

.visa-title h2 {
    display: inline-block;
    width: 370px;
    height: 56px;
    padding-top: 13px;
    border-radius: 8px;
    box-shadow: 0 15px 20px 0 rgba(246, 136, 20, 0.25);
    background-color: #f68814;
    font-family: "Inter", sans-serif;
    color: white;
    font-size: 26px;
    font-weight: 600;
}

.visa-title-content {
    margin-top: -60px;
}

.visa-title-content .desc {
    padding: 20px 50px;
    font-size: 14px;
    color: #414141;
}

.schengen-visa-form {
    border-radius: 20px;
    padding: 20px;
    text-align: left;
    background-color: #2b3991;
}

.visa-contents {
    display: flex;
    flex-wrap: wrap;
}

.visa-contents > .schengen-from-where, .schengen-going-date, .schengen-pv, .schengen-where, .schengen-gb-date, .schengen-submit, .cruise-contents > .cruise-from-where, .cruise-going-date, .cruise-pv, .cruise-where, .cruise-gb-date, .cruise-submit {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 0 0 50%
}

.visa-contents .form-label, .cruise-contents .form-label {
    display: block;
    flex: none;
    color: white;
    width: 100%;
}

.visa-contents .form-item, .cruise-contents .form-item {
    flex: 1;
}

.schengen-from-where, .cruise-from-where {
    order: 1;
}

.schengen-going-date, .cruise-going-date {
    order: 3;
}

.schengen-pv, .cruise-pv {
    order: 5;
}

.schengen-where, .cruise-where {
    order: 2;
}

.schengen-where, .schengen-gb-date, .schengen-submit, .cruise-where, .cruise-gb-date, .cruise-submit {
    padding-left: 15px;
}

.schengen-gb-date, .cruise-gb-date {
    order: 4;
}

.schengen-submit, .cruise-submit {
    order: 6
}

.visa-contents .passenger-vehicle-select {
    display: none;
}

.visa-contents .form-item {
    border: 1px rgb(222, 222, 222) solid;
    border-radius: 5px;
    background-color: rgb(247, 249, 250);
    margin-bottom: 12px;
    height: 45px;
    width: 100%;
}

.visa-contents .form-item .input-icon {
    align-content: center;
    background-color: #dbe0e2;
    text-align: center;
    width: 20%;
    float: left;
    height: 100%;
}

.visa-contents .form-item .form-input {
    width: 80%;
    float: left;
    height: 100%;
}

.visa-contents .select2-container--default .select2-selection--single {
    border: none;
    height: 100%;
    outline: none;
    background-color: transparent;
}

.visa-contents .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 13px;
}

.visa-contents .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}

.visa-contents .form-item .input-icon img {
    vertical-align: middle;
    margin-top: 12px;
}

.visa-contents .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #2b3991 transparent transparent transparent;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    height: 0;
    left: 50%;
    margin-left: -19px;
    margin-top: 4px;
    position: absolute;
    top: 50%;
    outline: none;
    width: 0;
}

.visa-contents .form-item .form-input .form-control {
    background: #f7f9fa url(../img/finder/drop-up-arrow.png) no-repeat center right 17px;
    display: block;
    height: 100%;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    text-align: left;
    color: #4a4a4a;
}

.visa-contents .passenger-vehicle-select-content {
    background: #f7f9fa;
    padding: 10px;
    margin-top: 44px;
    border-radius: 5px;
    box-shadow: 0px 6px 16px #0000003d;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.visa-contents .passenger-vehicle-select-content .input-group label {
    margin-bottom: 5px;
    color: #2b3991;
}

.visa-contents .passenger-vehicle-select-submit {
    border-radius: 5px !important;
    box-shadow: none;
    background-color: #2b3991;
    color: white;
    border: none;
}

.visa-price {
    font-size: 22px;
    font-weight: bold;
    color: #2b3991;
    text-align: center;
    height: 100%;
    line-height: 43px;
    background: white;
    border-radius: 10px;
    flex: 0 0 75%;
    margin-right: 5px;
}

.bg-transparent {
    background: transparent;
    width: auto !important;
}

.flex-item {
    background-color: transparent !important;
    border: none !important;
    display: flex;
    justify-content: space-between;
}

.schengen-where .popover {
    background: #2b3991;
    border: solid 1px #f68814;
}

.schengen-where .popover.left > .arrow:after {
    border-left-color: #2b3991;
}

.popover-visa {
    font-family: "Inter", sans-serif;
    color: white;
    background: #2b3991;
}

.full-width {
    flex: 0 0 100%;
}

.visa-submit {
    border-radius: 5px;
    box-shadow: 0 15px 20px 0 rgba(246, 136, 20, 0.25);
    background-color: #f68814;
    border: none;
    font-family: Inter, sans-serif;
    color: white;
    margin: 10px auto;
    font-size: 22px;
    font-weight: bold;
    width: 300px;
    height: 47px;
}

.visa-title h3 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    margin: 30px 0;
}

.faq-list {
    margin: 0;
    padding: 10px 30px 50px 30px;
    background: #fdfdfd url(../img/vize/shadow.png) no-repeat bottom center;
    text-align: left;
    background-size: contain;
}

.faq-list li img {
    width: 29px;
}

.faq-list li {
    font-family: "Inter", sans-serif;
    list-style: none;
    color: #414141;
    margin: 15px 0;
    text-align: left;
}

.visa-title .panel-heading {
    background: #2b3991;
    color: white;
    text-align: left;
    font-size: 14px;
}

.visa-title .panel-heading a:hover {
    color: white;
    text-decoration: none;
}

.visa-title .panel-body {
    text-align: left;
}

.visa-bottom {
    font-size: 12px;
    font-style: italic;
    color: #414141;
    text-align: center;
    line-height: 20px;
    margin: 30px 0;
}

@media (min-width: 320px) and (max-width: 768px) {
    .visa-contents > .schengen-from-where, .schengen-going-date, .schengen-pv, .schengen-where, .schengen-gb-date, .schengen-submit, .cruise-contents > .cruise-from-where, .cruise-going-date, .cruise-pv, .cruise-where, .cruise-gb-date, .cruise-submit {
        width: 100%;
        flex: 0 0 100%;
    }

    .schengen-where, .schengen-gb-date, .schengen-submit, .cruise-where, .cruise-gb-date, .cruise-submit {
        padding: 0;
    }

    .visa-title-content {
        margin-top: 0;
    }

    .visa-title h1 {
        margin-top: 9px;
        font-size: 27px !important;
    }

    .visa-title {
        padding-top: 75px;
    }

    .visa-title-content .desc {
        padding: 10px 0;
    }

    .visa-bottom {
        padding: 10px;
    }

    .visa-left:after {
        content: "";
        border: none;
        position: relative;
    }

    .mobile-visa-content form, #faqLeft, #faqLeft {
        margin: 10px;
    }

    .form-label {
        margin-bottom: 5px;
    }

    .visa-submit {
        width: 100%;
    }
}

/*VİZE SAYFASI 19.12.2018 BİTTİ*/
/*KAMPANYALAR SAYFASI 19.12.2018*/
.campaigns-title {
    text-align: center;
    background: url(../img/tour-list/top-search-bg.jpg) no-repeat;
}

.campaigns-title h1 {
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 42px !important;
    margin-top: 0;
    padding: 40px 0;
}

.campaign-contents {
    margin: 30px 0;
}

.campaign-listing {
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 20px 30px;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
}

.campaign-listing .title {
    text-align: center;
}

.campaign-listing .title h3 {
    font-size: 42px;
    color: white;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.campaign-listing .title h4 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    margin-bottom: 50px;
    color: white;
}

.campaign-item {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.3);
}

.campaign-meta .meta-header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 10px;
}

.campaign-meta .meta-header .top {
    display: flex;
    justify-content: space-between;
}

.campaign-meta .meta-header .title {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: #2b3991;
    font-stretch: condensed;
}

.campaign-image {
    position: relative;
}

.campaign-image img {
    height: 170px;
    object-fit: cover;
    width: 100%;
}

.campaign-item .badges {
    position: absolute;
    left: 20px;
    top: 20px;
}

.campaign-item .badges span {
    font-size: 10px;
    background: #2b3991;
    padding: 5px;
    border-radius: 5px;
    color: white;
    margin-right: 5px;
}

.campaign-item .badges span:hover {
    background: #4257d9;
    transition: 0.6s;
}


.discount-badge:hover {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.discount-badge:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.campaign-item .discount-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    min-width: 57px;
    border-radius: 50%;
    color: white;
    padding: 10px;
    text-align: center;
    background-color: #f02e35;
}

.campaign-item .discount-badge .discount-price {
    font-weight: 700;
    font-size: 18px;
}

.campaign-item .discount-badge .discount-label {
    font-size: 9px;
}

.campaign-meta .meta-header .price {
    margin: 0;
    color: #2b3991;
    line-height: 17px;
    text-align: right;
}

.campaign-meta .meta-header .price p {
    font-size: 29px;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    margin: 0;
}

.campaign-meta .meta-header .price small {
    font-size: 10px;
    font-family: "Inter", sans-serif;
}

.campaign-meta .meta-header .currency {
    font-size: 20px;
    font-family: "Inter", sans-serif;
}

.sub-meta span {
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #414141;
}

.sub-meta img {
    width: 14px !important;
    margin-right: 3px;
    display: inline-block !important;
}

.campaign-meta .make-appointment a {
    background-color: #2b3991;
    color: white;
    display: block;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    padding: 15px 10px;
    transition: 0.6s;
}

.campaign-meta .make-appointment a:hover {
    background-color: #4257d9;
    transition: 0.6s;
}

.mobile-carousel {
    display: none !important;
}

@media (min-width: 320px) and (max-width: 768px) {
    .mobile-carousel {
        display: block !important;
    }

    .campaign-contents .container, .campaign-contents .col-lg-12 {
        padding: 0;
    }

    .campaign-contents .row {
        margin: 0
    }

    .campaign-listing {
        padding-left: 0;
        border-radius: 0;
        padding-right: 0;
    }

    .campaign-listing .col-sm-6 {
        display: none;
    }

    .sub-meta {
        display: flex;
    }

    .campaigns-title h1 {
        color: #fff;
        font-family: "Inter", sans-serif;
        font-size: 27px !important;
        margin-top: 36px;
        padding: 40px 0 10px;
    }

    .campaign-listing .title h3 {
        font-size: 30px;
    }

    .campaign-listing .title h4 {
        font-size: 18px;
        margin-bottom: 34px;
    }
}

/*KAMPANYALAR SAYFASI 19.12.2018 BİTTİ*/
/*ANA SAYFA EKLEMELER*/
.home-hero {
    margin-top: 20px
}

.start-explore-inner {
    padding-bottom: 48px;
}

.start-explore .start-explore-title {
    margin-top: 40px;
    font-size: 28px;
}

.what-is-f-lines {
    font-size: 28px;
}

.what-is-feribotlines strong {
    font-weight: 500;
}

.home-hero {
    margin-top: 25px;
}

.hero-icon {
    margin-bottom: 15px;
}

.hero-icon p {
    font-size: 15px;
}

.sub-line {
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.63;
    letter-spacing: normal;
    text-align: center;
    color: #2b3991;
    padding-bottom: 10px;
    font-size: 16px;
}

.home-campaign-carousel {
    margin-top: 35px;
    margin-bottom: 50px;
}

.home-campaign-carousel h2, .home-icon-specs h2 {
    font-size: 28px;
}

.home-campaign-carousel-items .home-campaign-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.home-campaign-carousel-nav {
    display: flex;
    justify-content: space-between;
    z-index: 99;
    width: 100%;
    max-width: 100%;
}

.home-campaign-carousel-nav .car-prev, .home-campaign-carousel-nav .car-next {
    position: absolute;
    font-size: 30px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-campaign-carousel-nav .car-prev {
    left: -50px;
}

.home-campaign-carousel-nav .car-next {
    right: -50px;
}

.home-campaign-carousel-items .home-campaign-item .badges {
    position: absolute;
    width: 100%;
    padding-top: 15px;
}

.home-campaign-carousel-items .home-campaign-item .badges .day-left {
    position: absolute;
    left: 20px;
    border-radius: 5px;
    background-color: #f7931d;
    color: white;
    font-size: 13px;
    text-align: center;
    padding: 5px 20px;
}

.home-campaign-carousel-items .home-campaign-item .badges .icon {
    position: absolute;
    right: 20px;
}

.home-campaign-carousel-items .home-campaign-item .badges .icon img {
    width: 20px !important;
}


.home-campaign-carousel-items .home-campaign-item .image {
    max-width: 100%;
    height: 153px;
    position: relative;
    background-position: center;
    background-size: cover;
}

.home-campaign-carousel-items .home-campaign-item .campaign-title {
    font-size: 20px;
    color: white;
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: 500;
    bottom: 10px;
}

.home-campaign-carousel-items .home-campaign-item .meta {
    background: #f7f9fa;
    padding: 10px;
    text-align: center;
}

.home-campaign-carousel-items .home-campaign-item .meta .campaign-desc {
    font-size: 13px;
    color: #4a4a4a;
}

.home-campaign-carousel-items .home-campaign-item .meta .discount-text {
    color: #2b3991;
    font-size: 20px;
    font-weight: bold;
    margin: 7px 0;
}

.home-icon-specs .specs-list-item,
.home-mobile-specs-item {
    width: 270px;
    height: 255px;
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: #f7f9fa;
    text-align: center;
}

.home-mobile-specs-item {
    width: 100%;
    margin: 0 !important;
    padding: 20px 0;
    height: 230px;
}

.home-specs-mobile-carousel {
    padding: 0 15px;
}

.home-icon-specs .specs-list-item .specs-title,
.home-mobile-specs-item .specs-title {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    margin: 5px 0;
    color: #4a4a4a;
}


.home-mobile-specs-item .specs-title {
    font-size: 13px;
    min-height: 26px;
    line-height: 15px;
    padding: 0 5px;
}

.home-icon-specs .specs-list-item .specs-desc,
.home-mobile-specs-item .specs-desc {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #969696;
    margin: 5px 15px;
}

.home-mobile-specs-item .specs-desc {
    font-size: 10.5px;
    margin: 5px 5px;
}

.start-explore-inner img {
    border-radius: 8px;
}

.start-explore a {
    display: block;
}

.specs-list-item:hover, .start-explore a:hover {
    box-shadow: 0 11px 20px rgba(0, 0, 0, 0.12);
    transition: 0.3s;
}

.home-popi {
    background: white
}

.home-hero {
    margin-top: 45px;
}

.home-hero h1 {
    margin-bottom: 25px;
}

.home-section.home-icon-specs {
    margin-bottom: 40px;
}

.what-is-feribotlines strong {
    font-weight: 500;
}

@media all and (min-width: 320px) and (max-width: 768px) {
    .home-hero {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .hero-icon p {
        font-size: 15px;
        padding: 0 20px;
    }

    .hero-icon {
        width: 33.333%;
    }

    .pr-0-sm, .home-campaign-carousel-items, .home-specs-mobile-carousel {
        padding-right: 0
    }

    .home-campaign-carousel {
        margin-bottom: 40px;
    }

    .home-campaign-carousel-nav {
        display: none;
    }

    .home-campaign-carousel h2, .home-icon-specs h2, .what-is-f-lines {
        font-size: 15px;
        margin: 0;
    }

    .f-lines-desc {
        margin-top: 5px;
        color: #4a4a4a;
    }

    .home-icon-specs {
        margin-bottom: 20px;
    }

    .sub-line {
        font-size: 10px;
    }

    .ferry-contents .form-label, .cruise-contents .form-label {
        display: none
    }

    .start-explore .start-explore-title {
        font-size: 15px;
        margin-top: 0
    }

    .start-explore-inner {
        padding: 28px 0;
    }

    .home-mobile-specs-item {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .home-mobile-specs-item img {
        width: 86px;
        height: 86px
    }

    .mobile-places {
        padding-left: 15px;
    }

    .home-campaign-carousel .owl-stage, .home-specs-mobile-carousel .owl-stage, .mobile-place-carousel .owl-stage {
        padding-left: 0 !important
    }

    .home-campaign-carousel-items .home-campaign-item .image {
        height: 100px;
    }

    .home-campaign-carousel-items .home-campaign-item .campaign-title {
        font-size: 15px;
    }

    .home-campaign-carousel-items .home-campaign-item .meta .campaign-desc {
        font-size: 11px;
    }

    .home-campaign-carousel-items .home-campaign-item .meta .discount-text {
        font-size: 15px;
        margin-bottom: 0
    }

    .home-campaign-carousel-items .home-campaign-item .badges {
        padding-top: 10px
    }

    .home-campaign-carousel-items .home-campaign-item .badges .day-left {
        left: 10px;
        font-size: 11px;
    }

    .what-is-feribotlines {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    }

    .home-popi {
        background-color: #fff !important;
    }
}

/*ANA SAYFA EKLEMELER BİTTİ*/
/*YENİ MOBİL ANA SAYFA*/
.home-mobile-section-top {
    background: url("../img/new-mobile/header-bg.svg") no-repeat center -1px;
    height: 275px;
    background-size: cover;
    padding: 20px 0;
}

.home-mobile-section-top .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.home-mobile-section-top .top .menu-icon a {
    display: flex;
    align-items: center;
    color: white;
}

.home-mobile-section-top .top .menu-icon img {
    margin-left: 5px;
}

.search-field {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    justify-content: center;
}

.search-field .search-field-title {
    font-size: 18px;
    color: white;
}

.home-mobile-top-icons {
    margin-top: 30px;
}

.home-mobile-top-icons .icon {
    text-align: center;
    font-size: 15px;
}

.home-mobile-top-icons .icon img {
    margin-bottom: 5px;
}

.search-field-carousel {
    margin-top: 35px;
}

.search-field-carousel .carousel-item {
    font-size: 16px;
    text-align: center;
}

.search-field-carousel .carousel-item a {
    color: white;
}

.search-field-carousel .carousel-item img {
    margin-bottom: 15px;
}

.mobile-bottom-fixed-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    background: white;
}

.mobile-bottom-fixed-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mobile-bottom-fixed-menu ul li {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mobile-bottom-fixed-menu ul li a {
    padding: 10px;
    color: #4a4a4a;
    display: block;
    font-size: 12px;
    text-align: center;
}

.mobile-bottom-fixed-menu ul li a i {
    font-size: 20px;
    margin-bottom: 5px;
}

.mobile-bottom-fixed-menu ul .active a {
    color: #2b3991 !important;
}

.mob-app-banner {
    background-image: url("../img/new-mobile/mob-app-texture-up.png"), url("../img/new-mobile/mob-app-texture-bottom.png");
    background-color: #2b3991;
    background-position: top center, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;
    color: white;
    margin-bottom: 30px;
    padding: 30px 0;
    overflow: hidden;
}

.mob-app-banner strong {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}

.mob-app-banner p {
    font-size: 12px;
    margin-bottom: 10px;
}

.mob-app-banner img {
    margin-bottom: 10px;
}

.overlay, .picker-overlay {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 98;
    left: 0;
    top: 0
}

.picker-overlay {
    z-index: 100;
}

.app-mobile-menu {
    visibility: hidden;
    opacity: 0;
    padding: 20px 0;
    background: white;
    width: 85%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 99;
    transition: 0.3s ease;
}

.app-mobile-menu .menu-header {
    text-align: right;
    padding: 0 30px;
}

.app-mobile-menu .menu-header a {
    font-size: 22px;
    color: #2b3991;
    font-weight: bold;
    display: inline-block;
}

.app-mobile-menu .menu-header .text-muted {
    color: #9f9f9f;
    font-size: 15px;
}

.app-mobile-menu .user-area {
    background: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    font-size: 15px;
}

.app-mobile-menu .fl-points,
.app-mobile-menu .language-select {
    border: solid 1px #e3e3e3;
    padding: 10px;
    flex: 0 0 50%;
    max-width: 50%;
    height: 46px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-mobile-menu .language-select {
    padding: 0;
    position: relative;
    flex-direction: column;
}

.app-mobile-menu .user-area .fl-points {
    color: #f7931d;
}

.app-mobile-menu .user-area .fl-points span {
    background: #f7931d;
    border-radius: 50%;
    color: white;
    text-align: center;
    display: inline-flex;
    min-width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 0;
}

.app-mobile-menu .user-area .current-lang {
    color: #8b8b8b;
    padding: 10px;
}

.app-mobile-menu .user-area .current-lang img {
    margin: 0 5px;
}

.app-mobile-menu .user-area .other-langs {
    display: none;
    border-left: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    background: #f2f2f2;
    position: absolute;
    top: 100%;
}

.app-mobile-menu .user-area .other-langs {
    margin: 0;
    padding: 0;
}

.app-mobile-menu .user-area .other-langs li {
    list-style: none;
}

.app-mobile-menu .user-area .other-langs li a {
    display: block;
    padding: 5px 10px;
}

.app-mobile-menu {
    overflow-x: scroll;
}

.app-mobile-menu .app-menu-items ul {
    margin: 0;
    padding: 0;
}

.app-mobile-menu .app-menu-items ul li {
    list-style: none;
}

.app-mobile-menu .app-menu-items ul li a {
    color: #242424;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 15px;
    text-align: right;
    padding: 10px 25px;
    font-weight: bold;
}

.app-mobile-menu .user-title {
    font-size: 20px;
    color: #1c2a7a;
    font-weight: bold;
}

.app-mobile-menu .edit-profile {
    color: #9f9f9f !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.app-mobile-menu .logged-user .image {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-left: 10px;
}

.app-mobile-menu .logged-user .image img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
}

.close-date-picker-link {
    display: block;
    text-align: center;
    background: #2b3991;
    color: white;
    padding: 10px;
    margin-top: 5px;
    font-weight: bold;
}

.app-mobile-menu .logged-user {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.app-mobile-menu .app-menu-items ul li a img {
    margin-left: 25px;
}

.app-menu-items .seperator {
    width: 100%;
    margin: 20px 0;
    height: 1px;
    background: #e9e9e9;
}

@media all and (min-width: 320px) and (max-width: 1280px) {
    .home-campaign-carousel-nav {
        display: none;
    }
}

.login-modal, .register-modal, .forgot-password-modal {
    background: #f8f7fd;
    position: fixed;
    right: -100%;
    visibility: hidden;
    transition: 0.3s ease;
    top: 0;
    z-index: 100;
    display: flex;
    width: 100%;
    height: 100vh;
    text-align: center;
    justify-content: center;
    overflow-x: scroll;
}

.login-modal .modal-header, .register-modal .modal-header, .forgot-password-modal .modal-header {
    padding: 15px 25px;
}

.close-modal {
    position: absolute;
    top: 15px;
    font-size: 18px;
    color: #4a4a4a;
    right: 15px;
}

.login-modal .modal-title, .register-modal .modal-title, .forgot-password-modal .modal-title {
    font-size: 22px;
    font-weight: bold;
    margin: 50px 0 10px 0;
    color: #f7931d;
}

.login-modal .modal-subtitle, .register-modal .modal-subtitle, .forgot-password-modal .modal-subtitle {
    font-size: 15px;
    color: #4a4a4a;
}

.login-modal form, .register-modal form, .forgot-password-modal form {
    border-radius: 5px;
    margin: 20px 0 40px 0;
    padding: 40px 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    text-align: left;
}

.login-modal form .form-title, .register-modal form .form-title, .forgot-password-modal form .form-title {
    font-size: 22px;
    color: #4a4a4a;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.login-modal label, .register-modal label, .forgot-password-modal label {
    font-size: 12px;
    font-weight: normal;
    color: #a0a0a0;
    margin-bottom: 0;
}

.login-modal input[type="text"], .register-modal form input[type="text"],
.login-modal input[type="email"], .register-modal form input[type="email"],
.login-modal input[type="password"], .register-modal form input[type="password"],
.login-modal input[type="text"], .register-modal form input[type="text"],
.forgot-password-modal input[type="email"], .forgot-password-modal form input[type="text"],
.forgot-password-modal input[type="password"], .forgot-password-modal form input[type="password"] {
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    color: #4a4a4a;
    border-radius: 0;
    padding: 10px 0;
    border: none;
}

.login-modal .form-control::placeholder, .register-modal .form-control::placeholder, .forgot-password-modal .form-control::placeholder {
    color: #4a4a4a;
}

.login-modal .form-control:focus, .register-modal .form-control:focus,
.login-modal .form-control:active, .register-modal .form-control:active,
.forgot-password-modal .form-control:focus, .forgot-password-modal .form-control:active {
    box-shadow: none !important;
    outline: none;
}

.icon-form {
    display: flex;
    flex-direction: column;
}

.form-w-icon {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
}

.form-w-icon i {
    color: #2b3991;
    cursor: pointer;
}

.login-modal .forgot-password-link {
    font-size: 15px;
    color: #a0a0a0;
    display: block;
    text-align: right;
}

.login-btn {
    border-radius: 50px;
    right: -100%;
    transition: 0.3s ease;
    box-shadow: 0 10px 20px 0 rgba(43, 57, 145, 0.33);
    background-color: #2b3991;
    color: white;
    width: 100%;
    border: none;
    font-size: 22px;
    font-weight: bold;
    padding: 8px 15px;
    margin-top: 30px;
}

.not-a-member {
    font-size: 15px;
}

.register-now {
    border-radius: 50px;
    box-shadow: 0 10px 20px 0 rgba(247, 147, 29, 0.33);
    background-color: #f7931d;
    display: block;
    width: 100%;
    font-size: 22px;
    padding: 8px 5px;
    margin-top: 15px;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
}

.register-now:focus {
    color: white;
}

.warnings {
    margin-top: 50px;
}

.warnings .success, .warnings .error {
    border: solid 1px;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.warnings .success {
    border-color: #55e0a5;
    color: #55e0a5;
}

.warnings .error {
    border-color: #e05555;
    color: #e05555;
}

.common-modal {
    right: -100%;
    visibility: hidden;
    transition: 0.3s ease;
    position: fixed;
    z-index: 99;
    background: #f8f7fd;
    width: 100%;
    height: 100vh;
    top: 0;
}

.common-modal .modal-title {
    border-bottom: solid 1px #e6e5eb;
    width: 100%;
    padding: 10px 20px;
}

.close-common-modal {
    color: #4a4a4a;
    font-size: 25px;
}

.dynamic-modal-content {
    padding: 20px 20px 60px 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
}

.dynamic-modal-content form {
    margin-bottom: 100px;
}

.loading-preloader {
    display: none;
    background-image: linear-gradient(to bottom, rgba(52, 120, 230, 0.85), rgba(43, 57, 145, 0.85));
    height: 100vh;
    width: 100%;
    left: 0;
    z-index: 99999;
    top: 0;
    position: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-preloader .text {
    font-size: 22px;
    color: white;
    font-weight: bold;
    margin-top: 10px;
}

.toggle {
    margin-right: -25px;
    margin-bottom: 30px;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.toggle input + label {
    margin: 0;
    border-radius: 30px;
    padding: .75rem 2rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #DDD;
    font-size: 14px;
    background-color: #FFF;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
}

.toggle input + label:last-of-type {
    margin-left: -25px;
}

.toggle input:hover + label {
    border-color: #213140;
}

.toggle input:checked + label {
    color: #2b3991;
    border-color: #2b3991;
    z-index: 1;
}

.toggle label i {
    opacity: 0;
    margin-right: 5px;
}

.toggle input:checked + label i {
    opacity: 1 !important;
}

@media (max-width: 800px) {
    .toggle input + label {
        padding: .75rem .25rem;
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.routes, .dates, .times {
    margin: 20px 0;
    background: white;
    border-radius: 5px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.passengers-and-one-way {
    margin: 20px 0;
}

.dates {
    padding: 0 30px;
}

.routes .from, .routes .to,
.dates .going-date, .dates .return-date,
.times .car-start-time, .times .car-finish-time {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.routes .from, .routes .to,
.times .start-time, .time .finish, time {
    text-align: center;
}

.routes .from:after,
.dates .going-date:after,
.times .start-time:after {
    position: absolute;
    right: -7px;
    height: 100%;
    content: "";
    background: #e9e8ee;
    width: 1px;
    top: 0;
}

.times .start-time,
.times .finish-time {
    width: 100%;
    color: #2b3991;
    font-weight: bold;
}

.times .start-time {
    text-align: left;
}

.times .finish-time {
    text-align: right;
}

.dates, .times {
    padding: 20px 25px;
}

.date-holder {
    display: flex;
    align-items: flex-start;
    min-height: 45px;
}

.date-holder .left {
    margin-right: 5px;
    text-align: left;
    line-height: initial;
}

.date-holder .right {
    margin-left: 5px;
    text-align: left;
    line-height: initial;
}


.date-holder .going-month,
.date-holder .return-month {
    font-size: 16px;
    font-weight: 500;
    color: #2b3991;
}

.date-holder .going-day-name,
.date-holder .return-day-name {
    color: #4a4a4a;
    font-size: 12px;
}

.routes .route,
.dates .going-date .going-day, .dates .return-date .return-day,
.dates .month {
    font-weight: bold;
    font-size: 28px;
    white-space: nowrap;
    color: #2b3991;
}


.date-holder .going-day,
.date-holder .return-day,
.date-holder .start-time,
.date-holder .finish-time {
    font-size: 36px !important;
    line-height: 34px;
}

.dates .going-date .text-muted {
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 10px;
}

.dates .going-date, .date-holder-right, .dates .return-date .text-muted {
    justify-content: flex-end;
    text-align: right !important;
}

.dates .going-date .text-muted, .dates .return-date .text-muted {
    margin-bottom: 20px;
}

.dates .inactive-date-holder {
    display: none;
}

.dates .inactive-date-holder-content {
    text-align: right;
    font-size: 32px;
    font-weight: bold;
    color: #c1c1c1;
}

.routes .text-muted,
.dates .text-muted {
    font-size: 12px;
    color: #4a4a4a;
    margin-bottom: 0;
}

.change-directions, .date-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 52%;
    background: white;
    padding: 10px;
}

.passengers-and-open-ended {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.passengers-and-one-way .passengers,
.passengers-and-one-way .open-ended {
    flex: 0 0 50%;
}

.passengers {
    text-align: left;
}

.times {
    display: flex;
    justify-content: space-between;
}

.passengers {
    background: white;
    border-radius: 5px;
    padding: 15px 20px;
    min-width: 50%;
}

.passengers .passenger-count {
    font-size: 16px;
    font-weight: 500;
    color: #2b3991;
    margin-top: 5px;
}

.passengers-and-one-way .open-ended {
    text-align: right;
}

.flex-column {
    flex-direction: column;
}

.switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 52px;
    height: 32px;
    padding: 2px;
    color: #4a4a4a;
    border: solid 2px #c1c1c1;
    background-color: #ffffff;
    border-radius: 90em;
    vertical-align: middle;
    transition: background-color 200ms;
    margin-left: 8px !important;
    margin-top: 0 !important;
}

.switch::after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-color: #8b8b8b;
    border-radius: 90em;
    transition: transform 200ms;
    vertical-align: middle;
}

.switch:checked {
    background-color: #2b3991;
    border-color: #2b3991;
}

.switch:checked::after {
    background: white;
    transform: translateX(calc(98% - 8px));
}

.dynamic-form-form-submit {
    border-radius: 50px;
    box-shadow: 0 10px 20px 0 rgba(247, 147, 29, 0.33);
    background-color: #f7931d;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    border: none;
    margin-top: 30px;
}

.mobile-city-picker, .mobile-hotel-room-select {
    top: 0;
    visibility: hidden;
    opacity: 0;
    right: -100%;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 100;
    transition: 0.3s ease;
}

.mobile-city-picker header, .mobile-date-picker header, .mobile-passenger-select header,
.mobile-month-picker header, .mobile-hotel-room-select header, .mobile-time-picker header {
    padding: 10px;
    background: #fafafa;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 3px 8px #0000000d;
    border-bottom: solid 1px #f3f3f3;
}

.mobile-city-picker header a, .mobile-date-picker header a, .mobile-passenger-select header a,
.mobile-month-picker header a, .mobile-hotel-room-select header a, .mobile-time-picker header a {
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
}

.mobile-hotel-room-select header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-hotel-room-select header a {
    top: 4px;
    color: white;
}

.mobile-city-picker .picker-content,
.mobile-date-picker .picker-content,
.mobile-hotel-room-select .picker-content {
    overflow-y: scroll;
    height: 100vh;
}

.mobile-hotel-room-select .room-user-count {
    padding-bottom: 43px;
}

.mobile-city-picker ul {
    margin: 0;
    height: 100vh;
    padding: 0;
}

.mobile-city-picker ul li {
    list-style: none;
}

.mobile-city-picker ul li a {
    display: block;
    padding: 10px;
    color: black;
    font-size: 16px;
    border-bottom: solid 1px #fafafa;
}

.mobile-date-picker, .mobile-passenger-select, .mobile-month-picker, .mobile-time-picker {
    visibility: hidden;
    opacity: 0;
    bottom: -100%;
    position: fixed;
    width: 100%;
    height: 384px;
    background: white;
    z-index: 101;
    transition: 0.3s ease;
}

.mobile-month-picker, .mobile-time-picker {
    height: 150px;
}

.mobile-date-picker #datepicker {
    display: none;
}

.open-ended-holder {
    display: none;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: #2b3991;
}

.set-disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.3;
    filter: grayscale(100%);
}

.mobile-passenger-select-item {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.mobile-passenger-select-item .selector {
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 17px;
}

.mobile-passenger-select-item .selector-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: black;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: solid 1px #dedede
}

.mobile-passenger-select select {
    flex-grow: 1;
    padding: 5px;
    border: solid 1px #dedede;
}

.mobile-passenger-select-item .count {
    font-weight: bold;
    text-align: center;
    min-width: 21px;
    margin: 0 10px;
}

.month-select-container, .time-select-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 6px;
    padding: 0 7px;
}

.month-select-container .selects, .time-select-container .selects {
    display: flex;
}

.mobile-month-picker .month-select-container select,
.mobile-time-picker .time-select-container select {
    padding: 12px;
    font-size: 18px;
    border: solid 1px #dedede;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

.mobile-time-picker .time-select-container select {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.close-month-select, .close-time-select {
    display: block;
    text-align: center;
    background: #2b3991;
    color: white;
    padding: 10px;
    margin-top: 5px;
    font-weight: bold;
}

.home-top-notification {
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    margin: 15px 0;
    padding: 15px;
}

.home-top-notification .notification-title {
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.home-top-notification .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-top-notification .title img {
    margin-left: 10px;
}

.home-top-notification .notification-text {
    font-size: 15px;
    color: #4a4a4a;
}

.home-top-notification .notification-footer {
    border-top: solid 1px #dedede;
    padding-top: 10px;
    margin: 10px 0 0 0;
}

.home-top-notification .notification-footer a {
    color: #2b3991;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}

.app-carousel {
    height: 0;
    visibility: hidden;
}

.app-carousel-item {
    position: relative;
    border-radius: 12px;
    background: url("../img/new-mobile/illustrations/bg.svg");
    background-size: cover;
    color: white;
    min-height: 117px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 10px 0 rgba(43, 57, 145, 0.2);
}

.app-carousel-item img {
    width: 86px;
    height: 86px;
    border-radius: 12px;
    object-fit: contain;
}

.app-carousel-item .text {
    font-size: 11px;
    color: white;
    text-align: center;
    font-weight: 500;
    min-height: 30px;
    line-height: 1;
}

.mt-0 {
    margin-top: 0 !important;
}

.w-100 {
    width: 100%;
}

.app-carousel-items .owl-stage {
    padding-left: 15px !important;
    padding-top: 10px;
    padding-bottom: 21px;
}

.ticket-always-with-you {
    text-align: center;
    background: url("../img/new-mobile/ticket-always-with-you.jpg");
    background-size: cover;
    color: white;
    padding: 10px 0;
    margin-bottom: 15px;
}

.ticket-always-with-you .title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.ticket-always-with-you .sub-title {
    font-size: 13px;
    color: white;
    margin-bottom: 20px;
}

.ticket-always-with-you a {
    border-radius: 10px;
    background-color: #f7931d;
    text-align: center;
    color: white;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}

.social-media {
    text-align: center;
    padding: 10px 0;
}

.social-media .title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #1c2a7a;
}

.social-media .sub-title {
    font-size: 14px;
    line-height: 1.29;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.social-media .links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media a {
    width: 41px;
    height: 41px;
    object-fit: contain;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c2a7a;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 20px;
}

.tour-detail-f-logos {
    text-align: center;
    margin: 50px 0;
    padding-bottom: 50px;
}

.tour-detail-f-logos img {
    max-width: 100%;
    padding: 0 10px;
}

.inner-page-mobile-header {
    height: 75px;
    position: fixed;
    width: 100%;
    z-index: 95;
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.inner-page-mobile-content {
    padding-top: 90px;
}

.tour-details-mobile {
    padding: 0;
    box-shadow: none;
}

.no-shadow {
    box-shadow: none;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.tour-details-mobile h1,
.tour-details-modal h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    font-family: "Inter", sans-serif;
    line-height: 1.56;
    letter-spacing: 0.8px;
}

.tour-details-mobile h2.no-span {
    display: table;
    white-space: nowrap;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.tour-details-mobile h2.no-span:before,
.tour-details-mobile h2.no-span:after {
    border-top: 2px solid #1c2a7a;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
}

.tour-details-mobile h2.no-span:before {
    right: 1.3%;
}

.tour-details-mobile h2.no-span:after {
    left: 1.3%;
}

.tour-details-mobile p {
    font-size: 13px;
    line-height: 19.2px;
}

.tour-details-mobile p a {
    font-weight: bold;
    color: #1c2a7a;
}

.tour-details-mobile .comments-title {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
}

.tour-details-mobile .tour-details-full-tabs .nav-tabs > li {
    font-size: 12px;
    font-family: "Inter", sans-serif;
}

.tour-details-full-tabs ul:not(.nav-tabs) li,
.tour-details-mobile .tour-details-full-tabs .nav-tabs > .active {
    font-size: 12px;
    font-family: "Inter", sans-serif;
    color: #414141 !important;
}

.mobile-make-appoinment {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    bottom: 62px;
    width: 100%;
    text-align: center;
    height: 50px;
    box-shadow: 0 -10px 20px 0 rgba(247, 147, 29, 0.33);
    background-color: #f7931d;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 90;
}

.mobile-make-appoinment a {
    color: white;
    font-size: 20px
}

.tour-details-modal {
    background: transparent;
    box-shadow: none;
}

.tour-details-modal .btn,
.tour-details-modal .submit-form .btn, .tour-details-modal .hotel-select {
    background: white !important;
}

.tour-details-modal .sidebar-room-details {
    display: none;
}

.tour-details-modal .bx-wrapper {
    padding: 0;
    box-shadow: none;
    border: none;
    margin: 10px 0;
}

#tourDetailForm {
    padding-bottom: 70px;
}

.tour-details-modal .dynamic-form-form-submit {
    margin: 20px auto 15px auto;
    width: 90%;
    display: inherit;
}

.pl-0 {
    padding-left: 0 !important;
}

/*YENİ MOBİL ANA SAYFA BİTTİ*/
/*YENİ OTEL SAYFASI*/
.tour-slider-container {
    position: relative;
}

.tour-slider-container .bx-wrapper .bx-pager, .tour-slider-container .bx-wrapper .bx-controls-auto {
    margin-bottom: 50px;
}

.tour-slider-container .bx-wrapper {
    margin-bottom: 30px;
}

.tour-slider-container .bx-wrapper .bx-pager.bx-default-pager a:hover, .tour-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active, .tour-slider-container .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: white;
}

.tour-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.5);
}

.hotel-stars {
    position: absolute;
    top: 25px;
    left: 25px;
    background: white;
    border-radius: 10px;
    font-size: 13px;
    z-index: 9;
    padding: 5px;
}

.hotel-stars i {
    color: #f7931d;
}

.hotel-stars .grayed {
    color: gray;
}

.hotel-point {
    font-size: 18px;
    border-radius: 10px 0 0 10px;
    background: white;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 9;
    color: #2b3991;
    height: 34px;
    line-height: 23px;

}

.hotel-point span {
    padding: 6px 15px;
    display: inline-block;
}

.hotel-point .text {
    color: #2b3991;
}

.hotel-point .point {
    background: #2b3991;
    color: white;
}

.hotel-tags {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.hotel-tags .icon {
    align-items: center;
    background: #2b3991;
    padding-right: 8px;
    color: white;
    border-radius: 25px 15px 15px 25px;
    margin-right: 20px;
}

.hotel-offers {
    position: relative;
    margin: 40px 40px 60px 60px;
    box-shadow: 0 0 6px 0 rgba(43, 57, 145, 0.16);
    border-radius: 8px;
}

.hotel-offers .offers-title {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    background: #2b3991;
    color: white;
    font-size: 18px;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    border-radius: 8px 8px 0 0;
}

.hotel-offers .offers-title img {
    margin: 0 10px;
}

.hotel-offers .offer-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #4a4a4a;
    padding: 12px 0;
    font-family: "Inter", sans-serif;
    border-bottom: solid 2px rgba(43, 57, 145, 0.11);
    margin-left: 20px;
    margin-right: 20px;
}

.hotel-offers .offer-item a {
    background: #2b3991;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 15px;
    color: white;
    text-align: center;
}

.hotel-offers .offer-item span {
    font-weight: bold;
    color: #2b3991;
}

.see-in-map {
    background: url("../img/hotel-detail/Map-desktop.svg") no-repeat;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 40px 60px 60px;
    border-radius: 3px;
    background-size: cover;
}

.see-in-map a {
    background: #2b3991;
    color: white;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    padding: 5px 30px;
    box-shadow: 0 8px 6px 0 rgba(43, 57, 145, 0.31);
    border-radius: 5px;
}

.see-in-map a:last-child {
    border-bottom: none;
}

.see-in-map a:hover {
    background: white;
    color: #1d2862;
}

.text-black {
    color: black;
}

.room-details {
    padding-left: 20px;
    padding-right: 20px;
}

.tour-details-sidebar .bx-wrapper .bx-pager, .tour-details-sidebar .bx-wrapper .bx-controls-auto {
    bottom: 20px;
}

.tour-details-sidebar .bx-wrapper {
    margin-bottom: 10px;
}

.tour-details-sidebar .bx-wrapper .bx-pager.bx-default-pager a:hover, .tour-details-sidebar .bx-wrapper .bx-pager.bx-default-pager a.active, .tour-details-sidebar .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: white;
}

.tour-details-sidebar .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.3);
}

.gmap-popup {
    background-color: rgba(43, 57, 145, 0.7);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.gmap-popup .popup-map {
    width: 50%;
    height: 450px;
    position: relative;
}

.gmap-popup .title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center
}

.gmap-popup .close-popup {
    position: absolute;
    right: 0;
}

.gmap-popup .map {
    margin-top: 10px;
    border: solid 2px white;
    border-radius: 5px;
}

.standard-form-submit {
    border-radius: 50px;
    box-shadow: 0 10px 20px 0 rgba(247, 147, 29, 0.33);
    background-color: #f7931d;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    border: none;
    margin-top: 30px;
}

@media all and (min-width: 375px) and (max-width: 1024px) {
    .hotel-stars {
        left: 15px;
        top: 15px;
    }

    .hotel-point {
        right: 15px;
        top: 15px;
        line-height: 26px;
        font-size: 14px;
    }

    .hotel-point span {
        padding: 4px 9px;
        display: inline-block;
    }

    .hotel-tags .icon {
        margin-right: 4px;
        font-size: 9px;
    }

    .hotel-offers, .see-in-map {
        margin: 25px 0
    }

    .hotel-offers .offers-title {
        font-size: 15px;
    }

    .gmap-popup .popup-map {
        width: 95%;
    }
}

/*YENİ OTEL SAYFASI BİTTİ*/
/*SEFER SAYFASI GÜNCELLEMELERİ*/
.info-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7f9fa;
    font-size: 16px;
    padding: 15px 30px;
    color: #2b3991;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -29px;
    margin-bottom: 30px;
    font-family: "Inter", sans-serif;
}

.info-bar .left img {
    margin: 0 20px 0 5px;
}

.info-bar a {
    border-radius: 20px;
    background-color: #1d2862;
    padding: 5px 30px;
    text-align: center;
    color: white;
}

.last-seats {
    text-align: center;
    border-radius: 5px;
    color: #e05555;
    margin-bottom: 10px;
    font-size: 13px;
    border: dashed 1px #e05555;
    padding: 5px;
}

.trip-list-ad {
    border-radius: 5px;
    background: #2b3991;
    display: flex;
    font-size: 18px;
    margin: 10px 80px;
    padding: 20px;
    color: white;
    justify-content: space-between;
    align-items: center;
}

.trip-list-ad img {
    margin-right: 20px;
}

.trip-list-ad strong {
    margin-left: 30px;
}

.trip-list-ad a {
    border-radius: 20px;
    border: solid 1px #f7931d;
    color: #f7931d;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}

@media all and (min-width: 320px) and (max-width: 768px) {
    .info-bar {
        margin: 0;
        padding: 10px 0;
        font-size: 12px;
    }

    .info-bar .left {
        display: flex;
        line-height: initial;
    }

    .info-bar .right {
        flex: 0 0 50%;
        text-align: right;
        padding-right: 10px;
        max-width: 50%;
    }

    .trip-list-ad {
        font-size: 14px;
        margin: 0;
        border-radius: 0;
        width: 100%;
    }

    .trip-select-mobile-v2 {
        padding: 75px 0 30px 0 !important;
    }
}

/*SEFER SAYFASI GÜNCELLEMELERİ BİTTİ*/
.datepicker {
    z-index: 9999;
}

/*ÖDEME SAYFALARI*/
.payment-topbar {
    border-top: solid 1px #f7931d;
}

.payment-header {
    box-shadow: 0 2.1px 7px 0 rgba(0, 0, 0, 0.04);
}

.payment-content {
    margin: 20px 0
}

.payment-steps-container {
    background: #fdfdfd;
    padding: 20px 0;
}

.payment-steps {
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-steps .step {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-right: 100px;
    color: #a0a0a0;
    position: relative;
}

.payment-steps .step .icon {
    background: #f0f1f4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 30px;
    margin-right: 10px;
    color: #a0a0a0;
    height: 30px;
    text-align: center;
}

.payment-steps .step:last-child {
    margin-right: 0;
}

.payment-steps .visited {
    color: #f7931d;
}

.payment-steps .visited .icon {
    background: #f7931d;
    color: white;
}

.payment-steps .active {
    color: #2b3991;
}

.payment-steps .active .icon {
    border: solid 2px #2b3991;
    background: white;
    color: #2b3991;
}

.payment-steps .icon:before {
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-steps .step:nth-child(1) .icon:before {
    content: "1";
}

.payment-steps .step:nth-child(2) .icon:before {
    content: "2";
}

.payment-steps .step:nth-child(3) .icon:before {
    content: "3";
}

.payment-steps .step:nth-child(1) .icon:after,
.payment-steps .step:nth-child(2) .icon:after {
    content: "";
    width: 65%;
    height: 1px;
    background: #c1c1c1;
    position: absolute;
    left: 107%;
    top: 50%;
}

.payment-steps .step:nth-child(1) .icon:after {
    width: 81%;
}

.payment-title-container {
    display: flex;
    align-items: center;
}

.payment-title {
    display: flex;
    align-items: center;
    margin: 30px 15px 30px 0;
    font-size: 32px;
    font-weight: bold;
    color: #2b3991;
}

.payment-title img {
    margin: 0 10px;
}

.payment-title-container span {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 5px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
}

.payment-card, .payment-card-checkbox {
    border-radius: 8px;
    border: solid 2px #f0f0f4;
    background-color: #fdfdfd;
    padding: 15px 15px;
    margin-bottom: 30px;
}

.payment-card .payment-card-title,
.payment-card-checkbox .payment-card-title {
    font-size: 16px;
    font-weight: bold;
    color: #2b3991;
    display: flex;
    align-items: center;
}

.payment-card .payment-card-title img,
.payment-card-checkbox .payment-card-title img {
    margin-right: 5px;
}

.payment-card-content {
    padding: 20px 0 0 0;
}

.payment-card-content .form-control {
    background: white;
}

.payment-card-content label {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: normal;
    font-style: normal;
    color: #4a4a4a;
}

.phone-input {
    display: flex;
    align-items: center;
    position: relative;
}

.intl-tel-input {
    width: 70%;
}

@media all and (min-width: 320px) and (max-width: 768px) {
    .intl-tel-input {
        width: 100%;
    }
}

.free-sms {
    position: relative;
    color: white;
    background: #2b3991;
    font-size: 13px;
    text-align: center;
    padding: 7px;
    margin-left: 16px;
}

.free-sms:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #2b3991;
    border-width: 10px;
    margin-top: -10px;
}

.payment-card-content .text-black {
    color: #4a4a4a;
    font-size: 13px;
}

.payment-card-content .styled-checkbox label {
    margin-bottom: 0;
    font-size: 12px;
    color: #4a4a4a;
}

.payment-card-content .styled-checkbox + label:before,
.payment-card-checkbox .styled-checkbox + label:before {
    border-radius: 5px;
    width: 16px;
    height: 16px;
}

.payment-card-content .styled-checkbox:checked + label:before,
.payment-card-checkbox .styled-checkbox:checked + label:before {
    border: solid 2px #f7931d;
    background: transparent;
}

.payment-card-content .styled-checkbox:checked + label:after,
.payment-card-checkbox .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 8px;
    background: #f7931d;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 #f7931d, 4px 0 0 #f7931d, 4px -2px 0 #f7931d, 4px -4px 0 #f7931d, 4px -6px 0 #f7931d, 4px -8px 0 #f7931d;
    box-shadow: 2px 0 0 #f7931d, 4px 0 0 #f7931d, 4px -2px 0 #f7931d, 4px -4px 0 #f7931d, 4px -6px 0 #f7931d, 4px -8px 0 #f7931d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.j-c-beetween {
    justify-content: space-between;
}

.payment-content .select2-container--default .select2-selection--single {
    border-radius: 5px;
    color: #4a4a4a;
    padding: 6px 12px;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    border: solid 1px #dedede !important;
    height: 34px;
    background: white !important;
}

.payment-content .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    line-height: inherit !important;
}

.select-from-passenger-list {
    border-radius: 5px;
    background-color: #f0f0f4;
    padding: 5px 10px;
    font-size: 13px;
    color: #4a4a4a;
}

.select-from-passenger-list:hover {
    color: black;
    text-decoration: none;
}

.birthday-select {
    display: flex;
    justify-content: space-between;
}

.birthday-select select {
    flex-grow: 1;
    margin-right: 5px;
}

.payment-card-footer {
    margin-top: 20px;
    padding-right: 0;
}

.payment-card-footer {
    font-size: 13px;
}

.payment-card-footer .trip-price-elements span {
    margin-right: 10px;
}

.payment-card-footer .trip-price-elements label {
    margin-right: 5px;
}

.payment-card-checkbox-content {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    flex-direction: column;
}

.payment-card-title input[type="checkbox"] {
    pointer-events: none;
}

.payment-card-checkbox-content .right {
    text-align: right;
}

.payment-card-checkbox-content .right .price {
    font-size: 16px;
    font-weight: bold;
}

.payment-card-checkbox-content .right .price-label {
    color: #a0a0a0;
    font-size: 11px;
}

.payment-card-checkbox-content .detailed-info {
    font-size: 13px;
    color: #8b8b8b;
    margin-bottom: 10px;
    display: block;
    text-decoration: underline;
}

.payment-card-checkbox-content label {
    font-weight: 400;
    font-size: 12px;
    margin-top: 15px;
}

.payment-card-checkbox-content label a {
    font-weight: bold;
}

.payment-card-checkbox-content .company-logo {
    margin-left: 150px;
}

.payment-card-checkbox-content .color-check {
    color: #f7931d;
}

.tos-area, .bill-area {
    display: none;
}


#i_want_bill_label {
    font-size: 13px;
    color: #4a4a4a;
}

.bill-area, .bill-area label {
    font-size: 14px !important;
}

.bill-area .form-control {
    background: white;
}

.corporate-bill-item {
    display: none;
}

.go-to-payment {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.go-to-payment p {
    color: #4a4a4a;
    margin-bottom: 0;
}

.go-to-payment .price .label {
    font-size: 16px;
    font-weight: normal;
}

.go-to-payment .price .payment-total-price {
    font-size: 25px;
    font-weight: bold;
}

.go-to-payment .price .payment-total-price .decimals {
    font-size: 15px;
}

.go-to-payment .price .payment-total-price .currency {
    margin-left: 1px;
}

.go-to-payment button {
    height: 48px;
    border-radius: 8px;
    box-shadow: 0 12px 20px 0 rgba(43, 57, 145, 0.36);
    background-color: #2b3991;
    font-size: 20px;
    font-weight: bold;
    border: none;
    margin-left: 10px;
    color: white;
    width: 243px;
    text-align: center;
}

.error {
    border-color: #e05555;
}

.payment-card-content .tooltip {
    max-width: 200px;
    padding: 3px 8px;
    color: #e05555;
    font-size: 13px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px red;
    font-family: "Inter", sans-serif;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.payment-card-content .tooltip-inner {
    background: transparent;
    color: #e05555;
}

.payment-card-content .tooltip.bottom {
    margin-top: 12px;
}

.payment-card-content .tooltip.bottom .tooltip-arrow {
    top: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #e05555
}

.payment-sidebar-widget {
    border-radius: 8px;
    border: solid 2px #f0f0f4;
    background-color: #fdfdfd;
    padding: 20px 20px 1px 20px;
    margin-bottom: 20px;
}

.payment-sidebar-widget .summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
    font-size: 16px;
    color: #4a4a4a;
}

.ticket_cancel_guarantee_sidebar {
    font-weight: normal;
    color: #4a4a4a;
}

.payment-sidebar-widget .payment-card-checkbox {
    border: none;
    padding: 0;
    margin: 0;
}

.payment-sidebar-widget .payment-card-checkbox label {
    margin: 0
}

.payment-sidebar-widget-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px -19px 0 -19px;
    padding: 10px;
    background: #2b3991;
    border-radius: 6px;
    color: white;
}

.payment-sidebar-widget-footer .left {
    font-size: 16px;
}

.payment-sidebar-widget-footer .right {
    font-size: 25px;
    font-weight: bold;
}

.voyage-widget {
    border: solid 2px #f0f0f4;
    background-color: #fdfdfd;
    margin-bottom: 30px;
    border-radius: 5px;
}

.voyage-widget .widget-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f0f0f4;
    height: 50px;
    padding: 10px;
}

.voyage-widget .widget-title span {
    font-size: 20px;
    color: #2b3991;
    font-weight: bold;
    margin-left: 5px;
}

.voyage-widget .widget-title .voyage-rules {
    border-radius: 5px;
    background-color: #fdfdfd;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #4a4a4a;
    padding: 5px;
}

.voyage-widget .widget-title .voyage-rules img {
    margin-right: 5px;
}

.voyage-widget .company-section {
    padding: 15px 15px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.voyage-details {
    background: url(../img/payment/trip-points.png) no-repeat left;
    background-position-x: left;
    background-position-y: center;
    background-size: auto;
    padding: 15px 15px 15px 19px;
    margin-left: 20px;
    background-position: 0px 18px;
}

.voyage-widget .company-section p {
    margin-bottom: 0;
}

.voyage-widget .company-header {
    font-weight: bold;
    color: #4a4a4a;
    font-size: 16px;
}

.voyage-widget .company-title {
    font-size: 15px;
    font-weight: bold;
    margin-left: 23px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #2b3991;
}

.voyage-widget .desc {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.33;
    margin-left: 23px;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
}

.voyage-widget .company-logo {
    width: 99px;
    height: 33px;
    border: solid 1px #f0f0f4;
    object-fit: contain;
    border-radius: 5px;
}

.voyage-widget .going-date-label {
    font-weight: bold;
    font-size: 16px;
}

.voyage-details p {
    margin-bottom: 5px;
}

.voyage-details .going-date,
.voyage-details .arrive-date,
.voyage-details .going-place,
.voyage-details .arrive-place {
    color: #4a4a4a;
    font-size: 15px;
}

.voyage-details .time {
    border-radius: 4px;
    background-color: #2b3991;
    padding: 3px;
    color: white;
}

.voyage-details .arrive {
    margin-top: 10px;
}

.voyage-widget .widget-footer {
    height: 40px;
    background-color: #f0f0f4;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.voyage-widget .widget-footer img {
    margin: 0 10px 0 25px;
}

.voyage-widget .widget-footer strong {
    margin-left: 5px;
}

.voyage-widget .hotel-tags {
    margin-bottom: 10px;
}

.voyage-widget .open-ended {
    display: flex;
    margin: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.voyage-widget .open-ended .head {
    font-size: 18px;
    font-weight: 500;
    color: #2b3991;
    margin-bottom: 10px;
}

.voyage-widget .open-ended .sub {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    padding: 0 40px;
    text-align: center;
    color: #4a4a4a;
}

.go-to-payment button:hover {
    box-shadow: none;
    background-color: #3647ad;
    transition: 1s;
}

.trip-rules-modal {
    border-top: solid 2px #2b3991;
}

.trip-rules-modal .model-content {
    border-radius: 0 !important;
}

.trip-rules-modal .modal-header {
    border: none;
}

.trip-rules-modal h5 {
    font-size: 20px;
}

.flat-bg {
    background: #2b3991;
    display: flex;
}

.mobile-section-single-title, .modal-level-2-back {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: white !important;
}

.mobile-section-single-title img, .modal-level-2-back img {
    margin-right: 25px;
}

.mobile-content {
    padding-top: 75px;
    overflow-y: scroll;
    height: calc(100% - 69px);
    overflow-x: hidden;
    z-index: 1;
}

.mobile-content-footer {
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 69px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #2b3991;
    color: white;
    padding: 0 10px;
    z-index: 222;
}

.mobile-content .tab-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    background-color: #fdfdfd;
    position: fixed;
    width: 100%;
}

.mobile-content .tab-nav a {
    flex-grow: 1;
    text-align: center;
    display: block;
    padding: 8px;
    font-size: 16px;
    border-bottom: solid 2px transparent;
    transition: 0.3s;
}

.mobile-content .tab-nav .active {
    border-bottom: solid 2px #2b3991;
}

.mobile-content .tab-nav a img {
    margin-right: 10px;
}

.mobile-content .tab-content {
    overflow-y: scroll;
    padding-top: 40px;
    border-bottom: solid 1px red;
    height: calc(100vh - 143px);
}

.mobile-content .tab {
    display: none;
    height: 100%;
    background: white;
    padding: 15px 20px;
}

.mobile-content .tab .voyage-widget {
    margin: 0;
    padding: 0;
    border: none;
    background: white;
}

.mobile-content .tab .voyage-widget .widget-title, .mobile-content .tab .voyage-widget .widget-footer {
    background: transparent;
    padding: 0;
}

.mobile-content .voyage-details {
    margin-left: 0;
}

.mobile-content .company-section {
    padding-top: 0;
    padding-left: 0;
}

.mobile-content .hotel-tags {
    justify-content: flex-start
}

.mobile-content .hotel-tags .icon {
    font-size: 14px !important;
}

.mobile-content .widget-footer {
    align-items: flex-start;
}

.mobile-content .voyage-widget .widget-footer img {
    margin-left: 0;
}

.mobile-content .show {
    display: block;
}

.mobile-content-footer a {
    color: white !important;
}

.total-price-trigger span {
    font-size: 12px;
}

.mobile-content-footer .like-popover {
    border-radius: 4px;
    position: absolute;
    background-color: #f7931d;
    font-size: 11px;
    padding: 3px;
    margin-top: -36px;
}

.mobile-content-footer .total-price-trigger {
    margin-top: 20px;
    display: block;
    font-size: 12px;
}

.mobile-content-footer .like-popover:after {
    top: 100%;
    left: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f7931d;
    border-width: 5px;
    margin-left: -5px;
}

.mobile-content-footer .price {
    font-size: 25px;
    font-weight: bold;
}

.mobile-content-footer .decimals {
    font-size: 15px;
}

.mobile-content-footer .payment-mobile-modal-trigger, .make-payment {
    border-radius: 8px;
    font-size: 18px;
    background-color: #f7931d;
    display: block;
    padding: 10px 40px;
    border: none;
}

.mobile-content-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 224;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s ease;
}

.prices-modal {
    transition: 0.3s ease;
    bottom: 0;
    opacity: 0;
    z-index: 225;
    display: none;
    position: absolute;
    background: white;
    padding: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
}

.payment-step-2-modal .mobile-content-footer {
    z-index: 228;
    position: fixed;
    right: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.prices-modal .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-bottom: 5px;
}

.payment-step-2-modal {
    position: fixed;
    z-index: 222;
    top: 0;
    transition: 0.3s;
    left: -100%;
    width: 100%;
    height: 100%;
    background: white;
    visibility: hidden;
    opacity: 0;
}

.mobile-content .payment-cards {
    padding: 10px 10px;
}

.payment-controls-disabled input,
.payment-controls-disabled select,
.payment-controls-disabled .intl-tel-input.separate-dial-code .selected-flag,
.payment-controls-disabled .flag-container #tel_number {
    background: #c1c1c1 !important;
}

.payment-controls-disabled label, .payment-controls-disabled .styled-checkbox, .payment-controls-disabled .phone-input {
    pointer-events: none !important;
}

.mobile-content .payment-cards {
    padding: 10px 10px 144px;
    height: 100vh;
    overflow-y: scroll;
}

.mobile-content .h-unset {
    height: unset;
}

.go-back {
    border-top: solid 2px #f0f0f4;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.go-back img {
    margin-right: 5px;
}

.card-holder-container {
    display: flex;
    justify-content: space-between;
}

.jp-card.jp-card-safari.jp-card-identified .jp-card-front:before, .jp-card.jp-card-safari.jp-card-identified .jp-card-back:before {
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%)
}

.jp-card.jp-card-ie-10.jp-card-flipped, .jp-card.jp-card-ie-11.jp-card-flipped {
    -webkit-transform: 0deg;
    -moz-transform: 0deg;
    -ms-transform: 0deg;
    -o-transform: 0deg;
    transform: 0deg
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-front, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back:after, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back:after {
    left: 18%
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-cvc, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-cvc {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: 5%
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-shiny, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-shiny {
    left: 84%
}

.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-shiny:after, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-shiny:after {
    left: -480%;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.jp-card.jp-card-ie-10.jp-card-amex .jp-card-back, .jp-card.jp-card-ie-11.jp-card-amex .jp-card-back {
    display: none
}

.jp-card-logo {
    height: 36px;
    width: 60px;
    font-style: italic
}

.jp-card-logo, .jp-card-logo:before, .jp-card-logo:after {
    box-sizing: border-box
}

.jp-card-logo.jp-card-amex {
    text-transform: uppercase;
    font-size: 4px;
    font-weight: bold;
    color: white;
    background-image: repeating-radial-gradient(circle at center, #fff 1px, #999 2px);
    background-image: repeating-radial-gradient(circle at center, #fff 1px, #999 2px);
    border: 1px solid #EEE
}

.jp-card-logo.jp-card-amex:before, .jp-card-logo.jp-card-amex:after {
    width: 28px;
    display: block;
    position: absolute;
    left: 16px
}

.jp-card-logo.jp-card-amex:before {
    height: 28px;
    content: "american";
    top: 3px;
    text-align: left;
    padding-left: 2px;
    padding-top: 11px;
    background: #267AC3
}

.jp-card-logo.jp-card-amex:after {
    content: "express";
    bottom: 11px;
    text-align: right;
    padding-right: 2px
}

.jp-card.jp-card-amex.jp-card-flipped {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front:before, .jp-card.jp-card-amex.jp-card-identified .jp-card-back:before {
    background-color: #108168
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front .jp-card-logo.jp-card-amex {
    opacity: 1
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front .jp-card-cvc {
    visibility: visible
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front:after {
    opacity: 1
}

.jp-card-logo.jp-card-discover {
    background: #f60;
    color: #111;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    padding-top: 9px;
    letter-spacing: .03em;
    border: 1px solid #EEE
}

.jp-card-logo.jp-card-discover:before, .jp-card-logo.jp-card-discover:after {
    content: " ";
    display: block;
    position: absolute
}

.jp-card-logo.jp-card-discover:before {
    background: white;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    bottom: -5%;
    right: -80%;
    z-index: -1
}

.jp-card-logo.jp-card-discover:after {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    top: 10px;
    left: 27px;
    background-color: #f60;
    background-image: -webkit-radial-gradient(#f60, #fff);
    background-image: radial-gradient(#f60, #fff);
    content: "network";
    font-size: 4px;
    line-height: 24px;
    text-indent: -7px
}

.jp-card .jp-card-front .jp-card-logo.jp-card-discover {
    right: 12%;
    top: 18%
}

.jp-card.jp-card-discover.jp-card-identified .jp-card-front:before, .jp-card.jp-card-discover.jp-card-identified .jp-card-back:before {
    background-color: #86B8CF
}

.jp-card.jp-card-discover.jp-card-identified .jp-card-logo.jp-card-discover {
    opacity: 1
}

.jp-card.jp-card-discover.jp-card-identified .jp-card-front:after {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
    content: " ";
    display: block;
    background-color: #f60;
    background-image: -webkit-linear-gradient(#f60, #ffa366, #f60);
    background-image: linear-gradient(#f60, #ffa366, #f60);
    height: 50px;
    width: 50px;
    border-radius: 25px;
    position: absolute;
    left: 100%;
    top: 15%;
    margin-left: -25px;
    box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.5)
}

.jp-card-logo.jp-card-visa {
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 18px;
    margin-top: 5px
}

.jp-card-logo.jp-card-visa:before, .jp-card-logo.jp-card-visa:after {
    content: " ";
    display: block;
    width: 100%;
    height: 25%
}

.jp-card-logo.jp-card-visa:before {
    position: absolute;
    left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 6px 0;
    border-color: transparent #ffffff transparent transparent
}

.jp-card.jp-card-visa.jp-card-identified .jp-card-front:before, .jp-card.jp-card-visa.jp-card-identified .jp-card-back:before {
    background-color: #191278
}

.jp-card.jp-card-visa.jp-card-identified .jp-card-logo.jp-card-visa {
    opacity: 1;
    box-shadow: none
}

.jp-card-logo.jp-card-visaelectron {
    background: white;
    text-transform: uppercase;
    color: #1A1876;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px
}

.jp-card-logo.jp-card-visaelectron:before, .jp-card-logo.jp-card-visaelectron:after {
    content: " ";
    display: block;
    width: 100%;
    height: 25%
}

.jp-card-logo.jp-card-visaelectron:before {
    background: #1A1876
}

.jp-card-logo.jp-card-visaelectron:after {
    background: #E79800
}

.jp-card-logo.jp-card-visaelectron .elec {
    float: right;
    font-family: arial;
    font-size: 9px;
    margin-right: 1px;
    margin-top: -5px;
    text-transform: none
}

.jp-card.jp-card-visaelectron.jp-card-identified .jp-card-front:before, .jp-card.jp-card-visaelectron.jp-card-identified .jp-card-back:before {
    background-color: #191278
}

.jp-card.jp-card-visaelectron.jp-card-identified .jp-card-logo.jp-card-visaelectron {
    opacity: 1
}

.jp-card-logo.jp-card-mastercard {
    color: white;
    font-style: normal;
    text-transform: lowercase;
    font-weight: bold;
    text-align: center;
    font-size: 9px;
    line-height: 84px;
    z-index: 1;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6)
}

.jp-card-logo.jp-card-mastercard:before, .jp-card-logo.jp-card-mastercard:after {
    content: " ";
    display: block;
    width: 36px;
    top: 0;
    position: absolute;
    height: 36px;
    border-radius: 18px
}

.jp-card-logo.jp-card-mastercard:before {
    left: 0;
    background: #EB001B;
    z-index: -1;
    opacity: 0.9
}

.jp-card-logo.jp-card-mastercard:after {
    right: 0;
    background: #FF5F00;
    z-index: -2
}

.jp-card.jp-card-mastercard.jp-card-identified .jp-card-front .jp-card-logo.jp-card-mastercard, .jp-card.jp-card-mastercard.jp-card-identified .jp-card-back .jp-card-logo.jp-card-mastercard {
    box-shadow: none
}

.jp-card.jp-card-mastercard.jp-card-identified .jp-card-front:before, .jp-card.jp-card-mastercard.jp-card-identified .jp-card-back:before {
    background-color: #0061A8
}

.jp-card.jp-card-mastercard.jp-card-identified .jp-card-logo.jp-card-mastercard {
    opacity: 1
}

.jp-card-logo.jp-card-maestro {
    color: white;
    font-style: normal;
    text-transform: lowercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 84px;
    z-index: 1;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6)
}

.jp-card-logo.jp-card-maestro:before, .jp-card-logo.jp-card-maestro:after {
    content: " ";
    display: block;
    width: 36px;
    top: 0;
    position: absolute;
    height: 36px;
    border-radius: 18px
}

.jp-card-logo.jp-card-maestro:before {
    left: 0;
    background: #EB001B;
    z-index: -2
}

.jp-card-logo.jp-card-maestro:after {
    right: 0;
    background: #00A2E5;
    z-index: -1;
    opacity: 0.8
}

.jp-card.jp-card-maestro.jp-card-identified .jp-card-front .jp-card-logo.jp-card-maestro, .jp-card.jp-card-maestro.jp-card-identified .jp-card-back .jp-card-logo.jp-card-maestro {
    box-shadow: none
}

.jp-card.jp-card-maestro.jp-card-identified .jp-card-front:before, .jp-card.jp-card-maestro.jp-card-identified .jp-card-back:before {
    background-color: #0B2C5F
}

.jp-card.jp-card-maestro.jp-card-identified .jp-card-logo.jp-card-maestro {
    opacity: 1
}

.jp-card-logo.jp-card-dankort {
    width: 60px;
    height: 36px;
    padding: 3px;
    border-radius: 8px;
    border: #000 1px solid;
    background-color: #fff
}

.jp-card-logo.jp-card-dankort .dk {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.jp-card-logo.jp-card-dankort .dk:before {
    background-color: #ED1C24;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 6px
}

.jp-card-logo.jp-card-dankort .dk:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7.7px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 10px 0;
    border-color: transparent #ED1C24 transparent transparent;
    z-index: 1
}

.jp-card-logo.jp-card-dankort .d, .jp-card-logo.jp-card-dankort .k {
    position: absolute;
    top: 50%;
    width: 50%;
    display: block;
    height: 15.4px;
    margin-top: -7.7px;
    background: white
}

.jp-card-logo.jp-card-dankort .d {
    left: 0;
    border-radius: 0 8px 10px 0
}

.jp-card-logo.jp-card-dankort .d:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #ED1C24;
    border-radius: 2px 4px 6px 0px;
    height: 5px;
    width: 7px;
    margin: -3px 0 0 -4px
}

.jp-card-logo.jp-card-dankort .k {
    right: 0
}

.jp-card-logo.jp-card-dankort .k:before, .jp-card-logo.jp-card-dankort .k:after {
    content: '';
    position: absolute;
    right: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    margin-right: -1px
}

.jp-card-logo.jp-card-dankort .k:before {
    top: 0;
    border-width: 8px 5px 0 0;
    border-color: #ED1C24 transparent transparent transparent
}

.jp-card-logo.jp-card-dankort .k:after {
    bottom: 0;
    border-width: 0 5px 8px 0;
    border-color: transparent transparent #ED1C24 transparent
}

.jp-card.jp-card-dankort.jp-card-identified .jp-card-front:before, .jp-card.jp-card-dankort.jp-card-identified .jp-card-back:before {
    background-color: #0055C7
}

.jp-card.jp-card-dankort.jp-card-identified .jp-card-logo.jp-card-dankort {
    opacity: 1
}

.jp-card-logo.jp-card-elo {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: black;
    color: white;
    text-align: center;
    text-transform: lowercase;
    font-size: 21px;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: bold;
    padding-top: 13px
}

.jp-card-logo.jp-card-elo .e, .jp-card-logo.jp-card-elo .l, .jp-card-logo.jp-card-elo .o {
    display: inline-block;
    position: relative
}

.jp-card-logo.jp-card-elo .e {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.jp-card-logo.jp-card-elo .o {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    right: 0;
    top: 7px;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(#ff0 50%, red 50%);
    background-image: linear-gradient(#ff0 50%, red 50%);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    text-indent: -9999px
}

.jp-card-logo.jp-card-elo .o:before {
    content: "";
    position: absolute;
    width: 49%;
    height: 49%;
    background: black;
    border-radius: 100%;
    text-indent: -99999px;
    top: 25%;
    left: 25%
}

.jp-card.jp-card-elo.jp-card-identified .jp-card-front:before, .jp-card.jp-card-elo.jp-card-identified .jp-card-back:before {
    background-color: #6F6969
}

.jp-card.jp-card-elo.jp-card-identified .jp-card-logo.jp-card-elo {
    opacity: 1
}

.jp-card-logo.jp-card-jcb {
    border-radius: 5px 0px 5px 0px;
    -moz-border-radius: 5px 0px 5px 0px;
    -webkit-border-radius: 5px 0px 5px 0px;
    background-color: white;
    font-style: normal;
    color: white;
    width: 50px;
    padding: 2px 0 0 2px
}

.jp-card-logo.jp-card-jcb > div {
    width: 15px;
    margin-right: 1px;
    display: inline-block;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
    border-radius: 5px 0px 5px 0px;
    -moz-border-radius: 5px 0px 5px 0px;
    -webkit-border-radius: 5px 0px 5px 0px
}

.jp-card-logo.jp-card-jcb > div:before, .jp-card-logo.jp-card-jcb > div:after {
    content: " ";
    display: block;
    height: 8px
}

.jp-card-logo.jp-card-jcb > div.j {
    background-color: #000063;
    background-image: -webkit-linear-gradient(left, #000063, #008cff);
    background-image: linear-gradient(to right, #000063, #008cff)
}

.jp-card-logo.jp-card-jcb > div.c {
    background-color: #630000;
    background-image: -webkit-linear-gradient(left, #630000, #ff008d);
    background-image: linear-gradient(to right, #630000, #ff008d)
}

.jp-card-logo.jp-card-jcb > div.b {
    background-color: #006300;
    background-image: -webkit-linear-gradient(left, #006300, lime);
    background-image: linear-gradient(to right, #006300, lime)
}

.jp-card.jp-card-jcb.jp-card-identified .jp-card-front:before, .jp-card.jp-card-jcb.jp-card-identified .jp-card-back:before {
    background-color: #CB8000
}

.jp-card.jp-card-jcb.jp-card-identified .jp-card-logo.jp-card-jcb {
    opacity: 1;
    box-shadow: none
}

.jp-card-logo.jp-card-dinersclub {
    font-family: serif;
    height: 40px;
    width: 100px;
    color: white;
    font-size: 17px;
    font-style: normal;
    letter-spacing: 1px
}

.jp-card-logo.jp-card-dinersclub::before, .jp-card-logo.jp-card-dinersclub::after {
    display: block;
    position: relative
}

.jp-card-logo.jp-card-dinersclub::before {
    content: 'Diners Club'
}

.jp-card-logo.jp-card-dinersclub::after {
    content: 'International';
    text-transform: uppercase;
    font-size: 0.6em
}

.jp-card.jp-card-dinersclub .jp-card-front .jp-card-logo {
    box-shadow: none !important
}

.jp-card.jp-card-dinersclub.jp-card-identified .jp-card-front:before, .jp-card.jp-card-dinersclub.jp-card-identified .jp-card-back:before {
    background-color: #999
}

.jp-card.jp-card-dinersclub.jp-card-identified .jp-card-logo.jp-card-dinersclub {
    opacity: 1
}

.jp-card-container {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    width: 350px;
    max-width: 100%;
    height: 200px;
    margin: auto;
    z-index: 1;
    position: relative
}

.jp-card {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 315px;
    border-radius: 10px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    transition: all 400ms linear
}

.jp-card > *, .jp-card > *:before, .jp-card > *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit
}

.jp-card.jp-card-flipped {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.jp-card .jp-card-front, .jp-card .jp-card-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    transition: all 400ms linear;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 10px;
    background-image: url("../img/payment/card-bg.png"), linear-gradient(to left, #3478e6, #2b3991) !important;
    background-repeat: no-repeat;
}

.jp-card .jp-card-front:before, .jp-card .jp-card-back:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease
}

.jp-card .jp-card-front:after, .jp-card .jp-card-back:after {
    content: " ";
    display: block
}

.jp-card .jp-card-front .jp-card-display, .jp-card .jp-card-back .jp-card-display {
    color: #fff;
    font-weight: normal;
    opacity: 0.5;
    -webkit-transition: opacity 400ms linear;
    -moz-transition: opacity 400ms linear;
    transition: opacity 400ms linear
}

.jp-card .jp-card-front .jp-card-display.jp-card-focused, .jp-card .jp-card-back .jp-card-display.jp-card-focused {
    opacity: 1;
    font-weight: 700
}

.jp-card .jp-card-front .jp-card-cvc, .jp-card .jp-card-back .jp-card-cvc {
    font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
    font-size: 14px
}

.jp-card .jp-card-front .jp-card-shiny, .jp-card .jp-card-back .jp-card-shiny {
    width: 50px;
    height: 35px;
    border-radius: 5px;
    background: #CCC;
    position: relative
}

.jp-card .jp-card-front .jp-card-shiny:before, .jp-card .jp-card-back .jp-card-shiny:before {
    content: " ";
    display: block;
    width: 70%;
    height: 60%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #d9d9d9;
    position: absolute;
    top: 20%
}

.jp-card .jp-card-front .jp-card-logo {
    position: absolute;
    opacity: 0;
    right: 5%;
    top: 8%;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms
}

.jp-card .jp-card-front .jp-card-lower {
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 30px
}

@media only screen and (max-width: 480px) {
    .jp-card .jp-card-front .jp-card-lower {
        width: 90%;
        left: 5%
    }
}

.jp-card .jp-card-front .jp-card-lower .jp-card-cvc {
    visibility: hidden;
    float: right;
    position: relative;
    bottom: 5px
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
    font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
    font-size: 24px;
    clear: both;
    margin-bottom: 30px
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry {
    font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
    letter-spacing: 0em;
    position: relative;
    float: right;
    width: 25%
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:before, .jp-card .jp-card-front .jp-card-lower .jp-card-expiry:after {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 7px;
    white-space: pre;
    display: block;
    opacity: .5
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:before {
    content: attr(data-before);
    margin-bottom: 2px;
    font-size: 7px;
    text-transform: uppercase
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:after {
    position: absolute;
    content: attr(data-after);
    text-align: right;
    right: 100%;
    margin-right: 5px;
    margin-top: 2px;
    bottom: 0
}

.jp-card .jp-card-front .jp-card-lower .jp-card-name {
    text-transform: uppercase;
    font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
    font-size: 20px;
    max-height: 45px;
    position: absolute;
    bottom: 0;
    width: 190px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: horizontal;
    overflow: hidden;
    text-overflow: ellipsis
}

.jp-card .jp-card-back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.jp-card .jp-card-back .jp-card-bar {
    background-color: #444;
    background-image: -webkit-linear-gradient(#444, #333);
    background-image: linear-gradient(#444, #333);
    width: 100%;
    height: 20%;
    position: absolute;
    top: 10%
}

.jp-card .jp-card-back:after {
    content: " ";
    display: block;
    background-color: #fff;
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    width: 80%;
    height: 16%;
    position: absolute;
    top: 40%;
    left: 2%
}

.jp-card .jp-card-back .jp-card-cvc {
    position: absolute;
    top: 40%;
    left: 85%;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms
}

.jp-card .jp-card-back .jp-card-shiny {
    position: absolute;
    top: 66%;
    left: 2%
}

.jp-card .jp-card-back .jp-card-shiny:after {
    content: "This card has been issued by Jesse Pollak and is licensed for anyone to use anywhere for free. It comes with no warranty. For support issues, please visit: github.com/jessepollak/card.";
    position: absolute;
    left: 120%;
    top: 5%;
    color: white;
    font-size: 7px;
    width: 230px;
    opacity: .5
}

.jp-card.jp-card-identified {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}

.jp-card.jp-card-identified .jp-card-front, .jp-card.jp-card-identified .jp-card-back {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5)
}

.jp-card.jp-card-identified .jp-card-front:before, .jp-card.jp-card-identified .jp-card-back:before {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 15% 80%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 15% 80%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
    opacity: 1
}

.jp-card.jp-card-identified .jp-card-front .jp-card-logo, .jp-card.jp-card-identified .jp-card-back .jp-card-logo {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3)
}

.jp-card.jp-card-identified.no-radial-gradient .jp-card-front:before, .jp-card.jp-card-identified.no-radial-gradient .jp-card-back:before {
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%)
}

.card-holder-container .animation {
    padding-left: 25px;
}

.card-holder-container label {
    font-weight: normal;
}

.mb-0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

#enable_3ds {
    margin-top: 20px;
    font-size: 13px;
}

.info-box {
    margin: 20px 0;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    color: #8b8b8b;
    font-size: 12px;
    background-color: #f0f0f4;
}

.info-box img {
    margin-right: 10px;
}

.bg-white {
    border: solid 1px #f0f0f4;
    background: white;
}

.installment-list {
    font-size: 13px;
    color: #4a4a4a;
}

.table > thead > tr > th {
    color: #8b8b8b;
}

.totals {
    text-align: center;
    margin: 50px 0 0 15px;
}

.total-item {
    margin-bottom: 10px;
}

.totals .label {
    font-size: 15px;
}

.total-price-big {
    font-size: 28px;
    font-weight: bold;
}

.total-price-big small {
    font-size: 17px;
}

#mss_modal_label {
    color: #8b8b8b;
    font-size: 13px;
}

#mss_modal_label a {
    color: #4a4a4a;
}

.make-secure-payment {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 12px 20px 0 rgba(124, 185, 0, 0.36);
    background-color: #7cb900;
    border: none;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    color: white
}

.make-secure-payment:after {
    content: "";
    position: absolute;
    right: 0;
    background: #75ad02 url("../img/payment/right-arrow.png");;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    height: 100%;
    width: 48px;
}

.make-secure-payment img {
    position: absolute;
    left: 15px;
}

@media all and (min-width: 320px) and (max-width: 1024px) {
    .payment-title {
        font-size: 17px;
        margin: 0;
    }

    .payment-title-container span {
        font-size: 11px;
        margin-left: 10px;
    }

    .payment-step-2 {
        padding: 75px 10px 10px 10px;
    }

    .payment-title-container {
        padding: 10px 0 10px 0;
    }

    .payment-steps .step {
        font-size: 12px;
        margin-right: 10px;
    }

    .payment-steps .step:nth-child(1) .icon:after, .payment-steps .step:nth-child(2) .icon:after {
        border: none;
        margin: 0;
        left: 0;
        background: #0000;
        width: auto;
    }

    .payment-step-2 .widget-content, .payment-step-2 .widget-footer {
        padding: 15px;
    }

    .totals {
        text-align: center;
        margin: 0px 0 0 15px;
        display: flex;
        justify-content: center;
    }

    .totals .total-item:first-child {
        margin-right: 25px;
        padding-right: 25px;
        border-right: solid 1px white;
    }

    .payment-mobile {
        background: url("../img/payment/pay-bottom-bar.png") no-repeat;
        background-size: 100%;
        padding: 25px;
        background-size: cover;
        color: white;
    }

    .payment-mobile #mss_modal_label, #mss_modal_label a {
        color: white;
    }

    label[for=enable_3ds] {
        margin-top: 15px;
    }
}

.payment-content .form-control {
    background-color: white;
}

.flex-column {
    flex-direction: column;
}

/*ÖDEME SAYFALARI BİTTİ*/
/*TUR SIRALAMA SAYFALARI*/
.tour-list-top {
    height: 81px;
    background-image: linear-gradient(to left, #3478e6, #2b3991);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.tour-list-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    font-size: 18px;
    color: white;
}

.tour-list-top-content .label {
    font-size: 18px;
}

.tour-list-top-content select {
    padding: 10px;
    font-size: 16px;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white url("../img/tour-list-v2/chevron-down.png") 95% no-repeat;
    border-radius: 28px;
    width: 400px;
}

.tour-list-top-content .sort-list {
    display: flex;
    align-items: center;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    margin: 0 10px;
    height: 32px;
}

.toggle-switch input {
    display: none;
}

.switch-box {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    border: solid 2px #f7931d;
}

.switch-box:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 0;
    bottom: 0;
    background-color: #f7931d;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle-switch input:checked + .switch-box {
    background-color: #ffffff;
}

.toggle-switch input:checked + .switch-box:before {
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.switch-box.circle {
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
}

.switch-box.circle:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.tour-list-contents {
    padding: 20px 0 90px 0;
}

.create-your-own-tour {
    border-radius: 20px;
    background-color: #f7f9fa;
    padding: 10px 20px;
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
}

.create-your-own-tour .left {
    display: flex;
    align-items: center;
}

.create-your-own-tour .left .icon {
    margin-right: 35px;
}

.create-your-own-tour .left .icon img {
    width: 42px;
}

.create-your-own-tour .header-title {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #2b3991;
}

.create-your-own-tour .subtitle {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    line-height: 1.33;
    letter-spacing: 0.6px;
    text-align: left;
    color: #2b3991;
}


.create-your-own-tour-trigger {
    height: 38px;
    border-radius: 20px;
    background-color: #f7931d;
    text-align: center;
    font-size: 15px;
    color: white;
    font-family: "Inter";
    width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.create-your-own-tour-trigger:hover {
    color: white;
    background: #2b3991;
}

.tab-container[aria-expanded="true"] .tour-select-tabs-nav,
.tab-container[aria-expanded="false"] .tour-select-tab-content {
    display: flex;
}

.tab-container[aria-expanded="false"] .tour-select-tabs-nav,
.tab-container[aria-expanded="false"] .tour-select-tab-content {
    display: none;
}

.tour-selector-container .title {
    height: 140px;
    background-image: linear-gradient(to left, #3478e6, #2b3991);
    text-align: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 15px;
}

.tour-selector-container .head-title {
    font-size: 32px;
    font-weight: bold;
    color: white;
    font-family: "Inter", sans-serif;
}

.tour-selector-container .sub-title {
    font-size: 18px;
    color: white;
    font-family: "Inter", sans-serif;
}

.tour-select-tabs-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #fdfdfd;
    margin: -26px 20px 35px 20px;
}

.tour-select-tabs-nav a {
    display: flex;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    text-align: center;
    line-height: 15px;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    border-right: solid 1px #f0f0f4;
}

.tour-select-tabs-nav a:last-child {
    border: none
}

.tour-select-tabs-nav .month,
.tour-select-tabs-nav .price {
    font-size: 16px;
    font-weight: bold;
}

.tour-select-tabs-nav a:hover, .no-program-item {
    background-color: #f0f0f4;
}

.tour-select-tabs-nav .program, .no-program-item .no-program {
    font-size: 11px;
    font-weight: normal;
}

.tour-select-tabs-nav .active {
    background: #2b3991;
    color: white;
    position: relative;
}

.tour-select-tabs-nav .active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #2b3991;
    border-width: 15px;
    margin-left: -15px;
}

.tour-select-tabs-nav .active:hover {
    color: #fff;
    background: #2b3991;
}

.tour-select-tab-content .tab {
    display: none;
}

.tour-select-tab-content .show {
    display: block;
}

.tour-item-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: solid 1px #f0f0f4;
    background-color: #fdfdfd;
    margin-bottom: 20px;
    padding: 10px;
}

.tour-item-v2 .right {
    flex: 0 0 45%;
    max-width: 50%;
}

.tour-item-v2 .left {
    flex: 0 0 55%;
}

.tour-meta {
    display: flex;
    font-family: "Inter", sans-serif;
}

.tour-meta img {
    object-fit: cover;
    border-radius: 8px;
    margin-right: 25px;
    width: 222px;
    height: 140px;
}

.tour-meta .tour-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #2b3991;
}

.tour-meta .inner-right .desc {
    font-size: 12px;
}

.tour-tags {
    display: flex;
    margin: 10px 0 10px 0;
}

.tour-tags .icon {
    align-items: center;
    background: #2b3991;
    padding: 3px 7px 3px 3px;
    color: white;
    border-radius: 25px 15px 15px 25px;
    margin-right: 20px;
    text-align: left;
    font-size: 13px;
    object-fit: contain;
}

.tour-tags .icon img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.tour-dates {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 2.08;
    letter-spacing: normal;
    text-align: left;
    color: #2b3991;
}

.tour-dates .start-date {
    margin-right: 20px;
}

.tour-dates .desc {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
}

.hotel-item-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    font-size: 18px;
    color: white;
    margin-left: 20px;
    margin-bottom: 30px;
    padding: 5px 5px;
    background-color: #2b3991;
}

.hotel-item-left,
.hotel-item-right {
    display: flex;
    font-size: 14px;
    align-items: center;
}

.hotel-item-left img {
    margin-right: 5px;
}

.hotel-item-title {
    position: relative;
}

.hotel-item-title span,
.hotel-item-right span {
    position: absolute;
    border-radius: 4px;
    background-color: #e05555;
    text-align: center;
    padding: 3px;
    font-size: 11px;
    color: white;
    top: -32px;
    left: 0;
    font-family: "Inter", sans-serif;
}

.hotel-item-right span {
    width: 70px;
}

.arrow-left:after {
    top: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #e05555;
    border-width: 5px;
    margin-left: -5px;
}

.arrow-center:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #e05555;
    border-width: 5px;
    margin-left: -5px;
}

.hotel-item-tags .tag {
    display: flex;
    align-items: center;
    border-radius: 12px;
    background-color: #7cb900;
    color: white;
    padding: 2px 10px 2px 3px;
    font-size: 12px;
    margin: 0 7px;
}

.hotel-item-tags .tag img {
    margin-right: 5px;
}

.hotel-item-right .price {
    position: relative;
    font-weight: bold;
    padding-left: 5px;
}

.select-hotel {
    width: 80px;
    height: 28px;
    border-radius: 14px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    background-color: #f7931d;
    color: white;
}

.tour-list-v2-desc {
    width: 70%;
    text-align: center;
    margin: 40px auto 0 auto;
}

.fixed-header {
    top: 0;
    position: fixed;
    width: 100%;
    transition: 0.3s ease-in;
    z-index: 99;
}

.tour-select-tabs-nav .active .program img {
    background: #fff;
    border-radius: 20px;
}

.tour-select-tabs-nav .first {
    -webkit-border-top-left-radius: 22px;
}

.tour-select-tabs-nav .last {
    -webkit-border-top-right-radius: 22px;
}


@media all and (max-width: 568px) {
    .tour-list-top {
        margin-top: 75px;
        background: url(../img/tour-list-v2/pay-bottom-bar.png) no-repeat center;
        background-size: cover;
        height: 105px;
    }

    .tour-list-top span {
        color: #2b3991;
        font-size: 16px;
    }

    .tour-list-top-content {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .island-select select {
        background: #2b3991 url("../img/tour-list-v2/chevron-down-white.png") no-repeat 95%;
        color: white;
        font-size: 14px;
        border: none
    }

    .island-select .label {
        display: none;
    }

    .tour-list-top-content .sort-list {
        margin: 10px 0;
    }

    .tour-item-v2 {
        flex-direction: column;
    }

    .create-your-own-tour {
        flex-direction: column;
        margin: 0 0 20px 0;
        padding: 20px 20px;
    }

    .tour-selector-container .title {
        height: auto;
        border-radius: 10px;
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .tour-select-tabs-nav {
        margin: 0 0 10px 0;
        border-radius: 0;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .tour-list-top-content select, .island-select {
        width: 100%;
    }

    .hotel-item-title, .hotel-item-v2, .hotel-item-tags .tag {
        font-size: 10px;
    }

    .create-your-own-tour .header-title {
        font-size: 20px;
        text-align: center;
        line-height: initial;
    }

    .create-your-own-tour .left .icon {
        display: none;
    }

    .tour-meta img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }

    .tour-meta .tour-item-title {
        margin-top: 10px;
    }

    .hotel-item-v2 {
        padding: 1px 5px;
        margin: 30px 0;
    }

    .create-your-own-tour .subtitle {
        font-size: 12px;
        text-align: center;
        margin: 10px 0;
    }

    .tour-selector-container .head-title {
        font-size: 24px;
    }

    .tour-list-v2-desc {
        display: none;
    }

    .tour-selector-container .sub-title {
        font-size: 12px;
        padding: 5px;
    }

    .tour-item-v2 .left, .tour-item-v2 .right {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .tour-meta {
        flex-direction: column;
    }

    .tour-select-tabs-nav a {
        width: 30%;
        max-width: 30%;
        flex: 0 0 30%;
        height: 85px;
        padding-top: inherit;
        display: inline-flex !important;
    }

    .tour-select-tabs-nav .active:after {
        border: none;
        margin: 0;
        position: initial;
    }

    .hotel-item-title span, .hotel-item-right span {
        font-size: 9px;
        top: -22px;
        left: -6px;
    }

    .tour-list-contents {
        padding-bottom: 20px;
    }

    .tab-container-with-head .head-top .tour-title {
        font-size: 16px !important;
        text-align: center;
    }

    .tab-container-with-head .head-top .tour-desc {
        font-size: 12px !important;
    }

    .toggle-switch input:checked + .switch-box {
        background-color: #f7f9fa;
    }

    .tour-select-tabs-nav a:hover, .no-program-item {
        background: none;
        color: #2b3991;
    }

    p.price.no-program {
        font-size: 12px;
    }

}

/*  Tur listeleme 360px Düzenleme */
@media all and (max-width: 360px) {

    .hotel-item-left img {
        width: 20px;
    }

    .hotel-item-right .price {
        font-size: 12px;
    }

    .select-hotel {
        width: 40px !important;
        height: 24px !important;
        font-size: 10px !important;
        font-weight: 600;
        margin-left: 5px !important;
    }

    .hotel-item-tags .tag img {
        margin-right: 2px;
        width: 14px;
    }

    .hotel-item-tags .tag {
        padding: 2px 10px 2px 3px;
        margin-left: 5px;
    }

    .tour-list-top span {
        font-size: 12px;
    }

    .tour-select-tabs-nav .month, .tour-select-tabs-nav .price {
        margin: 10px;
        font-size: 14px;
    }

    .create-your-own-tour .header-title {
        font-size: 16px;
    }

    .tour-selector-container .head-title {
        font-size: 20px;
    }
}

/*  Tur listeleme 360px Düzenleme Bitti */

.tab-container-with-head {
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #fdfdfd;
    margin: -26px 20px 60px 20px;
    border: 2px solid #f3f3f3;
}

.tab-container-with-head .head-top {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}

.tab-container-with-head .head-top .tour-title {
    font-size: 24px;
    font-weight: bold;
    color: #2b3991;
    font-family: "Inter", sans-serif;
    cursor: pointer;
}

.tab-container-with-head .head-top .tour-desc {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    margin: 15px 5px 10px 0;
    color: #4a4a4a;
}

.tab-container-with-head .head-top img {
    border-radius: 8px;
    margin-left: 20px;
    position: relative;
    width: 365px;
    height: 145px;
    object-fit: cover;
}

.tab-container-with-head .tour-select-tabs-nav {
    box-shadow: none;
    margin: 10px 0px 0px;
    border-top: solid 1px #f0f0f4;
    border-radius: 0;
}

.hotel-item-v2:last-child {
    margin-bottom: 0;
}

.tab-container-with-head .tour-item-v2 {
    align-items: flex-start;
    font-size: 16px;
    padding: 33px 20px;
    align-items: center;
}

.tab-container-with-head .hotel-item-v2 {
    padding: 3px 5px;
}

.tab-container-with-head .tour-item-v2 .icon,
.tab-container-with-head .tour-item-v2 .tour-dates {
    font-size: 16px;
}


.tour-head-image {
    position: relative;
}

.tour-head-image .discount {
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
    color: white;
    z-index: 9;
    border-radius: 5px;
    background-color: #e05555;
}

.tour-head-image .discount .value {
    font-size: 19px;
    font-weight: bold;
    display: block;
}

.tour-head-image .discount .label {
    font-size: 11px;
    font-weight: bold;
    display: block;
}

.mt-50 {
    margin-top: 50px;
}

@media all and (max-width: 568px) {
    .tab-container-with-head {
        margin: 0;
        margin-bottom: 40px;
    }

    .tab-container-with-head .head-top {
        flex-direction: column;
        padding: 15px;
    }

    .tab-container-with-head .head-top img {
        width: 100%;
        max-width: 100%;
        margin: 0;
        height: 120px;
        object-fit: cover;
    }

    .tab-container-with-head .tour-item-v2 {
        padding: 10px;
    }

    .tour-item-v2 .inner-right {
        display: inline-block;
    }

    .tour-tags {
        order: 2
    }

    .tour-dates {
        flex-direction: column;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 12px !important;
    }

    .tour-tags .icon {
        padding: 5px 10px 5px 5px;
        color: white;
        border-radius: 25px;
        font-size: 12px !important;
        line-height: 20px;
    }

    .select-hotel {
        width: 56px;
        height: 28px;
        font-size: 14px;
        margin-left: 10px;
    }

    .tour-select-tabs-nav .month, .tour-select-tabs-nav .price {
        font-size: 16px;
        margin: 10px;
    }
}

/*TUR SIRALAMA SAYFALARI BİTTİ*/
/*BİLETLERİM*/
.box-shadow-header {
    border-bottom: solid 1px rgba(193, 193, 193, 0.14);
}

.my-tickets {
    padding: 20px 0;
}

.user-box {
    display: flex;
    line-height: 13px;
    align-items: center;
}

.user-box .avatar img {
    object-fit: contain;
    border-radius: 50%;
    margin-right: 10px;
    width: 32px;
    height: 32px;
}

.user-box label {
    color: #a0a0a0;
    font-size: 11px;
}

.user-box .title p {
    font-weight: 500;
    color: #4a4a4a;
    font-size: 15px;
}

.user-menu {
    margin-top: 15px;
}

.user-menu ul {
    margin: 0 0 0 5px;
    padding: 0;
}

.user-menu ul li {
    list-style: none;
}

.user-menu ul li a {
    display: block;
    color: #4a4a4a;
    font-size: 13px;
    margin-bottom: 20px;
}

.user-menu ul li a:hover {
    color: #2b3991;
}

.user-menu ul li img {
    margin-right: 10px;
}

.user-menu ul li .active {
    color: #2b3991;
    font-weight: bold;
}

.my-tickets-title {
    font-size: 21px;
    font-weight: bold;
    margin-top: 0;
}

.tour-select-tabs-nav a {
    text-decoration: none;
}

.tickets-offer {
    border: solid 2px #f0f0f4;
    background-color: #f7f9fa;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.ticket-offer-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2b3991;
}

.ticket-count {
    border-radius: 13px;
    background-image: linear-gradient(to left, #3478e6, #2b3991);
    text-align: center;
}

.ticket-count ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 5px 0;
}

.ticket-count li {
    margin-right: 5px;
    list-style: none;
}

.ticket-offer-center {
    font-size: 13px;
    color: #2b3991;
}

.ticket-offer-footer {
    font-size: 12px;
    color: #2b3991;
    margin: 5px 0;
}

.ticket-offer-footer .link {
    padding: 5px 39px;
    text-align: center;
    color: white;
    display: inline-block;
    border-radius: 13px;
    background-color: #f7931d;
}

.ticket-offers-carousel {
    margin-top: 20px;
}

.offer-carousel-item {
    border-radius: 10px;
    background-image: linear-gradient(to left, #3478e6, #2b3991);
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: white;
    align-items: center;
    font-size: 13px;
    flex-direction: column;
    min-height: 137px;
    width: 100%;
}

.offer-carousel-item-title {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.offer-carousel-item-title .ticket-count-span {
    width: 32px;
    border-radius: 50%;
    height: 32px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    background-color: #f7931d !important;
    margin: 0 10px;
}

.no-bg {
    background: transparent !important;
}

.offer-carousel-item .explore {
    border-radius: 13px;
    background-color: #f7931d;
    color: white;
    padding: 5px;
    min-width: 120px;
    margin-top: 10px;
}

.offer-carousel-item .center-title {
    margin: 5px 0 0 0;
}

.fs-18 {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.fs-18 img {
    margin-left: 5px;
}

.text-white {
    color: #91bbff;
}

.ticket-accordion-list {
    position: relative;
    margin: 20px 0;
}

.ticket-item {
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(72, 72, 72, 0.08);
    border: solid 1px #f0f0f4;
    background-color: #ffffff;
    transition: 0.3s;
    padding: 10px 30px;
    margin-bottom: 16px;
}

.ticket-accordion-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.ticket-accordion-title .left,
.ticket-accordion-title .middle,
.ticket-accordion-title .right {
    display: flex;
    color: #4a4a4a;
    align-items: center;
}

.ticket-accordion-title .left {
    flex: 0 0 40%;
}

.ticket-accordion-title .middle {
    text-align: center;
    flex: 0 0 20%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.ticket-accordion-title .right {
    flex: 0 0 40%;
    justify-content: flex-end;
}

.ticket-accordion-title .left .trip-directions {
    font-weight: bold;
    margin-right: 35px;
    flex: 0 0 53%;
}

.ticket-accordion-title .left .trip-meta {
    color: #919191;
    font-size: 10px;
}

.ticket-accordion-title .left .trip-meta strong {
    color: #4a4a4a;
}

.ticket-accordion-title .left .trip-meta p {
    margin-bottom: 5px;
}

.trip-method {
    font-weight: bold;
}

.ticket-status {
    display: flex;
    align-items: center;
    border-radius: 16px;
    text-align: center;
    min-width: 140px;
    padding: 5px 10px;
    font-weight: bold;
    justify-content: center;
}

.ticket-status img {
    margin-right: 5px;
}

.used {
    background: #dafada;
}

.ready {
    background: #fae9da;
}

.canceled {
    background: #fadada;
}

.changed {
    background: #efdafa;
}

.return-opened, .return-opened-bg {
    background: #fafada;
}

.opened, .opened-title-bg {
    background: #daebfa;
}

.opened-title-bg, .return-opened-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.opened-title-label {
    font-weight: bold;
    margin-bottom: 10px;
}

.opened-title-bg .buttons a,
.return-opened-bg .buttons a {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.ticket-accordion-title .accordion-trigger {
    width: 32px;
    height: 32px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ticket-price {
    text-align: right;
    margin-left: 25px;
    margin-right: 25px;
    flex: 0 0 30%;
}

.ticket-price .price {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: right;
    color: #7cb900;
}

.ticket-price .passenger-count {
    color: #919191;
}

.ticket-item[aria-expanded="true"] .ticket-accordion-content {
    display: block;
}

.ticket-item[aria-expanded="true"] {
    box-shadow: 0 8px 32px 0 rgba(72, 72, 72, 0.16);
    border: solid 1px #f0f0f4;
    transition: 0.3s;
    margin: 0 -20px 16px -20px;
}

.ticket-center {
    max-width: 80%;
    margin: 0 auto;
}

.ticket-item[aria-expanded="false"] .ticket-accordion-content {
    display: none;
}

.ticket-item .ticket-accordion-title .accordion-trigger a {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}

.ticket-item[aria-expanded="true"] .accordion-trigger a {
    background: url("../img/my-tickets/accordion-close-icon.svg");
}

.ticket-item[aria-expanded="false"] .accordion-trigger a {
    background: url("../img/my-tickets/accordion-open-icon.svg");
}

.ticket-accordion-content {
    padding: 15px 0;
    font-size: 13px;
    color: #4a4a4a;
}

.ticket-accordion-content .ticket-accordion-content-top-buttons {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.ticket-accordion-content .ticket-accordion-content-top-buttons li {
    list-style: none;
    display: flex;
    margin-right: 15px;
}

.ticket-accordion-content .ticket-accordion-content-top-buttons li a {
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #4a4a4a;
    margin: 0 0 5px 0;
}

.ticket-accordion-content .ticket-accordion-content-top-buttons li a img {
    margin-bottom: 10px;
}

.ticket-accordion-voyage {
    border-radius: 8px;
    border: solid 1px #f0f0f4;
    background-color: #ffffff;
    margin: 10px 0;
}

.ticket-accordion-voyage .title {
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #2b3991;
}

.ticket-accordion-voyage .ta-content {
    display: flex;
    justify-content: space-between;
    *align-items: flex-start;
}

.ticket-accordion-voyage .ta-content .left,
.ticket-accordion-voyage .ta-content .right {
    padding: 20px;
}

.ticket-accordion-voyage .ta-content .no-padding {
    padding: 0;
}

.ticket-accordion-voyage .ta-content .left .brand {
    color: #2b3991;
}

.ticket-accordion-voyage .ta-content .left .clock {
    border-radius: 4px;
    background-color: #2b3991;
    color: white;
    padding: 5px;
}

.ticket-accordion-voyage .title img {
    margin-right: 10px;
}

.get-directions {
    color: #4a4a4a;
    font-size: 13px;
    font-weight: bold;
}

.get-directions img {
    font-weight: bold;
    margin-right: 5px;
}

.ticket-countdown {
    border-bottom: solid 1px #f0f0f4;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-align: center;
}

.ticket-countdown span {
    color: #16e38a;
}

.ticket-accordion-voyage .right {
    flex: 0 0 50%;
    justify-content: center;
    align-items: center;
}

.ticket-accordion-voyage .right .buttons a {
    border-radius: 15px;
    background-color: #2b3991;
    color: white;
    width: 50%;
    padding: 7px;
    font-size: 12px;
    text-align: center;
    display: block;
    transition: 0.3s ease;
}

.ticket-accordion-voyage .right .buttons a:hover {
    box-shadow: 0 3px 25px 0 rgba(72, 72, 72, 0.16);
    transition: 0.3s ease;
}

.ticket-accordion-voyage .right .buttons {
    display: flex;
    justify-content: space-between;
}

.ticket-accordion-voyage .right .buttons a:first-child {
    margin-right: 18px;
}

.ticket-info {
    border-radius: 15px;
    margin: 15px 0 0 0;
    padding: 5px;
    text-align: center;
    background-color: #f0f0f4;
}

.swal2-container {
    zoom: 1.5;
}

.custom-modal .modal-header {
    text-align: center;
    border-bottom: none;
}

.custom-modal .modal-header h4 {
    font-size: 32px;
    font-weight: bold;
    color: #4a4a4a;
}

.modal-trip-title {
    font-size: 19px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.32;
    margin-bottom: 10px;
    letter-spacing: normal;
    text-align: left;
    color: #2b3991;
}

.modal-trip-title img {
    margin-right: 10px;
}

.modal-trip-table .table-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #f0f0f4;
    font-size: 16px;
    padding: 5px;
}

.change-date-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: solid 2px #f0f0f4;
    flex-direction: column;
}

.change-date-area .label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #2b3991;
}

.change-date-area select {
    border-radius: 18px;
    border: solid 2px #f0f0f4;
    padding: 6px 10px;
    font-size: 16px;
}

.custom-modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-modal .modal-footer button {
    border-radius: 6px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border: none;
}

.custom-modal .modal-footer .modal-confirm {
    background: #2b3991;
    margin-right: 15px;
}

.custom-modal .modal-footer .modal-discard {
    background: #dd3333;
}

.change-date-info {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
}

.ticket-used-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #dafada;
    flex-direction: column;
    font-weight: bold;
    height: 100%;
}

.ticket-used-bg img {
    margin-bottom: 10px;
}

.canceled-ticket .trip-directions,
.canceled-ticket .trip-meta,
.canceled-ticket .trip-method,
.canceled-ticket .ticket-price {
    opacity: 0.4;
}

.ticket-canceled-bg, .ticked-changed-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fadada;
    height: 100%;
}

.ticket-canceled-bg .title {
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    color: #4a4a4a;
}

.ticked-changed-bg {
    background: #efdafa;
    padding: 0 20px;
    text-align: center;
}

.ticket-canceled-bg p {
    padding: 0 20px;
}

.no-tours {
    font-size: 16px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.no-tours img {
    margin-right: 10px;
}

.pacman {
    padding-left: 5px;
}

@media all and (max-width: 568px) {
    .pr-0 {
        padding-right: 0 !important;
    }

    .tickets-offer {
        margin-bottom: 15px;
    }

    .offer-carousel-item {
        min-height: 147px;
    }

    .ticket-accordion-voyage .ta-content {
        flex-direction: column;
    }

    .ticket-accordion-title .left,
    .ticket-accordion-title .right {
        flex: 0 0 50%;
        align-items: flex-end;
        flex-direction: column;
    }

    .ticket-accordion-title .left .trip-directions {
        margin-right: 15px;
    }

    .trip-method {
        text-align: left;
        margin-top: 10px;
    }

    .ticket-accordion-title .right .mobile-right {
        display: flex;
        justify-content: flex-end;
    }

    .ticket-price {
        margin-left: 0;
        flex: initial;
        margin-right: 10px;
        margin-bottom: 10px;
        flex: initial;
    }

    .ticket-item {
        padding: 15px;
    }

    .ticket-accordion-voyage .right .buttons {
        flex-direction: column;
    }

    .ticket-accordion-voyage .right .buttons a {
        width: 100%;
        margin-bottom: 10px;
    }

    .ticket-accordion-voyage .right .buttons a:first-child {
        margin-right: 0;
    }

    .ticket-accordion-content .ticket-accordion-content-top-buttons {
        justify-content: center;
    }

    .ticket-used-bg {
        padding: 20px 10px;
    }

    .swal2-container {
        zoom: 1.2;
    }

    .custom-modal .modal-header h4 {
        font-size: 20px;
    }

    .modal-trip-title {
        font-size: 16px;
    }

    .modal-trip-table .table-item {
        font-size: 14px;
    }

    .ticket-accordion-content .ticket-accordion-content-top-buttons li:last-child {
        margin-right: 0;
    }

    .ticket-center {
        max-width: 100%;
        line-height: 18px;
    }

    .ticked-changed-bg {
        padding: 20px 20px;
    }

    .custom-modal .modal-footer button {
        font-size: 12px;
    }

    .change-date-info {
        font-size: 12px
    }


}

@media (max-width: 360px) {

    .ticket-item {
        padding: 15px 10px;
    }

    .ticket-accordion-title {
        font-size: 10px;
    }

    .ticket-price .price {
        font-size: 12px;
    }

    .ticket-status {
        min-width: 120px;
    }

    .offer-carousel-item {
        font-size: 11px;
    }

    .ticket-count ul {
        margin: 0 auto;
        width: 90%;
    }

    .offer-carousel-item-title .ticket-count-span {
        font-size: 16px;
        width: 28px;
        height: 28px;
    }

    .custom-modal .modal-footer button {
        padding: 10px 20px;
    }

    .ticket-accordion-voyage .ta-content .left, .ticket-accordion-voyage .ta-content .right {
        padding: 15px;
    }

    .ticket-accordion-content {
        font-size: 10px;
    }

    .ticket-accordion-voyage .title {
        font-size: 12px;
    }

    .ticket-info {
        width: 100%;
        font-size: 11px;
    }

    .ticket-accordion-title .left, .ticket-accordion-title .right {
        flex: 0 0 43%;
    }
}

/*BİLETLERİM BİTTİ*/

.displaynone {
    display: none !important;
}

/*ÖDEME SONUÇ*/

.payment-successful-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.upgrade-tour {
    border-radius: 8px;
    background-color: #2b3991;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    min-height: 184px;
    max-height: 184px;
}

.upgrade-tour .head {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.upgrade-tour .sub {
    font-size: 13px;
    text-align: center;
    color: #ffffff;
}

.upgrade-tour-button {
    text-align: center;
    border-radius: 19px;
    background: #f7931d;
    color: #fff;
    font-size: 12px;
    padding: 5px 45px;
}

.upgrade-tour-button:hover {
    color: #fff;
    background: #f7a01d;
    transition: 0.3s ease;
}

.payment-successful .success {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    display: flex;
    justify-content: center;
    color: #7cb900;
}

.payment-successful p {
    margin-bottom: 8px;
    text-align: center;
}

.payment-successful .success img {
    padding-right: 8px;
}

.payment-successful .voucherno {
    border-radius: 25px;
    background-color: #2b3991;
    color: #fff;
    padding: 7px 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 50%;
}

.payment-successful .voucherno strong {
    padding-left: 5px;
    font-weight: 600;
}

.payment-successful .voucherno:hover {
    background: #3647ad;
    transition: 0.7s ease;
}

.payment-successful .print-ticket {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding-top: 8px;
    color: #2b3991;
    text-decoration: underline;
    display: flex;
    justify-content: center;
}

.payment-successful .user-info {
    border-radius: 5px;
    background-color: #f7f9fa;
    display: flex;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
    color: #4a4a4a;
    margin-top: 10px;
}

.payment-successful .user-info strong {
    font-weight: 700;
    color: #2b3991;
    padding-right: 5px;
}

.payment-successful .user-info span {
    font-weight: 500;
    color: #2b3991;
}

.payment-successful .user-info p {
    margin: 0px auto;
}

.upgrade-tour .app-logos {
    display: flex;
    justify-content: center;
}

.upgrade-tour .app-logos img {
    width: 100%;
    height: 32px;
}

.payment-successful-deals {
    margin-bottom: 20px;
}

.hotel-deals-container {
    border-radius: 8px;
    border: solid 2px #f0f0f4;
    padding: 10px;
    max-height: 315px;

}

.deal-title {
    color: #2b3991;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    min-height: 80px;
}

.deal-title img {
    padding-right: 5px;
}

.deal-title .sub {
    font-size: 12px;
    font-weight: normal;
    color: #4a4a4a;
    padding-top: 8px;
    padding-bottom: 8px
}

.payment-campaign-item .badges .best-price-left {
    position: absolute;
    left: 10px;
    border-radius: 12px;
    background-color: #7cb900;
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 4px 10px;
}

.payment-campaign-item .bottom {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #f0f0f4;
    align-items: baseline;
    padding: 5px 10px 0px 10px;
}

.payment-campaign-item .bottom a {
    text-align: center;
    border-radius: 19px;
    background: #f7931d;
    color: #fff;
    font-size: 12px;
    padding: 5px 26px;
}

.payment-campaign-item .bottom a:hover {
    color: #fff;
    background: #f7a01d;
    transition: 0.3s ease;
}

.payment-campaign-item .badges .hotel-stars {
    top: unset;
    left: unset;
    font-size: 11px;
    right: 10px;
    position: absolute;
}

.payment-campaign-item .item-content img {
    width: 300px;
    height: 110px;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}

.payment-campaign-item .item-content {
    margin: 0 auto;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.payment-campaign-item {
    display: flex;
    border-radius: 8px;
    width: 85%;
    margin: 0 auto;
}

.payment-campaign-carousel-items .payment-campaign-item .badges, .payment-campaign-mobile-carousel-items .payment-campaign-item .badges {
    position: absolute;
    width: 85%;
    padding-top: 5px;
}

.payment-campaign-carousel-nav {
    display: flex;
    justify-content: space-between;
    z-index: 99;
    padding: 5px;
    position: relative;
}

.payment-campaign-carousel-items .owl-nav, .payment-campaign-mobile-carousel-items .owl-nav {
    display: none;
}

.payment-campaign-carousel-nav .car-prev,
.payment-campaign-carousel-nav .car-next {
    font-size: 20px;
    top: 50%;
    transform: translateY(-480%);
    margin-left: -5px;
    margin-right: -5px;
}

.item-content {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #f0f0f4;
    border-radius: 8px;
}

.item-content .meta-box {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px 10px;

}

.item-content .meta-box .name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.33;
    text-align: left;
    color: #2b3991;
}

.item-content .meta-box .price {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33;
    text-align: right;
    color: #2b3991;
}

.item-content .meta-box .price strong {
    font-size: 16px;
}

.make-reservation {
    display: flex;
    justify-content: center;
    padding: 0 10px 10px;
}

.make-reservation a {
    text-align: center;
    border-radius: 19px;
    background: #f7931d;
    color: #fff;
    font-size: 12px;
    padding: 5px 45px;
}

.make-reservation a:hover {
    color: #fff;
    background: #f7a01d;
    transition: 0.3s ease;
}

.deals-center {

}

.car-rental-container {
    border-radius: 8px;
    background-color: #2b3991;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.car-rental-container .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.car-rental-container .bottom .left img {
    width: 160px;
}

.car-rental-container .bottom .right a {
    text-align: center;
    border-radius: 19px;
    background: #f7931d;
    color: #fff;
    font-size: 12px;
    padding: 8px 30px;
    margin-right: 15px;
}

.car-rental-container .head {
    padding: 15px 10px 5px;
    font-size: 16px;
}

.car-rental-container .bottom .right a:hover {
    color: #fff;
    background: #f7a01d;
    transition: 0.3s ease;
}

.related-islands,
.island-suggestions {
    margin-top: 20px;
}

.related-islands .content {
    border-radius: 8px;
    border: solid 2px #f0f0f4;
    height: 100%;
    padding: 10px !important;
}

.related-islands .deal-title {
    min-height: 100%;
    padding-bottom: 12px;
}

.island-suggestions-carousel-items,
.island-suggestions-mobile-carousel-items {
    width: 90% !important;
    margin: 0 auto;
}

.island-suggestions-carousel-items .island-suggestions-item .image,
.island-suggestions-mobile-carousel-items .island-suggestions-item .image {
    max-width: 100%;
    height: 116px;
    border-radius: 8px;
    position: relative;
    background-position: center;
    background-size: cover;
}

.island-suggestions-carousel-items .island-suggestions-item .island-title,
.island-suggestions-mobile-carousel-items .island-suggestions-item .island-title {
    font-size: 18px;
    color: white;
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: 500;
    bottom: 10px;
}

.related-islands .payment-campaign-carousel-nav {
    transform: translateY(-750%);
    height: 0px;
}

.island-suggestions .image {
    background-size: cover;
    height: 184px;
    border-radius: 8px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.island-suggestions .content {
    height: unset;
}

.island-suggestions .content .title,
.samos .right .title {
    font-size: 18px;
    font-weight: 600;
}

.island-suggestions .content .sub,
.samos .right .sub {
    font-size: 13px;
    padding: 10px
}

.samos .right .piri-code p {
    font-size: 12px;
}

.samos .right .piri-code span {
    font-size: 16px;
    font-weight: 600;
    color: #2b3991;
    padding: 5px 40px;
    border-radius: 30px;
    background: #fff;
}

.island-suggestions .content a {
    text-align: center;
    border-radius: 19px;
    background: #f7931d;
    color: #fff;
    font-size: 12px;
    padding: 5px 45px;
}

.island-suggestions .content a:hover {
    color: #fff;
    background: #f7a01d;
    transition: 0.3s ease;
}

.discover-samos {
    border-radius: 8px;
    height: 184px;
    background-color: #2b3991;
}

.port-details .title {
    color: #2b3991;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 10px;
}

.port-details {
    margin-bottom: 20px;
}

.port-arrival {
    border-radius: 8px;
    border: solid 2px #f0f0f4;
    height: 100%;
    padding: 15px;

}

.port-arrival .title img {
    padding-right: 5px;
}

.port-arrival span {
    color: #2b3991;
    font-weight: 600;
}

.port-arrival p {
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
}

.port-arrival a {
    color: #2b3991;
    font-size: 13px;
    font-weight: 600;
    padding-left: 5px;
}

.samos .image {
    background: #2b3991;
    padding: 15px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .payment-successful-container {
        margin-top: 90px;
    }

    .upgrade-tour {
        min-height: inherit;
        padding: 15px;
    }

    .payment-successful .success {
        font-size: 16px;
        line-height: 45px;
        padding: 10px 0;
    }

    .payment-successful p, .payment-successful .print-ticket {
        font-size: 12px;
    }

    .payment-successful .voucherno {
        width: 90%;
    }

    .payment-successful .user-info {
        border-radius: 0;
        display: flow-root;
        text-align: center;
        margin-bottom: 20px;
    }

    .upgrade-tour .head {
        font-size: 14px;
        font-weight: 700;
    }

    .upgrade-tour .sub {
        font-size: 12px;
    }

    .item-content .meta-box .name, .item-content .meta-box .price strong {
        font-size: 12px;
    }

    .payment-campaign-item .badges .best-price-left {
        font-size: 9px;
    }

    .payment-campaign-item .badges .hotel-stars {
        font-size: 8px;
    }

    .payment-campaign-carousel-nav {
        display: none;
    }

    .payment-campaign-item {
        width: 100%;
    }

    .payment-campaign-mobile-carousel-items .payment-campaign-item .badges {
        width: 100%;
    }

    .deals-center {
        margin: 20px 0 20px;
    }

    .payment-campaign-item .bottom {
        font-size: 12px;
    }

    .deal-title {
        font-size: 14px;
        padding: 0 5px 0 5px
    }

    .car-rental-container .head {
        font-size: 14px;
    }

    .hotel-deals-container {
        max-height: inherit;
    }

    .car-rental-container .bottom .left img {
        width: 120px;
    }

    .island-suggestions-mobile-carousel-items {
        width: 100% !important;
    }

    .island-suggestions-mobile-carousel-items .owl-stage {
        padding-left: 0px !important;
    }

    .island-suggestions-mobile-carousel-items .island-suggestions-item .image {
        height: 90px;
    }

    .island-suggestions-mobile-carousel-items .island-suggestions-item .island-title {
        font-size: 14px;
        font-weight: 700;
    }

    .port-arrival {
        margin-bottom: 20px;
    }

    .port-details .title {
        font-size: 14px;
        font-weight: 700;
    }

    .port-arrival p {
        font-size: 12px;
    }


    .samos .left img {
        width: 130px;
    }

    .samos .right .title {
        font-size: 14px;
        font-weight: 700;
    }

    .samos .right .sub {
        font-size: 12px;
        padding: 10px;
    }

    .samos .image {
        height: inherit;
        display: inline-grid;
    }

    .samos .right .piri-code span {
        font-size: 14px;
        font-weight: 700;
    }

    .port-details {
        margin-bottom: 60px;
    }

    .port-arrival a {
        display: inline-block;
        padding-left: 0;
    }


}

/*ÖDEME SONUÇ BİTTİ*/

/*PROFİLİM*/

.profile-dashboard {
    padding: 20px;
    border-radius: 10px;
    border: solid 2px #f0f0f4;
}

.profile-hero {
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to left, #3478e6, #2b3991);
}

.profile-hero-top {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.newpp {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border: solid 4px #ffffff;
    border-radius: 200px;
}

.upload-pp-icon {
    position: absolute;
    bottom: 8px;
    left: 50px;
    opacity: 0.5;
}

.upload-pp-icon:hover {
    opacity: 1;
    transition: ease 0.6s;
}


.destinations .destination {
    font-size: 13px;
    padding: 6px 10px;
    background-color: #fff;
    border-radius: 15px;
    color: #2b3991;
}

.destination strong {
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
}

.destinations .country,
.destinations .island {
    color: #fff;
    padding: 0px 15px 0px;
    border-right: solid 1px #91bbff;
}

.destinations .island {
    border-right: none;
}

.country strong,
.island strong {
    font-size: 13px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 100%;
    color: #2b3991;
    text-align: center;
    display: inline-flex;
    min-width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.destination-text {
    color: #fff;
    font-size: 12px;
    padding-top: 8px;
}

.destination-text strong {
    font-size: 15px;
    font-weight: bold;
}

.fl-puan {
    float: right;
    text-align: right;
}

.fl-puan .puan strong {
    font-size: 15px;
    font-weight: 600;
    background-color: #f7931d;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    display: inline-flex;
    min-width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.fl-puan .puan {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.fl-puan .puan-aktar a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    text-align: right;
}

.fl-puan .fl-nedir a {
    color: #91bbff;
    font-size: 10px;
}

.fl-puan .fl-nedir a:hover {
    color: #fff;
    transition: ease 1s;
}

.fl-puan .fl-nedir {
    line-height: 3px;
}

.fl-puan .puan-aktar {
    padding-top: 5px;
}

.profile-hero-bottom {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.profile-hero-bottom .islands-title {
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin: 0px;
}

.discovered-islands ul li, .discovered-islands ul li a {
    list-style: none;
    color: #78a1e2;
    text-align: center;
    font-size: 13px;
    min-width: 66px;
    min-height: 20px;
    margin-bottom: 10px;
}

.discovered-islands ul li a:hover {
    color: #fff;
    transition: ease 0.7s;
}

.discovered-islands ul li {
    border-right: solid 1px #78a1e2;
}

.discovered-islands ul li .discovered {
    font-weight: 500;
    color: #f7931d;
}

.discovered-islands ul li .discovered:hover {
    color: #f7ae42;
}

.discovered-islands ul {
    display: flex;
    flex-flow: wrap;
    -webkit-flex-flow: wrap;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.payment-card-content {
    padding: 20px 0 0 0;
}

.profile-form-content {
    padding-top: 30px;
}

.profile-form-content .intl-tel-input {
    width: 100%;
}

.profile-form-content .payment-card-footer {
    margin-top: 0;
}

.dashboard-buttons {
    margin-top: 30px;
    margin-bottom: 20px;

}

.dashboard-buttons button {
    min-height: 42px;
    border-radius: 8px;
    box-shadow: 0 12px 20px 0 rgba(43, 57, 145, 0.36);
    background-color: #2b3991;
    font-size: 18px;
    font-weight: 500;
    border: none;
    color: white;
    padding: 9px 42px;
    text-align: center;
    float: right;
}

.change-password a {
    padding: 8px 20px;
    float: left;
    font-size: 18px;
    color: #2b3991;
    border: solid 2px #2b3991;
    border-radius: 8px;
}

@media (min-width: 320px) and (max-width: 768px) {

    .profile-dashboard {
        padding: 15px;
        padding-top: 0px;
        border: none;
        margin-bottom: 50px;
    }

    .profile-dashboard .userboard {
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    .newpp {
        width: 77px;
        height: 77px;
        border: solid 3px #ffffff;
    }

    .upload-pp-icon {
        position: absolute;
        bottom: auto;
        left: 52px;
        top: 60px;
        opacity: 0.6;
    }

    .userboard-wellcome {
        display: inline-grid;
        padding-left: 15px;
    }

    .userboard-wellcome .hello {
        color: #91bbff;
        font-size: 11px;
        text-align: left;
    }

    .userboard-wellcome .name {
        font-size: 14px;
        color: #fff;
    }

    .userboard .user-pp {
        display: flex;
        align-items: center;
    }

    .fl-puan .puan {
        font-size: 13px;
    }

    .fl-puan .puan-aktar a {
        font-size: 10px;
    }

    .fl-puan .puan strong {
        font-weight: 500;
    }

    .profile-hero-top {
        padding: 10px;
        justify-content: center;
    }

    .profile-hero-bottom {
        padding: 0;
        display: inline;
        align-items: center;
    }

    .destinations .country, .destinations .island {
        padding: 0px 5px 0px;
    }

    .destination-text {
        font-size: 10px;
    }

    .profile-hero-bottom .islands-title {
        margin-bottom: 20px;
        border-radius: 5px;
        background-color: #f7931d;
        display: flex;
        color: #fff;
        padding: 4px 8px;
        font-size: 12px;
    }

    .discovered-islands-title {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .profile-hero-bottom .islands-title:before {
        right: 47%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #f7931d;
        border-width: 8px;
        margin-top: 20px;
    }

    .discovered-islands ul {
        margin-bottom: 10px;
        justify-content: center;
    }

    .profile-form-content {
        padding-top: 20px;
    }

    .payment-card-content .trip-price-elements label {
        font-size: 13px;
        margin-bottom: 5px;
        font-weight: normal;
        font-style: normal;
        color: #4a4a4a;
    }

    .change-password a {
        font-size: 15px;
    }

    .change-password img {
        width: 20px;
    }

    .dashboard-buttons button {
        box-shadow: none;
        padding: 9px 50px;
    }
}

/*PROFİLİM BİTTİ*/

/*ŞİFREMİ DEĞİŞTİR*/
.my-tickets-title img {
    padding-right: 5px;
}

.password-content {
    padding-top: 20px;
}

.password-content .field-icon {
    float: right;
    margin-left: -25px;
    padding-right: 25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    color: #2b3991;
}

@media (min-width: 320px) and (max-width: 768px) {

    .password-content {
        padding-top: 0px;
    }

}

/*ŞİFREMİ DEĞİŞTİR BİTTİ*/

/*YOLCULARIM*/
.my-passengers {
    padding-top: 10px;
}

.my-passengers .passenger {
    font-size: 13px;
    color: #4a4a4a;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(72, 72, 72, 0.08);
    border: solid 1px #f0f0f4;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 15px;
}

.my-passengers .passenger .name img {
    padding-right: 10px;
}

.my-passengers .passenger .name {
    display: inline-flex;
}

.more-btn {
    transform: rotate(90deg);
}

.more-dot {
    background-color: #2b3991;
    margin: 0 auto;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.long-menu .dropdown-menu {
    top: inherit;
    right: 0;
    left: inherit;
    min-width: inherit;
    border-radius: 8px;
    border: 1px solid rgb(240, 240, 244);
    padding-bottom: 10px;
    padding-top: 10px;
}

.long-menu .btn {
    padding: 0px;
    font-size: inherit;
    background: none;
}

.long-menu .dropdown-menu a img {
    padding-right: 5px;
}

.long-menu .dropdown-menu > li > a {
    display: inline-flex;
    width: 100%;
}

.my-passengers .passengers-table {
    color: #2b3991;
    font-size: 13px;
    margin-bottom: 10px;
    display: flex;
    width: 90%;
    justify-content: space-around;
}

.add-passenger a {
    border-radius: 8px;
    background-color: #2b3991;
    color: #fff;
    float: right;
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 10px;
    display: inline-flex;
}

.add-passenger img {
    padding-right: 5px;
    width: 24px;
}

.passengers-title {
    float: left;
}

@media (min-width: 320px) and (max-width: 768px) {

    .my-passengers .passenger .nationality {
        display: none;
    }

    .my-tickets-right .mobile-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .my-tickets-right .mobile-title .passengers-title {
        font-size: 18px;
    }

    .my-passengers .passenger {
        padding: 20px 5px;
        font-size: 12px;
    }

    .add-passenger-content {
        padding-top: 10px;
    }
}

/*YOLCULARIM BİTTİ*/

/*HEDİYE ÇEKİ YÜKLE*/
.add-gift-card-content h4 {
    color: #2b3991;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
}

.add-gift-card-content {
    padding: 0px;
}

.add-gift-card-content .dashboard-buttons {
    margin-bottom: 0px;
    margin-top: 20px;
}

.add-gift-card-content .dashboard-buttons button {
    width: 90%;
    padding: 8px 42px;
    font-size: 16px;
    min-height: inherit;
}

.add-gift-card-content .info-box a {
    color: #8b8b8b;
    text-decoration: underline;
    padding-left: 4px;
}

.add-gift-card-content .info-box {
    justify-content: center;
    margin-bottom: 0px;
    text-align: center;
}

.my-tickets-title {
    margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 768px) {

    .add-gift-card-content .dashboard-buttons button {
        width: 100%;
        padding: 8px 70px;
    }

    .add-gift-card-content .dashboard-buttons {
        justify-content: center;
        display: flex;
    }

    .add-gift-card-content .info-box img {
        display: none;
    }
}

/*HEDİYE ÇEKİ YÜKLE BİTTİ*/

/*KART PUANLARINI YÜKLE*/

.add-cart-point-content {
    padding: 0px;
    margin-left: 30px;
    margin-right: 30px;
}

.add-cart-point-content .title {
    text-align: center;
    margin-bottom: 20px;
}

.add-cart-point-content .title h3 {
    margin-top: 0px;
    font-size: 20px;
    color: #2b3991;
    font-weight: 600;
}

.add-cart-point-content .title h5 {
    font-size: 15px;
    color: #2b3991;
}

.add-cart-point-content .cart-content {
    border-radius: 10px;
    border: solid 2px #f0f0f4;
    background-color: #fdfdfd;
    padding: 25px;
    margin-bottom: 20px;
}

.add-cart-point-content .cart-point-button button {
    border-radius: 8px;
    box-shadow: 0 12px 20px 0 rgba(124, 185, 0, 0.36);
    background-color: #7cb900;
    font-size: 18px;
    font-weight: 500;
    border: none;
    color: white;
    padding: 8px 56px;
    text-align: center;
    float: right;
    margin-top: 18px;
}

.add-cart-point-content .cart-point-button button:hover {
    box-shadow: none;
    transition: ease 1s;
}

.add-cart-point-content #card_number {
    letter-spacing: 4px;
}

.add-cart-point-content .secure-info .sub {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-cart-point-content .secure-info .sol img {
    padding-right: 10px;
}

.add-cart-point-content .secure-info .sag span {
    color: #7cb900;
    font-size: 14px;
    font-weight: 600;
}

.add-cart-point-content .secure-info .sag p {
    color: #4a4a4a;
    font-size: 12px;
}

.add-cart-point-content .secure-info .logos img {
    width: 50px;
    height: 100%;
}

.add-cart-point-content .secure-info .logos {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.add-cart-point-content .secure-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-cart-point-content .bank-logos {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

@media (min-width: 320px) and (max-width: 768px) {

    .add-cart-point-content {
        margin: 0px;
    }

    .add-cart-point-content .mobile-card {
        display: flex;
        align-items: baseline;
    }

    .add-cart-point-content .cart-point-button button {
        width: 100%;
        box-shadow: none;
    }

    .add-cart-point-content .secure-info {
        display: inline-block;
    }

    .add-cart-point-content .secure-info .sub {
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
    }

    .add-cart-point-content .info-box {
        font-size: 11px;
    }

    .add-cart-point-content .bank-logos {
        overflow: auto;
    }

    .add-cart-point-content .bank-logos img {
        padding-right: 30px;
        height: 15px;
    }

    .add-cart-point-content .title h3 {
        font-size: 18px;
    }

    .add-cart-point-content .title h5 {
        font-size: 13px;
    }

}

/*KART PUANLARINI YÜKLE BİTTİ*/

/*HEDİYE KARTI GÖNDERİN*/

.send-gift-card-content .title {
    border-radius: 10px;
    background-image: linear-gradient(to left, #3478e6, #2b3991);
    padding: 18px 25px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.send-gift-card-content .title p {
    margin: 0px;
}

.send-gift-card-content .title .description span {
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
}

.send-gift-card-content .title .description p,
.send-gift-card-content .title .gift-price span {
    font-size: 13px;
}

.send-gift-card-content .title .description p {
    padding-top: 6px;
}

.send-gift-card-content .title .gift-price .total-gift-price {
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
}

.send-gift-card-content .title .gift-price {
    display: inline-grid;
    text-align: right;
}

.send-gift-card-content .gift-card-title {
    color: #2b3991;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.send-gift-card-content .gift-card-title img {
    padding-right: 6px;
}

.gift-card-price-elements input[type="radio"]:checked + .label-text:before {
    content: "\f192";
    color: #f7931d;
    animation: effect 250ms ease-in;
}

.gift-card-price-elements input[type="radio"] + .label-text:before {
    content: "\f111";
    font-family: "Font Awesome\ 5 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

.gift-card-price-elements input[type="radio"] {
    position: absolute;
    right: 9000px;
}

.gift-card-price-elements .label-text {
    font-size: 15px;
    color: #4a4a4a;
}

.gift-card-price-elements label {
    padding-right: 30px;
}

.send-gift-card-content .gift-cards-card {
    margin-bottom: 20px;
}

.send-gift-card-content .card-theme-item {
    text-align: center;
}

.send-gift-card-content .card-theme-item span {
    font-size: 18px;
    color: #f7931d;
    display: inline-block;
    margin-top: 10px;
}

.send-gift-card-content .card-theme-item img {
    height: 167px;
}

.send-gift-card-content .owl-item {
    opacity: 0.3;
    filter: blur(1px);
    -webkit-filter: blur(1px);
}

.send-gift-card-content .owl-item span {
    display: none;
}

.send-gift-card-content .owl-item.center span {
    display: inline-block;
}

.send-gift-card-content .owl-item.center {
    opacity: 1;
    filter: inherit;
}

.send-gift-card-content .owl-item.center .card-theme-item img {
    border: solid 3px #f7931d;
}

.gift-cards-carousel-nav {
    display: inline-block;
    position: absolute;
    z-index: 999;
    bottom: 80px;
}

.gift-cards-carousel-nav a {
    padding: 20px;
    float: left;
}

.gift-cards-carousel-nav .car-next {
    float: right;
    padding-left: 150px;
}

.gift-cards-carousel-nav .car-prev {
    padding-right: 150px;
}

.send-gift-card-content .card-message textarea {
    width: 100%;
    resize: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgba(83, 83, 83, 0.08);
    border: solid 1px #e3e3e3;
    padding: 15px 20px;
    font-size: 15px;
    background:#fff;
}

.send-gift-card-content .card-message label {
    font-size: 15px;
    padding-bottom: 10px;
}

#gift-message-count {
    top: 85px;
    right: 25px;
    text-align: right;
    width: 100%;
    position: absolute;
    font-size: 12px;
    color: #a0a0a0;
}

.send-gift-card-content {
    padding: 0px;
}

.send-gift-card-content .contact-sender span,
.send-gift-card-content .contact-receiver span {
    color: #2b3991;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}

.send-gift-card-content .intl-tel-input {
    width: 100%;
}

.send-gift-card-content .contact-inputs {
    margin-bottom: 20px;
    margin-top: 10px;
}


.send-gift-card-content input:disabled {
    background: #dedede;
}

.send-gift-card-content .p-card {
    display: inline-grid;
}

.send-gift-card-content .preview-card {
    display: flex;
    justify-content: center;
}

.send-gift-card-content .preview-card .p-card p {
    padding-top: 10px;
}

span#price-preview {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    bottom: 26%;
    left: 31%;
    display: flex;
    justify-content: center;
    padding: 10px;
}

#gift-title-preview {
    font-size: 18px;
    color: #f7931d;
    display: inline-block;
    margin-top: 10px;
}

.send-gift-card-content .owl-item > div {
    cursor: pointer;
    margin: 8% 8%;
    transition: margin 0.4s ease;
}

.send-gift-card-content .owl-item.center > div {
    cursor: auto;
    margin: 0;
}

.send-gift-card-content .owl-item:not(.center) > div:hover {
    opacity: .75;
}

.preview-message .gift-message {
    border: none;
    resize: none;
    height: auto;
    overflow: hidden;
    width: 80%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.preview-contacts span {
    color: #2b3991;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-flex;
}

.preview-contacts p {
    margin-bottom: 2px;
}

.preview-contacts {
    display: flex;
    justify-content: space-evenly;
}

.preview-contacts .name-surname {
    display: flex;
}

.preview-contacts .name-surname .receiver_lastname,
.preview-contacts .name-surname .sender_lastname {
    padding-left: 5px;
}

.complete-gift-card .go-to-payment {
    margin: 30px 0;
}

.complete-gift-card .go-to-payment .price .payment-total-price {
    text-align: right;
}

.gift-cards-card .card-message {
    margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 768px) {

    .complete-gift-card {
        transform: scale(0.9);
        -webkit-transform: scale(0.9); /* Safari & Chrome */
        -moz-transform: scale(0.9); /* Firefox */
        -ms-transform: scale(0.9); /* Internet Explorer */
    }

    .send-gift-card-content .title .description span {
        font-size: 16px;
    }

    .send-gift-card-content .title .description p {
        font-size: 12px;
    }

    .send-gift-card-content .title {
        padding: 15px;
    }

    .send-gift-card-content .title .description {
        width: 60%;
    }

    .send-gift-card-content .title .gift-price {
        display: flow-root;
    }

    .send-gift-card-content .title .gift-price .total-gift-price {
        display: flow-root;
        padding-top: 8px;
    }

    .send-gift-card-content .gift-card-title {
        font-size: 16px;
    }

    .send-gift-card-content .gift-card-title img {
        height: 20px;
    }

    .gift-card-price-elements label {
        width: 45%;
        padding-bottom: 10px;
    }

    .send-gift-card-content .owl-item > div {
        cursor: pointer;
        margin: 8% 3%;
        transition: margin 0.4s ease;
    }

    .send-gift-card-content .owl-item.center > div {
        cursor: auto;
        margin: 0;
    }

    .send-gift-card-content .owl-item:not(.center) > div:hover {
        opacity: .75;
    }

    .send-gift-card-content .card-theme-item img {
        height: 100%;
        width: 100%;
    }

    .send-gift-card-content .card-theme-item span {
        font-size: 16px;
    }

    .gift-cards-card .card-message {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    span#price-preview {
        bottom: 30%;
        left: 5%;
        font-size: 18px;
        padding: 0;
    }

    #gift-title-preview {
        font-size: 16px;
    }

    .complete-gift-card .go-to-payment .price .label {
        padding: 0;
        padding-right: 10px;
    }

    .preview-contacts {
        justify-content: space-between;
    }

    .gift-card-payment .totals .total-item:first-child {
        border: none;
        padding: 0px;
    }

    .send-gift-card-content .payment-card {
        margin-bottom: 0px;
    }

}

@media (max-width: 1200px){

	.my-tickets .user-menu ul{
	margin: 0 0 0 5px;
    display: flex;
    padding: 0;
    justify-content: space-between;
    text-align: center;
	}

	.my-tickets .user-menu ul li {
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
	}


    .my-tickets .user-menu ul li a{
    	margin-bottom:20px;
    }

    .my-tickets .user-menu ul li img {
    margin-right: 0;
    display: flex;
    margin: 0 auto;
    padding-bottom: 8px;
    justify-content: center;
    text-align: center;
}

    .my-tickets .user-box{
        display: none;
    }


}

/*HEDİYE KARTI GÖNDERİN BİTTİ*/
