@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    color: #1F334B;
    overflow-x: hidden;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    overflow-y: scroll;
    transition: all 0.5s ease-in-out 0s;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 130px;
}

#wrap {
    min-height: 100%;
    min-height: 100vh;
}

button:focus {
    outline: none;
    border: 0px none;
}

.btn {
    transition: all 0.3s ease-in-out 0s;
}

a {
    color: #1BBAFF;
    transition: all 0.3s ease-in-out 0s;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: none !important;
}

a:focus {
    outline: none;
    border: 0px none;
}

a.btn:focus {
    outline: none;
    border: 1px solid #d99795;
}

a:hover {
    text-decoration: none;
    color: #1BBAFF;
}

.btn:active,
.btn:focus,
.btn.active,
.btn-outline-primary {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

header {
    float: left;
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 6;
    position: fixed;
    padding: 12px 0;
    border-bottom: solid 1px #eee;
}

.container {
    max-width: 1440px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding-top: 0px;
}

.header-right {
    float: right;
}

.lug {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    float: right;
    margin-top: 10px;
}

.header-right {
    font-size: 16px;
}

.lug a {
    color: #606060;
}

.header-right a {
    color: #606060;
    text-decoration: none
}

.header-right a:hover {
    color: #8CC53D;
}

.header-right a.profile-link,
.header-right a.profile-link:hover {
    color: #fff;
}

.btn-primary {
    background-color: #076836;
    color: #fff;
    border: 0px none;
    padding: 10px 16px;
    font-size: 15px;
}

header .btn-primary {
    margin: 0px 25px;
}

.top-link {
    float: left;
    margin-top: 10px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #8CC53D;
}

.marquee {
    float: left;
    width: 100%;
    background: url(../images/marquee.png) no-repeat center center;
    background-size: cover;
}

.marquee-inner {
    width: 100%;
    width: 100%;
    padding-top: 190px;
}

.journey-form {
    float: left;
    width: 670px;
    background-color: #F8F8F8;
    border-radius: 16px;
    box-shadow: 3px 3px 6px #00000052;
    border: 1px solid #DDDDDD;
    padding: 45px;
}

.journey-form h4 {
    color: #076836;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

.journey-form .custom-checkbox .custom-control-label {
    color: #868686;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #8CC53D;
    border-color: #8CC53D;
}

.journey-form .custom-control {
    margin-bottom: 5px;
}

.journey-form .custom-control.custom-checkbox {
    float: left;
}

.journey-form .custom-select,
.journey-form .form-control {
    border: solid 1px #D8D8D8;
    padding-left: 15px;
    position: relative;
    height: 64px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
}

.ui-autocomplete {
    text-align: left;
}

.form-icon {
    position: absolute;
    right: 15px;
    width: 27px;
    height: 29px;
    top: 18px;
}

.times {
    right: 30px;
}

.search-car {
    color: #4E4E4E;
    font-size: 14px;
    font-weight: 400;
}

.search-car:hover,
.search-car:focus,
.search-car:active {
    color: #076836;
}

.journey-form .btn-primary {
    font-size: 24px;
    font-weight: 600;
    padding: 18px 15px;
    border-radius: 16px;
    margin-top: 25px;
}

h6 {
    color: #989898;
    font-size: 18px;
    font-weight: 400;
}

.how-it-work h2 {
    color: #4B4B4B;
    font-size: 32px;
    font-weight: 500;
    margin-top: 18px;
}

.how-it-work {
    width: 100%;
    margin: 90px 0 0 0;
    padding: 0;
    text-align: center;
}

.how-it-work ul {
    margin: 60px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
}

.how-it-work li {
    float: left;
    width: 20%;
    text-align: center;
    list-style-type: none;
}

.how-it-work-card {
    width: 100%;
}

.how-it-work-card-icon {
    display: inline-block;
    width: 72px;
    height: 72px;
    float: none;
    position: relative;
    z-index: 1;
}

.how-it-work-card h6 {
    float: left;
    width: 100%;
    text-align: center;
    color: #5C5C5C;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}

.how-it-work-card p {
    color: #717171;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    padding: 0px 20px;
}

.path1,
.path2 {
    position: relative
}

.path1:after {
    content: " ";
    background: url(../images/Path1.svg) no-repeat right top;
    height: 23px;
    width: 100%;
    position: absolute;
    left: 130px;
    top: 20px;
}

.path2:after {
    content: " ";
    background: url(../images/Path2.svg) no-repeat right top;
    height: 23px;
    width: 100%;
    position: absolute;
    left: 130px;
    top: 23px;
}

.categories {
    float: left;
    width: 100%;
    margin: 90px 0 0 0;
    text-align: center;
}

.nav {
    width: auto;
    display: inline-block;
    margin-top: 15px
}

.nav-item {
    float: left;
}

.categories .nav-pills .nav-link {
    color: #C9C9C9;
    font-size: 40px;
    font-weight: 300 !important;
    border-bottom: solid 2px #fff;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.categories .nav-item {
    margin: 0px 20px;
}

.nav-pills .nav-link.active {
    color: #8CC53D;
    border-color: #8CC53D;
    background-color: transparent;
}

.cat-inner {
    float: left;
    width: 100%;
}

.categories-left {
    float: left;
    width: 100%;
    color: #5C5D5B;
    margin-top: 75px;
    font-size: 22px;
    font-weight: 400;
    padding-right: 22px;
    text-align: left;
}

.book-lux {
    float: left;
    width: 248px;
    text-align: center;
    margin-top: 30px;
    padding: 12px 12px;
    font-size: 16px;
    font-weight: 400;
    background-color: #076836;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.book-lux:hover,
.book-lux:focus,
.book-lux:active {
    background-color: #8CC53D;
    color: #fff;
}

.categories-right {
    float: left;
    width: 100%;
    position: relative;
}

.categories-card {
    float: left;
    width: 100%;
    border: solid 1px #E6E6E6;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #00000008;
}

.categories-pic {
    float: left;
    width: 100%;
    padding: 15px;
    overflow: hidden;
}

.categories-pic img {
    width: 100% !important;
    height: 150px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

.card-title {
    float: left;
    width: 100%;
    border-bottom: solid 1px #D9D9D9;
    margin-top: 10px;
    padding: 5px 15px 12px 15px;
    margin-bottom: 0;
}

.card-title-left {
    float: left;
    width: 100%;
    text-align: left;
    color: #383838;
    font-size: 16px;
    font-weight: 500;
}

.card-title-right {
    float: right;
    text-align: right;
    color: #383838;
    font-size: 16px;
    font-weight: 500;
}

.card-type {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.card-type li {
    float: left;
    width: 40%;
    border-right: solid 1px #D9D9D9;
    list-style-type: none;
    margin: 0;
    padding: 8px 10px;
    text-align: left;
    color: #9B9B9B;
    font-size: 12px;
}

.card-type li span {
    color: #797676;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

.card-type li:last-child {
    width: 20%;
    border-right: 0px none;
}

.categories-card .btn-primary {
    float: left;
    width: 100%;
    border: solid 1px #076836;
    margin-bottom: 7px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 0;
    color: #076836;
    font-size: 13px;
    padding: 10px;
}

.avl-outer {
    padding: 7px 10px;
    width: 100%;
    border-top: solid 1px #D9D9D9;
}

.categories-card .btn-primary:hover,
.categories-card .btn-primary:focus,
.categories-card .btn-primary:active {
    background-color: #076836;
    color: #fff;
    border-color: #076836;
}

.owl-prev {
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/arrow.png) no-repeat left top !important;
    text-indent: -5000px;
    position: absolute;
    left: -24px;
    top: 40%;
    z-index: 2;
}

.owl-next {
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/arrow.png) no-repeat right top !important;
    right: -24px;
    position: absolute;
    top: 40%;
    text-indent: -5000px;
}

.why-euro {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.why-left img {
    width: 100%;
}

.why-left {
    padding-right: 43px;
}

.why-right {
    float: left;
    width: 100%;
    height: 100%;
    padding: 140px 50px;
}

.why-right ul {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
}

.why-right li {
    float: left;
    margin: 0 0 14px 0;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    list-style-type: none;
    padding-left: 40px;
    color: #606060;
    background: url(../images/check.svg) no-repeat left 6px;
}

.why-right-inner {
    display: inline-block;
}

.book-ride {
    float: left;
    width: 100%;
    background: url(../images/big-car2.png) no-repeat left top;
    border-radius: 8px;
    overflow: hidden;
    height: 440px;
    margin-top: 67px;
    display: flex;
    align-items: center;
    background-size: cover;
    margin-bottom: 70px;
}

.book-ride-inner {
    display: inline-block;
    padding-left: 64px;
}

.book-ride-inner h4 {
    color: #87877D;
    font-size: 38px;
    line-height: 50px;
    font-weight: 500;
}

.book-ride-inner .book-lux {
    background-color: #8CC53D;
    color: #fff;
    border: 0px none;
    width: 150px;
    font-size: 13px;
    border-radius: 6px;
    margin-top: 10px;
}

.book-ride-inner .book-lux:hover {
    background-color: #076836;
}

footer {
    float: left;
    width: 100%;
    background-color: #076836;
    padding: 60px 0;
}

.footer-card {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-card li {
    float: left;
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0;
    list-style-type: none;
}

.footer-card li a {
    color: #fff;
    font-size: 16px;
}

.footer-card li a:hover,
.footer-card li a:focus,
.footer-card li a:active {
    color: #8CC53D;
}

.logo-text {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 500;
}

.custom-select {
    background: url(../images/down-arrow.svg) #fff no-repeat right .75rem center;
}

.custom-select.filter-select {
    max-width: 180px;
}

.custom-select.filter-select.min-select-width {
    width: 100px
}

.custom-select.filter-select.max-select-width {
    max-width: unset
}

.search-header {
    float: left;
    width: 100%;
    background-color: #1D4354;
    padding: 17px 0;
    margin-top: 77px;
}

.search-header h3 {
    color: #fff;
    margin-top: 7px;
}

.search-header ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.search-header li {
    width: 20%;
    position: relative;
    float: left;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.step-no {
    float: left;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
    border-radius: 100%;
    color: #888888;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    text-align: center;
}

.search-header li:after {
    content: "";
    top: 10px;
    background-color: #707070;
    height: 3px;
    width: 100%;
    right: 0;
    position: absolute;
}

.search-header li:last-child:after {
    background-color: unset;
    height: 0;
}

.search-header li.fill {
    color: #B1B1B1;
}

.search-header li.fill .step-no {
    background-color: #8CC53D;
    color: #fff;
}

.search-header li.fill:after {
    background-color: #8CC53D;
}

.search-types {
    float: left;
    width: 100%;
    margin-top: 30px;
    float: left;
    margin-bottom: 30px;
}

.types {
    width: auto;
    float: left;
    margin-left: 17px;
}

.custom-select {
    border-radius: 40px;
    font-size: 15px;
    color: #A3A0A0;
    padding-right: 35px;
}

.search-show {
    float: left;
    width: 100%;
    padding-bottom: 25PX;
}

.search-show h6 {
    color: #8D8D8D;
    font-size: 14px;
}

.search-show h6 span {
    color: #6A6A6A;
}

.search-list {
    float: left;
    width: 100%;
    margin: 15px 0 20PX 0;
    padding: 0;
}

.search-list li {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    float: left;
}

.search-list-inner {
    float: left;
    width: 100%;
    border: solid 1px #CBCBCB;
    border-radius: 8px;
    background-color: #fff;
}

.search-list-inner-right {
    float: right;
    width: 252px;
    padding: 13px;
    text-align: center;
}

.search-list-inner-left {
    float: left;
    width: calc(100% - 255px);
    border-right: solid 1px #C7CDD2;
}

.search-pic {
    float: left;
    width: 265px;
    text-align: center;
    padding: 25px 0;
}

.search-pic img {
    width: auto;
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
}

.search-info {
    float: left;
    width: calc(100% - 265px);
    padding: 15px 10px 15px 15px;
}

.search-info h4 {
    color: #192A34;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 2px;
}

.search-info .title,
.search-info .sub-title {
    text-align: left
}

.sub-title {
    float: left;
    width: 100%;
    color: #5D6871;
    font-weight: 500;
}

.car-feture {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #C7CDD2;
}

.car-feture li {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    width: auto;
    display: flex;
    align-items: center;
}

.car-feture-icon {
    float: left;
    height: 23px;
}

.car-feture-icon img {
    width: 100%;
}

.car-feture-text {
    float: left;
    color: #8F9BA4;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 4px;
}

.checkt {
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px 0 0 0;
}

.checkt li {
    float: left;
    width: 50%;
    margin: 0 0 10px 0;
    padding: 0 0 0 35px;
    background: url(../images/check-mark.svg) left center no-repeat;
    color: #9A9A9A;
    font-size: 14px;
}

.offer {
    float: left;
    width: 100%;
    background-color: #F4F9EC;
    border-radius: 4px;
    color: #9F9F9F;
    font-size: 13px;
    padding: 7px 7px;
}

.offer span {
    color: #5D6871;
    font-size: 13px;
    font-weight: 500;
}

.price {
    color: #192A34;
    font-size: 78px;
    margin-top: -15px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    display: inline-block;
    float: none;
}

.price span:not(.extra-price) {
    font-size: 14px;
}

.search-list-inner-right .book-lux {
    background-color: #8CC53D;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    padding: 8px 10px;
    border: 0px none;
    font-weight: 500;
    border-radius: 6px;
    margin-top: 10px;
}

.search-list-inner-right .book-lux:hover {
    background-color: #076836;
}

.search-wrapper {
    float: left;
    width: 100%;
    min-height: 100vh;
    background-color: #FAFAFA;
    position: relative;
    padding-bottom: 230px;
}

.search-ads {
    margin-top: 15px;
}

.search-ads img {
    width: auto;
    max-width: 100%;
}

.support {
    float: left;
    width: 100%;
    background-color: #F2F8E9;
    padding: 40px 210px;
    position: absolute;
    bottom: 0;
}

.support-card {
    float: left;
    width: 100%;
    text-align: center;
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 500;
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 500;
}

.support-card-icon {
    float: none;
    display: inline-block;
    margin-bottom: 15px;
}

.extras-wrapper {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.extras-card {
    float: left;
    width: 100%;
    border: solid 1px #CBCBCB;
    margin-bottom: 8px;
    background-color: #fff;
    padding: 16px 30px 16px 16px;
    border-radius: 8px;
}

.extras-card-pic {
    float: left;
    width: 100%
}

.extras-card-left {
    float: left;
    width: 150px;
}

.extras-card-left img {
    max-width: 150px;
    max-height: 150px;
}

.extras-card-right {
    float: left;
    width: calc(100% - 155px);
    padding-left: 20px;
}

.extras-card-right p {
    margin: 0 0 35px 0;
    padding: 0;
    width: 100%;
    color: #5D6871;
    font-size: 12px;
    float: left;
}

.extras-card-right .title,
.extras-card-right .sub-title {
    text-align: left
}

.extras-card .price {
    font-size: 21px;
    color: #192A34;
    line-height: 20px;
    margin-top: 0;
}

.extras-card .price span:not(.extra-price) {
    color: #8F9BA4;
    font-size: 14px;
    font-weight: 400 !important;
}

.extras-card h6 {
    font-size: 16px;
    color: #5D6871;
}

.qty-card {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #F6FBFD;
    margin-top: 15px;
}

.qty-form {
    float: right;
    border: solid 1px #F4F4F4;
}

.qty-form input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.qty-form input[type="number"] {
    -moz-appearance: textfield;
}

.qty-form .quantity-block {
    margin: auto;
    font-size: 20px;
}

.qty-form .quantity-arrow-minus,
.qty-form .quantity-arrow-plus {
    cursor: pointer;
    font-size: 21px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 500;
    color: #8F9BA4;
    box-sizing: border-box;
    border-radius: 0px;
    float: left;
    outline: none;
    border: 0px none;
    background-color: #E0E3E6;
}

.qty-form .quantity-num {
    width: 37px;
    border-radius: 0px;
    text-align: center;
    height: 36px;
    outline: none;
    border: 0px none;
    font-size: 21px;
    color: #5D6871;
    font-weight: 500;
    float: left;
}

.qty-right {
    float: left;
    width: calc(100% - 90px);
    padding-left: 15px;
}

.qty-form .quantity-arrow-minus:hover,
.qty-form .quantity-arrow-minus:hover:focus,
.qty-form .quantity-arrow-minus:hover:active,
.qty-form .quantity-arrow-plus:hover,
.qty-form .quantity-arrow-plus:focus,
.qty-form .quantity-arrow-plus:active {
    background-color: #8CC53D;
    color: #fff;
}

.qty-right .chosen-container {
    display: none;
}

.qty-right .custom-select {
    display: block !important;
    border-radius: 0;
    font-size: 14px;
}

.qty-right .btn-primary {
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 0;
    background-color: #E0E3E6;
    padding: 8px 8px;
    border: 0px none;
    text-transform: uppercase;
}

.qty-right .btn-primary:hover,
.qty-right .btn-primary:focus,
.qty-right .btn-primary:active {
    background-color: #815B93;
    color: #fff;
}

.back {
    float: left;
    color: #8F9BA4;
    font-weight: 500;
    font-size: 16px;
    margin-top: 34px;
}

.back:hover,
.back:focus,
.back:active {
    color: #076836;
}

.btn-secondary {
    background-color: #8CC53D;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    border: 0px none;
    float: right;
    padding: 12px 20px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #076836;
}

.card-right {
    float: left;
    width: 100%;
    border: solid 1px #E8E8E8;
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
}

.card-right-pic {
    float: left;
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 20px;
}

.card-right-pic img {
    width: auto;
    max-width: 100%;
    height: 180px
}

.card-right-inner {
    float: left;
    width: 100%;
    padding: 15px;
}

.car-det {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #192A34;
    font-weight: 600;
    text-align: left
}

.car-det span {
    font-weight: 400;
    color: #5D6871;
    font-size: 16px;
}

.shape {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.edit {
    float: right;
    color: #8F9BA4;
    font-size: 16px;
}

.edit:hover,
.edit:focus,
.edit:active {
    color: #076836;
}

.ap {
    color: #076836;
    font-size: 16px;
    font-weight: 400;
}

.card-right-header {
    float: left;
    width: 100%;
    color: #192A34;
    font-size: 17px;
    font-weight: 500;
    border-bottom: solid 1px #E8E8E8;
    padding: 10px 15px;
}

.total-inner {
    padding: 15px;
}

.total-inner .car-det {
    font-size: 16px;
    color: #192A34;
    font-weight: 500;
}

.total-inner .car-det span {
    font-size: 14px;
    font-weight: 400;
}

.price-right {
    float: right;
    text-align: right;
    color: #192A34;
    font-size: 16px;
    font-weight: 500;
}

.total-inner .shape {
    margin-bottom: 12px;
}

.apply-code {
    float: left;
    width: 100%;
    position: relative;
}

.apply-code .form-control {
    font-size: 14px;
    color: #5D6871;
    border: solid 1px #E8E8E8;
    padding: 20px 10px 20px 35px;
    float: left;
    width: 100%;
}

.apply-code-search {
    position: absolute;
    left: 10px;
    top: 9px;
}

.vo {
    color: #437EED;
    font-size: 12px;
    font-weight: 400;
    margin-top: 6px;
    float: left;
}

.vo:hover,
.vo:focus,
.vo:active {
    color: #076836;
}

.order-total {
    float: left;
    width: 100%;
    border-top: solid 1px #E8E8E8;
    padding: 15px;
}

.order-total .price-right {
    font-size: 20px;
}

.order-total .shape {
    margin-bottom: 0;
}

.extras-wrapper .col-md-6 {
    padding-left: 4px !important;
    padding-right: 4px;
}

.extras-wrapper {
    padding-left: 15px;
}

.review-list {
    float: left;
    width: 100%;
}

.review-list-inner {
    float: left;
    width: 100%;
    border-radius: 8px;
    border: solid 1px #E8E8E8;
    position: relative;
    padding: 20px 25px;
    background-color: #fff;
    margin-bottom: 8px;
}

.review-list-card {
    width: 100%;
    text-align: left
}

.review-list-card h4 {
    color: #192A34;
    font-size: 18px;
    font-weight: 500;
}

.review-list-card h5 {
    color: #5D6871;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.rew-pick {
    float: left;
    width: 100%;
    color: #076836;
    font-size: 16px;
    font-weight: 400;
}

.review-list-card .times {
    color: #5D6871;
    font-size: 16px;
    float: left;
    margin-top: 2px;
}

.edit-all {
    color: #8F9BA4;
    font-size: 16px;
    right: 15px;
    float: right;
}

.edit-all:hover,
.edit-all:focus,
.edit-all:active {
    color: #8CC53D;
}

.select-car {
    float: left;
    width: 100%;
    color: #5D6871;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.payments {
    float: left;
    width: 100%;
    border: solid 1px #CBCBCB;
    background-color: #E0E3E6;
    border-radius: 8px;
}

.payments-left {
    float: left;
    width: 384px;
    float: left;
    background-color: #E0E3E6;
    border-radius: 8px 0 0 8px;
}

.payments-right {
    float: left;
    width: calc(100% - 384px);
    background-color: #fff;
    border-radius: 0px 9px 9px 0;
}

.btn-secondary .fa {
    margin-left: 15px;
}

.payments-left h5 {
    padding: 18px 10px 13px 15px;
    color: #1D4354;
    font-size: 18px;
    font-weight: 500;
}

.payment-left-pic {
    float: left;
    width: 25px;
}

.payment-right-pic {
    width: calc(100% - 28px);
    float: right;
    color: #1D4354;
    padding-left: 7px;
    font-size: 18px;
    font-weight: 500;
}

.payment-right-pic span {
    color: #8F9BA4;
    font-size: 16px !important;
    font-weight: 400;
}

.payments-left .nav {
    width: 100%;
    float: left;
    margin-top: 0;
}

.payments-left .nav-link {
    border-left: solid 3px #E0E3E6;
    border-radius: 0;
    float: left;
    width: 100%;
    padding: 15px 15px;
    border-right: 0px none;
    border-top: solid 1px #D0D1D2 !important;
}

.payments-left .nav-pills .nav-link.active {
    background-color: #fff;
    border-left-color: #1D4354;
}

.card-info {
    float: left;
    width: 100%;
    padding: 35px 120px;
}

.card-info label {
    color: #192A34;
    font-size: 18px;
    font-weight: 500;
}

.card-info .form-control {
    border: solid 1px #D3D3D3;
    padding: 24px 15px;
    font-size: 14px;
    border-radius: 8px;
}

.payments-right .form-group {
    margin-bottom: 15px;
}

.in {
    color: #192A34;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.in p {
    margin: 0 0 35px 0;
    padding: 0;
    width: 100%;
}

.thankyou {
    float: left;
    width: 100%;
    height: 100vh;
    padding-top: 78px;
    display: flex;
    align-items: center;
}

.thankyou-inner {
    float: left;
    width: 100%;
    text-align: center;
    color: #8F9BA4;
    font-size: 18px;
}

.thankyou-inner h6 {
    color: #192A34;
    font-size: 30px;
    font-weight: 500;
    margin-top: 35px;
}

.thankyou-inner span {
    font-weight: 500;
    color: #5D6871;
}

.login-wrappers {
    float: left;
    width: 100%;
    height: 100vh;
}

.login-bg-left {
    height: 100%;
    width: 590px;
    float: left;
    text-align: left !important;
}

.login-bg-left img {
    height: 100%;
    width: 100%;
}

.login-bg-right {
    float: left;
    width: calc(100% - 600px);
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.login-inner {
    float: left;
    width: 100%;
    text-align: center;
}

.login {
    display: inline-block;
    float: none;
    width: 480px;
}

.login-link {
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #5D6871;
}

.login-link a {
    color: #0066B9;
}

.login-link a:hover {
    color: #8CC53D;
}

.login label {
    color: #5D6871;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    width: 100%;
}

.login .form-control {
    border: solid 1px #D3D3D3;
    padding: 24px 15px;
    font-size: 14px;
    border-radius: 8px;
}

.login h4 {
    text-align: left;
    margin-bottom: 60px;
}

.form-group {
    position: relative;
}

.fp {
    position: absolute;
    right: 0;
    color: #0066B9;
    font-size: 14px;
    top: 5px;
}

.fp:hover {
    color: #8CC53D;
}

.login .form-group {
    margin-bottom: 20px;
}

.login .custom-checkbox .custom-control-label {
    color: #8F9BA4 !important;
    line-height: 20px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.avvtar-profile {
    float: right;
    margin-top: 6px;
    margin-left: 10px;
}


.mobile {
    display: none;
}

.destop {
    display: block;
}

.wrapper {
    display: flex;
    align-items: stretch;
    margin-top: 64px;
}

#sidebar {
    min-width: 335px;
    max-width: 335px;
    background: #fff;
    color: #313D4D;
    transition: all 0.3s;
}

#sidebar.active2 {
    margin-left: -335px;
}

#sidebar .sidebar-header {
    padding: 5px 15px;
    background: #fff;
    display: flex;
}

#sidebar ul.components {
    padding: 0px 20px;
}

#content {
    padding: 35px 100px;
    min-height: 100vh;
    transition: all 0.3s;
    background-color: #FAFAFA;
    width: 100%;
}

header {
    width: 100%;
    background-color: #fff;
    padding: 13px 0px;
    float: left;
}

.user-pic {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    overflow: hidden;
}

.user-name {
    float: left;
    display: flex;
    align-items: center;
    padding-left: 10px;
    color: #1F2121;
    font-size: 15px;
    font-weight: 500;
}

.user-pic img {
    width: 100%;
    height: 35px;
    object-fit: cover;
}

.user-right {
    float: right;
    display: flex;
    align-content: center;
}

#sidebar {
    width: 100%;
    padding: 20px 15px;
}

#sidebar.active2 {
    margin-left: -350px;
}

#sidebar .nav {
    width: 100%;
    margin-top: 0;
}

#sidebar .nav-pills .nav-link {
    color: #A0A5B8;
    font-size: 14px;
    font-weight: 400 !important;
    margin-bottom: 10px;
    padding: 12px 20px;
    border-radius: 8px;
}

#sidebar .nav-pills .nav-link .fa {
    width: 28px;
    font-size: 20px;
}

#sidebar .nav-pills .nav-link:hover {
    color: #313D4E;
}

#sidebar .nav-pills .nav-link.active,
#sidebar .nav-pills .show>#sidebar .nav-link {
    color: #192A34 !important;
    background-color: #F2F3F6;
    font-weight: 500 !important;
}

