* {
    font-family: 'Nunito', Arial;
}

header {
    background-color: whitesmoke;
    padding: 15px 0px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 6px solid #04395c;
}
header .logo img {
    height: 53px;
    margin: 0px 0px;
}

header .navbar-nav {
    float: right;
    display: block;
}

header .navbar-nav li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 15px;
}

header .navbar-nav li a{
    margin: 0;
    padding: 0;
    color: #13677c;
    padding: 6px 14px;
    font-size: 17px;
    border-radius: 5px;
    margin-top: 0px;
    font-weight: 400;
}


header .navbar-nav li a.menu-btn {
    background-color: #04395c;
    padding: 9px 15px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    margin-top: 5px;
    display: block;
    border-radius: 8px;
    font-weight: 400;
}

header .navbar-nav li a.language-btn{
    margin-left: 6px !important;
    margin-top: 4px;
}

.search {
    width: 100%;
    height: auto;
    padding-top: 290px;
    padding-bottom: 70px;
    background: rgb(84,189,158);
    background: radial-gradient(circle, rgba(84,189,158,1) 0%, rgba(69,158,132,1) 78%);
    background-image: url('../img/banner.webp');
    background-position: center;
    background-size: cover;
    position: relative;
}


.search-area {
    padding: 18px;
    background: rgb(255 255 255 / 81%);
    border: 1px solid rgb(255 255 255 / 6%);
    background-blend-mode: normal,multiply;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    padding-top: 11px;
    border-radius: 16px;
}


.search-area input {
    width: 100%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4e4e4e;
    text-decoration: none;
    border-radius: 36px;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    padding: 0.75rem 1rem;
    border: 0.0625rem solid #cccccc52;
    max-height: 3rem;
    margin-top: 8px;
    outline: 0;
    -webkit-appearance: none;
    padding-left: 44px;
}

.search-area select {
    width: 100%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4e4e4e;
    text-decoration: none;
    border-radius: 36px;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    padding: 0.75rem 1rem;
    border: 0.0625rem solid #cccccc52;
    max-height: 3rem;
    margin-top: 8px;
    outline: 0;
    -webkit-appearance: none;
    padding-left: 44px;
    background-color: #fff;
    text-decoration: none;
}

.search-area .form-group {
    position: relative;
}

.search-area .form-group ion-icon {
    position: absolute;
    bottom: 14px;
    font-size: 22px;
    left: 15px;
    color: #535353;
}


.search-area .t-check-in,.search-area  .t-check-out {
    background-color: transparent;
    border: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.search-area .t-dates {
    background-color: #fff;
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4e4e4e;
    text-decoration: none;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 4%);
    padding: .75rem 1rem;
    border: .0625rem solid #cccccc52;
    max-height: 3rem;
    margin-top: 8px;
    outline: 0;
    height: 56px;
}

.search-area .t-dates span.ozel {
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 15.5px;
    margin-top: -6px;
    display: block;
    margin-left: -16px;
}

.search-area h3 {
    width: 100%;
    color: #4e4e4e;
    font-size: 23px;
    font-weight: bold;
    line-height: 33px;
}

.search-area .t-arrow-top, .search-area .t-arrow-top::after {
    display: none !important;
}

.search-area p {
    width: 100%;
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin: 0;
}

.search-area p b {
    font-weight: bold;
}

.search-area button {
    font-weight: 400;
    float: right;
    margin-top: 8px;
    border: 0px;
    background-color: #04395c;
    color: #fff;
    padding: 10px 19px;
    font-size: 16.5px;
    border-radius: 41px;
    width: 100%;
}


.search-area ion-icon {
    margin-top: 6px;
    display: block;
    float: right;
}


.search h6 {
    color: #fff;
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    text-shadow: 0px 0px 15px #101010;
}

.search-area label {
    font-weight: 400;
    color: #484848;
    margin-top: 14px;
    font-size: 15px;
    margin-bottom: -4px;
    display: block;
}

.top-header  {
    display: inline-block;
    background-color: #04395c;
    width: 100%;
    margin-bottom: 9px;
}

.top-header ul {
    margin: 0;
    padding: 0;
    float: right;
}

.top-header ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.top-header ul li a {
    margin: 0;
    padding: 0;
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
    background-color: #e06120;
    margin: 5px 3px;
    border-radius: 3px;
}

.phone-call-center {
    display: block;
    width: 185px;
    margin-top: -5px;
    padding: 3px 14px;
}

.phone-call-center img {
    float: left;
    display: block;
    font-size: 32px;
    margin-right: 10px;
    margin-top: 2px;
    width: 33px;
}

.phone-call-center span {
    color: #1a1b3a;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: -2px;
}

.phone-call-center b {
    color: #1a1b3a;
    display: list-item;
    font-weight: 700;
    font-size: 15px;
}

.popular-destinations  {
    padding: 35px 0px;
}

.popular-destinations .destination span {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    font-size: 15px;
}

.popular-destinations .destination {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}


.popular-destinations .destination h6 {
    position: absolute;
    right: 15px;
    bottom: 55px;
    color: #fff;
    font-size: 15px;
    text-align: right;
    line-height: 27px;
    font-weight: 400;
}

.popular-destinations .destination h6 b {
    display: block;
    font-weight: 900;
    font-size: 22px;
}

.popular-destinations .destination a {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #04395c;
    padding: 7px 17px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
}


.popular-destinations .destination a ion-icon {
    display: block;
    float: right;
    margin-top: 5px;
    margin-left: 12px;
}



footer {
    background-color: #fff;
    margin-top: 15px;
}

footer .ozelcontainer {
    position: relative;
    padding-bottom: 10px
}

footer .footer-sol-image img {
    width: 100%;
    margin-bottom: 20px;
}

footer .footer-sol-image img:nth-child(1){
    max-width:160px;
}

footer .footer-sol-image img:nth-child(2){
    max-width:190px;
}

footer .footer-sol-image img:nth-child(3){
    max-width:160px;
}

footer .menu-foot ul {
    margin: 0px;
    padding: 0px;
}

footer .menu-foot ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer .menu-foot ul li h5 {
    color: #4f4f4f;
    font-size: 15px;
}


footer .menu-foot ul li h5::after {
    background-color: #34ac8a;
    content: "";
    width: 40px;
    height: 3px;
    display: block;
    margin-top: 4px;
    border-radius: 5px;
}

