/* From style.css */
html {
    -webkit-text-size-adjust: none;
    background-color: #f8f8f8;
}

#main-uber-page {
    min-height: 100%;
}

#wrapper {
    background-color: #fff;
    min-height: calc(100vh - 354px);
    min-height: -o-calc(100vh - 354px);
    min-height: -moz-calc(100vh - 354px);
    min-height: -webkit-calc(100vh - 354px);
}

#wrapper.store-order {
    margin-top: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

header {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    position: sticky;
    top: 0;
    background-color: #fff;
}
header.shadow {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}
.img-reset {
    max-width: 100%;
    height: auto;
}

ul.stepper .step .section-block .general-form {
    margin-top: 0;
}

ul.stepper .step.active .step-title:before {
    content: '\44';
    position: absolute;
    right: 0;
    top: 20px;
    font-family: 'icomoon';
    font-size: 12px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: var(--common_font);
}

ol,
ul {
    list-style: none;
}

* {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.static-page-new .error {
    bottom: -18px !important;
    left: 8px !important;
}

[dir=rtl] .error,
[dir=rtl] .captcha-column span.error,
[dir=rtl] .Iserror,
[dir=rtl] .help-block.error {
    left: auto;
    right: 8px;
}

.error#vEmail_verify-error,
.error#vEmail_verifyd-error,
.error#vEmail_verifyc-error,
.error#vEmail_verifyo-error {
    overflow: unset;
    position: relative;
    bottom: 0;
    white-space: normal;
    line-height: normal;
}

.error,
.captcha-column span.error,
.Iserror,
.help-block.error {
    position: absolute;
    bottom: -19px;
    font-size: 12px;
    color: #f00;
    margin: 0;
    display: block;
    white-space: nowrap;
    margin: 0;
    left: 8px;
    /*    overflow: hidden;*/
    text-overflow: ellipsis;
    line-height: 22px;
    text-align: left;
}

.help-block.error,
.error {
    left: 17px;
}

.general-form .form-group .notes label {
    position: relative;
    display: block;
    transform: none;
    margin: 0;
    display: inline-block;
    font-weight: 600;
    margin: 0 3px 0 0;
    left: auto;
}

.mix-content {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

ul.user-menu ul.navmenu-links {
    display: none !important;
}

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

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

ul.tab-row.homepage li:before {
    content: '';
    position: absolute;
    width: 42px;
    height: 42px;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-color: lightgrey;
    border: 1px solid #000;
    border-radius: 50% 50% 0% 50%;
    opacity: 0.2;
}

ul.tab-row.homepage li.active:before {
    opacity: 0.6;
}

ul.tab-row li.tab.active {
    opacity: 1;
}

ul.tab-row li.tab.active:after {
    opacity: 1;
}

.categories-caption.active {
    display: block;
}

.gen-btn,
.button-block a.gen-btn,
.modal .modal-footer .btn {
    padding: 12px 25px 12px 25px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-transform: unset;
    text-decoration: none;
    white-space: normal;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.3px;
    outline: none;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: capitalize;
    font-family: var(--common_font);
    margin: 0 0 0 10px;
}

.gen-btn.small-btn {
    padding: 10px 16px;
    font-size: 14px;
}

.button-block a.gen-btn:after {
    display: none;
}

.gen-btn.cancel {
    background-color: #757575;
}

.categories-caption a.book-btn:hover,
.gen-btn:hover,
.gen-btn:focus,
.button-block a.gen-btn:hover,
.button-block a.gen-btn:focus {
    background-color: transparent;
}

.download-links a {
    display: block;
}

.download-links a:hover {
    left: -10px;
}

.download-links a img {
    vertical-align: top;
}

.download-links {
    width: 193px;
}

@-webkit-keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@-webkit-keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.login-caption.active {
    display: block;
}

ul.tab-switch li.active a {
    box-shadow: 0 0 0 1px #45aeac;
}

ul.tab-switch li.active a {
    background-color: #fff;
    color: #000;
    position: relative;
}

ul.tab-switch li.active a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.login-right form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.login-right form .form-group input,
.login-right form .form-group select {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    padding: 14px 16px 15px 16px;
    border: 1px solid #c1c1c1;
    border-radius: 6px;
    font-size: 15px;
    color: #404040;
    font-weight: 500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
}

.login-right form .form-group select {
    outline: none;
    width: 100%;
    background-image: url(../../../img/apptype/XJP/select-arrow.jpg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 11px;
    background-color: transparent;
}

[dir="rtl"] .login-right form .form-group select {
    background-position: left 10px center;
}

.login-right form .form-group.error:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 48px;
    right: 0;
    top: 0;
    background-color: #ff0000;
    border-radius: 0 6px 6px 0;
}

.login-right form .form-group.success:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 48px;
    right: 0;
    top: 0;
    background-color: #6cc700;
    border-radius: 0 6px 6px 0;
}

.login-right form .form-group input:focus {
    border: 1px solid #404040;
    outline: none;
}

.login-right form .form-group select:focus {
    border: 1px solid #404040;
}

.login-right form .form-group label {
    position: absolute;
    left: 16px;
    /* top: 50%;*/
    top: 24px;
    margin-top: -11px;
    pointer-events: none;
    font-size: 15px;
    color: #404040;
    font-weight: 500;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
}

.login-right form .form-group.floating label {
    top: 0px;
    background-color: #fff;
    z-index: 200;
    padding: 0 6px;
    transform: scale(0.8) translateX(-25px);
    -webkit-transform: scale(0.8) translateX(-25px);
    -moz-transform: scale(0.8) translateX(-25px);
    -ms-transform: scale(0.8) translateX(-25px);
    -o-transform: scale(0.8) translateX(-25px);
    color: #404040;
}

.login-right form #mobile-otp-form .form-group label {
    left: 106px;
}

[dir="rtl"].login-right form #mobile-otp-form .form-group label {
    left: auto;
    right: 116px;
}

.button-block .gen-btn {
    margin-left: 0;
}

.button-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}

.button-block.justify-center {
    justify-content: center;
}

.button-block.justify-center a {
    margin: 0 10px;
}

.button-block.end {
    justify-content: flex-end;
    width: 100%;
}

.button-block a {
    text-decoration: none;
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    position: relative;
}

.button-block a:hover,
.button-block a:focus {
    outline: none;
}

.button-block a:hover:after,
.button-block a:focus:after {
    width: 100%;
}

.button-block a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #000;
    bottom: -5px;
    transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    left: 0;
}

.note-holder.active {
    display: block;
}

.login-right.full-width form .form-group.onethird {
    width: calc(33.33% - 16px);
    width: -o-calc(33.33% - 16px);
    width: -ms-calc(33.33% - 16px);
    width: -moz-calc(33.33% - 16px);
    width: -webkit-calc(33.33% - 16px);
    margin: 0 8px 30px 8px;
}

.login-right.full-width form .form-group.half,
.contact-section form .form-group.half,
.general-form .form-group.half {
    width: calc(50% - 16px);
    width: -o-calc(50% - 16px);
    width: -ms-calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: -webkit-calc(50% - 16px);
    margin: 0 8px 27px 8px;
}

.contact-section form .form-group.half {
    margin-bottom: 10px;
}

.general-form .form-group.half {
    margin: 8px 8px 20px 8px;
}

.general-form .half-column {
    width: calc(50% - 16px);
    width: -o-calc(50% - 16px);
    width: -ms-calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: -webkit-calc(50% - 16px);
    margin: 0 8px 0 8px;
}

.general-form .form-group.full {
    width: calc(100% - 16px);
    width: -o-calc(100% - 16px);
    width: -ms-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: -webkit-calc(100% - 16px);
    margin: 0 8px 20px 8px;
}

.general-form .partation h1 {
    width: 100%;
    font-size: 20px;
    color: #666;
    padding-left: 8px;
    margin-bottom: 15px;
    font-weight: 500;
}

.dashboard .general-form .partation {
    margin-bottom: 10px;
}

.login-right.full-width form .form-group {
    width: 100%;
    margin: 0 8px 20px 8px;
}

.captcha-column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.login-right.full-width form .captcha-column .form-group {
    width: 130px;
}

.login-right.full-width .button-block {
    padding-left: 8px;
}

.captcha-column a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    padding-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    display: inline-block;
}

.captcha-column a:hover,
.captcha-column a:focus {
    opacity: 0.5;
    outline: none;
}

.gen-forms.active {
    display: block;
}

.login-right.full-width form .form-group.phone-column select {
    width: 75px;
    border-radius: 6px 0 0 6px;
    position: absolute;
    left: 0;
    top: 0;
}

.login-right.full-width form .form-group.phone-column input {
    margin-left: 74px;
    border-radius: 0 6px 6px 0;
    width: calc(100% - 74px);
    width: -o-calc(100% - 74px);
    width: -ms-calc(100% - 74px);
    width: -moz-calc(100% - 74px);
    width: -webkit-calc(100% - 74px);
}

.login-right.full-width form .form-group.phone-column .phonecode {
    width: 75px;
    border-radius: 6px 0 0 6px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    box-sizing: border-box;
    padding: 14px 10px 15px 10px;
}

.login-right.full-width form .form-group.phone-column #codec.phonecode {
    width: 75px;
    border-radius: 6px 0px 0 6px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    box-sizing: border-box;
}

.login-right form .form-group.phone-column label {
    left: 90px;
}

.captcha-column img {
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.captcha-column span {
    margin: 8px 0;
    height: auto;
}

article.inverse .article-image::after {
    padding-right: 178px;
    border-top: 706px solid #fff;
    right: 0;
    left: auto;
    top: 0;
    border-left: 216px solid transparent;
    border-right: none;
}

article.inverse .article-inner {
    flex-direction: row-reverse;
}

article.inverse .article-image:after {
    padding-right: 178px;
    border-top: 706px solid #fff;
    left: 0;
    right: auto;
    top: 0;
    border-right: 216px solid transparent;
    border-left: none;
}

.contact-section form .form-group,
.general-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-section form .form-group input,
.contact-section form .form-group select {
    /* width: calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -ms-calc(100% - 34px);
    width: -moz-calc(100% - 34px);
    width: -webkit-calc(100% - 34px); */
    width: calc(100%);
    width: -o-calc(100%);
    width: -ms-calc(-100%);
    width: -moz-calc(100%);
    width: -webkit-calc(100%);
    padding: 14px 16px 15px 16px;
    border: 1px solid #c1c1c1;
    border-radius: 6px;
    font-size: 15px;
    color: #404040;
    font-weight: 500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-appearance: none;
    font-family: var(--common_font);
}

.contact-section form .form-group select {
    outline: none;
    width: 100%;
    background-image: url(../../../img/apptype/XJP/select-arrow.jpg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 11px;
}

.contact-section form .form-group.error:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 48px;
    right: 0;
    top: 0;
    background-color: #ff0000;
    border-radius: 0 6px 6px 0;
}

.contact-section form .form-group.success:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 48px;
    right: 0;
    top: 0;
    background-color: #6cc700;
    border-radius: 0 6px 6px 0;
}