h3 {
    font-size: 27px;
    margin-bottom: 27px;
}

.search-header h3 {
    margin-bottom: 0;
    margin-top: 10px;
}

.tab-inner-wrapp {
    width: 100%;
    border-radius: 0px;
    float: left;
}

.tab-inner-wrapp h2 {
    color: #192A34;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 4px;
}

.titles-das {
    text-align: left
}

.subtitles-das {
    float: left;
    width: 100%;
    color: #9BA6AD;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: left
}

.tab-right a {
    color: #FF4081;
    font-size: 14px;
}

.user-profile-pic {
    width: 100%;
    position: relative;
    height: 100%;
    float: none;
    border: dashed 1px #ccc;
    overflow: hidden;
    margin-bottom: 10px;
}

.user-profile-pic img {
    width: 95px;
    height: 95px;
    object-fit: cover;
}

.upload-logo {
    float: left;
    padding: 11px 3px;
    width: 130px;
    background-color: #3A87FE;
    color: #fff !important;
    border-radius: 4px;
    text-align: center;
    font-size: 17px;
}

.upload-logo:hover,
.upload-logo:focus,
.upload-logo:active {
    background-color: #0165FA;
}

.remove {
    float: left;
    margin-top: 0px;
    padding: 3px 15px;
    right: 5px;
    top: 5px;
    background-color: #333;
    color: #fff !important;
    border-radius: 4px;
    text-align: center;
    font-size: 12px !important;
    position: absolute;
}

