html,
body {
    width: 100%;
    height: 100%;
    color: #010;
}

.animationCar{
    width: 337px;
}

@font-face {
    font-family: 'SF-UI-Text-Light';
    font-style: normal;
    font-weight: 300;
    src: local('SF-UI-Text-Light'), local('SF-UI-Text-Light'), url('fonts/sf-ui/SF-UI-Text-Light.otf') format('truetype');
}

@font-face {
    font-family: 'SF-UI-Text-Medium';
    font-style: normal;
    font-weight: 400;
    src: local('SF-UI-Text-Medium'), local('SF-UI-Text-Medium'), url('fonts/sf-ui/SF-UI-Text-Medium.otf') format('truetype');
}

@font-face {
    font-family: 'weblysleekuisl';
    font-style: normal;
    font-weight: 200;
    src: local('weblysleekuisl'), local('weblysleekuisl'), url('fonts/webly/weblysleekuisl.ttf') format('truetype');
}

@font-face {
    font-family: 'weblysleekuil';
    font-style: normal;
    font-weight: 300;
    src: local('weblysleekuil'), local('weblysleekuil'), url('fonts/webly/weblysleekuil.ttf') format('truetype');
}

@font-face {
    font-family: 'weblysleekuisb';
    font-style: normal;
    font-weight: 600;
    src: local('weblysleekuisb'), local('weblysleekuisb'), url('fonts/webly/weblysleekuisb.ttf') format('truetype');
}

a, button,
a:hover, button:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: inherit;
    text-decoration: none;
}

a, input, button, select {
    transition: all 0.6s;
    outline: none;
}

a:focus, button:focus, a:active, button:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}