.contact-section form .form-group input:focus {
    border: 1px solid #c1c1c1;
    outline: none;
}

.contact-section form .form-group label {
    position: relative;
    left: 16px;
    top: 35px;
    margin-top: -8px;
    pointer-events: none;
    font-size: 15px;
    color: #404040;
    font-weight: 500;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
}

.contact-section form .form-group.floating label {
    top: 7px;
    background-color: #fff;
    z-index: 1;
    padding: 0 6px;
    transform: scale(0.8) translateX(-25px);
    -webkit-transform: scale(0.8) translateX(-25px);
    -moz-transform: scale(0.8) translateX(-25px);
    -ms-transform: scale(0.8) translateX(-25px);
    -o-transform: scale(0.8) translateX(-25px);
    color: #404040;
}

.contact-section form .form-group .error {
    left: 14px;
}

.contact-section form .form-group textarea {
    /* width: calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -ms-calc(100% - 34px);
    width: -moz-calc(100% - 34px);
    width: -webkit-calc(100% - 34px); */
    width: calc(100%);
    width: -o-calc(100%);
    width: -ms-calc(100%);
    width: -moz-calc(100%);
    width: -webkit-calc(100%);
    padding: 14px 16px 15px 16px;
    border: 1px solid #c1c1c1;
    border-radius: 6px;
    font-size: 15px;
    color: #404040;
    font-weight: 500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-appearance: none;
    height: 107px;
    outline: none;
    resize: vertical;
    font-family: var(--common_font);
}

.contact-section form .form-group.textarea label {
    top: 24px;
}

.contact-section form .form-group.textarea.floating label {
    top: 7px;
    background-color: #fff;
    z-index: 1;
    padding: 0 6px;
    transform: scale(0.8) translateX(-25px);
    -webkit-transform: scale(0.8) translateX(-25px);
    -moz-transform: scale(0.8) translateX(-25px);
    -ms-transform: scale(0.8) translateX(-25px);
    -o-transform: scale(0.8) translateX(-25px);
    color: #404040;
}

.cont-det-block ul li i.fa.fa-envelope {
    font-size: 19px;
}

.contact-section form .captcha-column .form-group {
    width: 130px;
    margin-bottom: 0;
}

.contact-section .captcha-column {
    margin-bottom: 20px;
}

.contact-section form .form-group.phone-column select {
    width: 75px;
    border-radius: 6px 0 0 6px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-section form .form-group.phone-column input {
    margin-left: 74px;
    border-radius: 0 6px 6px 0;
    width: calc(100% - 108px);
    width: -o-calc(100% - 108px);
    width: -ms-calc(100% - 108px);
    width: -moz-calc(100% - 108px);
    width: -webkit-calc(100% - 108px);
}

.contact-section .form-group.phone-column label {
    left: 90px;
}

.banner-section.taxi-app .banner-back .banner-image {
    display: block !important;
    position: relative;
    border: 1px solid #ddd;
}

.banner-section.taxi-app .banner-back .banner-image::before {
    content: "";
    position: absolute;
    width: 54%;
    top: -23px;
    background: #ddd;
    padding-top: 55%;
    z-index: -1;
    right: 49.6%;
    border-radius: 12px;
}

.banner-section.taxi-app .banner-back .banner-image::after {
    content: "";
    position: absolute;
    width: 54%;
    bottom: -24px;
    background: #ddd;
    padding-top: 55%;
    z-index: -1;
    left: 50%;
    border-radius: 12px;
}

.banner-section.taxi-app .banner-back .banner-image img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    display: block;
}

.how-it-works-section.taxi-variant ul li .proc_ico {
    width: 48px;
    position: absolute;
    left: 6px;
    top: 4px;
}

@keyframes slideleft {
    from {
        transform: translate3d(845px, 0px, 0px);
    }

    to {
        transform: translate3d(0px, 0px, 0px);
    }
}

form.gen-from .form-group input,
form.gen-from .form-group select {
    width: calc(100% - 34px);
    width: -o-calc(100% - 34px);
    width: -ms-calc(100% - 34px);
    width: -moz-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    padding: 14px 16px 15px 16px;
    border: 1px solid #c1c1c1;
    border-radius: 6px;
    font-size: 15px;
    color: #404040;
    font-weight: 500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-appearance: none;
}

form.gen-from .form-group input:focus {
    border: 1px solid #404040;
    outline: none;
}

form.gen-from .form-group select:focus {
    border: 1px solid #404040;
}

form.gen-from .form-group label {
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -8px;
    pointer-events: none;
    font-size: 15px;
    color: #404040;
    font-weight: 500;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
}

form.gen-from .form-group.floating label {
    top: 0px;
    background-color: #fff;
    z-index: 1;
    padding: 0 6px;
    transform: scale(0.8) translateX(-25px);
    -webkit-transform: scale(0.8) translateX(-25px);
    -moz-transform: scale(0.8) translateX(-25px);
    -ms-transform: scale(0.8) translateX(-25px);
    -o-transform: scale(0.8) translateX(-25px);
    color: #404040;
}

form.gen-from .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.safety-section.taxi-variant form.gen-from .form-group input {
    width: 100%;
}

form.gen-from .form-group.pickup-location:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: -50px;
    top: 0;
    background-image: url(../../../img/apptype/XJP/marker.svg);
    background-repeat: no-repeat;
    background-position: left top 8px;
    background-size: 18px;
    filter: invert(22%) sepia(72%) saturate(3752%) hue-rotate(100deg) brightness(94%) contrast(104%);
    -webkit-filter: invert(22%) sepia(72%) saturate(3752%) hue-rotate(100deg) brightness(94%) contrast(104%);
}

form.gen-from .form-group.drop-location:before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #D2042D;
    position: absolute;
    left: -48px;
    bottom: 4px;
}

form.gen-from .form-group.drop-location:after {
    content: '';
    width: 2px;
    height: 74px;
    bottom: 20px;
    position: absolute;
    left: -42px;
    background-image: url(../../../img/apptype/XJP/grey-line.png);
}

form.gen-from .form-group.error:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 48px;
    right: 0;
    top: 0;
    background-color: #ff0000;
    border-radius: 0 6px 6px 0;
}

form.gen-from .form-group.success:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 48px;
    right: 0;
    top: 0;
    background-color: #6cc700;
    border-radius: 0 6px 6px 0;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: -webkit-transform 1.4s 0.6s linear;
        transition: -webkit-transform 1.4s 0.6s linear;
        -o-transition: transform 1.4s 0.6s linear;
        transition: transform 1.4s 0.6s linear;
        transition: transform 1.4s 0.6s linear, -webkit-transform 1.4s 0.6s linear;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: -webkit-transform 1.4s 0.6s linear;
        transition: -webkit-transform 1.4s 0.6s linear;
        -o-transition: transform 1.4s 0.6s linear;
        transition: transform 1.4s 0.6s linear;
        transition: transform 1.4s 0.6s linear, -webkit-transform 1.4s 0.6s linear;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes shadow {
    0% {
        -webkit-box-shadow: 0px 35px 33px 0 #000;
        box-shadow: 0px 35px 33px 0 #000;
    }

    50% {
        -webkit-box-shadow: 0px 35px 35px -2px #000;
        box-shadow: 0px 35px 35px -2px #000;
        width: 60%;
        left: 20%;
    }

    100% {
        -webkit-box-shadow: 0px 35px 33px 0 #000;
        box-shadow: 0px 35px 33px 0 #000;
    }
}

@keyframes shadow {
    0% {
        -webkit-box-shadow: 0px 35px 33px 0 #000;
        box-shadow: 0px 35px 33px 0 #000;
    }

    50% {
        -webkit-box-shadow: 0px 35px 35px -2px #000;
        box-shadow: 0px 35px 35px -2px #000;
        width: 60%;
        left: 20%;
    }

    100% {
        -webkit-box-shadow: 0px 35px 33px 0 #000;
        box-shadow: 0px 35px 33px 0 #000;
    }
}

.how-it-works-section.otherservice ul li .proc_ico {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    /*padding: 10px;*/
}

.pick-drop-location .form-group {
    margin: 0 0 20px 32px;
    position: relative;
}

.pick-drop-location.other-services-sel .form-group {
    margin: 0 0 20px 0px;
}

.pick-drop-location .form-group:last-child {
    margin-bottom: 0;
}

.pick-drop-location .form-group.pickup:before {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -30px;
}

.pick-drop-location .form-group.pickup:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 40px;
    background-image: url(../../../img/apptype/XJP/user-booking-line.png);
    left: -23px;
    top: 11px;
    background-repeat: no-repeat;
    background-position: top center;
    top: 22px;
}

.pick-drop-location .form-group.dest:before {
    content: '\4c';
    position: absolute;
    top: 10px;
    width: 16px;
    height: 22px;
    border-radius: 50%;
    left: -28px;
    font-family: 'icomoon';
    font-size: 22px;
    color: #fff;
}

.pick-drop-location.other-services-sel .form-group.pickup:before,
.pick-drop-location.other-services-sel .form-group.pickup:after,
.pick-drop-location.other-services-sel .form-group.dest:before {
    display: none;
}

.radio-combo,
.check-combo {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 15px;
    box-sizing: border-box;
    min-width: 168px;
    margin-bottom: 18px;
}

.radio-combo label {
    margin: 0;
    font-size: 16px;
    display: inline-block;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    width: calc(100% - 38px);
    width: -o-calc(100% - 38px);
    width: -ms-calc(100% - 38px);
    width: -moz-calc(100% - 38px);
    width: -webkit-calc(100% - 38px);
}

.captcha-column~.check-combo {
    padding: 0 8px;
    width: 100%;
}

.section-block .radio-combo label,
.section-block .check-combo label {
    margin: 0;
    font-size: 16px;
    display: inline-block;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    width: calc(100% - 36px);
    width: -o-calc(100% - 36px);
    width: -ms-calc(100% - 36px);
    width: -moz-calc(100% - 36px);
    width: -webkit-calc(100% - 36px);
}

.radio-combo .radio-main,
.check-combo .check-main {
    margin-right: 14px;
}

