@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&subset=latin-ext');

html {
    position: relative;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;

}

a:hover,
a:focus,
a:visited,
a:active {
    text-decoration: none;
}

ul {
    list-style: none;
}

.nopadding {
    padding: 0;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.navigation {
    width: 100%;
    height: 76px;
    background: #f7f7f7;
    color: #c9c9c9;
    border-top: 6px solid #3bb353;
    box-shadow: 0 0 10px #c9c9c9;
}

.navigation a {
    color: #5b5b5b;
    text-decoration: none;
}

.navigation a:hover {
    color: #3bb353;
    text-decoration: none;
}

.brand {
    position: absolute;
    float: left;
    padding-left: 20px;
    padding-top: 10px;
    line-height: 70px;
}

.brand a {
    color: #ffffff;
    font-size: 1.4em;
    text-decoration: none;
    font-weight: 700;
}

.brand a:visited,
.brand a:active {
    color: #ffffff;
}

.brand a:hover {
    text-decoration: none;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;

}

.nav-dropdown {
    display: none;
    position: absolute;
    left: 0;
    z-index: 99;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-dropdown > li > a {
    color: #333;
}

nav {
    float: right;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 70px;
}

nav ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    position: relative;
    z-index: 100;
}

nav ul li {
    float: left;
    display: inline;
    position: relative;
    border-left: 1px solid #e4e4e4;
    height: 70px;
}
.rent-drop li {
    height: 50px !important;
}

nav ul li a {
    display: block;
    color: #a9a9a9;
    padding: 0 20px;
    line-height: 70px;

}

nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active {
    text-decoration: none;
    color: #3bb353;
}

nav ul li > a:hover {
    color: #3bb353;
}

nav ul li > a:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li {
    width: 190px;
}

nav ul li ul li a {
    background: none;
    display: block;
    padding: 15px;
    line-height: 20px;
    z-index: 1;
    color: #333;

}

nav ul li ul li a:hover {
    background: #297b3d;
    color: #ffffff;
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #3bb353;
    height: 70px;
    width: 70px;
}

.rent-drop {
    text-align: left;
    padding-left: 0;
    box-shadow: none;
    margin-left: 0
}

.rent-drop li {
    border: 0 !important;

}

@media only screen and (max-width: 800px) {
    .nav-mobile {
        display: block;
    }

    .logo {
        position: absolute;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        width: 100%;
        float: none;
        border: 0;
    }

    nav ul li > a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li:hover .nav-dropdown {
        display: none;
    }

    nav ul li ul li a {
        line-height: 20px;
    }

    .nav-dropdown {
        position: static;
        width: 100%;
    }
}

@media screen and (min-width: 800px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

.tr-lang {
    position: relative;
    top: 2px;
    right: 10px;
}

.tr-lang:before {
    height: auto;
    content: url("../images/tr-lang.png");
}

.header-price {
    position: relative;
    top: 2px;
    right: 10px;
}

.header-price .fa-try {
    color: #3bb353;
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
    font-size: 19px;
}

.user-login {
    position: relative;
    top: 2px;
    right: 10px;
    font-size: 20px;
    color: #3bb353;
}

/*referans*/
#referans {
    margin: auto;
    position: relative;
    z-index: -2;
}

#referans .bold-text {
    color: #3bb353;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: 35px;
}

#referans .ref-content {
    margin-top: 45px;
    text-align: center;
}

.ref-content .ref-img {
    max-width: 100%;
    height: auto;
}

/* Testimonials */
#testimonials {
    margin-top: 45px;
    margin-bottom: 45px;
    height: auto;
    box-shadow: 0 0 10px #c9c9c9;
    background: #f7f7f7 url("../images/commet-bg.png") no-repeat right;
}

@media screen and (max-width: 768px) {
    #testimonials {
        background: url("../images/commet-bg.png") no-repeat bottom;
        background-size: contain;
    }
}

.testimonials-content {
    padding-top: 30px;
}

.testimonials blockquote {
    border: medium none;
    color: #909090;
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}

.testimonials .carousel-info img {
    border: 4px solid #ffffff;
    border-radius: 150px !important;
    height: 85px;
    padding: 3px;
    width: 85px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 10px #c9c9c9
}