ul, li, ol {
    list-style: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

em, i {
    font-style: normal;
}

label {
    margin-bottom: 0;
    font-weight: inherit;
}

.form-control:focus {
    box-shadow: none;
}

.container {
    max-width: 1330px;
    width: 100%;
}

.top-navigation {
    position: fixed;
    background: rgba(0, 1, 0, 0.6);
    padding: 2px 2.5% 9px;
    text-align: center;
    z-index: 7;
    display: table;
    width: 100%;
}

.top-navigation.bg-transparent {
    padding: 17px 2.5%;
}

.bg-transparent .navbar-brand {
    height: 60px;
    width: 342px;
    margin-top: 0px;
}

.navbar-brand {
    height: 47px;
    padding: 0;
    background-image: url(../img/logo.svg);
    width: 265px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 8px;
}

.top-navigation .top-nav-logo {
    display: inline-block;
    padding-top: 19px;
}

.bg-transparent {
    background: transparent;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 17px;
    padding-bottom: 7px;
    font-family: 'weblysleekuil';
}

@media (min-width: 991px) {
    .navbar-nav {
        float: right;
        margin-top: 6px;
    }

    .navbar-nav > li {
        margin-left: 30px;
    }

    .choose-lang ul {
        margin-left: 6px;
    }
}


.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a.active-nav {
    color: #f9d405;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
    margin-right: 0;
    padding-right: 0;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle {
    background-color: transparent;
}

.navbar-inverse .navbar-nav .choose-lang a,
.navbar-inverse .navbar-nav .choose-lang a:focus,
.navbar-inverse .navbar-nav .choose-lang a:hover {
    border: none;
    background-color: inherit;
    text-transform: capitalize;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

.choose-lang ul {
    min-width: 56px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: rgba(0, 1, 0, 0.6);
}

.header .become-driver {
    display: none;
}

.become-driver > a {
    width: auto;
    display: inline-block;
    height: 45px;
    line-height: 44px;
    background-color: #f9d405;
    border-radius: 50px;
    color: #000100;
    font-size: 18px;
    font-family: 'weblysleekuisb';
    text-transform: uppercase;
    text-align: center;
    border: none;
}

.bg-transparent .become-driver > a,
.header .become-driver > a,
.parallax .become-driver > a {
    height: 50px;
    line-height: 48px;
}

.become-driver > a:hover {
    color: #fff;
}

.become-driver {
    margin-top: 3px;
}

.bg-transparent .become-driver {
    margin-top: 0px;
}

/*----header----*/
.header {
    background: url('../img/header-img/map_7.png') no-repeat;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    display: table;
    width: 100%;
    /* min-height: 600px; */
    min-height: 550px;
}

.video-header.header {
    background: none;
}

.video,
.video:after,
.header:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.video {
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.video video {
    min-height: 100%;
    min-width: 100%;
}

.video:after,
.header:after {
    /*background: url(../img/bgg.png) repeat center;*/
    /*content: "";*/
    /*width: 100%;*/
    /*z-index: 1*/
}

.video-header.header:after {
    display: none;
}


.haeder-info {
    position: absolute;
    right: 2.5%;
    bottom: 40px;
    max-width: 490px;
    text-align: center;
}


.haeder-info ul li {
    display: inline-block;
}

.haeder-info img{
    max-width: 100%;
}

.haeder-info img.mobile-image {
    height: 580px;
}

.haeder-info-WD {
    position: absolute;
    right: 2.5%;
    bottom: 40px;
    max-width: 490px;
    text-align: center;
}

.header .roll-down {
    position: absolute;
    bottom: 31px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    max-width: 45px;
    margin: auto;
    min-height: 54px;
}

.phone-number,
.android-ios-link {
    position: relative;
    z-index: 2;
}

.phone-number {
    margin-bottom: 30px;
}

.android-ios-link {
    margin-top: 40px;
}

.phone-number ul li {
    margin: 0 10px;
}

.android-ios-link ul li {
    margin: 0 20px;
}

.header .roll-down img {
    transition: all 0.5s;
}

.header .roll-down:hover img {
    transform: scale(1.06);
}

.modal.and.carousel {
    position: fixed;
}

.android-ios-img .banner-mobile {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.banner-android {
    margin-top: -13px;
    margin-left: -55px;
    z-index: -1;
}

.carousel-inner > .item > img {
    margin: auto;
}

.carousel-indicators .active {
    background-color: #f7d614;
    border-color: #f7d614;
    margin: 1px 5px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 1, 0, 0.8);
}

.modal-content {
    background-color: transparent;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 1px 5px;
    border: 1px solid #747474;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: auto;
    }
}

.carousel-control {
    top: 45%;
    background-image: none !important;
    bottom: auto;
    filter: alpha(opacity=1);
    opacity: 1;
}

.close,
.carousel-control:focus, .carousel-control:hover {
    opacity: 1;
}

.modal-header {
    padding: 2% 5%;
    border-bottom: none;
}

.modal-header .close,
.popup-container .close {
    background-image: url(../img/icons/close.png);
    height: 36px;
    width: 36px;
}

.modal-header .close:hover,
.popup-container .close:hover {
    background-image: url(../img/icons/close-hover.png);
    opacity: 1;

}

.carousel-control.left,
.carousel-control.right,
.owl-prev,
.owl-next,
.button-prev,
.button-next {
    height: 57px;
    width: 19px;
    transition: all 0.5s;
    display:none !important;
}

.carousel-control.left,
.button-prev {
    background-image: url(../img/icons/arrow_l1.svg) !important;
}

.carousel-control.left {
    left: 10%;
}

.carousel-control.left:hover,
.button-prev:hover {
    background-image: url(../img/icons/arrow_l2.svg) !important;
}

.carousel-control.right,
.button-next {
    background-image: url(../img/icons/arrow_r1.svg) !important;
}

.carousel-control.right {
    right: 10%;
}

.carousel-control.right:hover,
.button-next:hover {
    background-image: url(../img/icons/arrow_r2.svg) !important;
}

.modal-header h2 {
    font-family: 'weblysleekuil';
    font-size: 25px;
    text-align: center;
    color: #fff;
    margin-left: 36px;
}

.carousel-indicators {
    bottom: -53px;
}


/*----main----*/
.section-title {
    font-family: 'weblysleekuisb';
    font-size: 35px;
    margin-top: 0;
}

#goal-progress-bar {
    padding: 70px 0 70px;
}

.tarrifs-slide {
    margin: 50px 0;
    padding: 0 10px;
}

.owl-carousel {
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 50px;
}

.company-desc .owl-carousel {
    border-bottom: 0;
}

.tarrifs-slide.company-desc {
    margin-bottom: 20px;
}

/* .owl-carousel .owl-item img {
    width: auto !important;
} */

.car-img {
    min-height: 161px;
    display: inline-flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

.company-info-img img {
    height: 209px;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 35%;
    color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
}

.owl-prev {
    left: -65px;
    background-image: url(../img/icons/arrow_lh1.svg);
}

.owl-next {
    right: -65px;
    background-image: url(../img/icons/arrow_rh1.svg);
}

.owl-prev:hover {
    background-image: url(../img/icons/arrow_lh2.svg);
}

.owl-next:hover {
    background-image: url(../img/icons/arrow_rh2.svg);
}

.car-tarrif-info h4 {
    font-family: 'weblysleekuisb';
    font-size: 27px;
}

.tarif-type {
    display: flex;
    margin-top: 25px;
}

.tarif-type span {
    font-size: 18px;
    text-align: center;
    color: #a9a9a9;
    margin-right: 22px;
    font-family: 'SF-UI-Text-Light';
}

.tarif-type span em {
    font-size: 30px;
    color: #000100;
    font-family: 'SF-UI-Text-Medium';
    display: block;
    margin-top: 10px;
}

.company-info-title {
    margin-top: 25px;
}

.company-info-title h4 {
    font-family: 'weblysleekuisb';
    font-size: 22px;
    text-align: center;
}

.tarrifs-add-text p {
    font-family: 'weblysleekuil';
    color: #444444;
    font-size: 17px;
    line-height: 25px;
    padding: 0 80px;
}

.tarrifs-add-text p strong,
.popup-text p strong {
    font-family: 'weblysleekuisb';
}

.parallax {
    background-image: url(../img/twd001.jpg);
    min-height: 520px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax:before {
    background: url(../img/bgg.png) repeat center;
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 1, 0, 0.3);
    left: 0;
    right: 0;
    height: 100%;
}

.parallax:after {
    background-image: url(../img/parallax-bottom.png);
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 29px;
}

.parallax-content {
    position: absolute;
    z-index: 1;
    bottom: 85px;
}

.parallax-content p {
    font-family: 'weblysleekuisl';
    color: #fff;
    font-size: 45px;
    line-height: 65px;
}

.parallax-content p strong {
    font-family: 'weblysleekuisb';
    font-size: 56px;
}

.parallax-content .become-driver {
    margin-top: 40px;
}

.apps-play-bottom li {
    display: inline-block;
    margin: 0 25px;
}

/*----Contact us----*/
.conatct-us {
    padding: 60px 0 0;
    background-color: #f8d305;
    display: flex;
    flex-direction: column;
}

.contact-top, .form-area {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.contact-top {
    margin-bottom: 35px;
}

.address-list, .form-top {
    width: 35%;
}

.mail-follow, .form-bottom {
    flex: 1;
    margin-left: 60px;
}

.conatct-form {
    margin: 40px 0 50px;
    font-family: 'weblysleekuisl';
}

.address-list ul li,
.mail-follow a {
    display: inline-block;
    font-size: 17px;
    color: #000;
    line-height: 25px;
}

.address-list ul,
.mail-follow,
.btn-area {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.contact-top img {
    margin-top: -3px;
    margin-right: 15px;
}

.input-fld {
    margin-bottom: 43px;
}

.mail-follow .follow-us {
    width: 180px;
    height: 38px;
    border: 1px solid #c0a60f;
    border-radius: 20px;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    margin-top: -5px;
}

.mail-follow .follow-us:hover {
    opacity: 0.6;
}

.follow-us i,
.contact-send-button img {
    margin-left: 10px;
}

.input-fld input,
.text-area textarea,
.input-fld select {
    background-color: transparent;
    font-size: 16px;
    color: #6f5e00;
    box-shadow: none;
    padding-left: 30px;
    font-family: 'weblysleekuil';
}

.input-fld,
.text-area {
    position: relative;
}

.input-fld span,
.text-area span {
    position: absolute;
}

.important-fld {
    font-size: 25px;
    font-family: 'weblysleekuisl';
}

.text-area .important-fld {
    left: 10px;
    top: 7px;
}

.input-fld .important-fld {
    top: 5px;
}

.input-fld button,
.text-area button {
    background-color: transparent;
    border: none;
}

.clear-btn {
    right: 5px;
    top: 8px;
}

.attach-file {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}

.attach-file input[type=file] {
    display: none;
}

.input-fld input,
.input-fld select {
    height: 50px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #c0a60f;
    padding-bottom: 18px;
    color: #010;
}

.input-fld .form-control:focus,
.text-area .form-control:focus {
    border-color: #424242;
}

.text-area textarea {
    height: 220px;
    border-radius: 0;
    resize: none;
    padding: 10px 10px 10px 30px;
    margin-bottom: 25px;
    border-color: #c0a60f;
}

.form-area ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #6f5e00;
}

.form-area ::-moz-placeholder { /* Firefox 19+ */
    color: #6f5e00;
}

.form-area :-ms-input-placeholder { /* IE 10+ */
    color: #6f5e00;
}

.form-area :-moz-placeholder { /* Firefox 18- */
    color: #6f5e00;
}

.check-box {
    margin-top: 15px;
}

.subscribe {
    position: relative;
}

.subscribe input[type="checkbox"] {
    opacity: 0;
}

.subscribe label {
    color: #6f5e00;
    display: inline-block;
    padding-left: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
}

.subscribe label:before {
    background: #e4c40f none repeat scroll 0 0;
    content: "";
    background-repeat: no-repeat;
    background-position: 55%;
    height: 27px;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 27px;
}

.subscribe input[type="checkbox"]:checked ~ label:before {
    padding: 3px;
    background-image: url(../img/icons/check.svg);
}

.contact-send-button {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #6f5e00;
}


/*animation*/
.animation {
    background-image: url(../img/animation/city.png);
    height: 469px;
    background-position: center;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: 65%;
    background-size: cover;
}

.animation .anim-sun {
    background-image: url(../img/animation/sun.png);
    height: 91px;
    left: 38%;
    top: 5%;
    width: 91px;
    -webkit-animation: scale 2s infinite linear;
    animation: scale 2s infinite linear;
}

.anim {
    display: block;
    position: absolute;
}

.sun {
    background-image: url(../img/animation/sun.svg);
    height: 86px;
    left: 13%;
    top: 5%;
    width: 86px;
    -webkit-animation: scale 2s infinite linear;
    animation: scale 2s infinite linear;
}

.anim {
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-animation-play-state: running;
    transition: all 0.7s;
}

.car1,
.car2,
.car6 {
    right: 110%;
}

.anim:hover {
    -webkit-animation-play-state: paused;
}

.car1 {
    bottom: 63px;
    height: 99px;
    width: 301px;
    -webkit-animation: carMove-right 12s infinite 9s linear;
    animation: carMove-right 12s infinite 9s linear;
    z-index: 7;
}

.car2 {
    bottom: 140px;
    height: 95px;
    width: 262px;
    z-index: 4;
    -webkit-animation: carMove-right 17s infinite 3s linear;
    animation: carMove-right 17s infinite 3s linear;
}

.car3 {
    bottom: 90px;
    height: 167px;
    right: 100%;
    width: 422px;
    z-index: 3;
    -webkit-animation: carMove-right 20s infinite 7s linear;
    animation: carMove-right 20s infinite 7s linear;
}

.car4 {
    bottom: 50px;
    height: 99px;
    width: 277px;
    -webkit-animation: carMove-right 19s infinite linear;
    animation: carMove-right 19s infinite linear;
    z-index: 6;
}

.car5 {
    bottom: 90px;
    height: 148px;
    right: 110%;
    width: 382px;
    z-index: 4;
    -webkit-animation: carMove-right 24s infinite 12s linear;
    animation: carMove-right 24s infinite 12s linear;
}

.car6 {
    bottom: 47px;
    height: 106px;
    width: 293px;
    -webkit-animation: carMove-right 18s infinite 12s linear;
    animation: carMove-right 18s infinite 12s linear;
    z-index: 7;
}

.car5 .info-box {
    margin-left: 100px;
}

.smock {
    background-image: url(../img/animation/smock.png);
    height: 40px;
    right: 100%;
    width: 61px;
    position: absolute;
    bottom: 28px;
    -webkit-animation: scale .5s infinite linear;
    animation: scale .5s infinite linear;
}

.info-box {
    background-image: url(../img/animation/info_box.png);
    height: 152px;
    width: 165px;
    top: -93px;
    display: none;
    background-repeat: no-repeat;
    position: absolute;
}

.info-box .car-tarrif-info {
    padding: 7px 20px 0;
}

.info-box .car-tarrif-info h4 {
    font-size: 20px;
}

.info-box .tarif-type {
    margin-top: 3px;
}

.info-box .tarif-type span {
    font-size: 14px;
    color: #9c8401;
    margin-right: 9px;
}

.info-box .tarif-type span em {
    font-size: 16px;
    margin-top: 7px;
}


.anim:hover .info-box {
    display: block;
}

@-webkit-keyframes carMove-right {
    0% {
        right: 100%;
    }
    100% {
        right: -195px;
    }
}

@keyframes carMove-right {
    0% {
        right: 100%;
    }
    100% {
        right: -195px;
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale_store {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.10);
        -ms-transform: scale(1.10);
        transform: scale(1.10);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale_store {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.10);
        -ms-transform: scale(1.10);
        transform: scale(1.10);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale_store_reverse {
    0% {
        -webkit-transform: scale(1.10);
        -ms-transform: scale(1.10);
        transform: scale(1.10);
    }
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.10);
        -ms-transform: scale(1.10);
        transform: scale(1.10);
    }
}

@keyframes scale_store_reverse {
    0% {
        -webkit-transform: scale(1.10);
        -ms-transform: scale(1.10);
        transform: scale(1.10);
    }
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.10);
        -ms-transform: scale(1.10);
        transform: scale(1.10);
    }
}

#map {
    height: 500px;
}

.map-section {
    position: relative;
}

/*----popup----*/
.popup-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 1, 0, 0.8);
    z-index: 99999;
    display: none;
    height: auto;
    overflow: auto;
}