.radio-main {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.radio-hold input {
    margin: 0;
    vertical-align: top;
    position: absolute;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    opacity: 0;
    cursor: pointer;
}

.radio-hold {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.radio-button {
    width: 22px;
    height: 22px;
    box-shadow: 0 0 0 1px #000 inset;
    display: inline-block;
    border-radius: 50%;
    pointer-events: none;
    vertical-align: top;
    position: relative;
}

.radio-button:after {
    content: '';
    width: 22px;
    height: 22px;
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.66);
    -webkit-transform: scale(0.66);
    -moz-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -o-transform: scale(0.66);
    display: block;
}

.radio-hold input:checked~.radio-button:after {
    opacity: 1;
    visibility: visible;
}

.check-hold.small .check-button {
    width: 18px;
    height: 18px;
}

.check-hold.small {
    margin-top: 4px;
}

.vehicle-details-popup.active {
    display: block;
}

.model-body .vehicle-data #TAXI_BID_estimatedata {
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #f2f2f2;
}

.profile-image {
    width: 104px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px transparent;
    height: 104px;
    position: relative;
    margin-right: 30px;
}

.profile-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    padding: 0;
}

.profile-image i {
    width: 29px;
    height: 29px;
    position: absolute;
    right: 0;
    bottom: 3px;
    font-size: 14px;
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.general-form .form-group label {
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -12px;
    pointer-events: none;
    font-size: 15px;
    color: #404040;
    font-weight: 500;
    transition: all 150ms ease 0s;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    font-family: var(--common_font);
    line-height: initial;
    z-index: 1;
}

.general-form .form-group label {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.general-form .form-group.has-textarea label {
    top: 20px;
}

.general-form .form-group.floating label {
    top: 0px;
    background-color: #fff;
    z-index: 1;
    padding: 0 6px;
    transform: scale(0.8) translateX(-25px);
    -webkit-transform: scale(0.8) translateX(-25px);
    -moz-transform: scale(0.8) translateX(-25px);
    -ms-transform: scale(0.8) translateX(-25px);
    -o-transform: scale(0.8) translateX(-25px);
    color: #404040;
}

.general-form .form-group.floating label {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.general-form .form-group.floating label {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.general-form .form-group.phone-column select .general-form .form-group.phone-column label {
    left: 90px;
}

.general-form .form-group select,
.general-form .form-group input,
.general-form .form-group textarea {
    width: 100%;
    padding: 14px 16px 15px 16px;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    font-size: 15px;
    color: #404040;
    font-weight: 500;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: none;
    min-height: 52px;
    font-family: var(--common_font);
}

.general-form .form-group .date input {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
}

.general-form .form-group textarea {
    resize: vertical;
}

.general-form .form-group select:focus,
.general-form .form-group input:focus {
    border-color: #757575;
}

.general-form .form-group select {
    background-image: url(../../../img/apptype/XJP/select-arrow.jpg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 11px;
    background-color: #fff;
}

.general-form .form-group.phone-column input {
    margin-left: 74px;
    border-radius: 0 6px 6px 0;
    width: calc(100% - 74px);
    width: -o-calc(100% - 74px);
    width: -ms-calc(100% - 74px);
    width: -moz-calc(100% - 74px);
    width: -webkit-calc(100% - 74px);
    top: 0;
    height: min-content;
}

.general-form .form-group.phone-column select,
.general-form .form-group.phone-column input.phonecode {
    width: 75px;
    border-radius: 6px 0 0 6px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    box-sizing: border-box;
    margin: 0;
}

.general-form .form-group.phone-column select {
    min-height: 54px;
}

.general-form .form-group.phone-column label {
    left: 90px;
}

.general-form .button-block .btn-hold {
    margin-right: 15px;
}

.general-form .partation {
    margin-bottom: 0;
}

.general-form {
    margin-top: 20px;
    width: 100%;
}

.general-form .btn-hold input[type="submit"],
.general-form .btn-hold input[type="button"] {
    padding: 14px 54px 14px 22px;
}

.fileupload .newrow.has-error {
    position: relative;
}

.fileupload .newrow.has-error .help-block.error {
    width: 100%;
    text-align: center;
    display: block;
}

.form-group.eDefault:after,
.form-group[class*="removeclass"]:after {
    content: '';
    clear: both;
    display: block;
}

.general-form .half-column small {
    display: block;
    margin-top: -8px;
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 28px;
    font-family: var(--common_font);
}

.general-form .half-column small.notes {
    margin: 0;
}

.profile_edit .button-block {
    justify-content: flex-start;
}

.profile_edit.active {
    display: block;
}

.inv-destination-data ul li i.fa.fa-calendar {
    font-size: 18px;
}

.profile-data .profile-image {
    width: 70px;
    height: 70px;
    margin: 0 0 0 0;
}

.extra-details h3.active:after {
    content: '\e90e';
    font-size: 16px;
    top: 10px;
}

ul.user-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    transition: all 0.5s;
    transform: translateX(-340px);
    -webkit-transform: translateX(-340px);
    -moz-transform: translateX(-340px);
    -ms-transform: translateX(-340px);
    -o-transform: translateX(-340px);
    z-index: 9999999999999;
    overflow-y: auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 294px;
}

ul.user-menu li:not(:first-child) a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: flex;
    outline: none;
    padding: 10px 20px 10px 15px;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    margin: 0 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 18px;
}

ul.user-menu li a img {
    max-height: 100%;
    height: 56px;
}

ul.user-menu li:not(:first-child) {
    padding: 0;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.15); */
    width: 280px;
    box-sizing: border-box;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    cursor: pointer;
    margin: 1px 0;
}

ul.user-menu li a span {
    width: auto;
    align-items: center;
    display: inline-block;
    width: calc(100% - 36px);
    width: -o-calc(100% - 36px);
    width: -moz-calc(100% - 36px);
    width: -webkit-calc(100% - 36px);
}

ul.user-menu li a i {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    line-height: normal;
}

ul.user-menu li.active a {
    background-color: #174FEB;
    color: #fff;
}

ul.user-menu li a>* {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

ul.user-menu li:not(:first-child) a:hover>* {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

ul.user-menu li.logo {
    margin-bottom: 0px;
    border-bottom: none;
    display: block;
}

ul.user-menu li.logo a {
    margin: 15px 30px;
    display: block;
}

ul.user-menu li.logo:hover a,
ul.user-menu li.logo.active a {
    background: transparent;
    color: transparent;
}

body.side_menu ul.user-menu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.invoice-data-holder .profile-image {
    width: 58px;
    height: 58px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.data-row.autoassignbtn {
    display: block;
    /*padding: 20px 20px;*/
    padding-top: 20px;
}

.how-it-works-section.food-variant ul li .proc_ico {
    width: 94px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    background: #f2f2f2;
}

.filter-form input[type="submit"],
.filter-form button,
.filter-form a.gen-btn {
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 15.6px;
    box-shadow: none;
    color: #fff;
    font-weight: 500;
    width: auto;
    display: inline-block;
    min-width: 85px;
    margin: 0 10px 0 0;
    cursor: pointer;
    text-align: center;
    padding: 7px 10px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-family: var(--common_font);
    line-height: normal;
}

.filter-form a,
.gen-btn {
    background-color: transparent;
}

.filter-form a,
.gen-btn:hover,
button[disabled] {
    background-color: #000;
    /*background-color: transparent; commented bc edit form manual booking auto assign clicked already then button bg color not shown*/
}

.general-form input[type=text][readonly],
.general-form input[type=email][readonly],
.general-form select[disabled],
.general-form select[readonly] {
    background-color: rgb(235, 235, 228);
}

.button-block.oppData {
    margin-bottom: 0;
}

.table-holder~.button-block {
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

table.dataTable.custom-table tbody td .gen-btn i {
    color: #fff;
}

table.dataTable.custom-table tbody td .gen-btn {
    margin-top: 8px;
}

table.dataTable.custom-table tbody td .gen-btn b {
    font-family: var(--common_font);
}

table.dataTable.custom-table tbody td .upload-block .gen-btn {
    margin: 0;
}

.button-block.justify-left {
    justify-content: flex-start;
    align-items: initial;
}

.button-block.justify-left .gen-btn {
    margin: 0 15px 10px 0;
}

.model-header-resp .model-footer.button-block {
    margin-bottom: 0px !important;
}

.model-header-resp .model-footer.button-block {
    justify-content: flex-end;
}

#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-header {
    padding: 0;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -15px;
    right: -15px;
}

#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-header i {
    padding: 0;
    width: 35px !important;
    height: 35px !important;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    display: grid;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #000;
}

#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-header i {
    color: #000;
    width: auto;
    height: auto;
}

#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-header h4 {
    display: none;
}

#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal #faretxt {
    color: #000;
    font-weight: 500;
    margin-top: 10px;
}

#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-body {
    padding: 20px 15px 0 15px;
}

.custom-element .radio-button {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
    box-shadow: none;
    z-index: -1;
}

.custom-element .radio-hold input:checked~.radio-button:after {
    display: none;
}

.custom-element .radio-hold input:checked~.radio-button {
    background-color: #ffd658;
}

.custom-element .radio-combo .radio-main {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
    box-shadow: none;
    z-index: -1;
    margin: 0;
}

.custom-element .radio-combo .radio-main .radio-hold {
    position: initial;
}

.custom-element .full_div_bottom .radio-combo {
    z-index: 0;
}

.custom-element [id="ride-type"] .data-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #000;
    background-color: #000;
    gap: 1px;
}

.custom-element .data-row .check-combo:last-child {
    grid-column: span 2;
}

.custom-element .Assign_Driver_Section .data-row {
    position: relative;
    z-index: 0;
}

.full_div_bottom .custom-element .radio-combo label {
    width: 100%;
}

.full_div_bottom .custom-element .radio-combo {
    z-index: 0;
}

.b_req_inner .general-form .form-group input {
    padding: 10px 16px 10px 16px;
}

.b_req_inner .general-form .form-group input.phoneinput {
    padding-left: 118px;
}

@media screen and (max-width: 480px) {
    .model-header-resp .model-footer.button-block {
        justify-content: start;
    }

    .custom-modal .model-body,
    .modal .modal-body {
        padding: 20px 0 20px 10px !important;
    }

    .custom-modal .model-footer,
    .custom-modal .modal-footer,
    .modal .modal-footer {
        padding: 0 0 0 10px !important;
    }

    .general-form .btn-hold input[type="submit"],
    .filter-form button,
    .gen-btn,
    .button-block a.gen-btn,
    .modal .modal-footer .btn {
        padding: 10px 25px 10px 25px !important;
    }

    #datemodel .custom-modal .model-footer {
        justify-content: left;
    }
}