footer .menu-foot ul li a {
    text-decoration: none;
    margin-top: 4px;
    color: #4f4f4f;
    font-size: 14.5px;
    font-weight: 300;
    display: block;
    width: 100%;
}

footer .phone-wp {
    width: 100%;
    display: inline-block;
}

footer .phone-wp a{
    text-decoration: none;
    color: #4f4f4f;
}

footer .phone-wp img {
    width: 48px;
    float: left;
    margin-right: 11px;
    margin-bottom: 29px;
    padding-top: 4px;
}

footer .phone-wp p {
    font-size: 24px;
    margin-bottom: 0px;
}

footer .phone-wp .ustyazi {
    font-size: 14px;
    margin-top: 1px;
    margin-bottom: -4px;
    display: block;
    font-weight: 300;
}

footer .phone-wp .min-yazi {
    font-size: 14px;
    margin-top: -2px;
    margin-bottom: -4px;
    display: block;
    font-weight: 300;
}

footer .footer-tekne {
    position: absolute;
    right: 40px;
    bottom: -5px;
    width: 100%;
    max-width: 280px;
    z-index: 3;
}

footer .row {
    position: relative;
    z-index: 4;
}

footer .copyright {
    background-color: #f4f4f4;
    width: 100%;
    display: inline-block;
}

footer .copyright ul {
    margin: 0px;
    padding: 20px 0px;
    display: inline-block;
    padding-bottom: 10px;
}

footer .copyright ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    border-right: 1px dashed #313131;
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
}

footer .copyright ul li a{
    text-decoration: none;
    color: #000;
}

footer .copyright ul li:last-child {
    border-right: 0px dashed #313131;
}

footer .footer-social-area {
    margin: 0;
    padding: 0;
    margin-top: 85px;
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}

footer .footer-social-area li {
    float: left;
    list-style: none;
    margin-right: 6px;
}

footer .footer-social-area li a {
    text-decoration: none;
    width: 38px;
    height: 38px;
    display: block;
    background-color: #4f4f4f;
    border-radius: 90px;
    text-align: center;
    color: #17a9d0;
    font-size: 18px;
    padding-top: 6px;
}

footer .footer-social-area li a:hover {
    color: #205ba9;
}

footer .footer-social-area li p {
    color: #4f4f4f;
    margin-top: 7px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 17px;
}

footer .footer-social-area li p b{
    font-weight: 800;
}

.footer-ust-logo {
    width: 100%;
    max-width: 400px;
    display: table;
    margin: 0 auto;
    margin-bottom: 90px;
    margin-top: 55px;
}


.social-media-area {
    width: 100%;
    display: inline-block;
    margin: 0px;
    margin-bottom: 28px;
    background-color: #04395c;
    padding: 15px 34px;
    border-radius: 20px;
    margin-top: 28px;
    padding-bottom: 11px;
}

.social-media-area p{
    float: left;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-top: 18px;
}

.social-media-area p a{
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.social-media-area .call ion-icon{
    float: left;
    font-size: 32px;
    color: #fff;
    margin-top: 16px;
    margin-right: 11px;
}

.social-media-area ul{
    display: table;
    margin: 0 auto;
    padding: 0px;
    float: right;
    margin-top: 5px;
}


.social-media-area ul li{
    list-style: none;
    float: left;
}
.social-media-area ul li a{
    width: 43px;
    text-align: center;
    display: block;
    color: #fff;
    padding: 15px 0px;
    font-size: 23px;
    transition: all 500ms;
}

.social-media-area ul li a:hover{
    color: #eeeeee;
    transition: all 500ms;
}

footer .menu-foot .logo img {
    width: 100%;
    max-width: 240px;
}

footer .app-store {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

footer .app-store li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 20px;
    float: none;
    width: 100%;
}

footer .app-store li a{
    background-color: #0d5262;
    display: block;
    padding: 12px 30px;
    border-radius: 5px;
    max-width: 232px;
    margin-top: 11px !important;
}

footer .app-store li a img{
    height: 24px;
    width: auto;
}

@media(min-width: 768px){
    .mobile-active {
        display: none;
    }
}

@media(max-width: 768px){
    .web-active {
        display: none;
    }
}

.search-result-area {
    padding: 0px;
    position: relative;
    margin-bottom: 35px;
}

.search-result-area #map-canvas {
    width: 100%;
    height: 260px;
    display: inline-block;
    margin-bottom: -6px;
}

.search-result-area .maps-area {
    padding: 0px;
    background-color: #f3f3f3;
    padding-bottom: 0px;
    position: relative;
    margin-top: 65px;
    margin-bottom: -40px;
}


.search-result-area #a2b{
    width: auto;
    height: 36px;
    background-color: #ffffff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    text-align: center;
    padding: 6px 13px;
    font-size: 16px;
    font-weight: 500;
    color: #4c4c4c;
    border-radius: 2px;
}

.web-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: green;
    font-size: 40px;
    color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 500px;
    text-align: center;
    padding-top: 8px;
}


.sticy-form-area-mobile {
    display: none !important;
    position: fixed;
    bottom: 0px;
    height: auto;
    width: 100%;
    z-index: 999;
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #e0e0e0;
}

.sticy-form-area-mobile a {
    font-size: 15px;
    width: 48%;
    display: block;
    float: left;
    text-align: center;
    background-color: #1c6478;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5px;
    padding: 8px 0px;
    text-decoration: none;
}

.sticy-form-area-mobile a:nth-child(2) {
    background-color: #2ab200;
}

@media(max-width:768px){
    .sticy-form-area-mobile {
        display: block !important;
    }
    body {
        padding-bottom: 67px !important;
    }

    .web-whatsapp {
        display: none;
    }

    .menu-foot {
        margin-bottom: 25px;
    }

}

.kayit-from-area {
    width: 100%;
    display: inline-block;
}

.kayit-from-area .form-group {
    width: 100%;
    display: inline-block;
}

.kayit-from-area .form-group input {
    width: 100%;
    display: block;
    padding: 9px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
}

.kayit-from-area .form-group select {
    width: 100%;
    display: inline-block;
    padding: 9px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
}