.remove:hover,
.remove:focus,
.remove:active {
    background-color: #222;
}

.upload-logo-wrapp {
    float: left;
    width: calc(100% - 140px);
}

.diff-logo {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.diff-pic {
    float: left;
    width: 60px;
    height: 60px;
    display: flex;
}

.tab-right {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.tab-right .user-pic {
    width: 190px;
    height: 180px;
    float: left;
    border-radius: 4px;
    text-align: center;
    background-color: #f6f6f6;
}

.tab-right .user-pic img {
    width: 190px;
    height: 180px;
    object-fit: cover;
}

.upload-logo-wrapp {
    float: left;
    width: calc(100% - 200px);
    padding-left: 20px;
}

.tab-inner-wrapp label {
    width: 100%;
    float: left;
    color: #1E252C;
}

.tab-inner-wrapp .form-control,
.custom-select {
    border: solid 1px #ccc;
    background-color: #ffffff;
    font-size: 16px;
}

.clone {
    float: left;
    font-size: 13px;
    font-weight: 500;
    float: left;
    margin-right: 20px;
    color: #00B22D;
}

.remove1 {
    bottom: 0;
    font-size: 13px;
    font-weight: 500;
    float: left;
    color: red;
}

.wrapper-add {
    position: relative;
}

.buttons {
    position: absolute;
    right: 0;
    bottom: -29px;
}

.buttons a {
    padding: 3px 0;
}

.buttons a:hover {
    color: #000 !important;
}

.element {
    display: block;
    margin-bottom: 1rem;
}

#content label {
    float: left;
    width: 100%;
    color: #8C91A4;
    font-size: 14px;
}

#content .form-group {
    margin-bottom: 20px;
}