.upload-block .button-block {
    padding: 0 20px;
    margin-bottom: 0;
}

.upload-doc-button .gen-btn {
    width: 100%;
    text-align: center;
    display: block;
}

.upload-block .button-block .gen-btn {
    width: 100%;
    justify-content: center;
}

.upload-doc-button input[type="file"]:hover~.gen-btn {
    background-color: #757575;
}

.custom-modal .fileupload {
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-modal .model-body .fileupload .thumbnail {
    margin-bottom: 10px;
    max-width: 240px;
    height: 164px;
    display: flex;
}

.form-group .fileerror {
    /*margin-bottom: -15px;*/
    line-height: 15px;
}

.custom-modal-first-div.active {
    opacity: 1;
    visibility: visible;
}

.custom-modal-first-div.active .custom-modal-sec-div {
    top: 0;
}

.icon-close {
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}

.custom-model-footer .button-block {
    justify-content: flex-start;
}

.custom-model-footer .button-block .gen-btn {
    margin: 0 10px 0 0;
}

.button-block.btn-flex-start {
    justify-content: flex-start;
}

.button-block.btn-flex-start .btn {
    margin-right: 10px;
}

.custom-modal-main {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    padding: 15px;
    z-index: 15;
}

.custom-modal-main#uiModal {
    align-items: flex-start;
    padding: 50px 15px;
    overflow-y: auto;
    z-index: 99999999;
}

#wrapper.hidden_overflow {
    overflow: hidden;
}

.custom-modal-main.large-modal .model-body {
    overflow-y: auto;
    height: 500px;
}

.custom-modal-main.large-modal {
    align-items: flex-start;
    padding: 50px 0;
    overflow-y: auto;
}

.custom-modal-main.active {
    opacity: 1;
    visibility: visible;
}

.custom-modal,
.modal-dialog {
    width: 580px;
    max-width: calc(100% - 0px);
    max-width: -o-calc(100% - 0px);
    max-width: -ms-calc(100% - 0px);
    max-width: -moz-calc(100% - 0px);
    max-width: -webkit-calc(100% - 0px);
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    top: -50px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.custom-modal.style2 .model-body p {
    text-align: center;
    padding: 40px 0 0px 0;
}

#uiModal .model-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 15px 0 15px;
}

.custom-modal-main.active .custom-modal {
    top: 0;
}

.custom-modal .model-header h4,
.modal .modal-header h4 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    line-height: normal;
}

.custom-modal .model-header i,
.custom-modal .modal-header [data-dismiss="modal"],
.modal .modal-header [data-dismiss="modal"],
table.dataTable.custom-table tbody td .custom-modal .model-header i {
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-modal .model-header,
.custom-modal .modal-header,
.modal .modal-header {
    padding: 20px 25px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    border-radius: 4px 4px 0 0;
}

.custom-modal .model-body,
.modal .modal-body {
    padding: 20px 25px;
}

#delivery_pref_modal .custom-modal .model-body {
    padding: 0;
}

.custom-modal .model-body .fileupload-preview.thumbnail {
    height: 150px;
    width: 240px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.custom-modal .model-body .fileupload-preview.thumbnail img {
    max-width: 90%;
    max-height: 95%;
}

#datemodel .custom-modal .model-footer {
    justify-content: right;
    padding: 0 25px;
}

.custom-modal .model-footer,
.custom-modal .modal-footer,
.modal .modal-footer {
    padding: 0 25px;
    justify-content: flex-start;
    background-color: transparent;
    border: none;
}

.custom-modal .model-footer .button-block,
.custom-modal .modal-footer .button-block {
    justify-content: center;
}

.custom-modal .model-footer .button-block {
    margin-top: 25px;
}

.newrow {
    /* display: flex; */
    justify-content: center;
}

.custom-modal .model-footer .gen-btn,
.custom-modal .modal-footer .gen-btn {
    margin: 0 5px 10px 5px;
}

.custom-modal .captcha-column .form-group {
    margin-bottom: 0;
}

.custom-modal .general-form {
    margin-top: 0;
}

table.dataTable tbody tr.accordian-data.active {
    display: table-row;
}

.addVehicleCX em.holder {
    display: none;
}

table.dataTable.custom-table tbody td.statusType .gen-btn {
    padding: 10px 16px;
    font-size: 14px;
    margin-top: 10px;
}

.form-group strong,
strong.blanklabel {
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 5px;
    margin-top: -3px;
    font-family: var(--common_font);
    min-height: 18px;
}

.gen-forms .form-group strong {
    font-weight: 500;
}

.form-group strong.captcha-signup {
    margin: 0;
}

.form-group strong .red,
.form-group label .red {
    display: inline-block;
    color: #d63b3b;
    font-size: 15px;
    vertical-align: top;
    height: 10px;
    position: relative;
    line-height: 20px;
    margin: 0;
}

.profile-earning ul.setings-list.middle-data li .check-hold.small {
    margin-top: 0;
}

/* From home-new-2021.css */
body {
    margin: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

#new-home-page body {
    font-family: var(--common_font);
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 400;
    margin: 0 0 10px 0;
}

p:last-child {
    margin-bottom: 0;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

.location-area form .element-holder.elm_hide {
    display: none;
}

header.fixed.loggedin,
#order-pages header.fixed {
    z-index: 10;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

#order-pages header.fixed {
    overflow: visible !important;
}

#wrapper header.fixed.shadow {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

#new-home-page header.fixed.shadow {
    background-color: #fff;
}

#new-home-page header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    background-color: #fff;
}

#order-pages header.fixed .navmenu-links li a::after,
#wrapper header.fixed .header-left ul li a::after,
header.fixed.loggedin .header-left ul li a::after {
    height: 2px
}

header.fixed.loggedin ul li.login a:hover img,
header.fixed.loggedin ul li.login a img {
    display: none
}

#new-home-page header.fixed .navmenu-links li a,
#order-pages header.fixed .navmenu-links li .column a {
    color: #303030;
}

#new-home-page header.fixed .navmenu-links li a:hover {
    color: #5c96fa
}

#new-home-page header.fixed .header-left ul li a::after {
    background-color: #5c95fa;
    height: 2px
}

header.fixed .header-right ul li {
    /* padding: 0 8px; */
    padding: 14px 6px;
    border-style: solid;
    border-width: 0 0px 0 1px;
    border-color: transparent;
    /*transition: all 0.5s ease 0s;*/
    transition: all 0s ease 0s;
    align-items: center;
    background-color: transparent;
    position: relative;
}

.header-right ul:last-child li:last-child {
    padding-left: 0;
}

#new-home-page header.fixed .header-right ul li:hover,
#new-home-page header.fixed .header-right ul li.login {
    background-color: transparent;
    outline: none;
    text-decoration: none;
    position: relative
}

header.fixed .header-right ul li.login::after,
header.fixed .header-right ul li.lang::after,
header.fixed .header-right ul li.curr::after {
    display: none
}

header.fixed .header-right ul li.login a {
    height: auto;
    padding: 12px 24px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    background-color: transparent;
    color: #45AEAC;
    border: 1px solid #45AEAC;
    height: auto;
}

header.fixed .header-right ul li.login a:hover {
    background-color: #45AEAC;
    color: #fff;
}

header.fixed .header-right ul li.login.signup a {
    background-color: #45AEAC;
    color: #fff;
}

header.fixed .header-right ul li.login.signup a:hover {
    background-color: #fff;
    color: #45AEAC;
}

.header-right ul li .dropdown-content,
.header-left ul li .dropdown-content {
    z-index: 99998
}

#wrapper header.fixed .dropdown-content .column a,
#wrapper header.fixed .navmenu-links .dropdown-content .column a:hover,
header.fixed .dropdown-content .column a,
header.fixed .navmenu-links .dropdown-content .column a:hover,
header.fixed.loggedin .dropdown-content .column a,
header.fixed.loggedin .navmenu-links .dropdown-content .column a:hover {
    float: none;
    color: #000;
    padding: 16px;
    text-decoration: none;
    display: inline-block;
    text-align: initial;
    line-height: normal;
    height: auto;
    font-weight: 400;
    box-shadow: 0 0 0 2px #fff inset
}

#order-pages header.fixed .navmenu-links li .column a {
    color: #000;
}

.banner {
    padding: 110px 0 40px 0;
    background: rgb(255, 255, 255);
    position: relative;
}

.banner-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../../img/mg_bn_shape.svg);
    top: 0;
    left: 0;
    background-position: top right;
    background-repeat: no-repeat;
    pointer-events: none;
}

.banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    align-items: center;
}

.banner-left {
    width: 52%;
}

.banner-right {
    width: 45.5%;
    position: relative;
}

.decoration {
    position: absolute;
    z-index: -1;
    top: 168px;
    left: 0;
    width: 85%;
    right: 0;
    margin: auto;
}

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

.decoration:after {
    content: '';
    width: 120%;
    position: absolute;
    top: 70px;
    left: 30px;
    background-color: #4169E1;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.20;
    z-index: -1;
    padding-top: 120%;
}

.decoration::before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    padding-top: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.banner-right::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    outline: 1px solid #fff;
    border-radius: 50%;
    margin-top: 128px;
}

.banner-right .banner-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 488px;
    margin: 0 auto;
}

.banner-right .banner-image::before {
    content: '';
    width: 100%;
    padding-top: 133%;
    display: block;
}

.banner-right img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    width: 100%;
    object-position: top center;
}

.banner-content h1 {
    font-size: 50px;
    color: #4169E1;
    font-family: var(--common_font);
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.3em;
    font-family: 'poppins';
}

.banner-content h1 span {
    color: #000 !important;
    display: block;
}

.banner-content h1 small {
    display: block;
}

.banner-content p {
    font-size: 16px !important;
    font-weight: 400;
    color: #333 !important;
    line-height: 26px !important;
    margin-bottom: 10px;
    text-align: justify;
    font-family: var(--common_font);
}

.banner-content p:empty {
    display: none;
}

.app-store-btn .banner-download-title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
    font-family: var(--common_font);
    margin-top: 27px;
    text-transform: capitalize;
    line-height: 30px;
}