.popup-container .close {
    position: absolute;
    right: 7%;
    top: 100px;
    z-index: 2;
}

.popup-content {
    padding: 100px 0;
    position: relative;
    min-height: 100vh;
}

.condition, .license {
    margin-bottom: 50px;
}

.popup-title {
    font-family: 'weblysleekuil';
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: #fff;
    letter-spacing: 2px;
}

.popup-text p {
    font-family: 'weblysleekuil';
    color: #cacaca;
    font-size: 17px;
    line-height: 25px;
}

.fill-data {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.fill-data > * {
    margin: 10px 25px;
}

.fill-data .input-fld {
    max-width: 500px;
    width: 100%;
}

.fill-data .input-fld input,
.fill-data .input-fld select {
    padding-left: 60px;
    width: 85%;
    border-color: #424242;
    color: #fff;
}

.input-fld select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

select option[value="1"] { /* value not val */
    background: rgba(0, 0, 0, 0.9);
}

select option[value="2"] { /* value not val */
    background: rgba(0, 0, 0, 0.9);
}

.select-arrow {
    position: absolute;
    left: 80%;
    top: 10px;
}

.fill-data .attach-file {
    bottom: -8px;
    right: 0;
}

#step1 .fill-data .attach-file {
    bottom: 0;
}

.input-icon {
    left: 0;
}