.testimonials .carousel-info {
    overflow: hidden;
    display: inline;
}

.testimonials .carousel-info img {
    margin-right: 15px;
}

.testimonials .carousel-info span {
    display: block;
}

.testimonials span.testimonials-name {
    color: #636363;
    font-size: 15px;
    font-weight: 500;
    margin: 23px 0 7px;
    font-family: 'Raleway', sans-serif;
}

.testimonials-content .bold-text {
    color: #3bb353;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.testimonials-box {
    margin-bottom: 30px;
}

/*popüler kiralama*/
.popular-rent-content h3 {
    color: #494949;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

ul.rental-city {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

ul.rental-city li {
    padding: 10px;
    border: 1px solid #e7e7e7;
    margin-bottom: 40px;
}

ul.rental-city li a img {
    float: left;
    margin: 0 10px 0 0;
    padding: 4px;
    border: 1px solid #eee;
}

ul.rental-city li a:hover img {
    background: #eee;
}

ul.rental-city li a p {
    margin: 0 0 0 76px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
}

ul.rental-city li a p span.meta {
    display: block;
    font-size: 12px;
    color: #999;
}

@media screen and (max-width: 700px) {

    ul.rental-city li a img {
        display: block;
        float: none;
        margin: 0 0 5px 0;
        width: 100%;
    }

    ul.rental-city li a p {
        margin: 0;
    }

}

.rental-city-box:before,
.rental-city-box:after {
    content: " ";
    display: table;
}

.rental-city-box:after {
    clear: both;
}

.rental-city-box a > h3 {
    color: #3bb353;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1.1;
}

.rental-city-box a > h3:after {
    content: url("../images/tr-lang.png");
    position: absolute;
    right: 31px;

}

/*rentgate hakkında*/

#rentgate-info {
    margin-top: 45px;
    margin-bottom: 45px;
    height: auto;
    background: #f9f9f9;
    box-shadow: 0 0 10px #c9c9c9;
}

#rentgate-info-content > h3 {
    font-size: 18px;
    color: #494949;
    text-indent: 30px;
}

#rentgate-info-content h3 strong {
    font-size: 18px;
    color: #494949;
    font-weight: 700;
}

#rentgate-info-content h3 .light-text {
    font-size: 18px;
    color: #494949;
    font-weight: 300;
}

#rentgate-info-content > p {
    color: #7b7b7b;
    font-size: 15px;
    font-weight: 500;
    padding: 15px;
}

.title {
    background: #3bb353;
    height: 55px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 55px;
    position: relative;
}

.title:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -17px;
    left: 12px;
    border-style: solid;
    border-width: 17px 25px 0 25px;
    border-color: #3bb353 transparent transparent transparent;

}

.title .rentgate-icon {
    font-size: 20px;
    float: left;
    text-indent: 15px;
}

.news-letter-box {
    margin-bottom: 40px;
    min-height: 192px;
}

.news-letter-box > p {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 500;
    margin-top: 25px;
}

.news-letter-register input {
    border: 1px solid #d8d8d8;
    height: 39px;
    color: #7b7b7b;
    font-size: 13px;
}

.news-letter-register .fa-plus-circle {
    position: relative;
    top: -31px;
    float: right;
    right: 15px;
    color: #3bb353;
    font-size: 22px;
}

.rentgate-icon .fa-mobile {
    font-size: 27px;
}

p > .fa-apple, p > .fa-android {
    font-size: 22px;
    margin-right: 20px;
    color: #666;

}

.news-letter-box > hr {
    border-bottom: 6px solid #3bb353;
    width: 100%;
    border-top: 0;
}

.news-letter-box img {
    padding-bottom: 10px;
}

p > .l25 {
    line-height: 25px;
}

/*footer*/
.full {
    width: 100%;
}

.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}

.footer {
    background: #3bb353;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;

}

.footer p {
    margin: 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
}

.footer span {
    color: #98e4a7;
    font-size: 13px;
    font-weight: 300;
}

.footer img {
    max-width: 100%;
}

.footer h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}

.footer ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
}

.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}

.footer a {
    color: #FFFFFF;;
}

.footer-bottom {
    background: #414141;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
}