.home-applink-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.app-store-btn a {
    display: inline-block;
    width: 220px;
    position: relative;
    left: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.app-store-btn a:hover {
    left: -10px;
}

.app-store-btn a img {
    max-width: 100%;
}

.location-area {
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.location-area-inner {
    max-width: 1310px;
    padding: 50px 20px;
    margin: 0 auto;
    background-color: #4169E1;
    border-radius: 22px;
}

.rootservices .common-title h2 {
    color: #000;
}

.common-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.common-title.left,
.common-title.havedesc.left {
    align-items: flex-start;
}

.common-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    margin-top: -5px;
    font-family: var(--common_font);
    line-height: 1.1em;
    text-transform: capitalize;
}

.common-title.small h2 {
    font-size: 32px;
    line-height: 1em;
}

.location-area .common-title.havedesc h2 {
    color: #fff;
}

.common-title h2:empty {
    display: none;
}

.common-title h2 span {
    /*color: #45aeac;*/
    font-weight: 600;
    font-size: 30px;
    display: block;
    position: relative;
    margin-bottom: 16px;
    display: inline-block;
}

.common-title h2 span:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    /*background-color: #45aeac;*/
    top: 50%;
    margin-top: -1px;
    left: -63px;
}

.common-title h2 span:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    /*background-color: #45aeac;*/
    top: 50%;
    margin-top: -1px;
    right: -63px;
}

.location-area select,
.location-area .selected_service {
    width: 100%;
    font-size: 16px;
    color: #494949;
    padding: 10px 36px 10px 23px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    outline: none;
    vertical-align: top;
    border-right: 1px solid #ddd;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    min-height: 50px;
    display: flex;
    align-items: center;
    font-family: var(--common_font);
    font-weight: 500;
    background-color: #fff;
}

.location-area .selected_service a {
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.location-area select option,
.location-area #standard-select li {
    font-size: 18px;
}

.search-location {
    --side: 40px;
    position: relative;
    width: calc(100% - (var(--side) * 2));
    margin: 0 auto;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 50px;
}

.search-location::before,
.search-location::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: var(--side);
    background: #fff;
}

.search-location::before {
    right: calc(-1 * var(--side));
    border-radius: 0 26px 26px 0;
}

.search-location::after {
    left: calc(-1 * var(--side)) !important;
    border-radius: 26px 0 0 26px;
}

.location-area input {
    width: 100%;
    padding: 13px 56px 12px 0;
    font-size: 16px;
    font-family: var(--common_font);
    font-weight: 500;
    color: #000;
    border: none;
    outline: none;
    background: transparent;
    box-sizing: border-box;
}

.location-area .detect-loc {
    right: 20px;
}

.location-area input::placeholder {
    color: #333;
    opacity: 1;
}

.location-area input::-webkit-input-placeholder {
    color: #333;
}

.location-area input:-ms-input-placeholder {
    color: #333;
}

.location-area input::-ms-input-placeholder {
    color: #333;
}
/* .detect-loc {
    position: absolute;
    width: 26px;
    height: 26px;
    right: 20px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


[dir="rtl"] .location-area .detect-loc{
    right: auto;
    left: 20px;
} */

.ui-tooltip,
.arrow:after {
    background: #191919;
    border: none;
}
.ui-widget.ui-widget-content {
    border: none;
}
.ui-tooltip {
    color: white;
    border-radius: 5px;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -36px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 30px;
    top: -5px;
    width: 10px;
    height: 10px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
.location-area form {
    display: grid;
    max-width: 911px;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    grid-template-columns: 251px auto;
    gap: 10px;
}

.location-area form .element-holder {
    display: inline-block;
    position: relative;
    margin: 0;
}

.goto-service-page {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    flex-wrap: wrap;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: #fff;
}

.element-holder:after {
    content: '';
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/drop_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    pointer-events: none;
}

.element-holder.address-input:before,
.location-area form .element-holder.address-input .search-location::after {
    content: '';
    width: 40px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/locate.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 20px;
    pointer-events: none;
}

.location-area form .element-holder.address-input button[type="submit"] {
    position: absolute;
    border: none;
    outline: none;
    width: 46px;
    height: 46px;
    background-color: #000;
    right: -37px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    top: 2px;
    bottom: 0;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 1;
}

.detect-loc {
    position: absolute;
    width: 26px;
    height: 26px;
    right: 67px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.location-area form .element-holder.address-input button[type="submit"]::after {
    content: '';
    background-image: url(../img/locate-go.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: invert(1);
    -webkit-filter: invert(1);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.element-holder.address-input .search-location:after {
    background-image: url(../img/locate-go.svg);
    z-index: 1;
    width: 73px;
    background-position: center;
    background-size: 24px;
}

.element-holder.address-input:after {
    display: none;
}

.common-title.left h3,
.common-title.left h2 {
    align-items: flex-start;
    text-align: initial;
}

.location-area form .element-holder.address-input button.nosubmit {
    pointer-events: none;
}

.select_service {
    position: relative;
}

.select_service .error {
    position: absolute;
}

.services_part {
    display: flex;
    flex-wrap: wrap;
}

.services_part_title {
    width: 100%;
    font-weight: 600;
    display: block;
    padding: 10px 0px 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    margin: 10px 15px;
}

.select_service ul#standard-select {
    position: absolute;
    top: 100%;
    width: 858px;
    display: none;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    z-index: 2;
    margin-top: 20px;
}

.select_service.active ul#standard-select {
    display: block;
}

.select_service ul#standard-select .service_head {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #000;
    font-family: var(--common_font);
    font-weight: 500;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    background-color: #d5fffe;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.selected_service.active~ul#standard-select {
    display: flex;
}

.select_service ul#standard-select:before {
    content: '';
    position: absolute;
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    right: 20px;
    top: -11px;
    left: 20px;
    width: 0;
}

.select_service ul#standard-select li {
    font-size: 14px;
    display: inline-block;
    width: 25%;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border-right: 1px solid #ddd;
    color: #000;
}

.select_service ul#standard-select li a {
    padding: 8px 10px;
    margin: 4.5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    color: #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    font-family: var(--common_font);
    font-weight: 400;
    line-height: 20px;
}

.select_service ul#standard-select li a:hover {
    background-color: #ddd;
    color: #000;
}

.select_service ul#standard-select .service_head .search_service img {
    width: 16px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.select_service ul#standard-select .service_head .search_service input[type="text"] {
    background-color: #fff;
    border-radius: 5px;
    width: 174px;
    height: auto;
    padding: 5.5px 33px 5.5px 10px;
    font-size: 15px;
    border: 1px solid #ddd;
}

.select_service ul#standard-select .service_head .search_service {
    position: relative;
}

.rootservices.homepage {
    padding: 60px 0 0 0;
}

.rootservices .common-title.left span {
    margin-bottom: 40px;
}

.rootservices .common-title.left {
    padding: 24px 50px 0 0;
    width: 100%;
}

.rootservices-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.rootservices ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 50px;
}

.rootservices ul li.headinglist {
    width: 50%;
    border: none;
    background-color: transparent;
}

.rootservices ul li.headinglist:hover {
    background-color: transparent;
}

.rootservices ul i {
    display: inline-flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
}

.rootservices .common-title.left p {
    text-align: left;
    color: #000 !important;
    text-align: left;
    color: #000 !important;
    font-size: 20px;
    line-height: 31px;
}

.rootservices ul li strong {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 19px 0 14px 0;
    word-break: break-word;
    text-transform: capitalize;
    box-sizing: border-box;
    line-height: 25px;
    font-family: var(--common_font);
}

.rootservices ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: relative;
    z-index: 0;
}

.rootservices ul li>div {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding: 20px 29px 20px 29px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    cursor: pointer;
    overflow: hidden;
    outline: 1px solid #D7D7D7;
}

.rootservices ul li:hover>div {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px #45aeac inset;
    outline-color: #45AEAC;
}

.rootservices ul li>div p {
    text-align: justify;
    margin-top: 13px;
    line-height: 26px;
    font-size: 16px;
    font-family: var(--common_font);
    font-weight: 400;
    color: #333;
}