.popup-btn,
.attach-photo {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    border: 1px solid;
    padding: 0 40px;
    text-transform: uppercase;
    border-radius: 25px;
    min-width: 200px;
    text-align: center;
    letter-spacing: 0;
}

.next-btn,
.registr-btn,
.close-registre-btn {
    font-family: 'weblysleekuisb';
    background-color: #f9d405;
    border-color: #f9d405;
}

.next-btn:hover,
.registr-btn:hover,
.close-registre-btn:hover {
    color: #fff;
}

.license-btn,
.attach-photo {
    font-family: 'weblysleekuisl';
    color: #fff;
    border-color: #fff;
}

.license-btn:hover {
    color: #f9d405;
    border-color: #f9d405;
}

.auto-pic-upload,
.thank-you {
    max-width: 500px;
    margin: auto;
}

.thank-you {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
}

.photo-upload-list {
    margin: 50px 0 60px;
}

.photo-upload {
    position: relative;
    margin-bottom: 50px;
}

.photo-upload span {
    background-image: url(../img/icons/upload.svg);
    width: 51px;
    height: 51px;
    display: inline-block;
    vertical-align: bottom;
    background-repeat: no-repeat;
    margin-bottom: -1px;
    cursor: pointer;
}

.photo-upload.ok-upload span {
    background-image: url(../img/icons/upload-img.svg);
}