.type .custom-checkbox label {
    font-weight: 500;
    color: #1E252C !important;
    font-size: 16px !important;
}

.type .form-control {
    height: 35px;
    font-size: 14px;
}

.type .input-group-text {
    padding: 0px 12px !important;
    font-weight: 500;
}

.type .form-group {
    margin-bottom: 7px !important;
}

.sidemove {
    display: none;
}

.view-prd {
    width: 100%;
    float: left;
}

#content .card-img-top {
    float: left;
    border-bottom: solid 1px #E6E6E6;
    height: 250px;
    width: 100%;
    overflow: hidden;
}

#content .card-img-top img {
    width: 100%;
}

#content .card {
    border-color: #E6E6E6;
    margin-bottom: 30px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.cate {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #00BFFF;
    font-weight: 500;
    margin-bottom: 0px;
}

#content .card-title {
    font-size: 17px;
    float: left;
    width: 100%;
    line-height: 22px;
    margin-bottom: 5px;
    height: 43px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 8px;
}

.brand {
    float: left;
    width: 50%;
    color: #A0A5B8;
    font-weight: 500;
    font-size: 14px;
}

.price {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
}

.price li {
    float: left;
    width: 33.33%;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #00B259;
    font-family: 'museo500';
    font-size: 20px;
}