.footer-bottom p.pull-left {
    padding-top: 6px;
    padding-left: 10px;
}

.footer-bottom-images {
    padding-top: 6px;
    padding-right: 10px;
}

/*reservasyon form*/
.drop-location-change {
    display: none;
}

.ml0 {
    margin-left: 0;
}

.mr0 {
    margin-right: 0;
}

.select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #FFFFFF;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select::-ms-expand {
    display: none;
}

*:focus {
    outline: none;
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.reservation-form-wrapper {
    /*background: rgba(255, 255, 255, 0.7);*/
    background: #fefcea;
    background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%);
    background: -webkit-linear-gradient(top, #fefcea 0%, #f1da36 100%);
    background: linear-gradient(to bottom, #FFC852 0%, #f1da36 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#f1da36', GradientType=0);
    height: auto;
    margin-top: 30px;
    padding: 0;
    border-bottom: 6px solid #3bb353;
}

.reservation-form-wrapper > h3 {
    color: #FFFFFF;
    background: #3bb353;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    height: 44px;
    text-align: center;
    line-height: 44px;
    margin-top: 0;
    width: 100%;
}

.reservation-form .city, .reservation-form .sube {
    color: #3bb353;
    font-size: 15px;
    font-weight: 700;
    line-height: 41px;
}

#city-location {
    width: 100%;
    border: 0;
    box-shadow: 0 0 10px #c9c9c9;
    border-radius: 0;
    height: 41px;
    text-indent: 10px;
    margin-bottom: 20px;
    position: relative;
    background: #FFFFFF;
}

#city-location:after {

    content: '▾';
    position: absolute;
    top: 0;
}

#clock {
    width: 100%;
    border: 0;
    box-shadow: 0 0 10px #c9c9c9;
    border-radius: 0;
    height: 41px;
    text-indent: 10px;
    margin-bottom: 20px;
    position: relative;
    background: #FFFFFF;
}

.drop-location {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #848484;
}

.drop-location input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #FFFFFF;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.drop-location:hover input ~ .control__indicator,
.drop-location input:focus ~ .control__indicator {
    background: #ccc;
}

.drop-location input:checked ~ .control__indicator {
    background: #3bb353;
}

.drop-location:hover input:not([disabled]):checked ~ .control__indicator,
.drop-location input:checked:focus ~ .control__indicator {
    background: #00944a;
}

.drop-location input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.drop-location input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

.ma5slider {
    position: relative;
    z-index: 0;
}

#reservation-form {
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
}

#datepicker-form h3 {
    color: #37984a;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}

.pickup-date input > .fa-calendar {
    cursor: default;
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    height: 100%;
    width: 2.67142857em;
    opacity: .5;
    border-radius: 0 .28571429rem .28571429rem 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.pickup-date {
    position: relative;
}

.pickup-date input {
    position: relative;
    text-align: center;
    height: 41px;
    width: 100%;
    color: #848484;
    font-weight: 700;
    font-size: 15px;
    border: 0;
}

.pickup-date-edit-pickup input, .pickup-date-edit-return input {
    position: relative;
    text-align: center;
    height: 41px;
    width: 100%;
    color: #848484;
    font-weight: 700;
    font-size: 15px;
    border: 0;
}

.pickup-date .fa-calendar {
    font-size: 15px;
    color: #848484;
}

.pickup-date .fa-calendar:before {
    position: absolute;
    text-align: center;
    /*top: 78%;*/
    margin-top: 10px;
    z-index: 1;
    width: 100px;
    left: -15%;

}

.select .fa-clock-o {
    font-size: 19px;
    color: #848484;
}

.select .fa-clock-o:before {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -.5em;
    z-index: 1;
    width: 100px;
    left: -15%;
}

#clock {
    text-indent: 50px;
    position: relative;
    text-align: center;
    height: 41px;
    width: 100%;
    margin-bottom: 20px;
    color: #999;
    font-weight: 700;
    font-size: 15px;
    border: 0;
}