.rootservices ul li a.more-services img {
    margin-left: 6px;
    width: 28px;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.rootservices ul li a.more-services.active img {
    transform: rotatex(180deg);
    -webkit-transform: rotatex(180deg);
    -moz-transform: rotatex(180deg);
    -ms-transform: rotatex(180deg);
    -o-transform: rotatex(180deg);
}

.rootservices ul li a.more-services {
    /* background-color: #45aeac;*/
    padding: 17px 39px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    display: inline-block;
    margin-top: 0;
    transition: .5s;
    font-family: var(--common_font);
    z-index: 1;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.rootservices ul li a.more-services:hover {
    background-color: #333;
}

.rootservices ul li .readmorebtn {
    position: absolute;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    padding: 10px 20px;
    width: 60px;
    height: 60px;
    right: -18px;
    bottom: -18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.rootservices ul li .readmorebtn img {
    width: 21px;
    height: 13px;
    position: absolute;
    left: 12px;
    top: 16px;
}

.servicelist {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.servicesdata-caption {
    margin-bottom: 15px;
}

.serviceblock-inner {
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13), 0 0 0 0px #ccc inset;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.serviceblock-inner:hover {
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13), 0 0 0 1px var(--mainColor) inset;
}

.serviceblock-inner img {
    height: 80px;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.rootservices .serviceblock strong {
    display: block;
    font-family: var(--common_font);
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 15px;
    line-height: normal;
}

.hiddenrootser {
    display: none;
}

.general {
    padding: 40px 0;
}

.general.inverse {
    padding: 40px 0 80px 0;
}

.general-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.general-row {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    align-items: center;
}

.general.inverse .general-row {
    grid-template-columns: 1.2fr 1fr;
}

.general-row img {
    max-width: 100%;
}

.general-row .setCallActionImageRatioJS {
    position: relative;
}

.general-row .setCallActionImageRatioJS::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 57.5%;
}

.general-row .setCallActionImageRatioJS img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* width: 100%; */
    /* height: 100%; */
    object-position: center center;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 24px;
}

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

.howworks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.howworks ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.howworks ul li {
    text-align: center;
    position: relative;
}

.howworks ul li:nth-child(2)::after {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.howworks ul li strong {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 26px 0 18px 0;
    text-transform: capitalize;
    font-family: var(--common_font);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.howworks ul li:hover strong {
    color: #4169E1;
}

.howworks ul li .howworks-block {
    min-height: 100%;
}

.howworks ul li .howworks-block img {
    width: 80px;
    height: 80px;
}

.howworks ul li .howworks-block i {
    display: inline-flex;
    width: 174px;
    height: 174px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px #E4E4E4 inset;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.howworks ul li:hover .howworks-block i {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px #4169E1 inset;
}

.howworks ul li .howworks-block p {
    text-align: center;
    font-family: var(--common_font);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.howworks .common-title.havedesc p {
    text-align: center;
}

.common-title.havedesc h2 {
    margin-bottom: 5px;
}

.common-title.havedesc p {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    font-family: var(--common_font);
}

.common-title.havedesc {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.location-area .common-title.havedesc p {
    color: #fff;
}

.become {
    padding: 60px 0 60px 0;
}

.become-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.become ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.become ul li {
    width: calc((100% / 5) - 16px);
    width: -o-calc((100% / 5) - 16px);
    width: -moz-calc((100% / 5) - 16px);
    width: -webkit-calc((100% / 5) - 16px);
    flex-grow: 1;
}

.become ul li a {
    padding: 20px 1px 1px 1px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    text-decoration: none;
    min-height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
    outline: 1px solid #D7D7D7;
}

.become ul li a>img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-bottom: 1px;
    height: 171px;
    object-fit: scale-down;
    vertical-align: top;
    object-position: bottom center;
}

.become ul li a strong {
    text-transform: initial;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    color: #000;
    font-weight: 600;
    line-height: normal;
    padding: 0 10px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.become ul li a strong i {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    opacity: 0;
    font-size: 19px;
    width: 19px;
    height: 19px;
}

.become ul li a:hover strong i {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    opacity: 1;
    color: #FDB03E;
}

.become ul.become_right_list li:last-child {
    grid-column: span 2;
}

.side_menu_profile {
    position: relative;
}

.left-menu-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 11px 30px 12px 50px;
    background-color: #fff;
    column-gap: 20px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.left-menu-logo .profile-image {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0;
}

.left-menu-logo .profile-image~div {
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -o-calc(100% - 80px);
}

.left-menu-logo span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin: 0 0 5px 0;
    width: 137px;
    word-wrap: break-word;
}

.left-menu-logo .__rating {
    font-size: 15px;
    display: inline-flex;
    gap: 5px;
}

.left-menu-logo .__rating i.ri-star-fill {
    color: #fc8400;
    position: relative;
    top: -1px;
}

.side_menu_profile .menu-ico {
    position: absolute;
    top: 7px;
    right: 10px;
}

.side_menu_profile .menu-icoholder-side {
    margin: 0;
    right: 10px;
    height: 100%;
    top: 0;
    display: flex;
    left: auto;
}

.left-menu-logo strong {
    display: block;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}

.close__menu {
    width: 20px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
    right: 10px;
    top: 10px;
}

.close__menu span {
    width: 100%;
    height: 2px;
    background-color: #0072bb;
    display: inline-block;
    position: relative;
}

.close__menu span:before {
    content: '';
    position: absolute;
    top: -7px;
    width: 100%;
    height: 2px;
    background-color: #0072bb;
    display: block;
}

.close__menu span:after {
    content: '';
    position: absolute;
    bottom: -7px;
    width: 100%;
    height: 2px;
    background-color: #0072bb;
    display: block;
}

.close__menu span:before {
    top: 0;
    transform-origin: center center;
    transform: rotate(45deg);
}

.close__menu span {
    background-color: transparent;
}

.close__menu span:after {
    bottom: 0;
    transform-origin: center center;
    transform: rotate(-45deg);
}

body.side_menu .menu-ico.active {
    display: none;
}

[dir="rtl"].login-right form #mobile-otp-form .form-group label {
    left: auto;
    right: 106px;
}

body.side_menu .mix-content {
    position: relative;
}

body.side_menu .mix-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
}

[dir="rtl"] .banner-shape {
    transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
}

[dir="rtl"] .app-store-btn {
    font-size: 0;
}

[dir="rtl"] .goto-service-page {
    left: 0;
    right: 0;
}

[dir="rtl"] .detect-loc {
    right: auto;
    left: 63px;
}

[dir="rtl"] .element-holder:after {
    right: auto;
    left: 0;
}

[dir="rtl"] .common-title h2:before {
    left: auto;
    right: -25px;
}

[dir="rtl"] .element-holder.address-input:before,
[dir="rtl"] .rootservices .common-title.left {
    padding: 24px 0 0 160px;
}

[dir="rtl"] .rootservices ul li strong {
    padding: 0 20px 0 0;
}

[dir="rtl"] .rootservices ul li .readmorebtn {
    right: auto;
    left: -18px;
}

[dir="rtl"] .rootservices ul li .readmorebtn img {
    left: auto;
    right: 12px;
    transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
}

[dir="rtl"] .common-title.left h2:before {
    left: auto;
    right: -30px;
}

[dir="rtl"] .rootservices ul li.headinglist .common-title h2 span:after {
    right: auto;
    left: -63px;
}

[dir="rtl"] .rootservices ul li:last-child {
    border-width: 1px 1px 1px 1px;
}

[dir="rtl"] .rootservices ul li a.more-services img {
    vertical-align: middle;
    margin-left: 0;
    margin-right: 6px;
}

[dir="rtl"] .element-holder.address-input:after,
[dir="rtl"] .element-holder.address-input .search-location:after {
    transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
}

[dir="rtl"] .rootservices ul li a.readmorebtn:after {
    transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
}

[dir="rtl"] .location-area form .element-holder.address-input button[type="submit"] {
    left: -37px;
    right: auto;
}

[dir="rtl"] .detect-loc {
    right: auto;
    left: 20px;
}

[dir="rtl"] .location-area input {
    padding: 13px 0 12px 56px;
}

[dir="rtl"] .location-area .selected_service {
    padding: 10px 23px 10px 36px;
}

form#_fare_estimate_form .button-block {
    display: block;
}

[dir="rtl"] #_fare_estimate_form .btn-hold.mr-auto {
    margin: 0 10px 0 0;
}

[dir="rtl"] .become ul li a:after {
    right: auto;
    left: 0;
    border-radius: 0 10px;
    -moz-border-radius: 0 10px;
    -ms-border-radius: 0 10px;
    -o-border-radius: 0 10px;
}

[dir="rtl"] .rootservices .common-title.left p {
    text-align: right;
}

#new-home-page {
    overflow-x: hidden;
}

[dir="rtl"] .search-location::before {
    left: calc(-1 * var(--side));
    transform: rotate(180deg);
    right: auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

[dir="rtl"] .search-location::after {
    right: calc(-1 * var(--side)) !important;
    border-radius: 26px 0 0 26px;
    left: auto !important;
}

#currDropdown,
#langDropdown {
    z-index: 99999
}

#currDropdown {
    display: none;
}

#mainCurrDropdown:hover #currDropdown {
    display: block;
}

#langDropdown {
    display: none;
}

#mainLangDropdown:hover #langDropdown {
    display: block;
}

[dir="rtl"] .howworks ul li:not(:last-child)::after {
    right: 85%;
    left: auto;
    transform: rotateX(0deg) rotateY(180deg);
    -webkit-transform: rotateX(0deg) rotateY(180deg);
    -moz-transform: rotateX(0deg) rotateY(180deg);
    -ms-transform: rotateX(0deg) rotateY(180deg);
    -o-transform: rotateX(0deg) rotateY(180deg);
}

[dir="rtl"] .howworks ul li:nth-child(2)::after {
    transform: rotateX(180deg) rotateY(180deg);
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    -moz-transform: rotateX(180deg) rotateY(180deg);
    -ms-transform: rotateX(180deg) rotateY(180deg);
    -o-transform: rotateX(180deg) rotateY(180deg);
}

[dir="rtl"] .location-area .detect-loc {
    right: auto;
    left: 20px;
}

@media screen and (max-width:1920px) {
    .banner-right>img {
        width: auto;
        max-width: 100%;
    }
}

@media screen and (max-width:1600px) {
    .banner-right>img {
        max-width: 100%;
    }

    .banner-shape {
        left: 200px;
    }

    [dir="rtl"] .banner-shape {
        left: auto;
        right: 200px;
    }
}

@media screen and (max-width:1279px) {
    .banner-content h1 span {
        font-size: 48px;
        line-height: 48px;
    }

    .banner-content h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .home-applink-buttons {
        gap: 20px;
    }

    .app-store-btn a {
        width: 200px;
    }

    .servicelist {
        grid-template-columns: repeat(5, 1fr);
    }

    .general-row,
    .general-row,
    .general.inverse .general-row {
        grid-template-columns: 1fr 1fr;
    }

    .download ul li strong {
        font-size: 20px;
    }

    .download ul li a {
        padding: 25px;
        gap: 20px;
    }

    .howworks ul li:not(:last-child)::after {
        width: 36%;
    }
}

@media screen and (max-width:1024px) {
    p {
        font-size: 15px;
        line-height: 24px;
    }

    .rootservices ul li a.more-services {
        padding: 14px 28px;
        font-size: 20px;
    }

    .rootservices ul li:hover a {
        color: #fff;
    }

    .header-left .logo {
        margin: 0;
    }

    .banner-left {
        width: 48%;
    }

    .banner-right {
        width: 50%;
    }

    .howworks ul {
        grid-template-columns: 1fr 1fr;
    }

    .become_grid {
        grid-template-columns: 1fr;
    }

    .howworks ul li:not(:last-child)::after {
        display: none;
    }

    .common-title h2 {
        font-size: 36px;
    }

    .download ul li {
        width: calc((100% / 2) - 13px);
        width: -webkit-calc((100% / 2) - 13px);
        width: -moz-calc((100% / 2) - 13px);
        width: -ms-calc((100% / 2) - 13px);
        width: -o-calc((100% / 2) - 13px);
    }
}

