/* Feribotlines CSS */

/*

 01. Genel
 02. Topbar
 03. Header
 04. Ana Sayfa
 05. İçerik Sayfaları
 06. Footer
 
 */

/* 01. Genel */
body, html {

}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    background: #f7f8ff;
}

a {
    color: #136ad5;
}

h1, h2, h3, h4, h5, h6 {
    color: #136ad5;
}

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: "Roboto Condensed", sans-serif;
    font-size: 14px;
    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: #136ad5;
}

.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;
    background: #136ad5;
}

.desktop-logo a img {
    width: 232px;
}

.main-menu {
    text-align: right;
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.desktop-header .row {
    display: flex;
    align-items: center;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px;
    border-right: solid 1px #ffffff2b;
}

.main-menu ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
}

.main-menu ul li:nth-last-child(1) {
    border-right: none;
}

.main-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    transition: all 0.3s;
}

.main-menu ul li a:hover {
    text-decoration: none;
    transition: all 0.3s;
    color: #fb8a2e;
}

.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 25px;
    border-radius: 55px;
}

.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: #fff;
    color: #136ad5;
    border: 1px solid #fff;
}

.main-menu ul .header-register a {
    background-color: #fb8a2e;
    border: 1px solid #fb8a2e;
}

.main-menu ul .header-sign-in a:hover, .main-menu ul .header-register a:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.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: #136ad5;
}

.mobile-header .mobile-links-left .mobile-menu-toggle {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    margin-top: -2px;
    display: inline-block;
    height: 30px;
}

.mobile-header .mobile-logo {
    text-align: left;
    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: 28px;
    color: #ffff;
    margin-right: 5px;
}

.mm-menu {
    position: fixed;
    z-index: 100000;
    background-color: #136ad5;
    box-shadow: 1px 7px 12px #00000042;
    right: -100%;
    width: 100%;
    height: 100vh;
}

.mm-menu-title {
    color: white;
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    display: block;
    height: 50px;
}

.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: #fb8a2e;
    padding: 10px 10px;
    color: #fff;
    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,
.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: 100;
}

.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/hero.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner-shape {
    content: '';
    position: absolute;
    width: 100%;
    height: 140px;
    background: url(../img/shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
}

.ticket-finder, .home-hero {
    margin-top: 20px;
    margin-bottom: 90px;
}

.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: 10px 20px;
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    margin-right: 5px;
    min-width: 150px;
    color: #136ad5;
    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: #136ad5;
    color: white;
    transition: all 0.3s;
    text-decoration: none;
}

.ticket-finder .tf-tabs .selected-tab {
    background: rgba(0, 46, 74, 0.5);
    color: white;
}

.ticket-finder .tf-tabs-content {
    position: relative;
    background: rgba(0, 46, 74, 0.5);
    font-weight: bold;
    display: block;
}

.tf-tabs-content-inner {
    padding: 10px 15px;
}

.tf-tabs-content-inner .form-item {
    border-right: 2px rgb(222, 222, 222) solid;
    background-color: #fff;
    margin-bottom: 4px;
    height: 54px;
    width: 100%;
}

.tf-tabs-content-inner .form-label p {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}

.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: 100%;
    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 .form-control {
    background: #fff url(../img/finder/passengers.svg) no-repeat center right 10px;
    background-size: 22px;
    display: block;
    height: 100%;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    text-align: left;
    color: #2a3942;
}

.tf-tabs-content-inner .datepicker:hover {
    cursor: pointer;
}

.tf-tabs-content-inner .form-item .form-input .form-control::placeholder {
    color: #2a3942;
}

.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: 22px;
    background: #fb8a2e;
    border: none;
    font-size: 18px;
    color: white;
    top: 473px;
    height: 54px;
    padding: 0px 20px;
}

.tf-tabs-content-inner .form-submit .form-find:hover {
    outline: none;
    background-color: #e8771d;
}

.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: 50%;
    right: 0px;
    font-weight: 500;
    top: 100%;
    z-index: 10;
    background-color: #fff;
}

.tf-tabs-content-inner .form-item .passenger-vehicle-select:after,
.tf-tabs-content-inner .form-item .passenger-vehicle-select-ct:after {
    bottom: 100%;
    left: 75%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    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: 15px;
    z-index: 10;
    box-shadow: 0 0px 50px 0px rgba(185, 185, 185, 0.16);
}

.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: #136ad5;
    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: #136ad5;
    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: 2px rgb(222, 222, 222) solid !important;
    border-radius: 5px;
    background: #fff;
    padding: 5px;
    box-shadow: none;
    font-weight: 500;
}

.tf-tabs-content-inner .select2-container--default .select2-selection--single {
    border: none;
    height: 100%;
    outline: none;
    background-color: transparent;
}


.no-arrow {
    background-image: none !important;
}

.tf-tabs-content-inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px;
    font-weight: 500;
}

.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: #2a3942;
}

/* 04. Ana Sayfa Arama Bitti*/

/* 05. Ana Sayfa H1 & İkonlar */
.home-hero h1 {
    margin-bottom: 43px;
    font-size: 41px;
    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: #2a3942;
}

.what-is-f-lines {
    color: #136ad5;
    font-size: 35px;
}

.what-is-feribotlines strong {
    font-size: 19px;
    text-align: right;
    display: block;
    color: #136ad5;
}

.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: #136ad5;
    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 #fb8a2e;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    color: #fb8a2e;
    font-size: 18px;
    width: 80%;
}

.home-popi ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 5px;
}

.home-popi ul li a {
    color: #2a3942;
    font-weight: 400;
}

.home-popi ul li a:before {
    content: "•";
    padding-right: 10px;
    color: #fb8a2e;
}

.home-popi .see-all {
    color: #fb8a2e;
    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: #fb8a2e;
    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: #136ad5;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

/*05.1 - Sefer Listeleme */

.inner-page-search-toggle {
    border-radius: 5px;
    background-color: #fb8a2e;
    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: #fb8a2e;
}

.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: #fb8a2e;
}