.price-wrapp {
    float: left;
    width: 100%;
    color: #FD7A48;
    font-family: 'museo500';
    font-size: 17px;
    margin-top: 10px;
    line-height: 22px;
}

.price li span {
    font-family: 'Montserrat', sans-serif;
    color: #313D4C;
    font-size: 13px !important;
    font-weight: 500;
}

.upload-logo-wrapp small {
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
}

.avvtar-pic {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: solid 1px #707070;
}

.avvtar-text {
    float: left;
    font-size: 18px;
    color: #076836;
    font-weight: 400;
    margin-left: 10px;
}

.search-ride {
    background-color: #8CC53D;
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 0;
    font-weight: 500;
    border-radius: 8px;
    padding: 8px 12px;
}

.search-ride:hover,
.search-ride:focus,
.search-ride:active {
    background-color: #076836;
    color: #fff !important;
}

.profile-inner {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.profile-inner .nav {
    margin-top: 0;
    border-bottom: solid 1px #E1E3E6;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.profile-inner .nav-pills .nav-link {
    color: #5D6871;
    font-size: 17px;
    font-weight: 400;
    border-bottom: solid 2px transparent;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    transition: all 0.3s ease-in-out 0s;
}

.profile-inner .nav-pills .nav-link.active {
    border-bottom-color: #076836;
    background-color: transparent;
    color: #076836 !important;
    font-weight: 500;
}

.profile-inner .nav-item {
    margin-right: 35px;
}

.dashboard-inner {
    float: left;
    width: 952px;
    background-color: #fff;
    border: solid 1px #EDEDED;
    border-radius: 8px;
    padding: 35px;
    margin-top: 5px;
}

.upload-photo {
    float: left;
    width: 100%;
    border-bottom: solid 1px #EDEDED;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.upload-photo-left {
    float: left;
    width: 112px;
    height: 112px;
}

.upload-photo-left .user-pic {
    width: 112px;
    height: 112px;
    text-align: center;
    display: inline-block;
    background-color: transparent;
}

.user-profile-pic {
    width: 112px;
    height: 112px;
    border: solid 1px #ddd;
    border-radius: 100%;
    float: none;
    overflow: hidden;
    margin-bottom: 10px;
}

.user-profile-pic img {
    min-height: 112px;
    max-height: 112px;
    min-width: 112px;
    max-width: 112px;
    width: 100% !important;
}

.upload-photo-left {
    background-color: #fff;
    border: solid 1px #CCCCCC;
    width: 112px;
    border-radius: 100%;
    height: 112px;
}

.btn-outline-info {
    border: solid 1px #8CC53D;
    border-radius: 8px;
    font-size: 15px;
    float: left;
    font-weight: 500;
    color: #8CC53D;
    padding: 9px 17px;
}

.upload-photo-right {
    width: calc(100% - 115px);
    padding-left: 20px;
    float: left;
}

.upload-photo-right .btn-outline-info {
    margin-top: 30px;
}

.upload-photo-left .remove {
    display: none;
    top: 43px;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    text-transform: capitalize;
}

.upload-photo-left:hover .remove {
    display: none;
}

.profile-form {
    float: left;
    width: 100%;
}

.profile-form label {
    color: #5D6871 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left;
    width: 100%;
}

.profile-form .form-control {
    border: solid 1px #D3D3D3;
    padding: 24px 15px;
    font-size: 14px;
    border-radius: 8px;
}

.profile-form .form-group {
    margin-bottom: 40px !important;
}

.button-group {
    float: left;
    width: 952px;
    margin-top: 25px;
    text-align: right;
}

.button-group .btn-primary {
    float: right;
    color: #5D6871;
    font-size: 16px;
    font-weight: 500;
    background-color: #E0E3E6;
    padding: 13px 25px;
    border-radius: 8px;
}

.button-group .btn-light {
    color: #8F9BA4;
    font-size: 16px;
    font-weight: 400;
    border: 0px none;
    background-color: transparent;
    padding: 13px 25px;
    border-radius: 8px;
}

.button-group .btn-light:hover,
.button-group .btn-light:focus,
.button-group .btn-light:active {
    border: 0px none;
    color: #5D6871;
}

.button-group .btn-primary:hover,
.button-group .btn-primary:focus,
.button-group .btn-primary:active {
    background-color: #8CC53D;
    color: #fff;
}

.no-record {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    color: #8F9BA4;
    font-weight: 400;
}

.no-record h6 {
    font-size: 21px;
    color: #5D6871;
    font-weight: 500;
    margin: 35px 0 8px 0;
}

.no-record-inner a {
    background-color: #8CC53D;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 500;
    border-radius: 6px;
    padding: 8px 15px;
    display: inline-block;
    float: none;
}

.no-record-inner a:hover,
.no-record-inner a:focus,
.no-record-inner a:active {
    background-color: #076836;
}

.sidebar-icon {
    float: left;
}

.s-icon {
    float: left;
    width: 30px;
    display: inline-block;
    text-align: center;
}

.sidebar-icon-active {
    display: none;
    float: left;
}

.nav-link.active .sidebar-icon-active {
    display: block;
    float: left;
}

.nav-link.active .sidebar-icon {
    display: none;
}

.license-left {
    float: left;
    border: solid 1px #EDEDED;
    border-radius: 8px;
    padding: 50px;
    background-color: #fff;
    width: 100%;
}

.license-left .form-group {
    margin-bottom: 40px !important;
}

label {
    color: #5D6871 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left;
    width: 100%;
}

.custom-radio .custom-control-label {
    font-size: 14px;
    color: #5D6871 !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400 !important;
}

.license-right {
    float: left;
    border: solid 1px #EDEDED;
    border-radius: 8px;
    padding: 16px;
    background-color: #fff;
    width: 100%;
    color: #8F9BA4;
    font-size: 16px;
    font-weight: 300;
}

.license-right h6 {
    float: left;
    width: 100%;
    color: #192A34;
    font-size: 18px;
    font-weight: 400;
}

.license-right p {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
}

.license-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.license-list li {
    float: left;
    margin: 0 0 15px 0;
    list-style-type: none;
    background-color: #fff;
    width: 100%;
    border: solid 1px #EDEDED;
    border-radius: 8px;
}

.license-list-inner {
    float: left;
    padding: 15px 20px;
    width: 100%;
}

.lic-left {
    float: left;
    width: 40px;
    height: 40px;
    border: solid 1px #E1E3E6;
    border-radius: 100%;
}

.lic-left img {
    width: 100%;
}

.lic-right {
    float: left;
    width: calc(100% - 45px);
    padding-left: 13px;
}

.lic-right h6 {
    font-size: 16px;
    color: #192A34;
    font-weight: 500;
    margin-bottom: 3px;
}

.trk {
    float: left;
    color: #ABB4BA;
    font-size: 14px;
    font-weight: 400;
}

.license-list li .badge-secondary {
    background-color: #F4F5F6;
}

.delete-icon {
    float: right;
    color: #B1B9BF;
    font-size: 18px;
}

.delete-icon:hover,
.delete-icon:focus,
.delete-icon:active {
    color: #8CC53D;
}

.license-list li .badge {
    font-size: 13px;
    color: #97A1A8;
    font-weight: 400 !important;
    padding: 5px 15px;
    border-radius: 20px;
}

.license-list li .badge-success {
    background-color: #F4F9EC;
    color: #7EB137;
}

.license-list li .badge-danger {
    background-color: #FDF6F7;
    color: #D23256;
}

.add-lic,
.upload-txt {
    float: left;
    color: #B7BEC4;
    font-weight: 400;
    font-size: 16px;
}

.add-lic:hover,
.add-lic:focus,
.add-lic:active,
.upload-txt:hover,
.upload-txt:focus,
.upload-txt:active {
    color: #8CC53D;
}

.book-pic-left {
    float: left;
    width: 100%;
}

.book-pic-left img {
    width: 100%;
}

.review-list-inner h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.cancel-ride {
    float: right;
    border: solid 1px #E1E3E6;
    color: #8F9BA4;
    font-size: 14px;
    padding: 2px 12px;
    border-radius: 8px;
}

.cancel-ride:hover,
.cancel-ride:focus,
.cancel-ride:active {
    background-color: #8F9BA4;
    color: #fff;
}

.cancelled {
    opacity: 0.6;
}

.menu-icon {
    float: right;
    margin-top: 8px;
    display: none;
}

.button-group {
    margin-bottom: 25px;
}

@media screen and (max-width:1500px) {
    #content {
        padding: 25px 20px;
    }

    .dashboard-inner {
        width: 100%;
    }

    .button-group {
        width: 100%;
    }

    .search-list-inner-right .price {
        margin-bottom: 15px;
    }

    .card-info {
        padding: 35px 35px;
    }

}