.attachment {
    right: 0px !important;
    margin-bottom: 0px !important;
}

.attach-file {
    position: relative;
    margin-bottom: 50px;
}

.attach-file span {
    background-image: url(../img/icons/upload.svg);
    width: 51px;
    height: 51px;
    display: inline-block;
    vertical-align: bottom;
    background-repeat: no-repeat;
    margin-bottom: -1px;
    cursor: pointer;
}

.attach-file.ok-upload span {
    background-image: url(../img/icons/upload-img.svg);
}

.attach-photo input[type=file] {
    display: none;
}

.attach-photo {
    max-width: 360px;
    width: 100%;
    margin-right: 15px;
    cursor: pointer;
}

.photo-upload span img {
    margin-top: -7px;
    margin-right: 10px;
}

.user-pic {
    margin-bottom: 25px;
}

.ok-upload .attach-photo,
.attach-photo:hover {
    color: #f9d405;
    border-color: #f9d405;
}

.clear-upload {
    position: absolute;
    top: 15px;
    cursor: pointer;
    margin-left: 8px;
    display: none;
}

.ok-upload .clear-upload {
    display: inline-block;
}

.registr-btn,
.personal-info .next-btn,
.close-registre-btn {
    max-width: 290px;
    width: 100%;
}

.button-next,
.button-prev {
    position: absolute;
    top: 50%;
}