.inner-page-search-toggle i {
    position: absolute;
    right: 33px;
    top: 13px;
}

.inner-top-search-container {
    display: none;
    background-color: #136ad5;
    color: white;
    padding: 20px 25px;
}

.st-content {
    overflow: hidden;
    border: solid 1px #f7f9fa;
    background-color: #f7f9fa;
    border-radius: 5px;
}

.trips-top {
    margin-top: 20px;
}

.trips-top ul {
    margin: 0;
    padding: 0;
    display: flex;
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    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: #136ad5;
    color: #fff;
    transition: 0.3s;
}

.trips-top ul li:hover a {
    color: white;
    text-decoration: none;
}

.trips-top ul li a {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 3px;
    display: block;
    color: #136ad5;
    text-align: center;
    transition: 0.3s;
}

.trips-top .today-date {
    background-color: #136ad5;
    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: #136ad5;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    text-align: center;
    margin-bottom: 20px;
}

.trips-heading strong {
    font-size: 20px;
    margin-right: 5px;
}

.trips-heading span {
    position: relative;
    top: -3px
}

.trip-item {
    padding: 12px;
    margin-bottom: 20px;
    background: #fff;
    border: solid 1px #dedede;
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 8px;
}

.trip-item p {
    margin-bottom: 0;
}

.trip-item .company-logo {
    flex-grow: 0;
    padding-bottom: 5px;
}


.trip-item .company-title .c-title, .trip-summary-content .company-title .c-title {
    font-size: 16px;
    color: #fb8a2e;
    font-weight: 600;
}

.trip-item .company-title .c-title2 {
    color: #2a3942;
    font-weight: normal;
}

.going-date .going-date-time, .arriving-date .arriving-date-time {
    font-size: 24px;
    font-weight: 600;
    color: #136ad5;
}

.trip-time .trip-time-text {
    font-weight: 500;
    text-align: center;
    background: #eaebf3;
    border-radius: 55px;
}

.trip-time .trip-time-label {
    margin-bottom: 15px;
}

.trip-time .trip-time-text span {
    margin: 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: #136ad5
}

.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;
    margin-bottom: 10px;
    color: white;
    text-align: center;
    background-color: #fb8a2e;
    transition: 0.3s;
    font-size: 14px;
}

.trip-item .select-trip a:hover {
    text-decoration: none;
    background-color: #e8771d;
    transition: 0.3s;
}

.trip-summary {
    margin-top: 20px;
}

.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: #fb8a2e;
    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: #fb8a2e;
    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: #136ad5;
    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: #136ad5;
    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: "Roboto Condensed", sans-serif;
    font-size: 20px
}

.trip-total {
    overflow: hidden;
    margin-top: 10px;
}

.trip-total-inner {
    overflow: hidden;
    text-align: right;
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
}

.trip-total-inner h3 {
    font-family: "Roboto Condensed", sans-serif;
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 28px;
    margin-top: 28px;
}

.total-right {
    text-align: right;
}

.total-price {
    padding: 22px 80px;
    font-size: 28px;
    background-color: #136ad5;
    color: white;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    position: relative;
    border-radius: 200px;
    margin-right: 20px;
}

.trip-submit,
.profile-form-submit {
    color: white;
    margin-left: -8px;
    display: inline-block;
}

.trip-submit a,
.profile-form-submit {
    background: #fb8a2e url(../img/finder/right-arrow.png) no-repeat 246px center;
    font-size: 22px;
    color: white;
    border-radius: 128px;
    padding: 18px 100px;
    display: block;
}

.trip-submit a:hover,
.profile-form-submit:hover {
    text-decoration: none;
    background-color: #e8771d;
}

@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: "Roboto Condensed", sans-serif;
    margin-top: 10px;
    background: #fff;
    border-radius: 8px;
    border: solid 2px #fb8a2e;
}

.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: #fb8a2e;
    text-align: center;
    padding: 10px;
    color: white;
    font-family: "Roboto Condensed", 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: #136ad5;
}