.kayit-from-area .form-group .clockinput {
    width: 100%;
    height: auto;
    min-width: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px; /* İç boşluk ekleyerek daha uyumlu hale getirir */
    border-radius: 4px; /* Köşeleri yumuşatmak için */
    -webkit-appearance: none; /* Safari ve WebKit tabanlı tarayıcılar için varsayılan stili kaldırır */
    -moz-appearance: none; /* Firefox için varsayılan stili kaldırır */
    appearance: none; /* Diğer tarayıcılar için varsayılan stili kaldırır */
    box-sizing: border-box; /* Her tarayıcıda kutu modeli uyumluluğunu sağlar */
    height: 42px;
    font-size: 15px;
    color: #212121;
}

.kayit-from-area .form-group textarea {
    width: 100%;
    display: inline-block;
    padding: 9px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    min-height: 40px;
}

.kayit-from-area .form-group label {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    font-weight: 400;
    margin-bottom: 3px;
}

.kayit-from-area .form-group button {
    width: 100%;
    display: inline-block;
    border: 0px;
    margin-top: 15px;
    background-color: #f66230;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 400;
}


.disabled-input {
    pointer-events: none;
    cursor: default;
    background-color: #f7f7f7;
}

.success-alert-df {
    width: 100%;
    border: 15px solid #f1f1f1;
    padding: 28px 5px;
    margin-top: 2px;
    margin-bottom: 15px;
}

.success-alert-df ion-icon{
    width: 100%;
    font-size: 52px;
    color: green;
}


.success-alert-df h6{
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    margin-top: 5px;
}


.success-alert-df p{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
}

.area-code {
    height: 43px;
    border-radius: 3px !important;
    background-color: #fff !important;
    margin-top: 0px;
}

@media(max-width: 768px){
    header .logo img {
        height: 43px;
        margin-top: 5px;
    }
}

.car-select-area {
    width: 100%;
    margin-bottom: 5px;
}

.car-select {
    width: 100%;
    background-color: #fff;
    padding: 11px 10px;
    border-radius: 10px;
    text-align: center;
    border: 5px solid #ccc;
    margin-top: 23px;
}

.car-select-area .active {
    border: 5px solid #5fb396;
}

.car-select ion-icon {
    font-size: 22px;
}


.car-select p {
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
    color: #474747;
}

.car-select p span {
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #474747;
    display: inline;
}

.car-select .input {
    display: table;
    margin: 0 auto;
}

.car-select .input input {
    float: left;
    margin-right: 6px;
    margin-top: 5px;
}


.car-select img {
    width: 100%;
    max-width: 240px;
    display: table;
    margin: 0 auto;
}

.car-select .input p {
    font-size: 17px;
    font-weight: 700;
}


.car-select .input span {
    font-size: 15px;
    font-weight: 400;
}

.kayit-from-area h2 {
    width: 100%;
    margin-top: 53px;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.kayit-from-area h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    border-radius: 5px;
    background-color: #5fb396;
    margin-bottom: -11px;
    margin-top: 8px;
}

.lawyer-check  {
    color: #515151;
    margin-top: 20px;
}

.lawyer-check input {
    float: left;
    height: 22px;
    width: 20px;
    margin-right: 8px;
}

.lawyer-check a {
    text-decoration: none;
    color: #515151;
    font-weight: 600;
}

.rez-summary {
    border: 2px solid #04395c;
    background-color: #04395c0f;
    margin-top: 63px;
    padding: 16px 15px;
    border-radius: 5px;
}

.rez-summary h6{
    background-color: #04395c;
    padding: 11px 12px;
    border-radius: 5px;
    margin-bottom: 0;
    color: #fff;
}

.rez-summary button{
    width: 100%;
    background-color: #5fb396;
    border: 0;
    color: #fff;
    padding: 13px 0px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 4px;
}

.rez-summary h4 span {
    display: block;
    font-size: 15px;
    color: #313131;
    font-weight: 400;
    margin-bottom: 7px;
    margin-top: 8px;
}

.rez-summary h4 ion-icon {
    display: block;
    float: left;
}

.rez-summary h4 {
    color: #5fb396;
    margin-bottom: 8px;
}

.rez-summary ul {
    margin: 0;
    padding: 0;
}

.rez-summary ul li {
    margin: 0;
    padding: 14px 0px;
    list-style: none;
    font-size: 15px;
    color: #4b4b4b;
    border-top: 1px solid #ccc;
}

.rez-summary ul li:first-child {
    border-top: 0px solid #ccc;
}

.rez-summary ul li b {
    margin: 0;
    font-weight: 700;
    display: block;
}

.rez-summary ul li.total-price b{
    float: left;
    font-size: 16px;
    margin-top: 10px;
    color: #4b4b4b;
}

.rez-summary ul li.total-price {
    font-size: 24px;
    text-align: right;
    font-weight: 800;
    color: #467e68;
}

.secury-alert {
    display: inline-block;
    width: 100%;
    margin-top: 31px;
}

.secury-alert img {
    width: 100px;
    float: left;
    margin-right: 15px;
}

.secury-alert .text {
    display: table;
}

.secury-alert h6 {
    color: #535353;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.secury-alert p {
    color: #535353;
    font-weight: 400;
    font-size: 14px;
}

.payment-tab {
    background-color: #fff;
    border: 0 !important;
    padding: 11px !important;
}

.payment-tab button{
    background-color: #e6e6e6 !important;
    border: 0 !important;
    border-radius: 1px !important;
    margin-right: 5px;
    font-weight: 400;
    color: #313131 !important;
}

.payment-tab button.active{
    background-color: #5fb396 !important;
    border: 0 !important;
    border-radius: 1px !important;
    margin-right: 5px;
    font-weight: 400;
    color: #fff !important;
}

.car-payment ion-icon.alert-btn {
    color: #618e79;
    font-size: 54px;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 12px;
}


.car-payment h4{
    color: #fff;
    display: table;
    margin: 0 auto;
    background-color: #1a1b3a;
    padding: 9px 23px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 20px;
}

.car-payment p{
    color: #424242;
    font-weight: 300;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;

}

.car-payment p b{
    color: #424242;
    font-weight: 500;

}

.car-payment button {
    color: #fff;
    display: table;
    margin: 0 auto;
    border: 0px;
    background-color: #5fb396;
    padding: 8px 24px;
    border-radius: 5px;
    outline: 0;
    font-size: 17px;
    font-weight: 300;
}

.car-payment button ion-icon {
    font-size: 22px;
    color: #fff;
    display: block;
    float: right;
    margin-left: 9px;
    margin-top: 2px;
}

.car-payment button span {
    display: block;
    float: left;
}