.clock__select__arrow {
    position: absolute;
    top: 35px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.fa-check {
    color: #37984a;
    font-size: 19px !important;
    margin-right: 15px;
    vertical-align: initial;
}

span.text {
    color: #5d5d5d;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.rent-btn {
    border: 0;
    background: #3bb353;
    width: 100%;
    white-space: nowrap;
    color: #FFFFFF;
    border-radius: 0;
    height: 41px;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
}

.rent-btn:hover {
    color: #FFFFFF;
    background: #297b3d;
    box-shadow: none;
    outline: none;
}

.btn:focus {
    outline: none !important;
    color: #FFFFFF;
}

.btn:active {
    box-shadow: none;
}

.fa-search {
    float: left;
    vertical-align: inherit;
}

.fa-search:before {
    content: "\f002";
    position: relative;
    top: 4px;
}

.mt4 {
    position: relative;
    top: 10px;
}

.home-bg {
    background: url("../images/slider-1-1.jpg") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 10px;
}

#reservation-form {
    position: relative !important;
}

.slogan {
    height: auto;
    margin-top: 150px;
    padding-right: 0;
    background: rgba(255, 255, 255, 0.7);
    width: 55%;
    float: right;
}

.slogan h1 {
    word-wrap: break-word;
    text-overflow: ellipsis;
    color: #666;

}

#return-input {
    display: none;
    position: absolute;
    top: 0;
    left: -34px;
    z-index: 999;
    width: 147%;
}

#return-input-edit-pickup, #return-input-edit-return {
    display: none;
    position: absolute;
    top: -23px;
    left: 0;
    z-index: 999;
    width: 100%;
}

.pignose-calendar {
    max-width: 460px !important;
}

.pickup-date {
    position: relative;
}

.multi-select-calendar {
    position: absolute;
    top: 100px;
    left: 15px;
    z-index: 999;
    width: 147%;
}

.pignose-calendar .pignose-calendar-top {
    padding: 2em 0;
}

.pignose-calendar-unit {
    height: auto;
}

/*araç listeleme sayfası*/

.header-top-edit {
    min-height: 70px;
    background: #3bb353;
    color: #FFFFFF;
    margin-top: 17px;
    margin-bottom: 10px;
}

.header-top-edit p.small-text {
    font-size: 13px;
    margin-top: 5px;
    font-weight: 400;
}

.pickup p, .return p {
    font-size: 15px;
    font-weight: 700;
}

#header-top-reservation {
    padding-top: 10px;
}

.header-res-date {
    font-weight: 800;
}

.header-res-date .fa-calendar {
    color: #FFFFFF;

}

.header-res-date .fa-calendar:before {
    position: relative;
    left: -10px !important;
}

.header-res-date .fa-clock-o:before {
    position: relative;
    text-align: left;
    margin-right: 10px;
}

.header-res-date .fa-clock-o {
    color: #FFFFFF;
}

.return .small-text-light {
    color: #2c773b;
    font-size: 11px;
    font-weight: 800;
}

.header-car-filter {
    font-size: 15px;
    color: #696969;
    margin-bottom: 10px;
}

.header-car-filter a {
    color: #696969;
}

.header-car-filter a:hover {
    color: #2e2e2e;
}

.header-car-filter .fa-angle-double-left {
    color: #696969;
    font-size: 19px;
    margin-right: 10px;

}

.filter-select label {
    margin-right: 15px;
}

a.btn.filter-btn.dropdown-toggle {
    width: 110px;
    border-radius: 0;
    border: 1px solid #c2ccc4;
    height: 28px;
    line-height: 14px;
    color: #696969;
    font-size: 13px;
    text-align: left;
    font-weight: 600;
}

.filter-btn .caret {
    margin-left: 0;
    position: absolute;
    right: 4px;
    top: 11px;
}

.total-price > .pull-right {
    color: #696969;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    line-height: 15px;
}

#icon {
    position: relative;
    padding-left: 0;
}

#icon li {
    text-indent: 9px;
    padding: 0;
    list-style: none;
    display: inline-block;
    top: 0;
    margin-right: 15px;
}

#icon .fa {
    margin-right: 5px;
    vertical-align: middle;
    color: #696969;
    font-size: 19px;
}

.car-list-detail .pull-right > span {
    float: right;
    padding-top: 10px;
    color: #989898;
    font-size: 15px;
    font-weight: 500;
}

.car-list-box {
    background: #f7f7f7;
    border-top: 6px solid #3bb353;
    box-shadow: 0 0 10px #c9c9c9;
    min-height: 320px;
    height: 100%;
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
}