/* 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-top: 30px;
    margin-bottom: 60px;
}

.paying-steps-inner h3 {
    margin: 0;
    color: #136ad5;
}

.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: "Roboto Condensed", 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: #136ad5;
}

.active-step .paying-steps-text {
    color: #136ad5;
}

.other-option {
    overflow: hidden;
    border-radius: 5px;
    margin-top: 15px;
    border: solid 1px #136ad5;
}

.other-option .hotel-title {
    color: #136ad5;
    font-size: 20px;
    margin: 7px 0;
}

.other-option .option-img {
    width: 100%;
    height: 100%;
}

.other-option .hotel-desc {
    color: #2a3942;
    font-size: 12px;
}

.other-option hr {
    margin: 10px 0;
}

.option-details, .option-prices, .buy-option-form {
    display: none;
}

.buy-option {
    background-color: #136ad5;
    color: white;
    text-align: center;
}

.option-details, .option-prices {
    padding: 20px
}

.other-option .badge {
    background-color: #fb8a2e;
}

.buy-option .buy-price {
    font-size: 40px;
    color: white;
    font-weight: 900;
}

.buy-option-bg {
    text-align: center;
    background-color: #136ad5;
    border-bottom-left-radius: 5px;
}

.buy-this-option {
    background-color: #fb8a2e;
    color: #136ad5;
    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-: #fb8a2e;
    background-color: #3c4fca;
    color: white;
}

.buy-option-form {
    background-color: #136ad5;
    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 #136ad5;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
    display: inline-block;
}

.other-option-buttons li a {
    padding: 5px;
    color: #136ad5;
    display: block;
}

.other-option-buttons li a:hover {
    background-color: #136ad5;
    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 {
    padding: 0px 15px 15px;
    background: #fff;
    border-top: 3px solid #136ad5;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
    -moz-box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
    box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
}

.row-title {
    background-color: #136ad5;
    color: white;
    text-align: center;
    padding: 8px;
    display: inline-block;
    width: 20%;
    margin-bottom: 18px;
    border-bottom-right-radius: 82px;
}

.feribotlines-elements {
    padding-left: 15px;
}

.passenger-form {
    padding-right: 15px;
}

.passenger-form .form-control {
    border: solid 1px #136ad5;
    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: #2a3942;
}

.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: #fb8a2e;
}

.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: #fb8a2e;
}

.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: "Roboto Condensed", sans-serif;
}

.paying-steps-message {
    font-size: 40px;
    margin-top: 20px;
    color: #fb8a2e;
}

.psm-bottom {
    margin-top: 15px;
    display: block;
}

.psm-1 {
    font-weight: 500;
    font-size: 18px;
    margin-top: 25px;
    color: #2a3942
}

.psm-2 {
    font-size: 15px;
    color: #2a3942
}

.font-small {
    font-size: 13px !important;
}

.feribotlines-colors .input-group-addon, .feribotlines-colors .btn-default {
    background-color: #136ad5;
    color: white;
    border: none;
    height: 34px;
}

.feribotlines-colors .form-control {
    border: solid 1px #136ad5;
}

.our-services h3, .faq h3 {
    margin-bottom: 20px
}

.card {
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
    background: #fff;
    min-height: 20vh;
    border-radius: 5px;
    -webkit-box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
    -moz-box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
    box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
}

.card-title {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 8px;
    border-bottom-right-radius: 50px;
    background: #136ad5;
    font-weight: 500;
}

.card-body {
    font-size: 14px;
    text-align: center;
    padding: 15px;
}

.faq .panel-default > .panel-heading {
    color: #136ad5;
    background-color: #f7f8ff;
    border-color: #ddd;
}

.our-partners h3 {
    margin: 20px 0;
}

.partners-carousel {
    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: #136ad5;
}

.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: #136ad5;
    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 {
    padding: 16px;
    border: none;
    border-radius: 55px;
    font-size: 16px;
    color: black;
    outline: none;
    flex-grow: 12;
}

.email-send {
    padding: 13px;
    background-color: #fb8a2e;
    color: #136ad5;
    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, .footer-share {
    margin-bottom: 30px;
}

.footer-top-links {
    padding: 30px 0;
    text-align: center;
    display: block;
}

.footer-top-links li {
    list-style-type: none;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    margin-right: 20px;
    color: #136ad5;
    font-weight: 400;
}

.footer-top-links li a {
    color: #136ad5;
}

.footer-top-links li a:hover {
    color: #1d2862;
    text-decoration: none;
}

.footer-left {
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    text-align: left;
}

.footer-left span {
    margin-right: 10px;
}

.footer-left i {
    color: #136ad5;
    margin-right: 10px;
}

.footer-logos {
    text-align: center;
}

.copyright {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: gray;
    text-align: center;
}

.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: #fff;
    text-indent: -999999px;
    width: 22px;
    border-radius: 5px;
    left: -5px;
}

.badgebox:focus + .badge {
}

.badgebox:focus {
}

.badgebox:checked + .badge {
    text-indent: 0;
    background-color: #fb8a2e;
}

.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;
    font-weight: 500;
}

.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;
}

.popover-flex {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    min-width: 215px;
    display: flex;
    justify-content: space-between;
}

.popover-flex strong {
    color: #136ad5;
}

.popover-flex div {
    text-align: right;
}

.popover-div .popover {
    background-color: #f7f9fa;
    border: solid 1px #136ad5;
}

.popover-div .popover .arrow {
    border-left-color: rgb(43, 57, 145);
}

.open-trip {
    background-color: #ffffff;
    text-align: center;
    font-weight: 500;
    color: #2a3942;
    min-height: 123px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    font-size: 22px;
}

.open-trip-header {
    margin-top: 30px;
}

.flex-center .open-trip-content {
    margin-top: 41px;
    margin-bottom: 41px;
    text-align: center;
    font-weight: 500;
    color: #136ad5;
    font-size: 20px
}

.open-return {
    display: flex;
    order: 4;
    align-items: center;
    padding-right: 4px;
    color: #fff;
}

.select2-selection__arrow {
    display: none !important;
}

.tf-tabs-content-inner .ferry-going-date .form-item .form-input .form-control {
    background: #fff url(../img/finder/going-date.svg) no-repeat center right 10px;
    background-size: 14px;
}

.tf-tabs-content-inner .ferry-gb-date .form-item .form-input .form-control {
    background: #fff url(../img/finder/return-date.svg) no-repeat center right 10px;
    background-size: 14px;
}

.tf-tabs-content-inner .ferry-where .form-item .form-input {
    background: #fff url(../img/finder/where.svg) no-repeat center right 10px;
    background-size: 14px;
}

.tf-tabs-content-inner .ferry-from-where .form-item .form-input {
    background: #fff url(../img/finder/where.svg) no-repeat center right 10px;
    background-size: 14px;
}

.tf-tabs-content-inner .ferry-pv .form-item,
.tf-tabs-content-inner .ferry-gb-date .form-item {
    border: none !important;
}

/*Destinations*/

.top-desti__tittle {
    margin: 30px 0 65px;
}

.section-tittle, .section-tittle-2 {
    position: relative;
}

.section-tittle h2, .section-tittle-2 h2 {
    margin-bottom: 11px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 55px;
    color: #f2f2f2;
    font-weight: 500;
}

.section-tittle__line-under {
    position: absolute;
    width: 100px;
    border-top: 5px solid #fb8a2e;
}

.section-tittle p, .section-tittle-2 p {
    top: 30px;
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    color: #136ad5;
    font-weight: normal;
}

.section-tittle span, .section-tittle-2 span {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #136ad5;
}

.top-desti__item {
    margin-top: 30px !important;
}