@media screen and (max-width:991px) {
    header.fixed .header-right ul li {
        padding: 0;
    }

    .header-left .logo {
        margin-right: 0;
        padding: 0 15px 0 0;
        margin-left: 0;
    }

    header.fixed {
        background-color: #FFF !important;
    }

    header.fixed .header-right ul li.login a,
    header.fixed .header-right ul li.login.active a {
        border: none;
        width: 100%;
        padding: 15px;
        border-radius: 0;
        color: #000;
    }

    header.fixed .header-right ul li.login {
        border-bottom: 1px solid #ddd;
    }

    header.fixed .header-right ul li.login:last-child {
        border: none;
    }

    header.fixed .header-right ul li.login.active a,
    header.fixed .header-right ul li.login a,
    header.fixed .header-right ul li.login a:hover {
        background-color: transparent;
    }

    header.fixed.loggedin ul li.login a:hover img

    /*header.fixed.loggedin ul li.login a img*/
        {
        display: inline-block;
    }

    #new-home-page header.fixed .header-right ul li.login a,
    #new-home-page header.fixed .header-right ul li.login.active a {
        color: #000;
    }

    #new-home-page header.fixed .header-right ul li.login.signup a {
        color: #fff;
    }

    #new-home-page header.fixed .header-right ul li.login a:hover,
    header.fixed .header-right ul li.login.active a:hover,
    header.fixed .header-right ul li.login:hover a {
        background-color: #fff;
        /* color: #45aeac;*/
    }

    header.fixed .header-right ul li.login:hover a,
    #new-home-page header.fixed .header-right ul li.login.active a {
        border: none;
    }

    .header-right ul li .dropdown-content {
        top: 0;
    }

    header ul.mobile_language_cur li .dropdown-content {
        width: 95vw;
        top: 72px;
        margin: 0 auto;
    }

    .banner {
        padding: 120px 0 40px 0;
        margin: 0;
    }

    .banner-inner {
        flex-direction: column-reverse;
    }

    .banner-left {
        width: 100%;
    }

    .banner-right {
        width: 79%;
        margin: 0 auto;
    }

    .banner-right>img {
        width: auto;
        max-width: 100%;
        margin: 0;
    }

    .banner:after {
        display: none;
    }

    .become ul li {
        width: calc((100% / 3) - 16px);
        width: -o-calc((100% / 3) - 16px);
        width: -moz-calc((100% / 3) - 16px);
        width: -webkit-calc((100% / 3) - 16px);
    }

    .common-title h2 {
        font-size: 42px;
    }

    .common-title h2 span {
        font-size: 22px;
        margin-bottom: 4px;
    }

    .rootservices ul li.headinglist {
        width: calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
    }

    .rootservices ul {
        grid-template-columns: 1fr 1fr;
    }

    .rootservices ul li:last-child {
        grid-column: span 2;
    }

    .rootservices {
        padding: 30px 0 30px 0;
    }

    .rootservices .common-title.left,
    [dir="rtl"] .rootservices .common-title.left {
        padding: 0 0 0 0;
    }

    .servicelist {
        grid-template-columns: repeat(3, 1fr);
    }

    .general-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .general.inverse .general-row {
        display: flex;
        flex-direction: column;
    }

    .location-area form {
        display: grid;
        grid-template-columns: 100%;
        box-shadow: none;
        gap: 15px;
    }

    [dir="rtl"] .goto-service-page {
        border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px;
    }

    .goto-service-page {
        top: 0;
        font-size: 24px;
    }

    .select_service ul#standard-select {
        width: auto;
        margin-top: 0;
    }

    .select_service ul#standard-select li {
        width: 33.33%;
    }

    .howworks ul {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .howworks {
        padding: 40px 0 40px 0;
    }

    .rootservices ul li:last-child {
        margin-bottom: 0;
    }

    .howworks ul li::nth-last-child(-n + 2) {
        margin-bottom: 0;
    }

    .select_service .error {
        bottom: -18px;
        font-size: 11px;
    }
}

@media screen and (max-width:767px) {
    .banner {
        padding: 100px 0 40px 0;
    }

    .banner-right {
        margin-bottom: 15px;
        max-width: 488px;
        width: 100%;
    }

    .banner-right::before {
        padding-top: 133%;
        margin: 0;
        outline: none;
    }

    .common-title h2 {
        font-size: 35px;
    }

    .common-title h2 span {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .location-area input {
        width: 100%;
        max-width: 100%;
        text-overflow: ellipsis;
    }

    .location-area form .element-holder {
        width: 100%;
    }

    .location-area select,
    .location-area .selected_service {
        width: 100%;
    }

    .footer-column ul li a {
        line-height: 20px;
    }

    .download ul li {
        width: 100%;
    }

    .become ul li {
        width: calc((100% / 2) - 16px);
        width: -o-calc((100% / 2) - 16px);
        width: -moz-calc((100% / 2) - 16px);
        width: -webkit-calc((100% / 2) - 16px);
    }

    .become ul li a strong {
        font-size: 16px;
    }
}

@media screen and (max-width:630px) {
    .howworks ul li {
        margin-bottom: 15px;
    }

    .howworks ul li:nth-last-child(-n + 2) {
        margin-bottom: 15px;
    }

    .rootservices ul {
        display: grid;
    }

    .rootservices ul li.headinglist {
        width: 100%;
    }

    .rootservices ul {
        grid-template-columns: 100%;
        margin-bottom: 30px;
    }

    .rootservices.homepage ul li {
        padding: 0;
        gap: 20px;
    }

    .rootservices ul li:last-child {
        grid-column: span 1;
    }

    .rootservices ul li:last-child:hover {
        background-color: transparent;
    }

    .rootservices ul li a.more-services {
        background-color: #000 !important;
    }

    .servicelist {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 0;
    }

    .rootservices .serviceblock strong {
        font-size: 12px;
    }

    .general.inverse {
        padding: 0 0 40px 0;
    }

    .howworks ul {
        grid-template-columns: 100%;
    }

    .common-title.havedesc p {
        font-size: 15px;
        line-height: 27px;
    }

    header.fixed .header-right .login-icon,
    header.fixed.loggedin ul li.login a img {
        display: inline-block;
    }

    .header-right ul li.curr .dropdown-content .column a,
    header ul.mobile_language_cur li .dropdown-content .column a {
        width: calc(33.33% - 9px);
        width: -o-calc(33.33% - 9px);
        width: -moz-calc(33.33% - 9px);
        width: -webkit-calc(33.33% - 9px);
    }

    .select_service ul#standard-select li {
        width: 50%;
    }

    .common-title h2 {
        font-size: 27px;
    }

    .howworks ul {
        row-gap: 20px;
    }

    .howworks ul li {
        margin: 0px;
    }

    .howworks ul li:nth-last-child(-n + 2) {
        margin-bottom: 15px;
    }

    .howworks ul li .howworks-block {
        padding: 0;
    }

    .become ul li {
        width: 100%;
    }

    .dropdown-content {
        height: calc(100% - 0);
        height: -o-calc(100% - 0);
        height: -ms-calc(100% - 0);
        height: -moz-calc(100% - 0);
        height: -webkit-calc(100% - 0px);
    }
}