.car-list-image img {
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid #eaeaea;
    width: 100%;
}

.limited-car {
    color: #833f3f;
    font-size: 12px;
    font-weight: 800;
    background: #ffa2a2;
    border-bottom: 3px solid #9a4f4f;
    padding: 5px;
    text-align: center;
    height: 30px;

}

.best-car {
    color: #1c4852;
    font-size: 12px;
    font-weight: 800;
    background: #a2e1ff;
    border-bottom: 3px solid #4f829a;
    padding: 5px;
    text-align: center;
    height: 30px;

}

.car-list-detail h4 strong {
    color: #349e49;
    font-size: 20px;
    font-weight: 700;
}

.car-list-detail h4 {
    color: #989898;
}

.res-btn {
    width: 100%;
    background: #3bb353;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
}

#left .car-list-image {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #eaeaea;
    margin-top: 20px;
}

.car-list-image img {
    border: none;
    padding-top: 30px;
}

.company-text {
    color: #595959;
    font-weight: 700;

}

.company a {
    text-decoration: underline;
    font-size: 13px;
    color: #568cc3;
}

.alert-special {
    background: #fef0a0;
    border: 1px solid #e8d980;
    padding: 4px;
}

.alert-special h5 {
    color: #9e8f3a;
}

.alert-special .fa-check {
    color: #9e8f3a !important;
    font-size: 17px;
}

.car-title {
    margin-bottom: 10px;
}

.car-info {
    margin-bottom: 10px;
}

.car-service ul {
    padding-left: 0;
    overflow: hidden;

}

.car-service ul li {
    color: #838383;
    font-size: 14px;
}

.car-service .fa-check {
    color: #37984a;
    font-size: 15px !important;
    margin-right: 5px;
    vertical-align: initial;
}

.green-title {
    color: #349e49;
    font-size: 15px;
    font-weight: 700;
}

.mb30 {
    margin-bottom: 30px;
}

.airport {
    color: #595959;
    font-weight: 700;
}

.airport .fa-plane {
    font-size: 16px;
}

.company img {
    width: 78px;
    height: 28px;
}

#reservation-form-edit-show {
    display: none;
    margin: 0 auto;
    padding: 0;
}

#reservation-form-edit-show .reservation-form-wrapper {
    margin-top: -10px;
    margin-bottom: 20px;
}

.pdt15 {
    padding-top: 15px;
}

.clock__edit__select__arrow {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.reservation-form label {
    margin-top: 10px;
    color: #349e49;
}

/*sürücü bilgileri*/
.multi-stepbar {
    background: #3bb353;
    margin: 40px auto;
}

.stepbar-1, .stepbar-2, .stepbar-3, .stepbar-4 {
    margin: 18px !important;
}

.multi-step-do {
    margin: 10px;
    padding: 10px;
    height: 45px;
    width: 45px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    color: #3bb353;
    font-size: 20px;
    font-weight: bold;
    background: #FFFFFF;
    border-radius: 50%;
    font-family: 'Oswald', sans-serif;

}

.multi-step-done {
    margin: 10px;
    padding: 10px;
    height: 45px;
    width: 45px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    color: #3bb353;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;

}

.multi-step-todo {
    margin: 10px;
    padding: 10px;
    height: 45px;
    width: 45px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    color: #3bb353;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    font-family: 'Oswald', sans-serif;

}

.multi-step-line {
    width: 12.3%;
    display: inline-block;
}

.multi-step-line .prev {
    color: #88e89b;
    font-weight: 700;
    font-size: 14px;
}

.multi-step-line .next {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
}

[class*="entypo-"]:before {
    content: url("../images/check-step.png");
    position: relative;
    top: 0;
}

.driver-form-wrapper .res-btn-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.driver-form-wrapper .select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 9px 15px;
    outline: 0;
    border-radius: 0;
    background: #FFFFFF;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #c2ccc4;
}

.driver-form-wrapper label {
    color: #838383;
    font-size: 15px;
    margin-top: 10px;
}

.driver-form-wrapper .form-control {
    height: 40px;
    border: 1px solid #c2ccc4;
    border-radius: 0;
}