@media (max-width: 1550px) {
    .top-desti {
        margin-top: -60px !important;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 550px) {
    .top-desti__tittle {
        margin: 50px 0 30px;
    }

    .section-tittle h2, .section-tittle-2 h2 {
        font-size: 25px;
    }

    .section-tittle__line-under {
        width: 70px;
        border-top: 3px solid #fb8a2e;
    }

    .section-tittle p, .section-tittle-2 p, .section-tittle span, .section-tittle-2 span {
        font-size: 20px;
        top: 10px;
    }

    .top-desti {
        margin-top: -30px !important;
    }


}

.top-desti {
    display: flex;
    padding: 0 15px;
}

.top-desti__item {
    margin: 0 15px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.top-desti__item:hover::after {
    margin-top: -120px;
}

.top-desti__item::after {
    transition: all 0.3s;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, #136ad5 100%) !important;
}

.top-desti__item img {
    vertical-align: middle;
    transition: all 0.5s;
}

.top-desti__item:hover img {
    transform: scale(1.1);
}

.top-desti__place {
    padding: 0 20px;
    width: 100%;
    bottom: 18px;
    display: flex;
    justify-content: space-between;
    position: absolute;
}

.top-desti__item:hover .top-desti__place {
    z-index: 1;
}

.top-desti__place span {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 1px 1px 2px #000000;
}

/*Destinasyons Bitti*/

.hero-text {
    text-align: center;
    color: #fff;
    width: 60%;
    margin: 0 auto;
}

.hero-text h1 {
    color: #fff
}

footer {
    background: #fff url(../img/footer_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 470px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom {
    text-align: center;
}

.footer-bottom .footer-share li {
    display: inline-block;
}

.footer-bottom .footer-share li a {
    color: #136ad5;
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-bottom .footer-share li a {
    display: block;
    margin: 0 10px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #136ad5;
    border-radius: 80px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-bottom .footer-share li:hover a {
    background: #136ad5;
    color: #ffffff;
}

.footer-content {
    padding-top: 160px;
}

/*newsletter area*/
.pt-100 {
    padding-top: 100px;
}

.news-contant {
    position: relative;
    padding: 70px;
    background: #136ad5;
    border-radius: 12px;
    margin-bottom: -180px;
    box-shadow: 0 0px 200px 0px rgba(185, 185, 185, 0.56);
}

.news-contant h3 {
    color: #fff;
}

.news-contant .news-btn {
    text-align: right;
}

.news-contant .news-btn .primary-btn {
    font-size: 16px;
    text-transform: unset;
    padding: 16px 48px;
    background: #fb8a2e;
    color: #fff;
    position: absolute;
    right: 17px;
    border-radius: 55px;
    width: 90%;
}

/*newsletter area bitti*/

.desktop-hidden {
    display: none !important;
}

.selected-trip .ticket-finder {
    margin: 0px;
    padding: 15px;
}

.selected-trip .ticket-finder .tf-tabs-content {
    background: #136ad5;
    border-radius: 8px;
}

.selected-trip .tf-tabs-content-inner {
    padding: 15px 15px;
}

.page-title {
    padding: 0px;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.popular-destinations {
    background: #fff;
}

.newsletter-area {
    background: #fff;
}

.trip-list .trip-selected {
    background: #e7f7f5;
    border: solid 4px #c9e9f5;
}

.trip-list .trip-selected .select-trip a {
    background: #fb8a2e url(../img/finder/check.svg) no-repeat center;
    background-size: 14px;
    min-height: 40px;
}

.trip-list .trip-selected .select-trip span {
    display: none;
}

.total-price p {
    display: inline-flex;
    padding-right: 20px;
    font-weight: 500;
    margin: 0px;
}

/*Yeni Login*/

.txt1 {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #999999;
    line-height: 1.4;
}

.txt2 {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #666666;
    line-height: 1.4;
}

.txt3 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 1.4;
}

.hov1:hover {
    color: #fb8a2e;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 50px;
}


.wrap-login100 {
    min-height: 100%;
    background: #fff;
    border-radius: 2px;
    position: relative;
    padding: 50px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

/*------------------------------------------------------------------
[ Login100 more ]*/
.login100-more {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #136ad5;
    background: -webkit-linear-gradient(bottom, #136ad5, #5fbee2);
    background: -o-linear-gradient(bottom, #136ad5, #5fbee2);
    background: -moz-linear-gradient(bottom, #136ad5, #5fbee2);
    background: linear-gradient(bottom, #136ad5, #5fbee2);
    opacity: 0.8;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

/*==================================================================
[ Form ]*/

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.login100-form-title {
    display: block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #136ad5;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 30px;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #dbdbdb;
    margin-bottom: 45px;
}

.label-input100 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #136ad5;
    display: flex;
    line-height: 1.2;
    padding-left: 2px;
}

.input100 {
    display: block;
    width: 100%;
    height: 50px;
    background: transparent;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #555555;
    line-height: 1.2;
    padding: 0 2px;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    background: #136ad5;
    background: -webkit-linear-gradient(45deg, #136ad5, #3d91c3);
    background: -o-linear-gradient(45deg, #136ad5, #3d91c3);
    background: -moz-linear-gradient(45deg, #136ad5, #3d91c3);
    background: linear-gradient(45deg, #136ad5, #3d91c3);
}


.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    margin: 0;

    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #e6e6e6;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
    color: #136ad5;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.wrap-login100-form-btn {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 300%;
    background: #fb8a2e;
    bottom: -100%;
    left: 0;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 244px;
    height: 50px;

    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
    bottom: 0;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 30px 4px 10px;
    bottom: calc((100% - 25px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 2px;
    pointer-events: none;

    font-family: Poppins-Medium;
    color: #c80000;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    bottom: calc((100% - 25px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.true-validate::after {
    content: "\f26b";
    font-family: Material-Design-Iconic-Font;
    font-size: 22px;
    color: #00ad5f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: calc((100% - 25px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 5px;
}

/*---------------------------------------------*/
.login-register-form input {
    outline: none;
    border: none;
}

.login-register-form input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

.login-register-form input[type="number"]::-webkit-outer-spin-button,
.login-register-form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.login-register-form textarea {
    outline: none;
    border: none;
}

.login-register-form textarea:focus, input:focus {
    border-color: transparent !important;
}

.login-register-form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.login-register-form input:focus:-moz-placeholder {
    color: transparent;
}

.login-register-form input:focus::-moz-placeholder {
    color: transparent;
}

.login-register-form input:focus:-ms-input-placeholder {
    color: transparent;
}

.login-register-form textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.login-register-form textarea:focus:-moz-placeholder {
    color: transparent;
}

.login-register-form textarea:focus::-moz-placeholder {
    color: transparent;
}

.login-register-form textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.login-register-form input::-webkit-input-placeholder {
    color: #cccccc;
}

.login-register-form input:-moz-placeholder {
    color: #cccccc;
}

.login-register-form input::-moz-placeholder {
    color: #cccccc;
}

.login-register-form input:-ms-input-placeholder {
    color: #cccccc;
}

.login-register-form textarea::-webkit-input-placeholder {
    color: #cccccc;
}

.login-register-form textarea:-moz-placeholder {
    color: #cccccc;
}

.login-register-form textarea::-moz-placeholder {
    color: #cccccc;
}

.login-register-form textarea:-ms-input-placeholder {
    color: #cccccc;
}

/*---------------------------------------------*/
.login-register-form button {
    outline: none !important;
    border: none;
    background: transparent;
}

.login-register-form button:hover {
    cursor: pointer;
}

.flex-m {
    padding-bottom: 30px;
    margin-left: auto;
}

.m-l-5 {
    margin-left: 5px;
}

.login100 {
    min-height: 100% !important;
}

/*Login Bitti*/

/*Ödeme Sayfası *yeni */
.birthday-select {
    display: flex;
    justify-content: space-between;
}

.birthday-select select {
    flex-grow: 1;
    margin-right: 5px;
}

.passenger-row .trip-price-elements {
    padding-top: 15px;
}

.passenger-row .trip-price-elements span {
    margin-right: 10px;
}

.passenger-row label {
    font-weight: 400;
    margin-bottom: 2px;
}

.passenger-row .form-control {
    background-color: #f7f8ff;
    border: none;
    box-shadow: none;
}

.free-sms {
    position: relative;
    color: white;
    background: #136ad5;
    font-size: 12px;
    border-radius: 0 20px 20px 0;
    text-align: center;
    padding: 8px 24px 8px;
}

.intl-tel-input {
    width: 70%;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
}

.phone-input {
    display: flex;
    align-items: center;
    position: relative;
}

.contact-info .row-title {
    width: 30%;
    background-color: #fb8a2e;
}

.contact-info {
    border-top: 3px solid #fb8a2e;
}

.payment-card-checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#i_want_bill_label {
    font-size: 14px;
    font-weight: 600;
    color: #4a4a4a;
    padding-right: 25px;
}

.payment-card-checkbox-content {
    padding-left: 15px;
    padding-right: 15px;
}

.bill-area {
    display: none;
}

.bill-row {
    padding: 0px 15px 0px;
}

.corporate-bill-item {
    display: none;
}

.ticket__header, .ticket__body, .ticket__footer {
    padding: 1.25rem;
    background-color: white;
}

.ticket__header {
    font-size: 1.5rem;
    border-top: 3px solid #136ad5;
    border-bottom: none;
    box-shadow: none;
    text-align: center;
    justify-content: center !important;
}

.ticket__wrapper {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.ticket__divider {
    position: relative;
    height: 1rem;
    background-color: white;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.ticket__divider::after {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    border-bottom: 2px dashed #e9ebed;
}

.ticket__notch {
    position: absolute;
    left: -0.5rem;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
}

.ticket__notch::after {
    content: '';
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    right: 100%;
    top: -50%;
    border: 0.5rem solid white;
    border-radius: 50%;
    box-shadow: inset 0 2px 4px rgba(41, 54, 61, 0.25);
}

.ticket__notch--right {
    left: auto;
    right: -0.5rem;
}

.ticket__notch--right::after {
    right: 0;
}

.ticket__body {
    border-bottom: none;
    border-top: none;
}

.ticket__body > * + * {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ebed;
}

.ticket__section > * + * {
    margin-top: 0.25rem;
}

.ticket__section > h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.ticket__header, .ticket__footer {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.ticket__footer {
    border-top: 2px dashed #e9ebed;
    border-radius: 0 0 5px 5px;

}

.ticket__header h3 {
    font-size: 20px;
    font-weight: 600;
}

.ticket {
    -webkit-box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
    -moz-box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
    box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
    margin-bottom: 30px;
}

.ticket-detail {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 8px;
    border-bottom: 1px solid #f7f8ff;
}

.ticket-detail span {
    color: #136ad5;
    font-weight: 500;
    margin: 0px;
}

.ticket-detail p {
    font-weight: 400;
    margin: 0px;

}

.ticket-detail .company-logo {
    width: 90px;
    height: 33px;
    object-fit: contain;
    border-radius: 5px;
}

.inner-ticket-summary-toggle {
    display: block;
}

.inner-ticket-summary-container {
    display: none;
}

.passenger-row-disabled input,
.passenger-row-disabled select,
.passenger-row-disabled #i_want_bill,
.passenger-row-disabled .intl-tel-input.separate-dial-code .selected-flag,
.passenger-row-disabled .flag-container #tel_number {
    background: #c1c1c1 !important;
}

/*Card Content*/
.card-holder-container {
    display: inline-flex;
    padding: 15px;
    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: 320px !important;
    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-color: #136ad5 !important;
}

.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-right: 25px;
}

.card-holder-container label {
    font-weight: normal;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.info-box {
    margin: 20px 0;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    color: #8b8b8b;
    font-size: 12px;
    background-color: #f0f0f4;
}

.bg-white {
    background: white;
}

.installment-list {
    font-size: 13px;
    color: #4a4a4a;
}

.installment-list .trip-price-elements {
    padding: 0;
}

.grandTotal_price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.grandTotal_price .money-decimal {
    font-size: 12px;
    vertical-align: 4px;
}

.grandTotal_price .money-currency {
    font-size: 14px;
    vertical-align: 4px;
}

.payment-total-price {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
}

.payment-total-price button {
    background: #fb8a2e url(../img/finder/right-arrow.png) no-repeat 220px center;
    font-size: 16px;
    color: white;
    background-size: 18px;
    border-radius: 128px;
    padding: 10px 0px;
    display: block;
    width: 100%;
    border: none;
}

.payment-total-price button:hover {
    text-decoration: none;
    background-color: #e8771d;
}

.payment-card {
    border-top: 3px solid #e33a1f;
}

.payment-card .row-title {
    background-color: #fb8a2e;
    width: 40%;
}

.go-back-content {
    padding: 0;
}

.go-back {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.payment-icons {
    margin-top: 30px;
    text-align: center;
}

.payment-icons img {
    width: 80%;
}

.payment-icons p {
    font-size: 13px;
    color: #8b8b8b;
    margin-top: 20px;
}

/*Card Content Bitti*/

/*Ödeme Sayfası *yeni Bitti */

/*Ödeme Sonuç*/
.success-message__icon {
    max-width: 75px;
}

.success-message__title {
    color: #3DC480;
    transform: translateY(25px);
    opacity: 0;
    transition: all 200ms ease;
}

.active .success-message__title {
    transform: translateY(0);
    opacity: 1;
}

.success-message__content {
    color: #B8BABB;
    transform: translateY(25px);
    opacity: 0;
    transition: all 200ms ease;
    transition-delay: 50ms;
}

.active .success-message__content {
    transform: translateY(0);
    opacity: 1;
    color: #136ad5;
    font-size: 15px;
}

.icon-checkmark circle {
    fill: #3DC480;
    transform-origin: 50% 50%;
    transform: scale(0);
    transition: transform 200ms cubic-bezier(0.22, 0.96, 0.38, 0.98);
}

.icon-checkmark path {
    transition: stroke-dashoffset 350ms ease;
    transition-delay: 100ms;
}

.active .icon-checkmark circle {
    transform: scale(1);
}

.ticket-summary .ticket {
    box-shadow: none;
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.ticket-summary {
    background: url(../img/hero.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ticket-summary .ticket__header h3 {
    margin: 5px;
}

.ticket-summary .col-lg-12 {
    display: flex;
    justify-content: center;
}

.ticket-summary-title h1 {
    color: #fff;
    padding: 0;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

.success-container,
.success-container .paying-steps-inner {
    margin-bottom: 50px !important;
}

.success-container .paying-steps-inner {
    padding-top: 50px;
}

.psm-bottom .input-group .form-control {
    background-color: #f7f8ff;
}

/*Ödeme Sonuç Bitti*/

/*Profilim*/

.profile-title {
    margin-bottom: 20px;
}

.profile-tab-container {
    margin-bottom: 50px;
    margin-top: 10px;
}

.profile-sidebar {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    border-radius: 40px 40px 5px 5px;
}

#my-profile-form, #my-password-form {
    padding-left: 15px;
    padding-right: 15px;
}

.my-profile-form .form-group {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.profile-form-submit {
    font-size: 14px;
    color: white;
    background: url(../img/finder/right-arrow.png) 159px center no-repeat rgb(227, 57, 30);
    border-radius: 128px;
    background-size: 16px;
    height: 45px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

.my-profile-form .intl-tel-input {
    width: 100%;
}

.profile-tabs-section .row-title i {
    padding-right: 5px;
}

#profileImage {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fb8a2e;
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.profile {
    display: flex;
    align-items: center;
    background: #136ad5;
    padding: 10px;
    border-radius: 110px;
}

.profilename {
    font-size: 16px;
    color: #ffffff;
    padding-left: 10px;
}

.profile-menu {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.profile-menu ul {
    margin: 0 0 0 5px;
    padding: 0;
}

.profile-menu ul li {
    list-style: none;
}

.profile-menu ul li .active {
    color: #136ad5;
    font-weight: 600;
}

.profile-menu ul li a {
    display: block;
    color: #4a4a4a;
    font-size: 16px;
    margin-bottom: 24px;
}


.profile-menu ul li i {
    padding-right: 10px;
    color: #136ad5;
}

/*User Selecbox*/
.dropdown {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    transition: all .5s ease;
    font-size: 14px;
    color: #136ad5;
    font-weight: 500;
    height: 100%;
    text-align: left;
    width: 200px;
    border-radius: 100px;
}

.dropdown i {
    padding-right: 10px;
    margin-right: 0;
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px
}


.dropdown .select > i {
    font-size: 13px;
    color: #136ad5;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdown.active:hover,
.dropdown.active {
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    box-shadow: none;
}

.dropdown.active .select > i {
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: -1px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
    border: none;
    -webkit-box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
    -moz-box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
    box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
}

.dropdown .dropdown-menu li a {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    width: 100%;
    color: #136ad5;
    font-size: 14px;
}

.dropdown .dropdown-menu li {
    transition: all .2s ease-in-out;
    cursor: pointer;
    width: 100%;
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdown .dropdown-menu li:hover,
.dropdown .dropdown-menu li a:hover {
    background-color: #136ad5;
    color: #fff;
}

.dropdown:focus {
    outline: none;
}

.dropdown-lang {
    display: none;
}

.current-lang .active .dropdown-lang {
    display: block !important;
}

.lang {
    width: 100%;
    background: none;
    vertical-align: middle;
    font-weight: 400;
}

.lang:hover {
    box-shadow: none;
}

.dropdown.lang.active:hover,
.dropdown.lang.active {
    background-color: unset;
}

.lang .dropdown-menu li {
    padding: 0;
}

.lang ul {
    min-width: unset !important;
}

.p-menu-li {
    border: unset !important;
}

.p-menu ul li:last-child {
    padding: 0 10px;
}

/*Profilim Bitti*/

/*İletişim*/

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: transparent;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
    -moz-box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
    box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
}

.contact100-map {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wrap-contact100 {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

/*==================================================================
[ Title form ]*/
.contact100-form-title {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    padding: 64px 15px 64px 15px;
}

.contact100-form-title-1 {
    font-family: Poppins-Bold;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 7px;
}

.contact100-form-title-2 {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}


.contact100-form-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 74, 119, 0.8);
}


/*==================================================================
[ Form ]*/

.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 43px 88px 57px 190px;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 26px;
}

.label-input100 {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.2;
    text-align: right;

    position: absolute;
    top: 14px;
    left: -105px;
    width: 80px;

}

/*---------------------------------------------*/
.input100 {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;

    display: block;
    width: 100%;
    background: transparent;
    padding: 0 5px;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;

    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;

    background: #fb8a2e;
}


/*---------------------------------------------*/
input.input100 {
    height: 45px;
}


textarea.input100 {
    min-height: 115px;
    padding-top: 14px;
    padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
    justify-content: center;
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #fb8a2e !important;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn i {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn:hover {
    background-color: #333333;
}

.contact100-form-btn:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .contact100-form {
        padding: 43px 15px 57px 117px;
    }
}

@media (max-width: 480px) {
    .contact100-form {
        padding: 43px 15px 57px 15px;
    }

    .label-input100 {
        text-align: left;
        position: unset;
        top: unset;
        left: unset;
        width: 100%;
        padding: 0 5px;
    }
}

/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
    outline: none;
    border: none;
}

.contact-page textarea:focus, input:focus {
    border-color: transparent !important;
}

.contact-page input:focus::-webkit-input-placeholder {
    color: transparent;
}

.contact-page input:focus:-moz-placeholder {
    color: transparent;
}

.contact-page input:focus::-moz-placeholder {
    color: transparent;
}

.contact-page input:focus:-ms-input-placeholder {
    color: transparent;
}

.contact-page textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.contact-page textarea:focus:-moz-placeholder {
    color: transparent;
}

.contact-page textarea:focus::-moz-placeholder {
    color: transparent;
}

.contact-page textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.contact-page input::-webkit-input-placeholder {
    color: #999999;
}

.contact-page input:-moz-placeholder {
    color: #999999;
}

.contact-page input::-moz-placeholder {
    color: #999999;
}

.contact-page input:-ms-input-placeholder {
    color: #999999;
}

.contact-page textarea::-webkit-input-placeholder {
    color: #999999;
}

.contact-page textarea:-moz-placeholder {
    color: #999999;
}

.contact-page textarea::-moz-placeholder {
    color: #999999;
}

.contact-page textarea:-ms-input-placeholder {
    color: #999999;
}

/*---------------------------------------------*/
.contact-page button {
    outline: none !important;
    border: none;
    background: transparent;
}

.contact-page button:hover {
    cursor: pointer;
}

.contact-page .working-hours,
.contact-page .contact-information {
    padding: 0px;
}

.contact-page .working-hours .row-title,
.contact-page .contact-information .row-title {
    width: 50%;
}

.c-info {
    display: flex;
    padding: 15px;
}

.c-info-icon {
    padding-right: 10px;
    color: #136ad5;
    font-size: 16px;
}

.c-info-text {
    display: flex;
    flex-direction: column;
}

.c-info-text a {
    text-decoration: none;
    color: #333333;
    font-weight: 500;
}

.c-info-text .title {
    color: #136ad5;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
}

.table-hours {
    padding-left: 15px;
    padding-right: 15px;
}

/*İletişim Bitti*/

/*hakkımızda*/

.about-us {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
    -moz-box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
    box-shadow: 0px 7px 14px 0px rgba(0, 10, 29, 0.07);
    border-radius: 5px;
    min-height: 340px;
}

.about-us p {
    margin: 0;
}


.tursab {
    text-align: center;
    padding-top: 10px;
    margin: 0 auto;
}

#accordion .panel,
#accordion .panel-heading,
#accordion panel-title,
#accordion .panel-body {
    border: 0;
}

#accordion .panel {
    box-shadow: none;
}

#accordion .panel .panel-heading {
    border-radius: 0;
}

#accordion .panel .panel-heading .panel-title a {
    text-decoration: none;
    padding: 1em 0;
}

#accordion .panel .panel-heading .panel-title a span {
    float: right;
    width: 50px;
}

#accordion .panel .panel-heading .panel-title a span:after {
    content: "\2014";
    color: #1B5062;
    font-size: 20px;
    line-height: 16px;
}

#accordion .panel .panel-heading .panel-title a.collapsed span:after {
    content: "+";
}

.partner-fullwidth {
    background: url(../img/hero.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    position: relative;
}

.partner-fullwidth .owl-carousel .owl-item img {
    border-radius: 8px;
}

.partner-fullwidth .wb-owl-prev a, .wb-owl-next a {
    color: #fff;
}

.our-partners h3 {
    text-align: center;
    color: #fff;
}

.content-page .inner-page-section {
    padding-bottom: 0px;
}

/*hakkımızda bitti*/

/*biletlerim*/

.table-responsive {
    text-align: center;
}

.table-responsive th {
    text-align: center;
    color: #136ad5;
    font-size: 16px;
}

.ticket-table .table-condensed > tbody > tr > td, .ticket-table .table-condensed > tbody > tr > th, .ticket-table .table-condensed > tfoot > tr > td, .ticket-table .table-condensed > tfoot > tr > th, .ticket-table.table-condensed > thead > tr > td, .ticket-table.table-condensed > thead > tr > th {
    padding: 16px;
}

.ticket-table .table > tbody > tr > td, .ticket-table.table > tbody > tr > th, .ticket-table.table > tfoot > tr > td, .ticket-table.table > tfoot > tr > th, .ticket-table.table > thead > tr > td, .ticket-table.table > thead > tr > th {
    border-top: 1px solid #dee1fb;
}

td.ticket-buttons a {
    padding-right: 12px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f7f8ff;
}

.table > thead > tr > th {
    border-bottom: none;
}

.open2 span {
    background: #fdf591;
    padding: 6px 20px;
    border-radius: 200px;
}

.open span{
    background: #91dffd;
    padding:6px 42px;
    border-radius: 200px;
}

.changed span{
    background: #fd919b;
    padding:6px 28px;
    border-radius: 200px;
}

.used span{
    background: #91fdbc;
    padding:6px 32px;
    border-radius: 200px;
}

.ticketed span{
    background: #fdc391;
    padding:6px 32px;
    border-radius: 200px;
}

.ticket-table .row-title{
    margin-bottom:5px;
}

.hide-ticket{
    display: none;
}

.displaynone{
    display: none;
}

.show-ticket{
    position: absolute;
    right: 0px;
    top: 13px;
    margin-right: 15px;
    font-weight: 500;
    border-radius: 50px;
    font-size: 15px;
    background: #136ad5;
    padding: 8px 12px;
    color: #fff;
    min-width: 70px;
}

.login-register-form .label-input100{
    position: unset;
    width: unset;
}

.mobile-header .container .row {
    display: flex;
    align-items: center;
}


/*biletlerim bitti*/

/*vize*/

.visa-section .hero-text {
    width: 100%;
    padding-right: 50px;
}

.visa-section .hero-sub {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 300;
}

.schengen-btn {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    float: left;
    width: 50%;
    padding: 3% 0px;
    border-radius: 50px 0 0 50px;
    font-weight: 500;
    letter-spacing: 0.47px;
}

.door-btn {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    float: left;
    width: 50%;
    padding: 3% 0px;
    font-weight: 500;
    letter-spacing: 0.47px;
    border-radius: 0 50px 50px 0;
}

.schengen-btn.active,
.door-btn.active {
    border: 1px solid #fb8a2e;
    background: #fb8a2e;
}

.visa-tabs {
    display: table;
    margin: 3% 0px;
    width: 100%;
}

.schengen-tab, .door-tab {
    display: table;
    margin: 3% 0px;
    width: 100%;
}

.visa-form .form {
    background: #fff;
    border-radius: 8px;
}

.visa-form .form-item {
    padding: 3% 3% 3% 75px;
    border-bottom: solid 1px #edeef3;
}

.visa-form .form-item span {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: #136ad5;
    padding-bottom: 5px;
}

.door-tab, .door-text {
    display: none;
}

.visa-section.home-search .visa-form > input, select, textarea, option, input::placeholder, input.datepicker, .passenger-vehicle-select-input {
    background: none;
    margin: 0;
    border: none;
    font-size: 15px !important;
    color: #2a3942 !important;
    font-weight: 500;
    outline: none !important;
    box-shadow: none;
}

.visa-form .input-group select:focus {
    outline: none !important;
    box-shadow: none;
}

.visa-section.home-search {
    min-height: 720px;
    max-height: 720px;
    background: url(../img/visa/visa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}

.visa-form .passenger-vehicle-select,
.visa-form .passenger-vehicle-select label {
    font-size: 12px;
    font-weight: 500 !important;
    color: #136ad5;
    padding-right: 8px;
    margin: 0;
}

.visa-form .apply-btn {
    display: table;
    margin: 3% 0px;
    width: 100%;
    padding: 3% 0px;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 0.47px;
    font-size: 18px;
    color: #fff;
    background: #fb8a2e;
}

.apply-btn:hover {
    background: #da6e17;
    transition: 1000ms ease;
}

.visa-form .form-item:last-child {
    border: none;
    background: #f7f8ff;
    font-size: 22px;
    color: #136ad5;
    font-weight: 600;
    border-radius: 0 0 8px 8px;
}

.visa-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
}

.schengen-tab .form-item,
.door-tab .form-item {
    background-size: 25px !important;
}

.schengen-tab .form-item:nth-child(1) {
    background: url(../img/visa/passport.svg) no-repeat 25px center;
}

.schengen-tab .form-item:nth-child(2) {
    background: url(../img/visa/calendar.svg) no-repeat 25px center;
}

.schengen-tab .form-item:nth-child(3) {
    background: url(../img/visa/place.svg) no-repeat 25px center;
}

.schengen-tab .form-item:nth-child(4) {
    background: url(../img/visa/family.svg) no-repeat 25px center;
}

.schengen-tab .form-item:nth-child(5) {
    padding: 3% 15%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.door-tab .form-item:nth-child(1) {
    background: url(../img/visa/ship.svg) no-repeat 25px center;
}

.door-tab .form-item:nth-child(2) {
    background: url(../img/visa/calendar.svg) no-repeat 25px center;
}

.door-tab .form-item:nth-child(3) {
    background: url(../img/visa/calendar-1.svg) no-repeat 25px center;
}

.door-tab .form-item:nth-child(4) {
    background: url(../img/visa/family.svg) no-repeat 25px center;
}

.door-tab .form-item:nth-child(5) {
    padding: 3% 15%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.visa-form .passenger-vehicle-select-content .input-group {
    display: flex;
    align-items: center;
}

.content-page.visa-sss {
    background: #fff !important;
    padding-top: 20px;
    padding-bottom: 5%;
}

.content-page.visa-sss h3 {
    text-align: center;
    margin-bottom: 20px
}

.content-page.visa-sss .visa-sss-title {
    text-align: center;
    background: #fb8a2e;
    color: #fff;
    width: 50%;
    border-radius: 200px;
    margin: 0 auto;
    padding: 10px;
}

.content-page.visa-sss .faq {
    background: #f7f8ff;
    box-shadow: unset;
    min-height: unset;
}

.content-page.visa-sss .faq .panel-default > .panel-heading {
    background: #fff;
    border: unset;
    border-radius: 4px;
}

.content-page.visa-sss .panel-group .panel + .panel {
    margin-top: 10px;
}

.content-page.visa-sss .panel-group {
    margin-bottom: 5px;
}

.content-page.visa-sss .panel-default {
    border: unset;
}

.content-page.visa-sss .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: unset;
}

.content-page.visa-sss .panel-title > a {
    text-decoration: none;
}

.visa-section .hero-text img {
    width: 200px;
}

.visa-form .passenger-vehicle-select-input{
    padding: 0;
}

.quota{
    display: contents!important;
    color: #fb8a2e!important;
    font-size: 14px!important;
    font-weight: 500!important;
}

span.quota strong{
    font-size: 16px;
}

/*vize bitti*/