@media (max-width:520px) {
    .app-store-btn {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .app-store-btn .banner-download-title {
        width: 100%;
        text-align: center;
    }

    .app-store-btn a img {
        width: 100%;
    }

    .home-applink-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .app-store-btn a {
        width: auto;
    }

    .howworks ul li .howworks-block i {
        width: 130px;
        height: 130px;
    }
}

@media screen and (max-width:480px) {
    .element-holder.address-input:before {
        width: 36px;
        background-size: 14px;
        background-position: center;
    }

    .header-right ul li.lang .dropdown-content .column a {
        width: calc(50% - 9px);
        width: -o-calc(50% - 9px);
        width: -moz-calc(50% - 9px);
        width: -webkit-calc(50% - 9px);
    }

    header ul.mobile_language_cur li.lang .dropdown-content .column a {
        width: calc(50% - 9px);
        width: -o-calc(50% - 9px);
        width: -moz-calc(50% - 9px);
        width: -webkit-calc(50% - 9px);
    }

    header ul.mobile_language_cur li .dropdown-content .column a {
        width: calc(33.33% - 9px);
        width: -o-calc(33.33% - 9px);
        width: -moz-calc(33.33% - 9px);
        width: -webkit-calc(33.33% - 9px);
    }

    .goto-service-page {
        font-size: 18px;
    }

    .rootservices ul li strong {
        font-size: 20px;
    }

    .banner-content h1 span {
        font-size: 38px;
    }

    .banner-content h1 {
        font-size: 25px;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .app-store-btn .banner-download-title {
        font-size: 20px;
        margin: 10px 0;
        color: #000;
        line-height: 23px;
    }

    .rootservices ul i img {
        width: 50px;
        height: 50px;
    }

    .rootservices ul i {
        width: 50px;
        height: 50px;
    }

    .become ul li {
        width: 100%;
    }

    .common-title.small h2 {
        font-size: 25px;
        line-height: 1em;
    }

    .become {
        padding: 40px 0;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .banner {
        padding: 120px 0 70px 0;
    }
}

/* From style_rtl.css */
[dir="rtl"] .deliver-address .user_info_input .detect-loc {
    left: 10px;
    right: auto;
}

[dir="rtl"] .how-it-works-section.taxi-variant ul li .proc_ico {
    right: 6px;
    left: auto;
}

[dir="rtl"] form.gen-from .form-group.pickup-location:before {
    left: auto;
    right: -50px;
    background-position: right top 8px;
}

[dir="rtl"] form.gen-from .form-group.drop-location:before {
    left: auto;
    right: -48px;
}

[dir="rtl"] form.gen-from .form-group.drop-location:after {
    left: auto;
    right: -42px;
}

[dir="rtl"] form.gen-from .form-group label {
    right: 16px;
    left: auto;
}

[dir="rtl"] .login-right form .form-group label {
    left: auto;
    right: 16px;
}

[dir="rtl"] .login-right form .form-group.floating label {
    transform: scale(0.8) translateX(23px);
    -webkit-transform: scale(0.8) translateX(23px);
    -moz-transform: scale(0.8) translateX(23px);
    -ms-transform: scale(0.8) translateX(23px);
    -o-transform: scale(0.8) translateX(23px);
}

[dir="rtl"] .button-block a:after {
    left: auto;
    right: 0;
}

[dir="rtl"] .contact-section form .form-group select {
    background-position: left 10px center;
}

[dir="rtl"] .general-form .form-group label {
    left: auto;
    right: 16px;
}

[dir="rtl"] .general-form .form-group.floating label {
    transform: scale(0.8) translateX(23px);
    -webkit-transform: scale(0.8) translateX(23px);
    -moz-transform: scale(0.8) translateX(23px);
    -ms-transform: scale(0.8) translateX(23px);
    -o-transform: scale(0.8) translateX(23px);
}

[dir="rtl"] .general-form .form-group.phone-column input {
    margin: 0 74px 0 0;
    border-radius: 6px 0 0 6px;
}

[dir="rtl"] .general-form .form-group.phone-column select {
    left: auto;
    right: 0;
    border-radius: 0 6px 6px 0;
    text-align: center;
}

[dir="rtl"] .general-form .form-group.phone-column label {
    left: auto;
    right: 90px;
}

[dir="rtl"] .general-form .form-group.phone-column input.phonecode {
    right: 0;
    left: auto;
    margin: 0;
    border-radius: 0 6px 6px 0;
}

article.inverse .article-image::after {
    padding-right: 178px;
    border-top: 706px solid #fff;
    right: 0;
    left: auto;
    top: 0;
    border-left: 216px solid transparent;
    border-right: none;
}

[dir="rtl"] .contact-section form .form-group label {
    left: auto;
    right: 16px;
}

[dir="rtl"] .contact-section form .form-group.phone-column label {
    left: auto;
    right: 90px;
}

[dir="rtl"] .contact-section form .form-group.floating label {
    transform: scale(0.8) translateX(23px);
    -webkit-transform: scale(0.8) translateX(23px);
    -moz-transform: scale(0.8) translateX(23px);
    -ms-transform: scale(0.8) translateX(23px);
    -o-transform: scale(0.8) translateX(23px);
}

[dir="rtl"] .pick-drop-location .form-group {
    margin: 0 32px 20px 0;
}

[dir="rtl"] .pick-drop-location .form-group:last-child {
    margin-bottom: 0;
}

[dir="rtl"] .pick-drop-location .form-group.pickup:before {
    left: auto;
    right: -32px;
}

[dir="rtl"] .pick-drop-location .form-group.dest:before {
    left: auto;
    right: -30px;
}

[dir="rtl"] .pick-drop-location .form-group.pickup:after {
    left: auto;
    right: -23px;
}

[dir="rtl"] .radio-combo,
[dir="rtl"] .check-combo {
    padding: 0 8px 0 0px;
}

.login-right.full-width .button-block {
    padding-left: 8px;
    padding-right: 8px;
}

[dir="rtl"] .radio-combo .radio-main,
[dir="rtl"] .check-combo .check-main {
    margin: 0 0 0 14px;
}

[dir="rtl"] .profile-image {
    margin: 0 0 0 30px;
}

[dir="rtl"] .general-form .btn-hold input[type="submit"] {
    padding: 14px 22px 14px 22px;
}

[dir="rtl"] ul.user-menu {
    left: auto;
    right: 0;
    transform: translateX(340px);
    -webkit-transform: translateX(340px);
    -moz-transform: translateX(340px);
    -ms-transform: translateX(340px);
    -o-transform: translateX(340px);
}

[dir="rtl"] .menu-icoholder-side {
    left: auto;
    right: 0;
}

[dir="rtl"] .general-form .button-block .btn-hold {
    margin: 0 0 0 15px;
}

[dir="rtl"] .general-form .form-group select {
    background-position: left 10px center;
}

[dir="rtl"] ul.stepper .step.active .step-title:before {
    left: 0 !important;
    right: auto !important;
}

[dir="rtl"] .column a.active img {
    margin: 0 0 0 10px;
}

[dir="rtl"] .captcha-column img {
    margin: 0 10px 0 0;
}

[dir="rtl"] .button-block.justify-left .gen-btn {
    margin: 0 0 10px 15px;
}

[dir="rtl"] .services.homepage ul li .service-block a {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    left: 0px;
    right: auto;
}

[dir="rtl"] .services.homepage ul li .service-block a::before {
    left: auto;
    right: 0px;
    border-radius: 4px 4px 0px 0;
}

[dir="rtl"] .services.homepage ul li .service-block:hover a {
    right: auto;
    margin: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

[dir="rtl"] .general-form .form-group .date input {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
}

[dir="rtl"] .custom-model-footer .button-block .gen-btn {
    margin: 0 0 10px 10px;
}

[dir="rtl"] .pickup-location .detect-loc {
    right: auto !important;
    left: 10px;
}

[dir="rtl"] .login-right form .form-group input.phoneinput {
    padding-left: 16px;
    padding-right: 125px;
}

[dir="rtl"] .login-right.full-width form .form-group.phone-column .phonecode {
    left: auto;
    right: 0;
    width: 75px;
    margin: 0;
    border-radius: 0 6px 6px 0;
}

[dir="rtl"] .login-right.full-width form .form-group.phone-column input {
    margin: 0 72px 0 0;
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
}

[dir="rtl"] .login-right form .form-group.phone-column label {
    left: auto;
    right: 90px;
}

[dir="rtl"] .error,
[dir="rtl"] .captcha-column span.error,
[dir="rtl"] .Iserror,
[dir="rtl"] .help-block.error {
    left: auto;
    right: 8px;
}

[dir="rtl"] .general-form .form-group .relative_ele input,
[dir="rtl"] .login-right form .form-group .relative_ele input {
    padding: 14px 16px 15px 46px;
}

[dir="rtl"] ul.user-menu li a i {
    margin-right: 0;
    margin-left: 15px;
}

[dir="rtl"] .become ul li a::before {
    right: auto;
    left: -18px;
    background-color: #45aeac;
}

[dir="rtl"] .become ul li a::after {
    right: auto;
    left: -10px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

[dir="rtl"] .left-menu-logo {
    padding: 11px 50px 12px 28px;
}

[dir="rtl"] .close__menu {
    right: auto;
    left: 10px;
}

[dir="rtl"] .side_menu_profile .profile-image {
    margin: 0;
}

[dir="rtl"] header ul li.lang a img.drop_arrow,
[dir="rtl"] header ul li.curr a img.drop_arrow {
    margin: 0 5px 0 0;
}

[dir="rtl"] header ul li a>img {
    margin-right: 0;
    margin-left: 5px;
}

[dir="rtl"] .login-right form .form-group select {
    background-position: left 10px center;
}

[dir="rtl"] .become ul li a strong i {
    transform: rotate(180deg) translateX(0);
    -webkit-transform: rotate(180deg) translateX(0);
    -moz-transform: rotate(180deg) translateX(0);
    -ms-transform: rotate(180deg) translateX(0);
    -o-transform: rotate(180deg) translateX(0);
}

[dir="rtl"] .become ul li a:hover strong i {
    transform: rotate(180deg) translateX(10px);
    -webkit-transform: rotate(180deg) translateX(10px);
    -moz-transform: rotate(180deg) translateX(10px);
    -ms-transform: rotate(180deg) translateX(10px);
    -o-transform: rotate(180deg) translateX(10px);
}

[dir="rtl"] .location-area form .element-holder.address-input button[type="submit"]::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media screen and (max-width:991px) {
    [dir="rtl"] .mobile_language_cur {
        display: flex;
        flex-wrap: wrap;
        margin-right: auto;
        margin-left: 0;
    }
}

@media screen and (max-width:767px) {
    [dir="rtl"] .services.homepage {
        margin: 0 0 0 0;
    }
}

@media screen and (max-width:530px) {
    [dir="rtl"] .profile-image {
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) {
    [dir="rtl"] header.loggedin .header-inner .logo {
        padding: 0 30px 0 0;
    }
}

/* From common.css */
.contact-section form .form-group.floating label {
    z-index: 102;
}

.store-setting-page #wrapper,
.general-form-new input[type="submit"],
.general-form-new input[type="button"],
.general-form-new input[type="reset"],
.general-form-new button[type="submit"],
.form-button-block button[type="button"],
.general-form-new button[type="reset"] {
    font-family: 'poppins' !important;
}

.contact-section form .form-group input.phoneinput,
.phoneinput {
    padding-left: 118px;
}

.login-right form .form-group label {
    line-height: normal;
}

[dir="rtl"] .contact-section form .form-group input.phoneinput,
[dir="rtl"] .phoneinput {
    padding-left: 16px;
    padding-right: 127px;
}

.login-right form .form-group input.phoneinput {
    padding-left: 118px;
}

[dir="rtl"] .login-right form .form-group input.phoneinput {
    padding-left: 16px;
    padding-right: 125px;
}

.model-body .ps_details {
    background-color: #f7f7f7;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0 0 2px #f8f8f8;
    padding: 20px;
}

.safety-section.taxi-variant p,
.blog-article.book-service-section .article-right p,
.blog-article.book-service-section .article-left p,
.blog-article.book-service-section .article-right ul,
.blog-article.book-service-section .article-left ul,
.become ul li span,
.gen-cms-page p,
.banner-content p {
    color: #333;
    line-height: 24px;
    font-size: 15px;
}

.become ul li span {
    font-size: 15px;
    line-height: 24px;
}

.become ul li strong {
    font-size: 30px;
    line-height: 35px;
}

ul.user-menu li a>* {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

ul.user-menu li:not(:first-child) a:hover>* {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.add-new-card-data .error {
    white-space: inherit;
    line-height: 17px;
    bottom: 0;
    position: relative;
    left: 0;
    margin: 5px 0 0 0;
}

.imageVisibilityHidden {
    visibility: hidden;
}

@keyframes grow-shrink {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

#main-uber-page.errorpages {
    display: flex;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
}

.btn__div.left {
    justify-content: flex-start;
}

@media (max-width:480px) {
    ul.user-menu li:not(:first-child) a {
        margin: 0 20px;
    }

    .left-menu-logo {
        padding: 11px 30px 12px 40px;
    }

    [dir="rtl"] .left-menu-logo {
        padding: 11px 40px 12px 28px;
    }

    .become ul li strong {
        font-size: 24px;
        line-height: 30px;
    }
}

.download {
    padding: 40px 0;
    background-color: #F5F5F5;
}

.download-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.download ul {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.download ul li {
    width: calc((100% / 3) - 17px);
    width: -webkit-calc((100% / 3) - 17px);
    width: -moz-calc((100% / 3) - 17px);
    width: -ms-calc((100% / 3) - 17px);
    width: -o-calc((100% / 3) - 17px);
}

.download ul li a {
    padding: 15px 20px;
    border-radius: 22px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 102px auto;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    color: #000;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 #fff inset;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.download ul li a>img {
    height: 102px;
}

.download ul li a i {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: relative;
    transform: translatex(0);
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
}

.download ul li a:hover i {
    transform: translatex(10px);
    -webkit-transform: translatex(10px);
    -moz-transform: translatex(10px);
    -ms-transform: translatex(10px);
    -o-transform: translatex(10px);
    color: var(--mainColor);
}

.download ul li a:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px var(--mainColor) inset;
}

.download ul li strong {
    display: flex;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 2px 0;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.download ul li strong i {
    font-size: 24px;
}

.download ul li p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

[dir="rtl"] .download ul li strong i {
    transform: rotateY(180deg) translateX(0);
    -webkit-transform: rotateY(180deg) translateX(0);
    -moz-transform: rotateY(180deg) translateX(0);
    -ms-transform: rotateY(180deg) translateX(0);
    -o-transform: rotateY(180deg) translateX(0);
}

[dir="rtl"] .download ul li:hover strong i {
    transform: rotateY(180deg) translateX(10px);
    -webkit-transform: rotateY(180deg) translateX(10px);
    -moz-transform: rotateY(180deg) translateX(10px);
    -ms-transform: rotateY(180deg) translateX(10px);
    -o-transform: rotateY(180deg) translateX(10px);
}

@media (max-width:1024px) {
    .download ul li strong {
        font-size: 20px;
    }

    .download ul li {
        width: calc((100% / 2) - 13px);
        width: -webkit-calc((100% / 2) - 13px);
        width: -moz-calc((100% / 2) - 13px);
        width: -ms-calc((100% / 2) - 13px);
        width: -o-calc((100% / 2) - 13px);
    }
}

@media (max-width:767px) {
    .download ul li {
        width: 100%;
    }
}