.car-payment label {
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    display: table;
    margin: 0 auto;
    margin-bottom: 19px;
}


.bank-select-area img {
    height: 42px;
    display: table;
    margin: 0 auto;
    margin-top: 33px;
}

.bank-select-area h6 {
    text-align: center;
    margin-top: 14px;
    font-size: 19px;
    font-weight: 300;
}

.bank-select-area p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #4c4b4b;
}

.bank-select-area .eft-comment span.randcode {
    background: #fff;
    display: table;
    margin: 0 auto;
    font-size: 21px;
    border: 1px solid #ccc;
    padding: 7px 30px;
}

.bank-select-area .eft-comment label {
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    display: table;
    margin: 0 auto;
    margin-bottom: 19px;
}


.bank-select-area .eft-comment p {
    margin-top: 20px;
    font-size: 16px;
    color: red;
    font-weight: 400;
}

.service-false ion-icon {
    display: table;
    margin: 0 auto;
    font-size: 56px;
    margin-top: 38px;
    color: red;
}

.service-false h6 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-top: 7px;
}

.service-false p {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}

.tursab_logo {
    text-decoration: none;
}

.tursab_logo img {
    width: 100%;
    max-width: 182px;
    display: table;
    margin-top: 11px;
    margin-bottom: 0px;
}

.tursab_logo span {
    text-align: left;
    display: block;
    font-size: 12px;
    color: #3c3a3a;
}

@media(max-width: 768px){
    header .navbar-nav li {
        display: none;
    }

    header .navbar-nav .language {
        display: block;
    }

    .search {
        width: 100%;
        height: auto;
        background-color: #13677c;
        padding-top: 89px;
        padding-bottom: 21px;
        background-image: url(../img/banner.webp);
        background-position: center;
        background-size: cover;
    }

    .social-media-area p a {
        font-size: 19px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        display: block;
    }

    .social-media-area ul {
        display: table;
        margin: 0 auto;
        padding: 0px;
        float: none;
        margin-top: 0px;
    }

    .social-media-area .call {
        display: inline-block;
        width: 100%;
        margin-bottom: -18px;
    }

    .payment-tab button {
        background-color: #e6e6e6 !important;
        border: 0 !important;
        border-radius: 1px !important;
        margin-right: 5px;
        font-weight: 400;
        color: #313131 !important;
        width: 100%;
        margin-bottom: 5px !important;
    }

    .car-payment h4 {
        color: #fff;
        display: table;
        margin: 0 auto;
        background-color: #1a1b3a;
        padding: 9px 23px;
        border-radius: 5px;
        font-weight: 300;
        font-size: 17px;
        text-align: center;
        line-height: 27px;
    }
}

.text-area h3{
    margin-top: 25px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 6px;
    font-weight: 300;
    font-size: 23px;
}

.web-btn {
    width: 100%;
    background-color: #5fb396;
    border: 0;
    color: #fff;
    padding: 13px 0px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 20px;
}


.language-btn {
    margin-left: -3px !important;
    padding-left: 0px !important;
    display: block;
    border: 0;
    outline: 0;
    margin-top: 4px;
}

.language-btn img {
    height: 23px;
    width: auto;
}

.language-list {
    margin: 0;
    padding: 0;
}

.language-list li {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.language-list li a{
    margin: 0;
    padding: 10px 5px;
    width: 100%;
    text-decoration: none;
    background-color: #eaeaea;
    display: block;
    margin-bottom: 1px;
    color: #000;
    font-size: 16px;
}

.language-list li a img {
    height: 23px;
    display: block;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}



.web-whatsapp, .web-whatsapp:hover {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: green;
    font-size: 40px;
    color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 500px;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;
}


.sticy-form-area-mobile {
    display: none !important;
    position: fixed;
    bottom: 0px;
    height: auto;
    width: 100%;
    z-index: 999;
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #e0e0e0;
}

.sticy-form-area-mobile a {
    font-size: 15px;
    width: 48%;
    display: block;
    float: left;
    text-align: center;
    background-color: #333333;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5px;
    padding: 8px 0px;
    text-decoration: none;
}

.sticy-form-area-mobile a:nth-child(2) {
    background-color: #2ab200;
}

@media(max-width:768px){
    .sticy-form-area-mobile {
        display: block !important;
    }
    body {
        padding-bottom: 67px !important;
    }

    .web-whatsapp {
        display: none;
    }

    .menu-foot {
        margin-bottom: 25px;
    }

}

.logo-area {
    background-color: #04395c;
    padding: 25px 0px;
    margin-top: 25px;
    border-radius: 15px 15px 0px 0px;
}

.logo-area img {
    height: 48px;
    display: table;
    margin: 0 auto;
}

.ticket-area ul {
    margin: 15px 0px;
    padding: 0;
    border: 1px solid #71bb9f;
    border-radius: 5px;
}

.ticket-area ul li {
    margin: 0;
    font-weight: 400;
    list-style: none;
    padding: 8px 12px;
    background-color: #f1f6f6;
    margin-bottom: 2px;
    border-radius: 5px;
    border-bottom: 1px solid #71bb9f;

}

.ticket-area ul li:last-child {
    border-bottom: 0px;
}

.ticket-area ul li b {
    margin: 0;
    font-weight: 700;

}

.ticket-area h3 {
    color: #353535;
    text-align: center;
    font-weight: 300;
    font-size: 19px;
    margin-top: 35px;
}


.ticket-area table thead tr th {
    color: #fff;
    background-color: #71bb9f;
    font-weight: 400;
}

.ticket-area table tbody tr td {
    color: #373737;
    font-weight: 500;
}

.ticket-area p {
    display: block;
    color: #2f2f2f;
    font-weight: 400;
    text-align: center;
    border: 1px dashed red;
    padding: 11px 5px;
    border-radius: 5px;
}

.ticket-area p a{
    text-decoration: none;
    color: #2f2f2f;
    font-weight: 500;
}

.yatiligunubirlik-btn {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 5px;
    background-color: #a9a9a930;
    border-radius: 100px;
    margin-bottom: 4px;
}


.yatiligunubirlik-btn li{
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
}

.yatiligunubirlik-btn li button{
    color: #474857;
    text-decoration: none;
    padding: 9px 26px;
    display: block;
    border-radius: 32px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 0;
    background-color: transparent;
}

.yatiligunubirlik-btn li button ion-icon {
    float: left;
    margin-right: 6px;
    margin-top: 3px;
    font-size: 20px;
}

.yatiligunubirlik-btn li button.active{
    background-color: #04395c;
    color: #fff;
}


.text {
    font-size: 6em;
}
/*
.text_element--border-effect {
    border-bottom: 3px solid #ffffff;
    transition: border-color .4s ease-in-out;
    padding-bottom: 4px;
}*/

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.tour-points {
    margin-top: 33px !important;
    display: inline-block;
    width: 100% !important;
    margin-bottom: 20px;
}

.tour-points .item {
    padding: 0px 6px;
}

.tour-points .item a{
    text-decoration: none;
}

.tour-points .item .image {
    padding: 10px;
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 370px;
    border-radius: 15px;
    position: relative;
}

.tour-points .item .image h4{
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-weight: 400;
}

.tour-points .item .image h4 span{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: block;
    margin-top: 7px;
}

.tour-points .item .image h4 span ion-icon{
    display: block;
    float: left;
    margin-right: 5px;
}

.tripadvisor-area {
    background-color: #fcf3ee;
    padding: 35px 0px;
    margin-top: 25px;
}

.tripadvisor-area .hood-ta img {
    height: 34px;
    display: table;
    margin: 0 auto;
    margin-bottom: 5px;
}
.tripadvisor-area .hood-ta  {
    text-align: center;
}

.tripadvisor-area .item {
    padding: 0px 7.5px;
}

.tripadvisor-area .comment-box {
    background-color: #fff;
    padding: 17px;
    border-radius: 6px;
}

.tripadvisor-area .comment-box ul {
    margin: 0;
    padding: 0;
    float: left;
}

.tripadvisor-area .comment-box ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    color: #71dda6;
    font-size: 18px;
    margin-right: 1px;
}