.driver-form-wrapper h2 {
    color: #3bb353;
    font-size: 20px;
   text-indent: 15px;
    font-weight: 700;
}

.driver-form-wrapper .alert-special {
    padding-left: 25px;
}

#driver-info-wrapper > hr {
    content: '';
    margin-top: 0;
    margin-bottom: 11px;


}

.service .grey-text {
    color: #838383;
    font-size: 13px;
}

.extra .grey-text {
    color: #838383;
    font-size: 13px;
}

.grey-text .fa-angle-double-right {
    color: #3bb353;
    margin-right: 10px;
}

.grey-text .fa-calendar, .grey-text .fa-clock-o {
    margin-right: 10px;
}

#driver-info-wrapper {
    background: #f7f7f7;
    border-top: 6px solid #3bb353;
    margin-bottom: 30px;
    box-shadow: 0 0 10px #c9c9c9;
}
.driver-info-wrapper {
    background: #f7f7f7;
}
.mt0 {
    margin-top: 0 !important;
}

.mt30 {
    margin-top: 30px;
}

.green-text {
    color: #349e49;
    font-size: 13px;
    font-weight: 700;
}

.grey-text {
    color: #646464;
    font-size: 15px;
    font-weight: 700;
}

.extra-wrapper .res-btn-wrapper {
    margin-bottom: 20px;
}

.extra-wrapper textarea {
    border: 1px solid #c2ccc4;
    width: 100%;
    margin-bottom: 20px;
}

.extra-wrapper .extra-not {
    color: #838383;
    font-size: 14px;
    font-weight: 400;
}

.input-number {
    width: 60px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
    border: 3px solid #3bb353;
    height: 40px;
    user-select: none;
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 47px;
    line-height: 35px;
    background: #3bb353;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 25px;
}

.input-number-decrement:active,
.input-number-increment:active {
    background: #ddd;
}

.input-number-decrement {
    border-right: none;
    border-radius: 0;
}

.input-number-increment {
    border-left: none;
    border-radius: 0;
}

.extra-wrapper .price span {
    color: #a7a7a7;
    font-size: 17px;
}

.extra-wrapper .price strong {
    color: #3bb353;
    font-size: 17px;
    font-weight: 600;
}

.extra-wrapper .bold-text {
    color: #595959;
    font-size: 15px;
    font-weight: 600;
}

.extra-wrapper .small-text {
    color: #838383;
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
}

.extra-wrapper .fa-angle-double-right {
    color: #3bb353;
    font-size: 15px;
}

.extra-wrapper h2 {
    font-size: 20px;
    font-weight: 700;
    color: #3bb353;
    text-indent: 25px;
}

.airport p a {
    font-size: 13px;
    text-decoration: underline;
}

.airport .fa-info-circle {
    color: #568cc3;
    font-size: 25px;
    margin-top: 10px;

}

.alert-special strong {
    color: #9e8f3a;
}

.extra p strong {
    color: #3bb353;
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px;
}

.driver-form-wrapper .bold-text {
    color: #838383;
    font-size: 15px;
    font-weight: 600;
    line-height: 0;
}