.button-next {
    right: 7%;
}

.button-prev {
    left: 7%;
}

.personal-info .fill-data {
    margin-top: 50px;
}

.personal-info .fill-data .input-fld {
    max-width: 360px;
}

.personal-info .user-pic {
    margin-top: 33px;
}

.personal-info .input-fld input[type="text"] {
    width: 100%;
}

.car-card .border-none {
    border: none;
    min-width: 100%;
    padding: 0;
}

.car-card .border-none em {
    display: block;
    text-transform: capitalize;
    line-height: 32px;
    font-size: 17px;
}

.car-card .clear-upload {
    right: -22px;
}

.car-card .input-icon {
    top: 7px;
}

.thank-you-pic {
    margin-bottom: 35px;
}

.thank-you-bottom {
    margin-top: 60px;
}

/*----footer----*/
.footer-bootom {
    min-height: 60px;
    padding: 0 2.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F8D305;
}

.copy-right p {
    font-family: 'weblysleekuisl';
    font-size: 12px;
    margin-bottom: 0;
}

#to-top-1 {
    position: absolute;
    top: 50px;
    right: 45px;

}

#to-top-1 {
    width: 55px;
    height: 55px;
    z-index: 12;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/icons/top.svg);
}

#to-top-1:hover {
    background-image: url(../img/icons/top-hover.svg);
}

/*media*/
@media (min-width: 1920px) {
    .parallax {
        background-size: cover;
    }
}