.tripadvisor-area .comment-box span {
    float: right;
    font-size: 13px;
    display: block;
    margin-top: 4px;
}

.tripadvisor-area .comment-box .hood-tav {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
}

.tripadvisor-area .comment-box p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
}

.tripadvisor-area .comment-box label {
    font-size: 14px;
}

.application_area  {
    padding: 25px 0px;
    margin-top: 15px;
}

.application_area .app-banner {
    background-color: #f6f5f8;
    padding: 90px 35px;
    background-image: url(../img/application-area.webp);
    min-height: 359px;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.application_area .app-banner h4 {
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 31px;
}

.application_area .app-banner p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.application_area .app-store {
    margin: 0;
    padding: 0;
}

.application_area .app-store li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin-right: 20px;
}

.application_area .app-store li a img {
    height: 45px;
}

.tursab-logo-area img {
    max-width: 162px;
    margin-top: 15px;
    display: table;
    margin-bottom: 15px;
}

.fot-address {
    width: 100%;
    display: block;
    text-align: center;
    border-top: 1px dashed #ccc;
    padding-top: 13px;
    margin-bottom: 0px;
}

.tursab-info {
    text-align: center;
    position: absolute;
    top: 12px;
    background-color: #cccccc7d;
    padding: 7px 13px;
    border-radius: 9px;
    font-size: 11px;
    display: table;
    max-width: 324px !important;
    display: table;
    left: 13px;
    color: #ffffffa8;
}

@media(max-width: 768px){
    .search h6 {
        font-size: 18px;
    }

    .tursab-info {
        display: none;
    }
}

.footer-iyzico {
    width: 100%;max-width: 552px; display: table; margin: 0 auto; margin-bottom: 26px; margin-top: 41px;
}

.road-not-found {
    width: 100%;
    background-color: #ececec;
    display: inline-block;
    padding: 26px 15px;
    border: 1px dashed #979797;
    border-radius: 12px;
    margin-top: 30px;
    padding-top: 34px;
}

.road-not-found ion-icon {
    color: red;
    text-align: center;
    display: table;
    margin: 0 auto;
    font-size: 37px;
    margin-bottom: 12px;
}

.road-not-found p {
    color: #434343;
    font-size: 17px;
    text-align: center;
}

.web-car-final-payment {
    margin-top: 15px;
    margin-bottom: 0px;
}

@media(max-width: 768px){
    .search-area .col {
        width: 100%;
        flex: none;
    }

    .web-car-final-payment {
        display: none !important;
    }

    .rez-summary {
        margin-top: 0;
    }
}

.cars-final-payment {
    width: 100%;
    display: block;
    text-align: center;
    border: 1px dashed #9f9f9f;
    padding: 7px 5px;
    border-radius: 5px;
    color: green;
    font-weight: 600;
    font-size: 16px;
    background-color: #fff;
}

.car-select .input span.eurodolar {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0px 5px;
    padding: 3px 13px;
    margin-top: 5px;
    border-radius: 5px;
}

.car-area-result {
    width: 100%;
    display: inline-block;
    background-color: #04395c0f;
    margin-top: 15px;
    padding: 15px;
    border-radius: 5px;
    padding-left: 310px;
    position: relative;
    min-height: 202px;
    padding-right: 209px;
    border: 2px solid #04395c;
    margin-bottom: -10px;
}

.car-area-result .image-gallery-car {
    width: 100%;
    max-width: 282px;
    float: left;
    margin-right: 15px;
    position: absolute;
    left: 12px;
    top: 12px;
}

.car-area-result .input {
    float: left;
    width: 100%;
}

.car-area-result .price-area {
    position: absolute;
    right: 7px;
    top: 4%;
    height: 92%;
    background-color: #ffffff;
    width: 184px;
    border-radius: 5px;
    border: 1px solid #04395cb3;
}

.car-area-result h6 {
    color: #04395c;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 6px;
    border-bottom: 1px solid #04395ca8;
    padding-bottom: 5px;
}

.car-area-result h5 {
    width: 100%;
    margin-top: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    color: #606060;
    line-height: 20px;
    padding: 0px 15px;
    padding-bottom: 4px;
}

.car-area-result .owl-dots {
    display: none !important;
}

.car-area-result .pricebox-tb {
    color: #04395c;
    display: table;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 26px;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
    border: 1px dashed #04395c;
    padding: 4px 15px;
    text-align: center;
}

.car-area-result .pricebox-tb span {
    display: table;
    font-size: 13px;
    text-align: center;
}