.driver-form-wrapper .small-text {
    color: #838383;
    font-size: 14px;
    font-weight: 400;
}
.price-box {
    color: #838383;
    font-size: 15px;
    position: relative;
    padding-top: 5px;
}
.price-box:before {
    content: '';
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    border-left: 1px solid #c9c9c9;

}
.last-price .control__indicator {
    background: #e9e9e9;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: 40px;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);
}
.last-price .control--checkbox {
    display: block;
    position: absolute;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #848484;
}
.last-price .control--checkbox input:checked ~ .control__indicator {
    background: #3bb353;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: 40px;
}
.last-price .control--checkbox input:checked ~ .control__indicator:after {
    display: block;
    left: 10px;
    top: 5px;
}
.last-price .control--checkbox input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    display: none;
}
.now-price, .last-price {
    background: #FFFFFF;
    box-shadow: 0 0 10px #c9c9c9;
    padding: 10px;
    min-height: 148px;
    height: 100%;
    position: relative;
}
.driver-form-wrapper hr {
    content: '';
    margin-top: 10px;
}
.discount {
    position: relative;
    top:7px;
}
.discount .red-text{
    color: #bb3b3b;
    font-size: 20px !important;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.discount .green-text {
    color: #3bb353;
    font-size: 20px !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.price-box .green-text {
    color: #838383;
    font-size: 15px;
    font-weight: 600;
}

.price-box .red-text {
    color: #bb3b3b;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

.price-box .green-text {
    color: #3bb353;
    font-size: 15px;
}

.price-box .col-md-offset-1 > .green-text {
    color: #3bb353;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.mt20 {
    margin-top: 20px;
}
.mt20 .col-md-9 > .grey-text {
    font-size: 13px;
    color: #838383;
    font-weight: 400;
}
.mt20 .col-md-offset-1 > a {
    font-size: 13px;
    color: #568cc3;
    text-decoration: underline;
}
.strike {
    position: relative;
}

.strike:after {
    content: '';
    border-bottom: 3px solid #3bb353;
    position: absolute;
    left: 0;
    top: 48%;
    width: 100%;
}

.odeme-form-wrapper p {
    font-size: 12px;
    color: #595959;
    margin-top: 30px;
}

.odeme-form-wrapper .cvc {
    position: relative;
    top: 10px;
}

button .fa-check-circle {
    float: left;
    font-size: 23px;
}

.cvc img {
    margin-right: 5px;
}

.odeme-form-wrapper input {
    height: 40px;
    border: 1px solid #c2ccc4;
    border-radius: 0;
    width: 100%;
    text-indent: 15px;
}

.odeme-form-wrapper label {
    color: #838383;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 600;
}

.odeme-form-wrapper .select {
    margin-top: 10px;
    margin-bottom: 10px;
}

#odeme {
    margin-top: 30px;
}

.borderWidth {
    border: 1px solid #e6e6e6;
    content: '';
    margin-top: 30px !important;
}

.odeme-form-wrapper .grey-text strong {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
}

.mt50 {
    margin-top: 50px;
    margin-bottom: 20px;
}
#confirm .fa-plus-circle {
    font-size:40px;
    color: #3bb353;
    margin-top: 100%;
}
#confirm span {
    color: #838383;
    font-size: 14px;
}
#confirm h2 {
    color: #3bb353;
    font-size: 20px;
    font-weight: 700;
}
#confirm p {
    color: #838383;
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
}
#confirm p .fa-info-circle {
    color: #3bb353;
    font-size: 17px;
    margin-right: 10px;
}
.company span {
    color: #595959;
    font-size: 13px;
    font-weight: 700;
}
.hizmet .grey-text {
    color: #838383;
    font-size: 13px;
}
.car-title h4 {
    color: #989898;
    font-size: 20px;
}
.car-title h4 strong {
    color: #349e49;
    font-size: 20px;
}
#confirm .left .red-text {
    color: #bb3b3b;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight:bold;
}
#confirm .right p span {
    color: #9e8f3a;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;

}
#confirm .right p strong {
    color: #bb3b3b;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    margin-right: 5px;
}
#confirm .right p .price {
    color: #30a347;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
}
#confirm .right > hr {
    border-color: #e8d980;
}
#confirm .left {
    padding-top: 15px;
}
#confirm .left .yellow-text {
    color: #9e8f3a;
    font-size: 20px;
    font-weight: 700;

}
.confirm-price-table {
    background: #fef0a0;
    padding: 10px;
}

.confirm h3 {
    color: #349e49;
    font-size: 25px;
    font-weight: 700;
}

.confirm h4 {
    color: #349e49;
    font-size: 20px;
    font-weight: 700;
}

.print {
    margin-top: 18px;
}

.print .grey-text {
    float: right;
}

p .fa-file-pdf-o {
    font-size: 20px;
    background: #ea4c3a;
    width: 36px;
    height: 36px;
    color: #FFFFFF;
    vertical-align: middle;
    margin-right: 15px;
    float: right;
}

p .fa-file-pdf-o:before {
    content: "\f1c1";
    position: relative;
    top: 8px;
    left: 10px;
}

p .fa-print {
    font-size: 25px;
    background: #ffa10d;
    width: 36px;
    height: 36px;
    color: #FFFFFF;
    vertical-align: middle;
    margin-right: 10px;
    float: right;
}