@media screen and (max-width:1300px) {
    .why-right {
        padding: 60px 0px;
    }

    .why-left {
        padding-right: 0;
    }

    .search-header li {
        font-size: 13px;
    }

    .types {
        margin-right: 0;
        margin-left: 10px;
    }

    .price {
        margin-bottom: 15px;
    }

    .support {
        padding: 40px 15px;
    }

    .support .col-md-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media screen and (max-width:1240px) {
    .card-type li {
        font-size: 11px;
    }

    .card-title-left {
        font-size: 15px;
    }

    .card-type li span {
        font-size: 12px;
    }

    .categories-card .btn-primary {
        font-size: 12px;
    }

    .login-bg-left {
        width: 40%;
    }

    .login-bg-right {
        width: 60%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .login-bg-left img {
        object-fit: cover;
    }

    .types {
        margin-bottom: 10px;
    }

    .back {
        margin-left: 15px;
    }

    .extras-wrapper {
        margin-top: 30px;
    }

    .payments-left {
        width: 334px;
    }

    .payments-right {
        width: calc(100% - 334px);
    }
}

@media screen and (max-width:1190px) {
    .how-it-work li {
        width: 100%;
        margin: 0 0 25px 0;
    }

    .path2::after,
    .path1::after {
        background-image: none;
    }

    .how-it-work ul {
        margin-top: 30px;
    }

    .how-it-work {
        margin-top: 50px;
    }

    .categories .nav-pills .nav-link {
        font-size: 30px;
    }

    .categories-left {
        margin-top: 35px;
        font-size: 18px;
    }

    .book-lux {
        width: 100%;
    }

    .categories {
        margin-top: 50px;
    }

    .categories-left {
        text-align: center;
        margin-bottom: 35px;
    }

    .book-lux {
        font-size: 16px;
        display: inline-block;
        float: none;
        width: auto;
        margin-top: 20px;
    }

    .categories .owl-nav {
        text-align: center;
        margin-top: 15px;
        float: none;
        display: inline-block;
    }

    .categories .owl-prev {
        display: none;
        position: relative;
        left: auto;
    }

    .categories .owl-next {
        display: none;
        position: relative;
        right: auto;
    }

    .card-type li span {
        font-size: 13px;
    }

    .why-right {
        padding: 0;
    }

    .why-right li {
        font-size: 19px;
        background: url(../images/check.svg) no-repeat left 2px;
    }

    #sidebar {
        margin-left: -335px;
    }

    #sidebar.active2 {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

    .sidemove {
        display: block;
    }

    .tab-inner-wrapp {
        margin-top: 15px;
    }

    .checkt li {
        float: left;
        width: 100%;
    }

    .search-wrapper {
        padding-bottom: 0;
    }

    .support {
        position: relative;
    }
}

@media screen and (max-width:1100px) {
    .car-feture li {
        width: 28%;
        float: left;
        margin-bottom: 7px;
    }

    .extras-wrapper {
        padding-left: 0;
    }
}

@media screen and (max-width:990px) {
    .categories .nav-pills .nav-link {
        font-size: 20px;
    }

    .why-right li {
        font-size: 17px;
    }

    .footer-card ul {
        margin: 0;
        padding: 0;
    }

    .logo-text {
        float: left;
    }

    footer {
        padding: 20px 0;
    }

    .login {
        width: 100%;
    }

    .cancel-ride {
        padding: 2px 5px;
    }

    .car-feture li {
        width: 50%;
        float: left;
        margin-right: 0;
        padding-right: 5px;
    }

    .card-right {
        margin-top: 20px;
    }

    .extras-card-pic {
        width: 100%;
    }

    .card-right {
        margin-bottom: 0;
    }

    .extras-wrapper .col-md-6 {
        padding-right: 15px;
    }
}

@media screen and (max-width:880px) {
    .search-list-inner-right {
        width: 100%;
    }

    .search-list-inner-left {
        width: 100%;
        border-right: 0px none;
    }

    .price {
        text-align: center;
    }

    .extras-card .price {
        text-align: left;
    }

}


@media screen and (max-width:767px) {
    .categories .nav-item {
        margin: 0px 15px;
    }

    .categories .nav-pills .nav-link {
        font-weight: 400 !important;
    }

    .card-title-right {
        float: left;
        font-size: 14px;
    }

    .card-title-left {
        font-size: 17px;
    }

    .why-right {
        margin-top: 30px;
    }

    h6 {
        font-size: 20px;
    }

    .why-right li {
        font-size: 16px;
    }

    .footer-card {
        margin-bottom: 25px;
    }

    .license-right {
        margin-top: 25px;
    }

    .delete-icon {
        position: absolute;
        top: 10px;
        right: 15px;
    }

    .v-action {
        margin-left: 45px;
        margin-top: 8px;
    }

    .license-list-inner .col-md-3 {
        position: inherit;
    }

    .license-list-inner {
        position: relative;
    }

    .license-left {
        padding: 15px;
    }

    .license-left .form-group {
        margin-bottom: 25px !important;
    }

    #v-pills-orders .nav-item {
        width: 100%;
    }

    .review-list-card {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .search-pic {
        width: 100%;
    }

    .types {
        margin-left: 0;
        margin-right: 10px;
        width: 47%;
    }

    .search-info {
        width: 100%;
    }

    .search-right {
        margin-top: 15px;
    }

    .support-card {
        margin-bottom: 25px;
    }

}

@media screen and (max-width:700px) {
    .journey-form {
        width: 100%;
    }

    .marquee-inner {
        padding-top: 90px;
    }

    .header-right {
        float: left;
        width: 100%;
        display: none;
        position: absolute;
        left: 0;
        top: 74px;
        background-color: #fff;
        border-top: solid 2px #076836;
        padding: 10px 15px;
    }

    .top-link {
        float: left;
        width: 100%;
        margin-top: 0;
        margin-bottom: 15px;
    }

    header .btn-primary {
        margin: 0 0 10px 0;
    }

    .lug {
        float: left;
        width: 100%;
    }

    .menu-icon {
        display: block;
    }

    .journey-form .btn-primary {
        font-size: 17px;
    }

    header {
        padding: 16px 0;
    }

    .journey-form h4 {
        font-size: 22px;
    }

    .categories-left {
        margin-top: 15px;
    }

    .footer-card li a {
        font-size: 14px;
    }

    .login-bg-left {
        width: 100%;
        height: auto;
        display: none;
    }

    .login-wrappers {
        height: auto;
        width: 100%;
    }

    .login-bg-right {
        width: 100%;
        display: block;
        height: auto;
        padding: 15px 15px;
    }

    .login-bg-left img {
        width: 100%;
        height: auto;
    }

    .login-link {
        position: relative;
        top: 0;
    }

    .login h4 {
        margin-bottom: 25px;
        margin-top: 30px;
    }

    .login-link {
        right: 0;
    }

    .cancel-ride {
        float: left;
        margin-bottom: 15px;
    }

    .payments-left {
        width: 100%;
    }

    .payments-right {
        width: 100%;
        border-radius: 0px 0px 8px 8px;
    }
}

@media screen and (max-width:640px) {
    .categories .nav-item {
        width: 33.33%;
        text-align: center;
        margin: 0;
    }

    .categories .nav {
        width: 100%;
    }

    .categories .nav-pills .nav-link {
        font-size: 17px;
        height: 55px;
        line-height: 19px;
    }

    .categories-left {
        margin-top: 5px;
    }

    .how-it-work h2 {
        font-size: 28px;
    }

    .why-euro {
        margin-top: 40px;
    }

    .book-ride-inner {
        padding-left: 20px;
    }

    .book-ride-inner h4 br {
        display: none;
    }

    .book-ride-inner h4 {
        font-size: 30px;
    }

    .thankyou {
        padding-left: 15px;
        padding-right: 15px;
    }

    .thankyou-inner {
        font-size: 15px;
    }

    .thankyou-inner h6 {
        font-size: 26px;
    }

}


@media screen and (max-width:570px) {
    .journey-form {
        padding: 15px;
    }

    .profile-inner .nav-item {
        margin-right: 15px;
    }

    .profile-inner .nav-pills .nav-link {
        font-size: 15px;
    }

    .dashboard-inner {
        padding: 15px;
    }

    .card-info {
        padding: 15px;
    }

    .profile-form .form-group {
        margin-bottom: 20px !important;
    }

    .button-group .btn-primary {
        font-size: 15px;
    }

    .review-list-inner {
        padding: 20px;
    }

    .col-md-6 .btn-secondary {
        width: 100%;
    }

    .extras-wrapper .col-md-6 {
        padding-left: 15px !important
    }

    .extras-card-left {
        width: 100%;
        text-align: center;
    }

    .extras-card-right {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

@media screen and (max-width:500px) {

    .journey-form .custom-select,
    .journey-form .form-control {
        height: 50px;
    }

    .form-icon {
        right: 10px;
        top: 13px;
        width: 16px;
        height: 24px;
    }

    .form-icon img {
        width: 100%;
    }

    .journey-form .btn-primary {
        padding: 12px 15px;
        border-radius: 9px;
    }

    .journey-form label {
        font-size: 14px !important;
    }

    .how-it-work-card p {
        padding: 0;
    }

    .book-ride-inner h4 {
        font-size: 26px;
        line-height: 30px;
    }

    .book-ride {
        margin-top: 30px;
    }

    .categories {
        margin-top: 30px;
    }

    .categories-left {
        font-size: 16px;
    }

    .how-it-work-card p {
        font-size: 16px;
    }

    #sidebar {
        min-width: 250px;
        max-width: 250px;
    }

    #sidebar.active2 {
        margin-left: 0px;
    }

    #sidebar {
        margin-left: -250px;
    }

    .search-header li {
        font-size: 11px;
    }
}

@media screen and (max-width:400px) {
    .categories .nav-pills .nav-link {
        font-size: 16px;
    }

    .types {
        width: 100%;
    }
}

/* HMZ */
.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}


.navbar-brand-img {
    height: 55px;

}

.navbar-brand-img-footer {
    height: 100px;

}

/* HMZ */