.car-area-result .rez-btn {
    display: table;
    margin: 0 auto;
    width: 92%;
    color: #fff;
    border: 0px;
    background-color: #04395c;
    padding: 8px 2px;
    border-radius: 5px;
}

.car-area-result .image-gallery-car .owl-item {
   border: 0px !important;
    background-color:  transparent !important;
}

.tbulucu-gallery .image-tb {
    width: 100%;
    padding: 0px 4px;
}

.search-icons {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.search-icons li{
    width: 48%;
    float: left;
    border: 1px dashed #ccc;
    list-style: none;
    margin-right: 2%;
    text-align: left;
    padding: 5px 0px;
    border-radius: 1px;
    margin-top: 9px;
    color: #2f2f2f;
    font-size: 13px;
}

.search-icons li ion-icon {
    margin-top: 3px;
    float: left;
    margin-left: 10px;
    font-size: 15px;
    margin-right: 5px;
}


.mobil-rez-final-btn {
    margin-bottom: 20px;
}

.home-three-box-info  {
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: #f5f6fc;
}

.home-three-box-info .boxs {
    background-color: #fff;
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    padding: 12px;
    padding-right: 140px;
    border-radius: 6px;
}

.home-three-box-info .boxs h5 {
    color: #1c1c1c;
    font-size: 15px;
    margin-top: 12px;
}

.home-three-box-info .boxs p {
    color: #718595;
    font-size: 14px;
}

.home-three-box-info .boxs lottie-player {
    position: absolute;
    right: 12px;
    top: 0px;
    width: 130px;
}


.mins-hoods {
    text-align: center;
    font-size: 17px;
    margin-bottom: 18px;
    color: #3b3b3b;
}

.map-points {
    padding-top: 40px;
    padding-bottom: 25px;
    background-color: #fff;
}

.map-points .map-box {
    background-color: #f6f6f6;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    padding: 9px 11px;
    color: #5a6a77;
    border-radius: 5px;
    margin-bottom: 15px;
}

.map-points .map-box ion-icon {
    float: left;
    font-size: 19px;
    margin-top: 1px;
    margin-right: 5px;
}

.homeabout {
    padding: 40px 0px;
    background-color: #fff;
    margin-bottom: -30px;
}

.homeabout h2{
    color: #444d56;
    font-size: 20px;
    margin-bottom: 14px;
}

.homeabout p{
    color: #718595;
    font-size: 14px;
    margin: 0;
}


.fqa-area {
    padding: 55px 0px;
    padding-bottom: 45px;
}

.fqa-area .mins-hoods {
  margin-bottom: 0px;
}

.fqa-area p {
    color: #5d5d5d;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
    text-align: center;
}

.fqa-area h3 {
    color: #718595;
    font-size: 25px;
    line-height: 27px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
}

.fqa-area .fqa-area-min .btn {
    background-color: #ffffff;
    outline: 0;
    width: 100%;
    text-align: left;
    padding: 10px 11px;
    margin-top: 15px;
    color: #718595;
    border-radius: 4px;
    font-size: 15px;
}

.fqa-area .fqa-area-min .btn:focus, .fqa-area .fqa-area-min .btn:active {
    outline: 0;
    box-shadow: none;
    border: 0;
}

.fqa-area .card-body {
    border:0px;
    text-align: left;
}

.fqa-area .card-body p {
    border: 0px;
    text-align: left;
    color: #718595;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-bottom: 0px;
    margin-top: -14px;
}

.map-points .mapc {
    padding: 0px 7.5px;
}

.search-text-arae {
    padding-bottom: 65px;
}

.car-information {
    background-image: url("../img/page-two-search.jpg");
    background-size: cover;
    position: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: -15px;
    border-radius: 10px;
}

.car-information .child-info {
    margin-top: 15px;
    width: 100%;
    background-color: #fff;
    border-radius:0px 0px 10px 10px;
    display: inline-block;
    margin-bottom: -15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.car-area-result .icon-list-tb {
    margin: 0;
    padding: 0;
}

.car-area-result .icon-list-tb li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    margin-right: 5px;
}

.car-area-result .icon-list-tb li ion-icon {
    color: #fff;
    margin-top: 4px;
    margin-bottom: -6px;
    background-color: #04395c;
    width: 24px;
    height: 19px;
    font-size: 12px;
    padding: 2px;
    border-radius: 5px;
}

.car-information .child-info .search-icons {
    width: auto;
    display: table;
    margin: 0 auto;
}

.car-information .child-info .search-icons li {
    width: auto;
    float: left;
    text-align: center;
    margin: 0px 5px !important;
    padding: 5px 7px;
    border-radius: 5px;
}

.car-information .child-info .search-icons li ion-icon {
    margin-left: 0px;
}

.car-information img {
    height: 142px;
    margin: 0 auto;
    padding-top: 17px;
    display: table;
    margin-bottom: -21px;
    z-index: 9;
    position: relative;
}

.searchabout {
    padding: 40px 0px;
    background-color: #04395c;
    margin-bottom: 18px;
    padding-bottom: 45px !important;
}

.searchabout h2 {
    color: #fff !important;
}

.searchabout p {
    color: #fff !important;
}

.mobil-info-location-date {
    padding: 0px 9px;
    margin-top: -12px;
}

.mobil-info-location-date ul li {
    margin: 0;
    padding: 7px 0px;
    list-style: none;
    font-size: 14px;
    color: #4b4b4b;
    border-top: 1px solid #ccc;
}


@media(min-width: 768px){
    .mobil-secury-alert {
        display: none !important;
    }
    .car-list-area {
        padding-top: 50px;
    }
}

@media(max-width: 768px){
    .car-information {
        margin-top: 15px;
    }

    .mobil-rez-hidden {
        display: none;
    }

    .car-information .child-info .search-icons {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .car-information .child-info .search-icons li {
        width: 48%;
        float: left;
        text-align: center;
        margin: 1% !important;
        padding: 5px 7px;
        border-radius: 5px;
    }

    .car-area-result h6 {
        font-size: 15px !important;
    }

    .secury-alert {
        display: none !important;
    }

    .car-area-result .rez-btn {
        font-size: 20px !important;
    }

    .car-area-result .pricebox-tb {
        font-size: 20px !important;
    }

    .car-area-result h5 {
        display: none;
    }

    .secury-alert img {
        width: 70px;
        float: left;
        margin-right: 15px;
        margin-top: 14px;
    }

    .web-secury-alert {
        display: none;
    }

    .mobilinfogizle {
        display: none !important;
    }

    .search-result-area .maps-area {
        margin-top: -7px;
        margin-bottom: 21px;
        display: none;
    }

    .car-area-result .image-gallery-car {
        width: 45%;
        max-width: 450px;
        float: left;
        margin-right: 0px;
        padding-right: 10px;
        position: relative;
        left: 0;
        top: 0;
    }

    .car-area-result .input {
        float: left;
        width: 55%;
    }

    .car-area-result {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
        padding: 15px;
        border-radius: 5px;
        padding-left: 15px;
        position: relative;
        min-height: 245px;
        margin-bottom: 0;
        padding-bottom: 9px;
    }

    .car-area-result h6 {
        color: #04395c;
        font-size: 15px;
        margin-top: 15px;
        display: inline-block;
        width: 100%;
    }

    .search-icons li {
        width: 49%;
        float: left;
        border: 1px dashed #ccc;
        list-style: none;
        margin-right: 1%;
        text-align: left;
        padding: 3px 0px;
        border-radius: 1px;
        margin-top: 9px;
        color: #2f2f2f;
        font-size: 12.5px;
    }

    .social-media-area {
        width: 100%;
        display: inline-block;
        margin: 0px;
        margin-bottom: 28px;
        background-color: #04395c;
        padding: 4px 20px;
        border-radius: 20px;
        margin-top: 28px;
        padding-bottom: 11px;
        text-align: center;
    }

    .social-media-area ul li a {
        width: 43px;
        text-align: center;
        display: block;
        color: #fff;
        padding: 15px 0px;
        font-size: 18px;
        transition: all 500ms;
    }

    .social-media-area ul {
        display: table;
        margin: 0 auto;
        padding: 0px;
        float: none;
        margin-top: -7px;
        margin-bottom: -8px;
    }

    .social-media-area .call ion-icon {
        display: none;
    }

    .social-media-area p {
        width: 100%;
    }
}


@media(max-width: 768px){

    .ust-bilgi-tb {
        position: relative;
        padding-bottom: 62px;
        display: inline-block;
        width: 100%;
    }

    .ust-bilgi-tb .search-icons {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
    }

    .car-area-result .price-area {
        position: relative;
        right: 0px;
        top: 0%;
        height: auto;
        background-color: #ffffff;
        border-radius: 5px;
        display: inline-block;
        width: 100%;
        padding-bottom: 9px;
        padding-top: 0;
    }

    .car-area-result .pricebox-tb {
        color: #04395c;
        display: table;
        border-radius: 4px;
        font-weight: 600;
        font-size: 17px;
        border: 0px;
        padding: 0 5px;
        float: left;
        width: 48%;
        text-align: center;
        margin: 0px 2%;
        margin-top: 9px !important;
        margin-bottom: -3px !important;
    }

    .car-area-result .rez-btn {
        width: 46%;
        float: left;
        margin-top: 10px;
        margin-bottom: 0px !important;
    }

    .car-area-result .pricebox-tb span {
        width: 100%;
    }

    .kayit-from-area {
        margin-bottom: 25px;
        border: 2px solid #5fb396;
        padding: 9px 18px;
        padding-top: 0;
        margin-top: 22px;
        border-radius: 5px;
        padding-bottom: 22px;
        background-color: #04395c0f;
    }

    .mobil-rez-final-btn {
        margin-bottom: 35px;
        padding: 9px 18px;
        padding-top: 0;
        margin-top: 9px;
        border-radius: 2px;
        padding-bottom: 22px;
    }

    .rez-summary button {
        background-color: #5778bc;
    }

    .car-list-area {
        padding-top: 25px;
    }
}




.steppa {
    display: block;
    color: #fff;
    padding: 9px 18px 8px 17px;
    border-radius: 42px;
    background-color: #f9b442;
    width: 45px;
    font-size: 19px;
    font-weight: 700;
}

.steppaFIN {
    display: block;
    padding: 9px 18px 8px 13px;
    border-radius: 42px;
    background-color: #c1e6d2;
    width: 45px;
    font-size: 19px;
    font-weight: 700;
    color: #49bf80;
    position: absolute;
    top: 1px;
    right: 0px;
}

.line_step {
    position: absolute;
    background-color: #e8dfd0;
    display: block;
    width: 79%;
    height: 1px;
    top: 23px;
    margin-left: 53px;
}

.titolo_step {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.desc_step {
    color: #696969;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}

#vehiclesa {
    visibility: hidden;
}

.line {
    height: 25px;
    width: 100%;
}

.line2 {
    height: 38px;
    width: 100%;
}

.pre {
    background: linear-gradient(to right, #eeeeee 8%, #dbdbdb 18%, #eeeeee 33%);
    background-size: 200% 50px;
    animation: preloadAnimation 2s infinite;
}

#how_does_it .col-lg {
    position: relative;
}


.steppaFIN {
    display: block;
    padding: 9px 18px 8px 13px;
    border-radius: 42px;
    background-color: #c1e6d2;
    width: 45px;
    font-size: 19px;
    font-weight: 700;
    color: #49bf80;
    position: absolute;
    top: 1px;
    right: 0px;
}

.payment-type-btns {
    width: 100%;
    background-color: #ececec;
    display: inline-block;
    padding: 8px 3px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.payment-type-btns .buttons {
    width: 50%;
    float: left;
    padding: 0px 5px;
}

.payment-type-btns button {
    width: 100%;
    background-color: #fff;
    border: 0px;
    padding: 11px 8px;
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    margin: 0;
    display: block;
    float: left;
}


.payment-type-btns button.active {
    background-color: #5fb396;
    color: #fff;
}

.carspaymentsum {
    text-align: center;
    width: 100%;
    background-color: #f1f6f6;
    padding: 17px 15px;
    border-radius: 5px;
    margin-top: 12px;
    border: 1px solid #cccccc7a;
}

.carspaymentsum h6 {
    font-size: 15px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.carspaymentsum p {
    margin-bottom: 0px;
}

.col-xs-6 {
    width: 50% !important;
}

.cars-area-result img {
    width: 100%;
    max-width: 272px;
    display: table;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 25px;
}

.cars-area-result h6 {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #f1f6f6;
    padding: 10px 5px;
    border: 1px solid #04395c;
    border-radius: 5px;
}

#pdf-content {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
}

.ticket-download {
    width: 100%;
    border: 0px;
    padding: 12px 0px;
    border-radius: 5px;
    color: #fff;
    background-color: #288cc4;
    font-size: 15px;
    font-weight: 500;
    margin-top: -15px;
}
.tripadvisor  {
    width: 100%;
    padding: 15px 0px;
    background-color: #36e0a1;
}

.tripadvisor .TA_selfserveprop {
    display: table;
    margin: 0 auto;
}

.rezislemtext {
    text-align: center;
    margin-top: 35px;
}

.rezislemtext h5 {
    color: #259073;
    font-size: 20px;
}

.rezislemtext p {
    color: #404040;
    font-size: 15px;
}

.rezislemtab {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
}

.rezislemtab li {
    width: 50%;
    float: left;
    display: block;
    list-style: none;
}

.rezislemtab li a {
    display: block;
    width: 100%;
    background-color: #ededed;
    text-align: center;
    text-decoration: none;
    padding: 15px 5px;
    color: #404040;
    font-size: 15px;
}

.rezislemtab li a.active {
    background-color: #04395c;
    color:#fff;
}

.rez-sorgu {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    background-color: #04395c33;
    padding: 20px 20px;
    border: 1px solid #04395c;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.rez-sorgu input {
    width: 100%;
    border: 1px solid #04395c;
    padding: 9px 12px;
    border-radius: 5px;
    outline: 0;
}

.rez-sorgu label {
    width: 100%;
    font-size: 15px;
    margin-bottom: 7px;
    margin-top: 0;
}

.rez-sorgu label.rezno {
    margin-top: 15px;
}

.rez-sorgu button {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #ccc;
    background-color: #04395c;
    padding: 11px 0px;
    border-radius: 7px;
    color: #fff;
}

.reziptaldanger {
    color: #721c24;
    background-color: #f8d7da;
    border:1px solid #f5c6cb;
    padding: 25px 15px;
    border-radius: 5px;
    text-align: center;
}

.reziptaldanger p {
    margin-bottom: 0;
}



.reziptalform {
    display: table;
    margin: 0 auto;
    width: 100%;
    background-color: #04395c33;
    padding: 20px 20px;
    border: 1px solid #04395c;
    border-radius: 5px;
    margin-top: 10px;
}

.reziptalform textarea {
    width: 100%;
    border: 1px solid #04395c;
    padding: 9px 12px;
    border-radius: 5px;
    outline: 0;
}

.reziptalform label {
    width: 100%;
    font-size: 15px;
    margin-bottom: 7px;
    margin-top: 0;
}

.reziptalform button {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #721c24;
    background-color: #721c24;
    padding: 11px 0px;
    border-radius: 7px;
    color: #fff;
    outline: 0;
}

.rezdateupdateform p {
    width: 100%;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    text-align: center;
    padding: 11px 15px;
    border-radius: 4px;
}

.rezdateupdateform input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 9px 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 5px;
    outline: 0;
}

.rezdateupdateform button {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #ccc;
    background-color: #04395c;
    padding: 11px 0px;
    border-radius: 7px;
    color: #fff;
    outline: 0;
}

.rezlist-area .order-bilet-list {
    background-color: pink;
}


.login-screen {
    background-image: url('https://transferbulucu.com/img/screen.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.login-screen-form {
    width: 100%;
    max-width: 520px !important;
    display: table;
    margin: 0 auto;
    margin-top: 15%;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}

.login-screen-form .logo-area {
    height: auto;
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0 !important;
    background-color: transparent;
    max-width: 250px;
    border-radius: 0px;
    margin-bottom: 27px;
    margin-top: 19px;
}

.login-screen-form h4 {
    text-align: center;
    font-size: 19px;
    border-top: 1px dashed #ccc;
    padding-top: 23px;
}

.login-screen-form label {
    font-size: 15px;
    margin-bottom: 5px;
}

.login-screen-form input {
    outline: 0;
    height: 46px;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    transition: none !important;
}

.login-screen-form input.form-control:focus {
    color: #212529;
    background-color: #f9fafc !important;
    border-color: #ccc !important;
    outline: 0;
    box-shadow: none;
}

.login-screen-form button {
    outline: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    border-radius: 3px !important;
    font-size: 17px;
    background-color: #04395c !important;
    border: 0px;
}


.menu  {
    float: right;
    position: relative;
    z-index: 99;
}

.menu .menu-btn{
    background-color: #04395c;
    color: #fff;
    float: right;
    display: table;
    text-decoration: none;
    padding: 7px 12px;
    border-radius: 5px;
    margin-top: 9px;
}

.menu .menu-btn ion-icon {
    float: left;
    font-size: 18px;
    margin-top: 2px;
    margin-right: 7px;
}

.tb-acenta-menu {
    display: none;
    min-width: 202px;
    background-color: #04395c;
    position: absolute;
    top: 56px;
    width: 100%;
    right: 0;
    padding: 9px 6px;
    border-radius: 5px;
}

.tb-acenta-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tb-acenta-menu li a{
    text-decoration: none;
    margin: 0;
    padding: 6px 7px;
    color: #fff;
    border-bottom: 1px solid #f0f0f059;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
}
.tb-acenta-menu li a ion-icon {
    float: left;
    font-size: 15px;
    margin-top: 3px;
    margin-right: 7px;
}

.tb-acenta-menu li:last-child a{
    border-bottom: 0px;
}

.menu-btn-area, .menu-btn-area:hover {
    width: 100%;
    background-color: #04395c;
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 25px 0px;
    margin-top: 19px;
    border-radius: 5px;
    font-size: 16px;
}

.bayi-box {
    width: 100%;
    background-color: #fff;
    display: block;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

.bayi-box img{
    height: 42px;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.bayi-box h5 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0px;
}

.bayi-box ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.bayi-box ul li {
    width: 100%;
    margin: 0;
    padding: 7px 11px;
    list-style: none;
    margin-top: 6px;
    background-color: #03395c1c;
    border-radius: 2px;
}

.profile-update-btn {
    display: block;
    width: 100%;
    background-color: #04395c;
    color: #fff;
    border: 0;
    margin-top: 19px;
    padding: 13px 0px;
    border-radius: 5px;
    outline: 0;
}

@media(max-width: 768px){
    .carspaymentsum {
        background-color: #fff;
    }
    .ticket-area h3 {
        margin-top: 15px;
    }
}