p .fa-print:before {
    content: "\f02f";
    position: relative;
    top: 6px;
    left: 7px;
}
.strike {
    position: relative;
}

.strike:after {
    content: '';
    border-bottom: 3px solid #3bb353;
    position: absolute;
    left: 0;
    top: 48%;
    width: 100%;
}

.odeme-form-wrapper p {
    font-size: 12px;
    color: #595959;
    margin-top: 30px;
}

.odeme-form-wrapper .cvc {
    position: relative;
    top: 10px;
}

button .fa-check-circle {
    float: left;
    font-size: 23px;
}

.cvc img {
    margin-right: 5px;
}

.odeme-form-wrapper input {
    height: 40px;
    border: 1px solid #c2ccc4;
    border-radius: 0;
    width: 100%;
    text-indent: 15px;
}

.odeme-form-wrapper label {
    color: #838383;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 600;
}

.odeme-form-wrapper .select {
    margin-top: 10px;
    margin-bottom: 10px;
}

#odeme {
    margin-top: 30px;
}

.borderWidth {
    border: 1px solid #e6e6e6;
    content: '';
    margin-top: 30px !important;
}

.odeme-form-wrapper .grey-text strong {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
}

.mt50 {
    margin-top: 50px;
    margin-bottom: 20px;
}
#confirm .fa-plus-circle {
    font-size:40px;
    color: #3bb353;
    margin-top: 100%;
}
#confirm span {
    color: #838383;
    font-size: 14px;
}
#confirm h2 {
    color: #3bb353;
    font-size: 20px;
    font-weight: 700;
}
#confirm p {
    color: #838383;
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
}
#confirm p .fa-info-circle {
    color: #3bb353;
    font-size: 17px;
    margin-right: 10px;
}
.company span {
    color: #595959;
    font-size: 13px;
    font-weight: 700;
}
.hizmet .grey-text {
    color: #838383;
    font-size: 13px;
}
.car-title h4 {
    color: #989898;
    font-size: 20px;
}
.car-title h4 strong {
    color: #349e49;
    font-size: 20px;
}
#confirm .left .red-text {
    color: #bb3b3b;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight:bold;
}
#confirm .right p span {
    color: #9e8f3a;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;

}
#confirm .right p strong {
    color: #bb3b3b;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    margin-right: 5px;
}
#confirm .right p .price {
    color: #30a347;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
}
#confirm .right > hr {
    border-color: #e8d980;
}
#confirm .left {
    padding-top: 15px;
}
#confirm .left .yellow-text {
    color: #9e8f3a;
    font-size: 20px;
    font-weight: 700;

}
.confirm-price-table {
    background: #fef0a0;
    padding: 10px;
}

.confirm h3 {
    color: #349e49;
    font-size: 25px;
    font-weight: 700;
}

.confirm h4 {
    color: #349e49;
    font-size: 20px;
    font-weight: 700;
}

.print {
    margin-top: 18px;
}

.print .grey-text {
    float: right;
}

p .fa-file-pdf-o {
    font-size: 20px;
    background: #ea4c3a;
    width: 36px;
    height: 36px;
    color: #FFFFFF;
    vertical-align: middle;
    margin-right: 15px;
    float: right;
}

p .fa-file-pdf-o:before {
    content: "\f1c1";
    position: relative;
    top: 8px;
    left: 10px;
}

p .fa-print {
    font-size: 25px;
    background: #ffa10d;
    width: 36px;
    height: 36px;
    color: #FFFFFF;
    vertical-align: middle;
    margin-right: 10px;
    float: right;
}

p .fa-print:before {
    content: "\f02f";
    position: relative;
    top: 6px;
    left: 7px;
}




.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }

.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 0;
    display: block;
    cursor: pointer;
    text-align: left;
}

.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}



.formError .formErrorContent {
    width: 100%;
    background: #3bb353;
    position:relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    padding: 4px 10px 4px 10px;
}

.formError.inline .formErrorContent {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}



.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0px 0 0 12px;
    top:2px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #3bb353;
    border-right: 2px solid #3bb353;
    height: 1px;
    background: #3bb353;
    margin: 0 auto;
    line-height: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 11px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}