@media (max-width: 1366px) {
    .navbar-brand {
        height: 50px;
        width: 270px;
        background-repeat: no-repeat;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .tarrifs-slide {
        padding: 0 80px;
    }

    .car-tarrif-info h4 {
        font-size: 25px;
    }

    .tarif-type span {
        font-size: 17px;
    }

    .tarif-type span em {
        margin-top: 2px;
        font-size: 26px;
    }

    .tarif-type {
        margin-top: 10px;
    }

    .owl-carousel {
        padding-bottom: 30px;
    }

    .owl-carousel .owl-item img {
        width: 100% !important;
    }
}

@media (max-height: 865px) and (max-width: 1800px) {
    .banner-mobile img {
        height: 430px;
    }

    .phone-number ul li img {
        height: 55px;
    }

    .android-ios-link {
        margin-top: 25px;
    }

    .android-ios-link ul li {
        margin: 0 10px;
    }

    .android-ios-link ul li img {
        width: 135px;
    }
}

@media (max-height: 669px) and (max-width: 1400px) {
    .banner-mobile img {
        height: 350px;
    }

    .phone-number ul li img {
        height: 40px;
    }

    .android-ios-link {
        margin-top: 25px;
    }

    .android-ios-link ul li {
        margin: 0 10px;
    }

    .android-ios-link ul li img {
        width: 120px;
    }
}

@media (max-width: 1200px) {
    .navbar-nav > li {
        margin-left: 4px;
    }

    .fill-data {
        flex-wrap: wrap;
    }

    .tarif-type {
        justify-content: space-between;
    }

    .tarif-type span {
        margin-right: 0px;
    }

}

@media (max-width: 1200px) {
    .owl-prev, .owl-next{
        display: block !important;
    }
}

@media (max-width: 991px) {
    .navbar-inverse .navbar-toggle {
        margin-top: 12px;
    }

    .navbar-inverse .navbar-form {
        background-color: rgba(23, 72, 98, 0.9);
    }

    .navbar-toggle span:nth-child(2) {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .navbar-toggle span:nth-child(3) {
        opacity: 0;
    }

    .navbar-toggle span:nth-child(4) {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .navbar-toggle.collapsed span:nth-child(2),
    .navbar-toggle.collapsed span:nth-child(4) {
        transform: rotate(0);
    }

    .navbar-toggle.collapsed span:nth-child(3) {
        opacity: 1;
    }

    .navbar-nav .open .dropdown-menu {
        text-align: center;
        position: static;
        background-color: transparent;
        float: none;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        padding: 3px 20px;
    }

    .navbar-inverse .navbar-collapse {
        border-color: #f9d405;
        background-color: rgba(0, 1, 0, 0.6);
    }

    .navbar-inverse .navbar-nav > li > a {
        width: 100%;
        max-width: 140px;
        margin: auto;
    }

    .navbar-nav > li {
        margin-bottom: 20px;
    }

    .phone-number, .android-ios-img,
    .header .roll-down {
        display: none;
    }

    .navbar-nav .become-driver {
        display: none;
    }

    .header .become-driver {
        position: absolute;
        right: 0;
        bottom: 110px;
        z-index: 2;
        display: inline-block;
        left: 0;
        text-align: center;
    }

    .haeder-info {
        right: 0;
        left: 0;
        margin: auto;
        bottom: 26px;
    }

    .android-ios-link ul li img {
        width: 100%;
    }

    .contact-top, .form-area {
        flex-direction: column;
    }

    .address-list, .form-top {
        width: 100%;
    }

    .mail-follow, .form-bottom {
        margin-left: 0px;
    }

    .address-list ul, .mail-follow {
        justify-content: center;
    }

    .address-list ul {
        margin-bottom: 20px;
    }

    .address-list ul li, .mail-follow a {
        margin-right: 58px;
    }

    .footer-bootom {
        min-height: 80px;
        padding: 10px 2.5%;
        justify-content: space-around;
        flex-direction: column;
    }

}

@media (max-width: 768px) {
    #goal-progress-bar {
        padding: 70px 0 30px;
    }

    .tarrifs-slide {
        margin: 30px 0;
        padding: 0 60px;
    }

    .owl-carousel {
        padding-bottom: 20px;
    }

    .footer {
        padding-top: 30px;
        position: relative;
    }

    .address-list li i {
        display: block;
    }

    .footer ul li {
        line-height: 25px;
    }

    .address-list ul li, .mail-follow a {
        margin-right: 40px;
    }

    .popup-container .close {
        top: 50px;
    }

    .popup-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .popup-text p {
        font-size: 15px;
        line-height: 20px;
    }

    .condition, .license {
        margin-bottom: 20px;
    }

    .car1 {
        bottom: 8px;
        height: 96px;
        width: 260px;
    }

    .car3 {
        bottom: 54px;
        height: 156px;
        width: 320px;
    }

    .car2 {
        bottom: 127px;
        height: 94px;
        width: 237px;
    }

    .smock {
        height: 25px;
        width: 42px;
        bottom: 42px;
    }

    .info-box {
        height: 138px;
        width: 149px;
        margin-top: -95px;
        background-size: 100%;
    }

    .info-box .car-tarrif-info {
        padding: 2px 15px 0;
    }

    .info-box .car-tarrif-info h4 {
        font-size: 18px;
    }

    .fill-data .input-fld select {
        width: 100%;
    }

    .select-arrow {
        left: 92%;
    }

    .car-card {
        margin-bottom: 0;
    }


}

@media (max-width: 568px) {
    .section-title {
        font-family: 'weblysleekuisb';
        font-size: 30px;
        margin-top: 0;
    }

    .tarrifs-slide {
        padding: 0 30px;
    }

    .owl-prev {
        left: -25px;
    }

    .owl-next {
        right: -25px;
    }

    .tarrifs-add-text p {
        padding: 0 30px;
    }

    .parallax-content p {
        font-size: 32px;
        line-height: 47px;
    }

    .parallax-content p strong {
        font-size: 41px;
    }

    .parallax-content .become-driver {
        margin-top: 20px;
    }

    .parallax-content {
        bottom: 60px;
        text-align: center;
        left: 0;
        right: 0;
    }

    .parallax {
        background-position: 88%;
    }

    .attach-photo {
        max-width: 250px;
    }

    .button-next {
        right: 5%;
    }

    .button-prev {
        left: 5%;
    }

    .personal-info .fill-data .input-fld {
        max-width: 290px;
    }

    .button-next img, .button-prev img {
        height: 38px;
    }

    .car1 {
        -webkit-animation: carMove-right 12s infinite 2s linear;
        animation: carMove-right 12s infinite 2s linear;
    }

    .car3, .car4, .car5, .car6 {
        display: none;
    }

}

@media (max-width: 480px) {
    .parallax {
        background-position: 77%;
        background-size: inherit;
    }

    .text-area textarea {
        height: 135px;
    }

    .contact-send-button em {
        display: none;
    }

    .input-fld {
        margin-bottom: 30px;
    }

    .mail-follow {
        flex-direction: column;
    }

    .mail-follow {
        flex-direction: column;
        align-items: center;
    }

    .address-list ul li, .mail-follow a {
        margin-right: 10px;
    }

    .mail-follow a {
        margin-bottom: 25px;
    }

    .copy-right {
        text-align: center;
    }

    .design-link img {
        max-width: 100%;
    }

    .address-list ul li:last-child {
        position: absolute;
        left: 10%;
        margin-top: 45px;
    }

    .mail-follow a:first-child {
        margin-left: 28%;
    }

    .apps-play-bottom li {
        margin: 0 15px;
    }

    .fill-data > * {
        margin: 10px 5px;
    }

    .personal-info .fill-data .input-fld {
        max-width: 230px;
    }

    .popup-title {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .fill-data .input-fld input {
        padding-left: 50px;
    }

    .popup-btn, .attach-photo {
        height: 45px;
        line-height: 43px;
        font-size: 16px;
    }

    .user-pic img {
        height: 90px;
    }

    .car-card {
        margin: 0 17px 10px;
    }

}

@media (max-width: 414px) {
    .top-navigation .navbar-brand {
        height: 111px;
        background-image: url(../img/logo_new.png);
        width: 100px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 10px auto 0;
        
    }

    .top-navigation{
        background: transparent !important;
    }

    .navbar-inverse .navbar-collapse {
        margin-top: 110px;
    }

    .top-navigation {
        position: absolute;
    }

    .top-navigation.bg-transparent {
        padding: 17px 15px;
    }

    .navbar-inverse .navbar-toggle {
        margin-top: 0;
        padding-top: 0;
    }

    .tarrifs-slide {
        padding: 0 25px;
    }

    .owl-prev {
        left: -25px;
    }

    .owl-next {
        right: -25px;
    }

    .owl-prev, .owl-next {
        height: 41px;
        width: 13px;
        top: 38%;
    }

    .tarrifs-add-text p {
        padding: 0 2px;
    }

    .conatct-form {
        margin: 25px 0 50px;
    }

    .contact-top {
        margin-bottom: 10px;
    }

    .animation {
        background-position: 24%;
    }

    .photo-upload {
        margin-bottom: 30px;
    }

    .photo-upload-list {
        margin: 30px 0;
    }

    .attach-photo {
        max-width: 170px;
        min-width: 150px;
    }

    .registr-btn, .personal-info .next-btn {
        max-width: 200px;
    }

    #goal-progress-bar,
    .conatct-us {
        padding-top: 30px;
    }

}

@media (max-width: 404px) {
    .android-ios-link ul li img {
        width: 120px;
    }

    .header .become-driver {
        bottom: 90px;
    }

    .become-driver > a {
        height: 44px;
        line-height: 46px;
    }

    .contact-top img {
        margin-right: 6px;
    }

    .apps-play-bottom li img {
        width: 120px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .nav > li {
        float: none;
    }

    .navbar-nav {
        float: none;
    }
}

.carImageContent{
    width: 337px !important;
}

.econom{
    height: 92px;
}

@media (max-width: 990px) {
    .animationCar{
        width:250px !important;
    }
}

@media (max-width: 660px) {
    .econom{
        height: auto !important;
    }
}

@media (max-width: 414px) {
    .top-navigation{
        color: trasnparent !important;
    }
}
