@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Medium.eot');
    src: url('../fonts/PlusJakartaSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Medium.woff') format('woff'), url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-SemiBold.eot');
    src: url('../fonts/PlusJakartaSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff'), url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Light.eot');
    src: url('../fonts/PlusJakartaSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/PlusJakartaSans-Light.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Light.woff') format('woff'), url('../fonts/PlusJakartaSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Bold.eot');
    src: url('../fonts/PlusJakartaSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Bold.woff') format('woff'), url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular.eot');
    src: url('../fonts/PlusJakartaSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Regular.woff') format('woff'), url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-ExtraBold.eot');
    src: url('../fonts/PlusJakartaSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-ExtraBold.woff') format('woff'), url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('../fonts/Saira-Bold.eot');
    src: url('../fonts/Saira-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Saira-Bold.woff2') format('woff2'), url('../fonts/Saira-Bold.woff') format('woff'), url('../fonts/Saira-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/frontend-icons/icomoon.eot?rgyy1h');
    src: url('../fonts/frontend-icons/icomoon.eot?rgyy1h#iefix') format('embedded-opentype'), url('../fonts/frontend-icons/icomoon.ttf?rgyy1h') format('truetype'), url('../fonts/frontend-icons/icomoon.woff?rgyy1h') format('woff'), url('../fonts/frontend-icons/icomoon.svg?rgyy1h#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Regular.eot');
    src: url('../fonts/Urbanist-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist-Regular.woff2') format('woff2'), url('../fonts/Urbanist-Regular.woff') format('woff'), url('../fonts/Urbanist-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Bold.eot');
    src: url('../fonts/Urbanist-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist-Bold.woff2') format('woff2'), url('../fonts/Urbanist-Bold.woff') format('woff'), url('../fonts/Urbanist-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Medium.eot');
    src: url('../fonts/Urbanist-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist-Medium.woff2') format('woff2'), url('../fonts/Urbanist-Medium.woff') format('woff'), url('../fonts/Urbanist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-subscription:before {
    content: "\e913";
}

.icon-checks:before {
    content: "\e914";
}

.icon-document:before {
    content: "\e915";
}

:root {
    --jakarta-font: 'Plus Jakarta Sans';
    --urbanist-font: 'Urbanist';
    --secondary-color: #FFDB00;
    --banner-bg: #9AC8ED;
    --theme-deafult: #0074d9;
}

body {
    font-family: var(--jakarta-font) !important;
    background-color: #fff;
}

.container {
    max-width: 1400px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h2 {
    font-weight: 700;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.h2-style {
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -2px;
    color: #000;
    text-transform: capitalize !important;
}

.h2-style span {
    color: var(--theme-deafult);
    font-size: 60px !important;
}

.custom_btn {
    background-color: var(--secondary-color);
    border: 1px solid rgba(0 0 0 / 10%);
    font-size: 16px;
    color: #10120E;
    text-transform: capitalize;
    padding: 0 31px;
    min-height: 58px;
    line-height: 58px;
    border-radius: 18px;
}

.custom_btn:hover {
    border-color: #000;
    color: #000;
}

.border_btn {
    background-color: transparent;
    border: 1px solid var(--theme-deafult);
    color: var(--theme-deafult);
    border-radius: 10px;
}

.border_btn .fa {
    margin-right: 4px;
}

.border_btn:hover {
    background-color: var(--theme-deafult);
    color: #fff;
    border-color: var(--theme-deafult);
}

.section_padding {
    padding: 80px 0 !important;
}

ul.custom_list_style {
    padding-left: 21px;
    margin-bottom: 19px;
}

ul.custom_list_style li {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    color: #70756C;
    list-style: disc;
    display: list-item;
}

.h4-style {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-top: 25px;
    margin-bottom: 13px;
}

.theme_bg {
    background-color: var(--theme-deafult);
}

.p-style {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--jakarta-font);
}

.select_plan .p-style {
    letter-spacing: 0;
    margin: 12px 0 0 0;
}


/* hero banner css */
section.riden-herobanner {
    background: url('../images/hero-bg.jpg') no-repeat;
    background-size: cover;
}

.riden-herobanner .herobanner_content {
    padding-right: 63px;
}

.herobanner_content ul {
    padding-left: 21px;
}

.herobanner_content ul li {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    color: #70756C;
    list-style: disc;
    display: list-item;
}

.herobanner_content .custom_btn {
    margin-top: 13px;
}

/* start features_fleet css */
.features_outer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1054px;
    min-height: 650px;
    margin: 32px auto 0;
}

.features_outer::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle at center, #FFFAD9FF 0%, #FFFAD900 100%);
    max-width: 632px;
    max-height: 632px;
    filter: blur(13px);
}

.features_outer .phone-image {
    position: absolute;
    z-index: 1;
    max-width: 328px;
}

.features_outer .feature-item {
    position: absolute;
    background-color: white;
    padding: 0 36px;
    border-radius: 20px;
    box-shadow: 0 20px 54px rgba(0 0 0 / 7%);
    z-index: 2;
    min-height: 66px;
    line-height: 66px;
    font-size: 18px;
    font-weight: bold;
    color: #242423;
}

/* Positioning each feature around the phone */
.features_outer .global-booking {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.features_outer .driver-app {
    top: 25%;
    left: 8%;
}

.features_outer .fleet-management {
    top: 25%;
    right: 8%;
}

.features_outer .driver-rating {
    bottom: 38%;
    right: -4%;
}

.features_outer .driver-safety {
    bottom: 10%;
    right: 5%;
}

.features_outer .driver-documents {
    bottom: 38%;
    left: -4%;
}

.features_outer .apple-google-pay {
    bottom: 10%;
    left: 5%;
}

/* start app_features */
.app_features .app_features_list {
    margin-top: 41px;
}

.app_features p {
    padding: 0 32px;
    border-radius: 16px;
    box-shadow: 0 20px 54px rgba(0 0 0 / 7%);
    min-height: 66px;
    line-height: 66px;
    font-size: 18px;
    font-weight: bold;
    color: #242423;
    display: table;
    margin-bottom: 5px;
}

/* safety_compliance */
.safety_content {
    max-width: 550px;
}

.safety_bg {
    background-color: #F8F8F8;
}

/* get_started section */
section.get_started {
    padding-top: 87px !important;
    padding-bottom: 107px !important;
}

.get_started h3 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}

.get_started h2 {
    margin-top: 20px;
}

.get_started p {
    margin: 36px auto 0;
    max-width: 974px;
}

.get_started .custom_btn {
    margin-top: 48px;
}

/* member_benefits */
.member_benefits h2 span {
    color: #fff;
    font-weight: 400;
    display: block;
}

.member_benefits .margin_top {
    margin-top: 63px;
}

.benefits_box {
    text-align: center;
    border: 2px dashed var(--secondary-color);
    padding: 31px 60px 48px;
    border-radius: 10px;
}

.benefits_box h3 {
    color: #fff;
    font-size: 30px;
    line-height: 33px;
    font-weight: 600;
    margin-top: 25px;
}

/* form-banner-riden */
.form-banner-riden {
    background-color: var(--banner-bg);
    position: relative;
}

.form-banner-riden img.form_banner_img {
    position: absolute;
    bottom: 0;
    right: 68px;
}

.form-banner-riden .row {
    min-height: 316px;
}

.form-banner-riden h1 {
    font-weight: bold;
    max-width: 790px;
    margin: 0 auto;
    font-size: 46px;
    line-height: 56px;
}

.form-banner-riden h1 span {
    font-size: 46px !important;
}

.multi_step_form {
    margin-top: 60px;
}

.multi_step_form .step {
    background-color: #fff;
    padding: 30px 20px;
    border: 1px solid rgba(0 0 0 / 10%);
    border-radius: 16px;
}

.form_outer .step {
    display: none;
}

.form_outer .step.active {
    display: block;
}

.form_outer .step-indicator {
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_outer .step-indicator span {
    display: inline-block;
    padding: 11px 0;
    margin-right: 5px;
    border-radius: 8px;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.form_outer .step-indicator .active {
    background-color: var(--theme-deafult);
    color: white;
}

.step-circle.selected {
    background-color: #D9EAF8;
    color: var(--theme-deafult);
}

.multi_step_form .btn-container .btn {
    padding: 0 10px;
    background: transparent;
    color: white;
    min-width: 175px;
    border-radius: 16px;
    border: 1px solid transparent;
}

.multi_step_form .btn-container #nextBtn,
#nextBtnOtp,
.multi_step_form .btn-container .pay-btn {
    background: url('../images/next_arrow.svg') var(--theme-deafult);
    background-repeat: no-repeat;
    background-position: 70% 50%;
    text-align: left;
    padding-left: 30px;
}

.multi_step_form .btn-container .pay-btn {
    padding-left: 25px;
}

.multi_step_form .btn-container #nextBtn:hover,
.multi_step_form .btn-container .pay-btn:hover {
    background-position: 73% 50%;
}

.multi_step_form .btn[disabled] {
    background-color: #ccc;
    cursor: not-allowed;
}

.multi_step_form .btn-container {
    margin: 71px 0 40px 0;
}

.multi_step_form .step h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 42px;
    color: #000;
    margin-bottom: 39px;
    letter-spacing: 0;
}

.multi_step_form .step .form-group {
    position: relative;
    margin-bottom: 35px;
}

.multi_step_form .step .form-group label {
    position: absolute;
    left: 5px;
    padding: 5px 10px;
    background-color: #fff;
    top: -18px;
    font-size: 16px;
    font-weight: 600;
    z-index: 1;
}

.multi_step_form .step .form-group .form-control {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    min-height: 47px;
}

.multi_step_form .btn-container .btn.back_btn {
    background-color: transparent;
    border: 1px solid rgba(0 0 0 / 10%);
    color: rgba(0 0 0 / 45%);
}

.multi_step_form .btn-container .btn.back_btn img.next_icon {
    filter: contrast(0.3);
    transform: rotate(180deg);
    margin: 0 8px 0 0;
}

.multi_step_form .btn-container .btn.back_btn:hover {
    border-color: #858484;
    color: #858484;
}

.multi_step_form .btn-container .btn.back_btn:hover img {
    filter: contrast(0.1);
}

.multi_step_form .btn-container .border_btn {
    background-color: transparent;
    border: 1px solid var(--theme-deafult);
    color: var(--theme-deafult);
    border-radius: 10px;
}

.multi_step_form .btn-container .border_btn:hover {
    background-color: var(--theme-deafult);
    color: #fff;
}

.multi_step_form .btn-container .border_btn {
    min-width: 120px;
    margin: 0 11px 0 0;
}

.form_outer .step-line-outer {
    width: 100%;
    flex: 0 0 100%;
    height: 66px;
    position: relative;
    display: flex;
    margin: 69px auto 15px;
    max-width: 85%;
}

.form_outer .step-line-outer::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 6px;
    background-color: #D9EAF8;
    display: inline-block;
    width: 100%;
    border-radius: 52px;
}

.form_outer .step-line-outer .step-line {
    width: 100%;
    position: relative;
    background-color: transparent;
}

.form_outer .step-line-outer .step-line::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 6px;
    background-color: var(--theme-deafult);
    display: inline-block;
    width: 0;
    z-index: 1;
    transition: 0.2s ease-in-out;
}

.form_outer .step-line-outer .wheel_icon {
    position: absolute;
    top: 0;
    left: -34px;
    z-index: 2;
    transition: transform 1s ease-in-out;
}

.form_outer .step-indicator .step-circle::before {
    border-radius: 50%;
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    display: inline-block;
    background: #D9EAF8;
    top: -55px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
}

.form_outer .step-indicator .step-circle.selected::before {
    background: url('../images/check-icon.svg') no-repeat var(--theme-deafult) center;
    background-size: 96%;
}

.form_outer .step-indicator .step-circle:first-child::before {
    margin-left: -10px;
}

.form_outer .step-indicator .step-circle:last-child::before {
    margin-left: 11px;
}

.form_outer .step-line-outer .step-line.active::after {
    width: 125%;
}

.form_outer .step-line-outer .step-supplier.active::after {
    width: 148%;
}

.form_outer .step-line-outer .step-fleet.active::after {
    width: 168%;
}

.form_outer .step-line-outer .step-document.active::after {
    width: 162%;
}

.step-line-outer.step-preview .step-preview::after {
    width: 93%;
}

.step-line-outer.step-supplier .wheel_icon {
    transform: rotate(180deg);
    left: 22.4%;
}

.step-line-outer.step-fleet .wheel_icon {
    transform: rotate(280deg);
    left: 47%;
}

.step-line-outer.step-document .wheel_icon {
    transform: rotate(380deg);
    left: 71.5%;
}

.step-line-outer.step-payment .wheel_icon {
    left: 76.2%;
    transform: rotate(480deg);
}

.step-line-outer.step-preview .wheel_icon {
    left: 94.3%;
    transform: rotate(580deg);
}

.form_outer .step-indicator .step-circle.active:last-child::before {
    display: none;
}

.multi_step_form .form-group select.form-control {
    background: url(../images/select_arrow.svg) no-repeat;
    height: auto;
    appearance: none;
    background-size: 14px;
    background-position: 98% center;
}

.multi_step_form .step .form-group.password_input {
    position: relative;
}

.multi_step_form .step .form-group.password_input .fa {
    position: absolute;
    right: 13px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
}

.multi_step_form .step .form-group.address_icon img {
    position: absolute;
    top: 8px;
    right: 9px;
}

.upload_btn .upload_btn_text input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.upload_btn_text {
    text-align: center;
    cursor: pointer;
    position: relative;
}

.upload_btn {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    position: relative;
    border-radius: 8px;
    height: auto;
    padding: 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    color: #1C1C1C;
    margin: 3px;
    justify-content: center;
}

.upload_btn .upload_btn_text p {
    width: 100%;
    position: initial;
    color: #6c757d;
    font-weight: 500;
    font-size: 16px;
    margin: 6px 0 5px 0;
}

.upload_btn_text span {
    width: 100%;
    display: inline-block;
    color: var(--theme-deafult);
    font-size: 16px;
}

.multi_step_form .step .card-body .form-group {
    margin-bottom: 20px;
}

.multi_step_form .step .card {
    background-color: transparent;
    border: 1px solid rgba(0 0 0 / 10%);
    border-radius: 12px;
}

.multi_step_form .step .card.document_upload {
    background-color: rgba(2, 118, 211, 0.15);
}

.multi_step_form .step .card.document_upload .card-header button::after {
    background: url('../images/document_check.svg') no-repeat;
    width: 36px;
    height: 36px;
    top: -4px;
    background-size: 100%;
}

.multi_step_form .step .card-body {
    padding: 34px 24px;
}

.multi_step_form .step .card .card-header {
    background-color: transparent;
}

.multi_step_form .step .card .card-header button {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    font-family: var(--jakarta-font);
    outline: none;
    box-shadow: none;
    position: relative;
}

.multi_step_form .step .card .card-header button::after {
    content: '';
    background: url(../images/select_arrow.svg) no-repeat;
    position: absolute;
    right: 14px;
    top: 12px;
    width: 14px;
    height: 7px;
    transition: all 0.5s ease-in-out;
}

.multi_step_form .step .card .card-header button[aria-expanded="true"]::after {
    transform: rotateX(180deg);
}

.multi_step_form .step .card h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #1C1C1C;
    margin-top: 8px;
    letter-spacing: 0;
}

.multi_step_form .step .card h5 {
    font-size: 13px;
    letter-spacing: 0;
    color: rgba(28 28 28 / 55%);
    margin-top: 4px;
}

.multi_step_form .step .upload_document {
    width: 100%;
    max-width: 117px;
    position: relative;
}

.multi_step_form .step .upload_document input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.multi_step_form .step .upload_document .docoment_text {
    min-width: 117px;
    min-height: 135px;
    border: 2px dashed var(--theme-deafult);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-deafult);
    font-size: 24px;
    cursor: pointer;
}

.multi_step_form .step .upload_document .docoment_text .fa {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
}

.multi_step_form .step .upload_document .docoment_text:hover .fa {
    transform: scale(1.1);
}

.multi_step_form .step .card-body button.custom_btn {
    background-color: var(--theme-deafult);
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 16px;
}

.multi_step_form .step .card-body button.custom_btn img {
    margin-right: 7px;
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
}

.multi_step_form .step .card-body button.custom_btn:hover img {
    transform: scale(1);
}

.multi_step_form .step .legal_outer .upload_document {
    max-width: 100%;
}

.multi_step_form .step .legal_outer .upload_document .docoment_text {
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    background-color: rgba(2 118 211 / 8%);
    border-radius: 5px;
}

.multi_step_form .step .legal_outer .upload_document .docoment_text p {
    position: initial;
    flex: 0 0 100%;
    font-size: 16px;
    font-weight: 600;
    margin-top: 2px;
    text-align: center;
}

.legal_outer h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0 25px 0;
}

.legal_outer h6 span {
    font-size: 12px;
    color: var(--theme-deafult);
}

.multi_step_form .step .card-body .legal_outer {
    margin-bottom: 30px;
}

.multi_step_form .step .card-body .legal_outer .custom_btn {
    width: 100%;
    border: 1px solid var(--theme-deafult);
    background-color: transparent;
    color: var(--theme-deafult);
}

.multi_step_form .step .card-body .legal_outer .custom_btn:hover {
    background-color: var(--theme-deafult);
    color: #fff;
}

.supplier_map {
    border-top: 1px solid rgba(0 0 0 / 10%);
    padding: 21px 0;
    margin-bottom: 21px;
}

.supplier_map .map_outer {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.supplier_map .map_outer iframe {
    width: 100%;
    height: 532px;
    border-radius: 16px;
}

.multi_step_form .supplier_map h3 {
    margin-bottom: 25px;
    font-size: 28px;
    letter-spacing: 0;
}

.supplier_map .added_address {
    width: 100%;
    align-content: center;
    background-color: rgba(2 118 211 / 8%);
    border-radius: 5px;
    border: 2px dashed var(--theme-deafult);
    padding: 15px 20px 27px;
    position: relative;
    margin-bottom: 15px;
}

.supplier_map .added_address:last-child {
    margin-bottom: 0;
}

.supplier_map .added_address h5 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
    margin: 4px 0 0 0;
}

.supplier_map .added_address h5 span {
    font-weight: 600;
}

.supplier_map .added_address .address_delete_icons {
    position: absolute;
    right: 13px;
    top: 10px;
}

.supplier_map .added_address .address_delete_icons a {
    margin: 0 0 0 7px;
}

.supplier_map .added_address .address_delete_icons .fa {
    font-size: 19px;
}

.supplier_map .added_address .address_delete_icons .fa-trash {
    color: #ff0000;
}

.supplier_map .added_address .address_delete_icons .fa-pencil {
    color: var(--theme-deafult);
}

.supplier_map .form-check {
    padding-left: 21px;
}

.supplier_map .form-check input.form-check-input {
    left: 0;
    margin-left: 0;
}

.supplier_map .table td,
.supplier_map .table th {
    border: none !important;
    padding-top: 6px;
    padding-bottom: 0;
}

.supplier_map .table td {
    vertical-align: middle;
}

.supplier_map .table th {
    font-size: 15px;
    font-weight: 600;
}

.supplier_map .table th:first-child {
    color: #000;
}

.supplier_map .table td:last-child {
    width: 105px;
}

.supplier_map .form-check label.form-check-label {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.multi_step_form .supplier_map .slots_outer label {
    position: initial;
}

.multi_step_form .supplier_map .slots_outer .form-check {
    padding-left: 9px;
}

.multi_step_form .supplier_map .slots_outer>label {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0;
}

.supplier_map table.table {
    max-width: 520px;
}

.supplier_map:last-child {
    margin-bottom: 0;
}

.multi_step_form .step .payment_details label {
    position: initial;
}

.multi_step_form .step .payment_details button.custom-btn {
    border: 1px solid var(--theme-deafult);
    width: 100%;
    max-width: 544px;
    min-height: 74px;
    line-height: 74px;
    padding: 0 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.multi_step_form .step .payment_details button.custom-btn:hover {
    transform: translateX(15px);
}

.payment_notes {
    padding: 33px 53px;
    background-color: #D9EAF8;
    border-radius: 16px;
}

.multi_step_form .step p {
    position: initial;
    width: 100%;
    text-align: left;
    color: #515151;
}

.multi_step_form .payment_notes h3 {
    margin: 0 0 9px 0;
    font-size: 24px;
    line-height: 30px;
}

.multi_step_form .payment_notes p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000;
}


.customModal.show {
    opacity: 1;
}

.terms-modal .modal-content {
    border-radius: 16px;
    padding: 50px;
}

.terms-modal .modal-dialog {
    max-width: 700px;
}

.terms-modal .modal-body {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 10px 0 0;
}

.terms-modal .modal-body h3 {
    font-size: 34px;
    line-height: 42px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0;
}

.terms-modal .modal-body p {
    font-size: 16px;
    line-height: 28px;
    color: #6C757D;
    font-weight: 400;
    margin: 11px 0 20px 0;
}

.terms-modal .modal-content .modal-footer {
    padding: 23px 0 0 0;
    flex-wrap: wrap;
    row-gap: 10px;
}

.terms-modal .modal-content .modal-footer button.custom_btn {
    width: 100%;
}

.terms-modal .modal-content .modal-footer button.ok_btn {
    background-color: var(--theme-deafult);
    color: #fff;
}

.customCheckbox label.form-check-label {
    display: flex;
}

.customCheckbox label.form-check-label span.checkbox-icon {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(0 0 0 / 10%);
    border-radius: 5px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}

.customCheckbox input.form-check-input:checked+label.form-check-label span.checkbox-icon {
    background-color: var(--theme-deafult);
}

.customCheckbox span.checkbox-icon img {
    width: 19px;
    top: -100%;
    position: absolute;
    transition: all 0.7s ease-in-out;
}

.customCheckbox input.form-check-input:checked+label.form-check-label span.checkbox-icon img {
    top: 2px;
}

.terms-modal .modal-content .modal-footer button.btn.custom-btn {
    width: 100%;
    border: 1px solid rgba(0 0 0 / 10%);
    min-height: 44px;
    line-height: 44px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.terms-modal .modal-content .modal-footer button.btn.custom-btn:hover {
    background-color: var(--theme-deafult);
    color: #fff;
}

.multi_step_form .preview_outer h3 {
    margin-bottom: 0;
}

.multi_step_form .step .preview_content {
    padding: 30px 20px;
    border: 1px solid rgba(0 0 0 / 10%);
    border-radius: 16px;
    margin-top: 18px;
}

.multi_step_form .step .preview_content h3 {
    margin-bottom: 39px;
}

.multi_step_form .step .fee_box {
    background-color: #D9EAF8;
    padding: 49px 20px;
    border-radius: 16px;
}

.multi_step_form .step .fee_box h4 {
    letter-spacing: 0;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.multi_step_form .step .fee_box p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0 0 0 / 60%);
    margin-top: 11px;
}

.multi_step_form .step .fee_box h5._price {
    color: #3D3D3D;
    font-size: 42px;
    font-weight: 700;
    line-height: 73px;
    letter-spacing: 0;
    flex: 0 0 100%;
    text-align: center;
}

.multi_step_form .step .fee_box button._discount {
    background-color: var(--theme-deafult);
    border: none;
    min-width: 118px;
    min-height: 46px;
    line-height: 46px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}


.DocumentVerificationModal .modal-dialog {
    max-width: 700px;
}

.DocumentVerificationModal .modal-content {
    padding: 16px 50px 29px;
    border-radius: 16px;
    text-align: center;
}

.DocumentVerificationModal .modal-content .modal-body {
    padding: 0;
}

.DocumentVerificationModal .modal-body h3 {
    font-weight: 600;
    font-size: 34px;
    color: #000;
    letter-spacing: 0;
    margin: 7px 0 11px 0;
}

.DocumentVerificationModal .modal-body h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    letter-spacing: 0;
    margin: 0 0 11px 0;
}

.DocumentVerificationModal .modal-body p {
    color: #6C757D;
    font-size: 16px;
    line-height: 24px;
}

.DocumentVerificationModal .modal-footer button.btn {
    width: 100%;
    background-color: var(--theme-deafult);
    color: #fff;
    border: none;
}

.invite_users .modal-dialog {
    max-width: 700px;
}

.invite_users .modal-content {
    border-radius: 16px;
}

.invite_users .modal-content .modal-header {
    padding: 14px 40px;
    border-radius: 16px 16px 0 0;
    background-color: var(--theme-deafult);
    justify-content: start;
}

.invite_users .modal-content .modal-header h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0;
    color: #fff;
}

.invite_users .modal-content .modal-header button.close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    background-color: #fff;
    color: var(--theme-deafult);
    font-size: 27px;
    position: absolute;
    right: 16px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 12px;
    margin: 0;
}

.invite_users .modal-content .modal-header button.close span {
    display: inline-block;
    height: 35px;
}

.invite_users .modal-content .modal-body {
    padding: 26px 40px 10px;
}

.invite_users .modal-body .form-group label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}

.invite_users .modal-body .form-group .link-box {
    width: 100%;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid rgba(0 0 0 / 10%);
    border-radius: 12px;
}

.invite_users .modal-body .form-group .link-box a {
    color: var(--theme-deafult);
    width: 100%;
}

.invite_users .modal-body .form-group .link-box p {
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    width: 100%;
    max-width: 37%;
    text-align: right;
}

.invite_users .modal-body .form-group .link-box p a {
    margin: 0 0 0 9px;
}

.invite_users .modal-body .share-outer .share-box a {
    border: 1px solid rgba(0 0 0 / 10%);
    padding: 0;
    min-width: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    border-radius: 10px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #000;
    align-content: center;
}

.invite_users .modal-body .share-outer .share-box a span {
    flex: 0 0 100%;
    text-align: center;
}

.invite_users .modal-content .modal-footer {
    padding-bottom: 25px;
}

.invite_users .modal-footer button.btn {
    width: 100%;
    background-color: var(--theme-deafult);
    color: #fff;
    border: none;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 31px;
    min-height: 58px;
    line-height: 58px;
    border-radius: 18px;
}

.invite_users .modal-body .share-outer {
    gap: 4.5px;
}

/* start pricing page */
.price_banner {
    padding: 100px 0;
    background: url('../images/pricing_after.svg') no-repeat #00111C;
    position: relative;
    text-align: center;
    background-position: center bottom;
}

.price_banner h1 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 66px;
}

.price_banner h1 span {
    font-size: 66px;
}

.price_banner h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #fff;
    margin-top: 27px;
}

.price_banner p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 12px;
}

/* select_plan */
.select_plan {
    padding: 75px 0;
}

.select_plan .h2-style {
    font-size: 55px;
    max-width: 494px;
}

.pricing_outer .plan_item {
    padding: 58px 38px 49px;
    border: 1px solid rgba(0 0 0 /10%);
    border-radius: 17px;
    margin-top: auto;
    position: relative;
}

.select_plan .pricing_outer {
    margin-top: 42px;
}

.pricing_outer .plan_item h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    color: #000;
    letter-spacing: 0;
}

.pricing_outer .plan_item h4 {
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0;
    margin-top: 12px;
}

.pricing_outer .plan_item span.popular_tag {
    background: url('../images/popular_tag.svg') no-repeat;
    position: absolute;
    top: 21px;
    left: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    min-width: 128px;
    min-height: 26px;
    text-align: center;
    line-height: 24px;
}

.pricing_outer .plan_footer .custom_btn {
    width: 100%;
    min-height: 44px;
    line-height: 44px;
}

.pricing_outer .plan_item h4 sub {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0 0 0 / 60%);
    bottom: 0;
    left: 5px;
}

.pricing_outer .plan_item ul {
    margin-top: 39px;
}

.pricing_outer .plan_item ul li {
    width: 100%;
    font-size: 15px;
    line-height: 17px;
    font-weight: 300;
    margin-bottom: 13px;
    position: relative;
    padding-left: 25px;
}

.pricing_outer .plan_item ul li::after {
    content: '';
    background: url(../images/plan_check.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 17.6px;
    height: 36px;
}

.pricing_outer .plan_item .plan_footer {
    margin-top: 28px;
}

.pricing_outer .plan_item:hover {
    background-color: var(--theme-deafult);
}

.pricing_outer .plan_item:hover h3,
.pricing_outer .plan_item:hover h4,
.pricing_outer .plan_item:hover h4 sub,
.pricing_outer .plan_item:hover li {
    color: #fff;
}

.pricing_outer .plan_item:hover .custom_btn,
.pricing_outer .plan_item .custom_btn:hover {
    background-color: #fff;
    color: var(--theme-deafult);
}

.select_plan.pay_plan {
    padding-top: 0;
}

.select_plan.pay_plan .h2-style {
    max-width: 560px;
}

.select_plan.pay_plan .h2-style span {
    display: inline-block;
}

.select_plan.pay_plan ul.custom_list_style {
    margin-top: 18px;
}

.select_plan .plan_breakdown {
    border: 1px solid rgba(0 0 0 / 15%);
    border-radius: 16px;
    margin-top: 32px;
}

.select_plan .plan_breakdown h3 {
    background-color: var(--theme-deafult);
    color: #fff;
    padding: 24px 30px;
    font-size: 23px;
    font-weight: 600;
    border-radius: 16px 16px 0 0;
}

.select_plan .plan_breakdown li {
    border-bottom: 1px solid rgba(0 0 0 /10%);
    width: 100%;
    padding: 18px 30px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

/* plan_faq */
.plan_faq {
    padding-bottom: 75px;
}

.plan_faq .accordion {
    margin-top: 28px;
}

.plan_faq .accordion .card {
    padding: 18px 24px;
    background-color: #F8F8F8;
    border-radius: 5px;
}

.plan_faq .accordion .card-header {
    background-color: transparent;
    padding: 0;
}

.plan_faq .accordion button.btn {
    font-weight: 700;
    color: #000;
    text-transform: none;
    font-size: 18px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    position: relative;
}

.plan_faq .accordion .card-header button::after {
    content: '';
    background: url(../images/select_arrow.svg) no-repeat;
    position: absolute;
    right: 22px;
    top: 12px;
    width: 14px;
    height: 7px;
    transition: all 0.5s ease-in-out;
}

.plan_faq .accordion .card-header button[aria-expanded="true"]::after {
    transform: rotateX(180deg);
}

.preview_content .modal-body .form-check {
    text-align: left;
    margin-bottom: 0;
    padding: 0 0 30px 0;
}

.preview_content .termsModal .modal-body {
    margin-bottom: 31px;
}

/* footer.new_footer */
footer.new_footer {
    padding: 50px 0;
}

footer.new_footer h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 17px;
}

footer.new_footer .nav-f li a {
    padding: 0;
    font-size: 15px;
    line-height: 28px;
    color: rgba(0 0 0 / 70%);
    letter-spacing: 0;
}

footer.new_footer .nav-f li a:hover {
    background-color: transparent;
    color: var(--theme-deafult);
    text-decoration: underline;
}

footer.new_footer .contact-list li,
footer.new_footer .contact-list li a {
    color: rgba(0 0 0 /70%);
}

footer.new_footer .user_app {
    justify-content: space-between;
}

footer.new_footer .user_app .user_iphone {
    column-gap: 5px;
}

.availability_table {
    overflow: hidden;
    overflow-x: auto;
}

/* business_profile */
.business_profile .profile_info {
    background-color: var(--theme-deafult);
    padding: 0 53px 15px 53px;
}

.business_profile .profile_banner img {
    width: 100%;
    height: 363px;
    object-fit: cover;
}

.business_profile .profile_details h2 {
    font-size: 29px;
    line-height: 35px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 11px;
    text-transform: capitalize;
}

.business_profile .profile_details h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-top: 3px;
}

.business_profile .profile_details h4 {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    margin-top: 3px;
}

.business_profile .profile_details h4 span {
    width: 2px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}

.business_profile .profile_rating .rating_profile .rating_user {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    margin-left: -5px;
}

.business_profile .profile_rating .rating_profile .rating_user:first-child {
    margin: 0;
}

.business_profile .profile_rating {
    margin-top: 10px;
    gap: 11px;
}

.business_profile .profile_rating p {
    color: #fff;
    font-size: 14px;
}

.business_profile .profile_rating p .fa {
    color: #FAC300;
    margin-right: 7px;
}

.business_profile .tab-content .tab-pane.show {
    opacity: 1;
}

.profile_info .profile_img {
    border-radius: 4px;
    width: 186px;
    display: flex;
    height: 186px;
    padding: 4px;
    background-color: #fff;
    position: relative;
    margin-top: -95px;
    align-items: center;
    overflow: hidden;
}

.business_tabs .nav-tabs {
    border: none;
    background-color: var(--theme-deafult);
    padding: 0 53px;
}

.business_tabs .nav-tabs .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255 255 255 / 80%);
    position: relative;
    padding: 19px 12px;
    border: none;
}

.business_tabs .nav-tabs .nav-link {
    background-color: transparent;
    color: #fff;
}

.business_tabs .nav-tabs .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: transparent;
    border-radius: 40px;
    left: 0;
}

.business_tabs .nav-tabs .nav-link.active {
    font-weight: 600;
    color: #fff;
    border: none;
    background-color: transparent;
}

.business_tabs .nav-tabs .nav-link.active::after {
    background-color: var(--secondary-color);
}

.business_tabs .tab-content {
    padding: 26px 40px 80px;
    background-color: #F8F8F8;
    margin-bottom: 60px;
    border-radius: 0 0 24px 24px;
}

.business_tabs .tab-content h2 {
    font-size: 35px;
    line-height: 44px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #000;
}

.booking_list {
    margin-top: 20px;
}

.booking_list .row {
    row-gap: 40px;
}

.booking_box {
    border-radius: 10px;
    border-bottom: 4px solid var(--secondary-color);
}

.booking_box .booking_img {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.booking_box .booking_img img {
    width: 100%;
    transition: all 0.7s ease-in-out;
}

.booking_box:hover .booking_img img {
    transform: scale(1.1);
}

.booking_box .booking_content {
    padding: 40px;
    background-color: #fff;
}

.booking_box .booking_content h4 {
    font-size: 26px;
    font-weight: bold;
    line-height: 33px;
    color: var(--theme-deafult);
}

.booking_box .booking_content p {
    color: #494D56;
    font-size: 16px;
    line-height: 27px;
    margin-top: 25px;
}

.booking_box .booking_content .btn {
    background-color: var(--theme-deafult);
    color: #fff;
    width: 137px;
    line-height: 42px;
    min-height: 42px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px;
    margin-top: 30px;
}

.booking_box .booking_content .btn:hover {
    background-color: #005eb1;
}

/* start need_help  */
.need_help {
    background-color: var(--secondary-color);
    padding: 50px 0;
    text-align: center;
}

.need_help h2 {
    font-family: var(--jakarta-font);
    font-size: 26px;
    text-transform: none;
    line-height: 39px;
    color: #050A15;
    font-weight: 500;
    letter-spacing: 0;
}

.need_help h2 a {
    font-weight: 800;
    color: #234896;
}

/* we_trusted */
.we_trusted {
    padding: 68px 0;
}

.we_trusted .trusted_content p {
    margin-top: 24px;
}

.we_trusted .trusted_img img {
    width: 100%;
}

.we_trusted .trusted_content {
    padding-left: 50px;
}

.we_trusted .trusted_content h2 {
    font-size: 44px;
    line-height: 52px;
}

.we_trusted .trusted_content h2 span {
    font-size: 44px !important;
}

.we_trusted .trusted_content ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 13px;
}

.we_trusted .trusted_content ul li {
    font-size: 16px;
    line-height: 27px;
    color: #050A15;
    width: 100%;
    max-width: 50%;
    margin-top: 10px;
}

.we_trusted .trusted_content ul li .fa {
    color: #234896;
    font-size: 13px;
    margin-right: 6px;
}

.we_trusted .trusted_content .btn {
    margin-top: 40px;
}

.book_now.btn {
    background-color: var(--theme-deafult);
    color: #fff;
    min-width: 181px;
    min-height: 46px;
    line-height: 46px;
    text-align: center;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: all 0.7s ease-in-out;
}

.book_now.btn .fa {
    margin-right: 6px;
}

.book_now.btn:hover {
    background-color: transparent;
    color: var(--theme-deafult);
    border-color: var(--theme-deafult);
}

/* car_service */
.car_service {
    padding: 86px 0;
    background-color: var(--theme-deafult);
    position: relative;
}

.car_service::after {
    content: '';
    background: url('../images/car_service_after.svg') no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 441px;
    width: 100%;
    background-size: cover;
}

.car_service .discount_inner {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.car_service .discount_inner h2 {
    color: #fff;
}

.car_service .discount_inner h2 span {
    color: #FFD046;
}

.car_service span.discount_text {
    color: #FFD046;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
}

.car_service .discount_inner .book_now.btn {
    background-color: #FFD046;
    margin-top: 37px;
    color: #050A15;
    font-weight: 700;
    text-transform: uppercase;
}

.car_service .discount_inner .book_now.btn:hover {
    color: #FFD046;
    background-color: transparent;
    border-color: #FFD046;
}

.car_service .discount_inner h2 {
    color: #fff;
    font-size: 44px;
    line-height: 52px;
    margin-top: 25px;
}

.car_service .discount_inner h2 span {
    font-size: 44px !important;
}

.car_service .discount_inner p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-top: 33px;
}

/* instagram_section */
.instagram_section {
    padding: 86px 0 0 0;
    background-color: var(--theme-deafult);
}

.instagram_section h2 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 33px;
    text-transform: capitalize;
    font-weight: 700;
}

.instagram_section .insta_link {
    text-align: center;
    color: #FFD046;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 17px;
}

.instagram_section .insta_outer {
    margin-top: 40px;
    display: flex;
}

.instagram_section .insta_outer a {
    width: 100%;
}

.instagram_section .insta_outer a img {
    width: 100%;
    opacity: 0.8;
    transition: all 0.7s ease-in-out;
}

.instagram_section .insta_outer a img:hover {
    opacity: 1;
}

.custom_header nav.navbar {
    padding-top: 12px;
}

.custom_header .leftHead li.nav-item a.nav-link {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0 0 0 / 40%);
}

.custom_header .leftHead li.nav-item a.nav-link:hover {
    color: var(--theme-deafult);
}

.custom_header .leftHead .alFindSec {
    max-width: 257px;
    padding: 0 10px;
}

.custom_header .leftHead .alFindSec li.alLocationArea {
    max-width: 110px;
}

.custom_header .leftHead .alFindSec input.form-control {
    height: 40px;
    min-width: 95px;
    padding-left: 0;
    padding-right: 7px;
    font-weight: 400;
    font-family: var(--jakarta-font);
}

.custom_header .leftHead .alFindSec input.form-control::placeholder {
    color: rgba(28, 28, 28, 0.55);
}

.custom_header .leftHead .alFindSec .al_searchType button.btn {
    display: none;
}

.custom_header .leftHead .alFindSec .al_searchType {
    padding-left: 0 !important;
}

.top-header.custom_header .alFindGo button.btn {
    width: 30px;
    height: 30px;
    font-size: 10.5px;
}

.custom_header .rightHead li .account_btn {
    min-width: 144px;
    height: 43px;
    line-height: 43px;
    display: inline-block;
    text-align: center;
    border-radius: 16px;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 0 6px;
}

.custom_header .rightHead li .account_btn.login_btn {
    background-color: var(--theme-deafult);
    color: #fff;
}

.custom_header .rightHead li .account_btn.register_btn {
    background-color: var(--secondary-color);
    color: #000;
}

.custom_header .rightHead li.alMenuIcon {
    margin: 0 0 0 31px;
}

.custom_header .leftHead .alFindSec .al_searchType button.btn {
    display: none;
}

.custom_header .leftHead .alFindSec li.alLocationArea .alLocation:before {
    display: none;
}

.custom_header .leftHead .alFindSec li.alLocationArea .alLocation.homepage-address {
    padding-right: 0;
}

.custom_header .leftHead .alFindSec li.alLocationArea .alLocation.homepage-address span {
    font-family: var(--jakarta-font);
}

.custom_header .leftHead .alFindSec li.alLocationArea .alLocation.homepage-address .ti-location-pin {
    display: none;
}

.personal-details-outer {
    padding: 18px 38px;
    background-color: #fff;
    border-radius: 10px;
}

.personal-details-card {
    border-radius: 8px;
    margin-top: 17px;
    display: flex;
    align-items: center;
}

.personal-details-item {
    font-size: 0.9rem;
    color: #6c757d;
    width: 100%;
    max-width: 20%;
}

.personal-details-item strong {
    display: block;
    font-size: 1rem;
    color: #212529;
    font-weight: 600;
}

.business_tabs .personal-details-head h2 {
    font-size: 25px;
    line-height: 31.5px;
    font-weight: 600;
}

.personal-details-outer .edit-icon {
    background-color: rgba(2, 118, 211, 0.2);
    position: absolute;
    top: 17px;
    right: 17px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    transition: 0.6s;
}

.personal-details-outer .edit-icon:hover {
    background-color: var(--theme-deafult);
}

.personal-details-outer .edit-icon:hover img {
    filter: brightness(0) invert(1);
}

.personal-details-card.item-full .personal-details-item {
    max-width: 100%;
}

.personal-details-item small {
    font-size: 13px;
    font-weight: 600;
    line-height: 16.38px;
    color: rgba(0, 0, 0, 0.5);
}

.personal-details-card .supplier_map {
    border: none;
}

.personal-details-card .supplier_map .form-group.slots_outer {
    margin-top: 19px;
}

.personal-details-card .supplier_map .form-group.slots_outer label {
    font-size: 20px;
    color: #000;
}

.personal-details-card .supplier_map .form-group.slots_outer .form-check label.form-check-label {
    font-size: 15px;
}

.personal-details-card .availability_table input.form-check-input {
    margin-left: 0;
}

.personal-details-card .availability_table th,
.personal-details-card .availability_table td {
    padding-left: 0;
}

.personal-details-outer .personal-details-card.document_box .doc-img-box {
    border: 1px solid #000;
    border-radius: 9px;
    position: relative;
    overflow: hidden;
}

.personal-details-card.document_box .personal-details-item img {
    width: 100%;
    max-width: 100%;
}

.personal-details-card.document_box .view-edit-icon {
    position: absolute;
    top: -100%;
    right: 15px;
    transition: all 0.6s ease-in-out;
}

.personal-details-outer .personal-details-card.document_box .doc-img-box:hover .view-edit-icon {
    top: 15px;
}

.personal-details-card.document_box .view-edit-icon a {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--theme-deafult);
    padding: 5px;
    line-height: 19px;
    margin: 0 3px;
}

.personal-details-card.document_box {
    column-gap: 20px;
    align-items: start;
}

.personal-details-card.document_box .doc-name {
    padding: 5px 0;
}

.personal-details-card.document_box .doc-name span.doc-tag {
    display: inline-block;
    min-width: 68px;
    min-height: 18px;
    line-height: 18px;
    font-size: 10px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
}

.personal-details-card.document_box .doc-name span.doc-tag img {
    width: 11px;
    vertical-align: text-bottom;
    margin-right: 1px;
}

.verify-tag {
    background-color: rgba(20, 173, 17, 1);
}

.pending-tag {
    background-color: rgba(233, 170, 8, 1);
}

.personal-details-card.document_box .doc-name h4 {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    color: #000;
    margin-right: 5px;
}

.personal-details-card.document_box .add-new-img {
    border-radius: 5px;
    border: 2px dashed var(--theme-deafult);
    padding: 15px 20px 27px;
    min-height: 266px;
    position: relative;
}

.personal-details-card.document_box .add-new-img .add-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.personal-details-card.document_box .add-new-img .add-img input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.personal-details-card.document_box .add-new-img .add-img span img {
    max-width: 53px;
    display: block;
    margin: 0 auto;
    min-height: auto;
}

.personal-details-card.document_box .add-new-img .add-img span {
    color: var(--theme-deafult);
}

.personal-details-outer .termsModal .modal-body {
    max-height: none;
    overflow: visible;
    margin-bottom: 0;
}

.personal-details-outer .termsModal .modal-body .form-check {
    padding-bottom: 0;
}

/* start paymentPopup css  */
.paymentPopup {
    padding-right: 0 !important;
}

.paymentPopup .modal-dialog {
    max-width: 656px;
}

.paymentPopup .modal-dialog .modal-content {
    border-radius: 14px;
}

.paymentPopup .modal-header {
    border-bottom: 1px solid #E3E8EF;
    padding-left: 24px;
    padding-right: 24px;
}

.paymentPopup .modal-header .modal-title {
    font-size: 18px;
    line-height: 29px;
    font-weight: 700;
    color: #111729;
}

.paymentPopup .modal-body {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 0;
}

.paymentPopup .modal-body .form-group label {
    font-size: 16px;
    font-weight: 700;
    color: #111729;
    letter-spacing: 0.5px;
}

.paymentPopup .custom-radio {
    position: relative;
}

.paymentPopup .custom-radio .card-detail {
    border-radius: 12px;
    border: 1px solid #E3E8EF;
    padding: 16px;
    position: relative;
    transition: all 0.5s ease-in-out;
    outline: 1px solid transparent;
}

.paymentPopup .custom-radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.paymentPopup .custom-radio .card-detail .card-column {
    width: 100%;
}

.paymentPopup .custom-radio .card-detail .radio-span {
    max-width: 32px;
}

.paymentPopup .custom-radio .radio-span span {
    border: 2px solid #E3E8EF;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 0 0 3px #cbcbcb;
    position: relative;
}

.paymentPopup .custom-radio .radio-span span::after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fff;
}

.paymentPopup .custom-radio input[type="radio"]:checked+.card-detail {
    border: 1px solid #4B7DF3;
    outline-color: #4B7DF3;
}

.paymentPopup .custom-radio input[type="radio"]:checked+.card-detail .radio-span span {
    border-color: #4B7DF3;
    background-color: #4B7DF3;
}

.paymentPopup .add-new-card {
    border: 1px solid #E3E8EF;
    display: inline-block;
    min-height: 71px;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    padding: 12px 8px;
}

.paymentPopup .add-new-card img {
    display: block;
    margin: 0 auto;
}

.paymentPopup .add-new-card span {
    font-size: 16px;
    font-weight: 500;
    color: #4B7DF3;
    margin-top: 5px;
    display: inline-block;
}

.paymentPopup .custom-radio .card-detail h5 {
    font-size: 16px;
    font-weight: 700;
}

.paymentPopup .custom-radio .card-detail p {
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
}

.paymentPopup .modal-footer .custom_btn {
    background-color: var(--theme-deafult);
    color: #fff;
    width: 100%;
    border-radius: 8px;
    min-height: 53px;
    line-height: 53px;
    border: 1px solid var(--theme-deafult);
}

.paymentPopup .modal-footer .custom_btn:hover {
    background-color: transparent;
    color: var(--theme-deafult);
}

.top-header.custom_header a.navbar-brand {
    margin-left: -15px;
}

.custom_header .alFindSec li .alFindGo {
    position: relative;
    left: -42px;
}

.upload_btn.min-height {
    min-height: 174px;
}

.upload_btn .upload_banner {
    border-radius: 5px;
    overflow: hidden;
    max-height: 140px;
    width: 100%;
}

.upload_btn .upload_logo img {
    height: 35px;
}

.upload_btn .upload_banner img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.upload_btn .remove_img {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    background-color: #f86363;
    color: #fff;
    border-radius: 50%;
    line-height: 34px;
    font-size: 18px;
}

.upload_btn .remove_img:hover {
    background-color: #ff3d3d;
}

.upload_document .uploaded_img img {
    height: 135px;
    width: 117px;
}

.upload_document .uploaded_img {
    position: relative;
    overflow: hidden;
}

.upload_document .uploaded_img .remove_img {
    position: absolute;
    right: 7px;
    top: -100%;
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    background-color: #f86363;
    color: #fff;
    border-radius: 50%;
    line-height: 34px;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}

.upload_document .uploaded_img .remove_img i.fa {
    position: relative;
    top: 7px;
}

.upload_document .uploaded_img:hover .remove_img {
    top: 7px;
}

.document_gap {
    column-gap: 19px;
}

.multi_step_form .step .form-group input#hidden_phone_country_code+div {
    height: 52px !important;
}

.multi_step_form .step .form-group .upload_document .upload_document {
    max-width: 117px;
}

.multi_step_form .step .form-group .upload_document {
    max-width: 100%;
    row-gap: 15px;
    column-gap: 15px;
    flex-wrap: wrap;
}

.form-check .custom_checkbox {
    position: relative;
}

.business-docoment .card-body {
    padding: 39px 0 45px;
}

.business-docoment .form-group {
    position: relative;
}

.business-docoment .form-group label {
    position: absolute;
    left: 5px;
    padding: 5px 10px;
    background-color: #fff;
    top: -18px;
    font-size: 16px;
    font-weight: 600;
    z-index: 1;
}

.business-docoment .card-body .add-more-docoments h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #1C1C1C;
    margin-top: 8px;
    letter-spacing: 0;
    display: inline-block;
}

.business-docoment .card-body .add-more-docoments h5 {
    font-size: 13px;
    letter-spacing: 0;
    color: rgba(28 28 28 / 55%);
    margin-top: 4px;
}

.business-docoment .card-header {
    background-color: transparent;
    padding: 25px 0 0;
}

.business-docoment .card-header h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    font-family: var(--jakarta-font);
}

.business-docoment .form-group .form-control {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    min-height: 47px;
}

.business-docoment .document_gap {
    width: 100%;
}

.business-docoment .document_gap .upload_document {
    width: 100%;
    max-width: 19%;
}

.business-docoment .document_gap .upload_document img {
    width: 100%;
    height: auto;
}

.business-docoment .document_gap .upload_document .doc-name {
    padding: 5px 0;
}

.business-docoment .doc-name span.doc-tag {
    display: inline-block;
    min-width: 68px;
    min-height: 18px;
    line-height: 18px;
    font-size: 10px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    margin-left: 5px;
}

.business-docoment .document_gap .upload_document .doc-name img {
    width: 11px;
    vertical-align: text-bottom;
    margin-right: 1px;
}

.multi_step_form .step .form-group #plus_upload_document {
    width: auto;
}

.custom-row-gap {
    column-gap: 15px;
    row-gap: 15px;
}

.multi_step_form .custom-row-gap .d-flex.document_gap {
    flex-wrap: wrap;
    row-gap: 19px;
    column-gap: 15px;
}

.multi_step_form .custom-row-gap .d-flex.document_gap .upload_document {
    max-width: 117px;
}

.upload_btn .remove_img i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.personal-details-main .personal-details-card {
    column-gap: 14px;
    align-items: start;
}

.personal-details-outer .preview_content .modal-body .form-check {
    display: flex;
    column-gap: 12px;
    padding-top: 10px;
}

.personal-details-outer .preview_content .form-check input.form-check-input {
    margin-left: 0;
}

.icon-instagram:before {
    filter: invert(1);
}

.upload_document .uploaded_img:hover .remove_img i.fa {
    position: relative;
    top: 8px;
}

.termsModal .modal-body p {
    color: #393939;
}

.multi_step_form .step .form-group input#hidden_phone_country_code+div input#phone_number {
    padding-left: 42px;
    padding-right: 10px;
}

/* start ewallet tab css */
.ewallet-section {
    padding: 71px 0 20px;
}

.ewallet-section .ewallet-img img {
    max-width: 100%;
    border-radius: 10px;
}

.ewallet-section .ewallet-text p {
    font-size: 16px;
    color: #494D56;
    line-height: 27.2px;
    margin-top: 27px;
}

.ewallet-section .ewallet-text ul {
    margin: 29px 0;
    padding-left: 31px;
}

.ewallet-section .ewallet-text li {
    font-size: 16px;
    color: #494D56;
    line-height: 27.2px;
    list-style: disc;
}

.ewallet-section .ewallet-text .btn {
    background-color: var(--theme-deafult);
    color: #fff;
    font-family: 'Saira';
    min-width: 182px;
    min-height: 46px;
    line-height: 46px;
    padding: 0 10px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid var(--theme-deafult);
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.ewallet-section .ewallet-text .btn:hover {
    background-color: transparent;
    color: var(--theme-deafult);
}

.ewallet-section h2,
.ewallet-benefit h2 {
    text-transform: none !important;
}

.ewallet-benefit {
    padding: 53px 0 0 0;
}

.ewallet-benefit .ewallet-box {
    padding: 41px;
    border-radius: 10px;
    border: 1px solid var(--theme-deafult);
}

.ewallet-section .ewallet-text {
    padding-left: 47px;
}

.ewallet-benefit h2 {
    margin-bottom: 24px;
}

.ewallet-benefit .ewallet-box .ewallet-box-icon {
    background-color: var(--theme-deafult);
    display: inline-block;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    padding: 10px;
    line-height: 30px;
    text-align: center;
}

.ewallet-benefit .ewallet-box .ewallet-box-icon img {
    max-width: 100%;
    filter: brightness(0) invert(1);
    height: 29px;
    margin: 0 auto;
}

.ewallet-benefit .ewallet-box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 19px;
    color: #000;
}

.ewallet-benefit .ewallet-box p {
    font-size: 16px;
    line-height: 27px;
    color: #555D55;
    margin-top: 13px;
}

.ewallet-benefit .ewallet-box:hover {
    background-color: var(--theme-deafult);
}

.ewallet-benefit .ewallet-box:hover h3,
.ewallet-benefit .ewallet-box:hover p {
    color: #fff;
}

.ewallet-benefit .ewallet-box:hover .ewallet-box-icon {
    background-color: #fff;
}

.ewallet-benefit .ewallet-box:hover .ewallet-box-icon img {
    filter: inherit;
}

.gift-card-row {
    margin-top: 23px;
    row-gap: 40px;
}

.gift-card-outer .gift-card-box img {
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
}

.gift-card-outer .gift-card-box img:hover {
    opacity: 0.9;
}

.ewallet-img-text .container {
    max-width: 1220px;
}

.ewallet-img-text .ewallet-section-content span {
    font-size: 34px;
    font-weight: 700;
    color: #000;
}

.ewallet-img-text .ewallet-section-content h2 {
    font-size: 48px;
    line-height: 53px;
    color: var(--theme-deafult);
    text-transform: none;
}

.ewallet-section-content.ewallet-pl {
    padding-left: 46px;
}

.ewallet-section-content.ewallet-pr {
    padding-right: 46px;
}

.ewallet-img-text .ewallet-section-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin: 23px 0 0 0;
}

.ewallet-img-text .ewallet-section-content .custom_btn {
    padding: 0 10px;
    min-width: 128px;
    min-height: 46px;
    line-height: 46px;
    border-radius: 26px;
    margin: 60px 0 0 0;
    box-shadow: none;
    outline: none;
}

.ewallet-img-text .ewallet-section-img img {
    border-radius: 22px;
    max-width: 100%;
}

.ewallet-img-text .ewallet-section-img.ewallet-pl {
    padding-left: 46px;
}

.ewallet-img-text .padding-top {
    padding: 51px 0;
}

/* start gift-card page css */
.gift-card-banner {
    background-color: rgba(0, 116, 217, 0.08);
    padding: 93px 0;
    overflow: hidden;
}

.gift-card-banner.loyalty-banner {
    padding-bottom: 0;
}

.gift-card-banner h1 {
    font-size: 71px;
    font-weight: 600;
    color: #000;
}

.gift-card-banner h5 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    color: #000;
    margin-top: 25px;
    max-width: 521px;
}

.gift-card-banner p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
    color: #000;
    margin-top: 11px;
    max-width: 473px;
}

.gift-card-banner .custom_btn {
    background-color: var(--secondary-color);
    min-width: 150px;
    line-height: 50px;
    min-height: 50px;
    border-radius: 31px;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-top: 24px;
}

.gift-card-section {
    padding: 61px 0;
}

.gift-card-title h5 {
    font-size: 34px;
    color: #000;
    font-weight: bold;
}

.gift-card-title h2 {
    font-size: 54px;
    line-height: 61px;
    font-weight: 600;
    color: var(--theme-deafult);
    letter-spacing: -2px;
}

.gift-card-section .gift-card-box img {
    width: 100%;
}

.gift-card-section .row-gap {
    margin-top: 33px;
    row-gap: 40px;
}

.gift-how-work {
    background-color: #F7FBFE;
    padding: 61px 0;
}

.gift-step-outer {
    position: relative;
    column-gap: 26px;
    margin-top: 62px;
    width: 100%;
    justify-content: center;
}

.gift-step-outer .gift-step-line {
    background-color: var(--theme-deafult);
    position: absolute;
    left: 50%;
    height: 1px;
    width: 100%;
    max-width: 938px;
    transform: translateX(-50%);
    top: 33px;
    margin-left: 0;
}

.gift-step-box h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.gift-step-box span.step-circle {
    background-color: var(--theme-deafult);
    border-radius: 50%;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 12px;
}

.gift-step-box .gift-step-icon {
    min-height: 67px;
}

.gift-step-box img {
    display: block;
    margin: 15px auto 0;
}

.gift-step-box h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.22px;
    font-weight: 600;
    color: #000;
    margin-top: 18px;
}

.gift-step-box p {
    margin-top: 6px;
    font-size: 15px;
    line-height: 19px;
    max-width: 210px;
}

.mobile-app-text p {
    font-size: 16px;
    margin-top: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.download-mobile-app {
    padding: 61px 0;
}

.download-mobile-app .container {
    max-width: 1031px;
}

.download-mobile-app .mobile-app-text {
    padding: 0 0 33px 0;
}

.download-mobile-app .mobile-app-img {
    max-height: 318px;
    overflow: hidden;
}

.download-mobile-app .mobile-app-img img {
    padding-right: 11px;
}

.download-mobile-box {
    padding: 46px 32px;
    background: url(../images/app-store-bg.png) no-repeat, var(--theme-deafult);
    border-radius: 18px;
    background-size: 100%;
}

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

.download-mobile-box h2 {
    color: #fff;
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
}

.download-mobile-box p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 6px;
}

.gift-card-banner .container,
.gift-card-section .container,
.gift-how-work .container {
    max-width: 1253px;
}

.gift-card-banner.loyalty-banner .gift-banner-img {
    text-align: right;
}

.gift-card-banner.loyalty-banner .gift-banner-img img {
    max-width: 330px;
}


/* start driver-registration landing page */
.driver-banner {
    background: url('../images/driver-banner.png') no-repeat;
    background-size: cover;
    position: relative;
}

.driver-banner::before {
    content: '';
    background: linear-gradient(to right, rgba(2, 118, 211, 0.9) 25%, rgba(2, 118, 211, 0.4) 47%, rgba(2, 118, 211, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.driver-banner::after {
    content: '';
    background-color: rgba(0 0 0 / 31%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.driver-banner .driver-banner-inner {
    min-height: 550px;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    z-index: 1;
}

.driver-banner-inner .driver-banner-box {
    max-width: 571px;
    text-align: center;
}

.driver-banner-inner .driver-banner-box h1 {
    color: #fff;
    font-size: 51px;
    line-height: 64px;
    font-style: italic;
    font-weight: 700;
}

.driver-banner-inner .driver-banner-box img {
    margin-top: 27px;
    max-width: 100%;
}

.driver-image-text .ewallet-section-img img {
    border-radius: 10px;
}

.driver-image-text .padding-top {
    padding: 73px 0;
}

.driver-apps {
    background-color: #F8F8F8;
    position: relative;
    overflow: hidden;
}

.driver-apps::after {
    content: '';
    background: url('../images/driver-apps-before.png') no-repeat;
    position: absolute;
    right: -24px;
    top: 0;
    height: 100%;
    width: 580px;
    background-size: contain;
}

.driver-apps .padding-top {
    padding: 61px 0 71px 0;
}

.driver-apps .ewallet-section-content h2 {
    font-weight: 600;
    line-height: 64px;
}

.driver-apps .ewallet-section-content p {
    font-size: 16px;
    margin-top: 9px;
    color: rgba(0 0 0 / 60%);
    font-weight: 400;
}

.driver-apps .container {
    position: relative;
    z-index: 1;
}

.driver-apps .driver-app-store {
    margin-top: 34px;
}

.driver-image-text .ewallet-section-content p {
    color: #494D56;
    font-size: 16px;
    font-weight: 400;
}

.driver-image-text ul {
    margin-top: 44px;
}

.driver-image-text ul li {
    font-size: 18px;
    line-height: 30px;
    color: #191A15;
    font-weight: 500;
    position: relative;
    padding-left: 52px;
    margin-bottom: 21px;
}

.driver-image-text ul li:last-child {
    margin-bottom: 0;
}

.driver-image-text ul li img {
    position: absolute;
    left: 0;
}

.driver-image-text ul.numbered-list {
    padding-left: 20px;
}

.driver-image-text .numbered-list li {
    list-style: decimal;
    padding-left: 0;
}

.for-inquiries {
    background-color: var(--theme-deafult);
    padding: 66px 0;
    text-align: center;
    position: relative;
}

.for-inquiries::after {
    content: '';
    background: url('../images/for-inquiries-after.png') no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 452px;
    height: 201px;
    background-size: cover;
}

.for-inquiries h2 {
    font-size: 60px;
    line-height: 66px;
    color: #fff;
    font-weight: 700;
}

.for-inquiries p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-top: 21px;
}


/* start header right side bar drawer */
.profile-new-box {
    align-items: center;
    column-gap: 8px;
    min-width: 115px;
    justify-content: end;
}

.profile-new-box .riden-profile img {
    width: 29px;
    height: 29px;
    object-fit: cover;
    border-radius: 50%;
}

.profile-new-box .riden-user-name span {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

.profile-new-box .riden-user-name span i.fa {
    display: inline-block;
    margin-left: 3px;
}


.header-right-drawer {
    position: fixed;
    right: -100%;
    top: 84px;
    background-color: #fff;
    height: calc(100vh - 84px);
    width: 100%;
    max-width: 425px;
    box-shadow: -2px 8px 15px #ddd;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    overflow-y: auto;
}

.header-right-drawer.header-drawer-open {
    right: 0;
}

.header-right-drawer::-webkit-scrollbar {
    width: 5px;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.header-right-drawer::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.header-right-drawer::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.header-right-drawer::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.drawer-menu-inner .dropdown a.dropdown-toggle,
.drawer-menu-inner .dropdown-item-menu {
    width: 100%;
    text-align: left;
    padding: 17px 23px;
    border: none;
    border-bottom: 1px solid rgba(0 0 0 / 6%);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    position: relative;
    box-shadow: none;
    display: inline-block;
}

.drawer-menu-inner .dropdown a.dropdown-toggle:focus {
    box-shadow: none !important;
}

.drawer-menu-inner .dropdown a.dropdown-toggle:active {
    background-color: transparent;
    color: #000;
    border-color: rgba(0 0 0 / 6%);
}

.drawer-menu-inner .dropdown a.dropdown-toggle::after {
    content: "\e90c";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 23px;
    font-size: 8px;
    top: 43%;
    transform: translateX(-43%);
    transition: transform 0.3s ease-in-out;
}

.drawer-menu-inner .dropdown-item-menu span.icon {
    font-size: 23px;
    vertical-align: middle;
    margin-right: 6px;
    display: inline-block;
    width: 27px;
}

.drawer-menu-inner .dropdown a.dropdown-toggle[aria-expanded="true"]::after {
    transform: translateX(-50%) scaleY(-1);
}

.drawer-menu-inner .dropdown-menu {
    background-color: #e9e9e9;
    padding: 0;
    width: 100%;
    max-width: 87%;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 14px 0;
    border-radius: 6px;
    border: none;
    position: relative !important;
}

.drawer-menu-inner .dropdown-menu a.dropdown-item {
    padding: 19px 14px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    position: relative;
}

.drawer-menu-inner .dropdown-menu a.dropdown-item:hover {
    background-color: var(--theme-deafult);
    color: #fff;
}

.drawer-menu-inner .dropdown-menu a.dropdown-item:last-child {
    border-bottom: none;
}

.drawer-menu-inner .dropdown-menu a.dropdown-item::after {
    content: "\e90b";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'icomoon' !important;
}

.drawer-menu-inner .dropdown-menu a.dropdown-item span.icon {
    margin-right: 7px;
    font-size: 17px;
    vertical-align: middle;
}

.drawer-menu-inner .dropdown-menu a.dropdown-item span.icon.icon-payout {
    font-size: 22px;
}

.drawer-menu-inner .dropdown-item-menu::after {
    content: "\e90b";
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'icomoon' !important;
}

.drawer-menu-inner .dropdown-item-menu.logout-menu::after {
    content: none;
}


.drawer-menu-inner .dropdown-item-menu:hover,
.drawer-menu-inner .dropdown a.dropdown-toggle:hover {
    background-color: var(--theme-deafult);
    color: #fff;
}

/* advertisement page */
.advertisement-banner {
    background: url('../images/advertisement-banner.webp') no-repeat;
    background-size: cover;
}

.advertisement-banner::before {
    background: linear-gradient(to right, rgba(0, 116, 217, 0.8) 25%, rgba(0, 0, 0, 0.2) 37%);
}

.advertisement-banner::after {
    content: none;
}

.advertisement-banner .driver-banner-inner .driver-banner-box {
    max-width: 803px;
    text-align: left;
}

.advertisement-banner .driver-banner-box h1 {
    font-style: normal;
    font-weight: 600;
}

.advertisement-banner .driver-banner-inner {
    justify-content: start;
}

.advertisement-banner .driver-banner-box p {
    color: #fff;
    max-width: 598px;
    font-size: 15px;
    margin-top: 5px;
    line-height: 27px;
}

.p-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.advertisement-inner-text ul {
    padding: 6px 0 0 31px;
}

.advertisement-inner-text ul li {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin: 0;
    list-style: disc;
}

/* tow-service page */
.tow-service-banner {
    padding: 74px 0 51px 0;
}

.tow-service-inner {
    text-align: center;
}

.tow-service-inner h1 {
    font-size: 60px;
    line-height: 66px;
    color: var(--theme-deafult);
    font-weight: bold;
}

.tow-service-inner p {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
    max-width: 546px;
    margin: 10px auto 0;
}

.tow-service-listing .tow-listing-inner {
    background-color: #F8F8F8;
    padding: 0 34px 34px;
    border-radius: 0 0 24px 24px;
}

.tow-listing-inner .booking_box .booking_content {
    padding: 33px;
}

.tow-listing-inner .booking_box .booking_content p {
    min-height: 81px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tow-listing-inner .booking_box {
    margin-top: 40px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

/* start blog page */
.blogs-outer {
    padding: 80px 0 70px 0;
    background-color: #F5F5F5;
}

.blogs-outer .row-gap {
    row-gap: 29px;
}

.blogs-outer h1 {
    font-size: 42px;
    line-height: 64px;
    font-weight: 600;
    color: var(--theme-deafult);
}

.blog-listing-box {
    border-radius: 12px;
    border: 1px solid rgba(0 0 0 / 0.1);
}

.blog-listing-box a {
    text-decoration: none;
    color: #000;
}

.blog-listing-box a:hover {
    color: #000;
}

.blog-listing-box .blog-list-img {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.blog-listing-box .blog-list-img img {
    transition: all 0.5s ease-in-out;
}

.blog-listing-box .blog-list-content {
    padding: 12px 12px 20px;
}

.blog-listing-box .blog-list-content span.blog-list-tag {
    font-size: 12px;
    line-height: 25px;
}

.blog-listing-box .blog-list-content h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}

.blog-listing-box .blog-list-content p.blog-date {
    font-size: 10px;
    line-height: 25px;
    margin-top: 15px;
}

.blog-listing-box:hover img {
    transform: scale(1.1);
}

.blog-listing-box:hover .blog-list-content h3 {
    color: var(--theme-deafult);
}

.blog-pagination {
    gap: 16px;
    margin-top: 59px;
}

.blog-pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid rgba(0 0 0 / 0.1);
    font-size: 16px;
    color: #000;
    padding: 0;
    text-align: center;
    line-height: 37px;
}

.blog-pagination .page-item .page-link:hover {
    background-color: var(--theme-deafult);
    border-color: var(--theme-deafult);
    color: #fff;
}

/* blog detail page */
.blogs-detail {
    padding: 80px 0 70px 0;
    ;
    background-color: #F5F5F5;
}

.blogs-detail h1 {
    font-size: 42px;
    line-height: 64px;
    font-weight: 600;
    color: var(--theme-deafult);
}

.related-articles {
    border-top: 1px solid rgba(214, 218, 220, 1);
    padding-top: 23px;
}

.related-articles h4 {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.72px;
    color: rgba(66, 82, 110, 1);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}

.blogs-detail .row-gap {
    row-gap: 29px;
}

.blog-detail-inner .blog-author {
    align-items: center;
    column-gap: 10px;
    margin-top: 10px;
}

.blog-detail-inner .blog-author .blog-author-img img {
    width: 42px;
    height: 40px;
}

.blog-detail-inner .blog-author-name p {
    font-size: 15px;
    line-height: 24px;
    color: rgba(23, 43, 77, 1);
}

.blog-detail-inner .blog-author-name p span {
    margin: 0 8px;
}

.blog-detail-inner .single-blog-img {
    margin: 36px 0 48px 0;
}

.blogs-detail .blog-description p {
    font-size: 22px;
    line-height: 33px;
    color: #000;
    margin-bottom: 24px;
}

.blogs-detail .blog-description h3 {
    font-size: 52px;
    line-height: 59px;
    color: var(--theme-deafult);
    font-weight: 400;
    margin-bottom: 24px;
}

.popular-posts h2 {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: rgba(66, 82, 110, 1);
    font-weight: 400;
}

.popular-post-box .popular-post-img img {
    width: 76px;
    height: 80px;
    min-width: 76px;
}

.popular-post-box {
    column-gap: 11px;
    padding: 22px 0;
    border-bottom: 1px solid #172B4D;
    align-items: center;
}

.popular-post-box .popular-post-text span {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: rgba(66, 82, 110, 1);
}

.popular-post-box .popular-post-text h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #172B4D;
    text-transform: none;
}

.get-more-update {
    background-color: #FFDB00;
    border-radius: 12px;
    padding: 40px;
    margin-top: 32px;
    text-align: center;
}

.get-more-update h4 {
    font-size: 24px;
    line-height: 36px;
    color: #000;
}

.get-more-update p {
    font-size: 22px;
    line-height: 33px;
    color: #000;
    margin-top: 17px;
}

.get-more-update a {
    background-color: var(--theme-deafult);
    color: #fff;
    display: inline-block;
    min-width: 112px;
    line-height: 44px;
    min-height: 44px;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 6px;
    margin-top: 52px;
    border: 1px solid transparent;
    transition: all 0.7s ease-in-out;
}

.get-more-update a:hover {
    color: var(--theme-deafult);
    background-color: transparent;
    border-color: var(--theme-deafult);
}

/* start Driver Registration Landing page */
.landing-page-banner {
    background: linear-gradient(to bottom, rgba(27, 25, 25, 0.09), rgba(0, 0, 0, 1)),
        url('../images/landing-banner-bg.webp') center center / cover no-repeat;
}

.landing-page-inner {
    min-height: 550px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    max-width: 983px;
    padding: 20px 0;
}

.landing-page-inner h3 {
    font-family: var(--urbanist-font);
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.4;
}

.landing-page-inner h1 {
    font-family: var(--urbanist-font);
    color: #fff;
    font-size: 49px;
    line-height: 64px;
    font-weight: 300;
    margin-top: 26px;
    text-transform: none;
}

.landing-page-inner h1 b {
    font-weight: bold;
}

.complete-support {
    background: linear-gradient(to bottom, rgba(0, 116, 217, 0.83)), url('../images/complete-support-bg.webp') center center / cover no-repeat;
}

.complete-support .complete-support-inner {
    min-height: 637px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 1134px;
    margin: 0 auto;
    padding: 20px 0;
}

.complete-support .complete-support-inner h2 {
    font-family: var(--urbanist-font);
    color: #fff;
    font-size: 41px;
    line-height: 64px;
    font-weight: 300;
    text-transform: none;
}

.landing-our-app {
    font-family: var(--urbanist-font) !important;
    padding-bottom: 0;
}

.landing-our-app .container {
    max-width: 1440px;
}

.landing-our-app .driver-apps {
    background-color: rgba(246, 249, 250, 1);
}

.landing-our-app .driver-apps::after {
    content: none;
}

.landing-our-app .driver-apps .ewallet-section-content h2 {
    max-width: 590px;
    font-family: var(--urbanist-font);
    font-size: 43px;
    line-height: 58px;
}

.landing-our-app .driver-apps p {
    color: rgba(0, 0, 0, 0.6);
    max-width: 452px;
    line-height: 19px;
    margin-top: 30px;
}

.landing-our-app .driver-apps .driver-app-store {
    margin-top: 18px;
}


section.we-handle {
    background: linear-gradient(to bottom, rgba(2, 118, 211, 0.74)), url('../images/we-handle.webp') center center / cover no-repeat;
    padding: 81px 0 !important;
    font-family: var(--urbanist-font) !important;
}

.we-handle h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
}

.we-handle .p-style {
    color: #fff;
    font-size: 16px;
    font-family: var(--urbanist-font);
    line-height: 19px;
    font-weight: 400;
    max-width: 715px;
    margin: 27px auto 0;
    text-align: center;
}

.we-handle .we-handle-box {
    column-gap: 21px;
}

.we-handle .row-gap {
    row-gap: 24px;
    margin-top: 49px;
}

.we-handle-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
}

.we-handle .we-handle-box span.icon {
    font-size: 34px;
    color: var(--theme-deafult);
}

.we-handle-box .we-handle-text h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.we-handle-box .we-handle-text p {
    font-size: 16px;
    line-height: 19px;
    margin-top: 23px;
    min-height: 38px;
}

.we-handle-box .we-handle-text a {
    color: var(--theme-deafult);
    font-size: 14px;
    line-height: 19px;
    margin-top: 18px;
    display: inline-block;
}

.complete-registration {
    padding: 150px 0 100px 0;
    font-family: var(--urbanist-font) !important;
}

.complete-registration .note {
    background-color: var(--theme-deafult);
    padding: 8px 12px;
    border-radius: 26px;
    display: inline-block;
    color: #fff;
    margin-top: 14px;
    font-size: 11px;
    font-weight: 600;
}

.complete-registration .choose-ridenRoll li {
    font-size: 16px;
}

.complete-registration .choose-ridenRoll li span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 22px;
    color: var(--theme-deafult);
}

.complete-registration .ewallet-img-text:last-child .padding-top {
    padding-bottom: 0;
}

.landing-page-faq {
    font-family: var(--urbanist-font) !important;
}

.landing-page-faq h2 {
    font-size: 50px;
    line-height: 66px;
    color: #000;
}

.landing-page-faq .accordion .card-header button::after {
    background: url(../images/blue-accordion-arrow.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.landing-page-faq .accordion .card-header button[aria-expanded="true"]::after {
    transform: rotate(-90deg);
}

.landing-page-faq .card-body {
    padding: 0 15px;
}

.landing-page-faq .card-body p {
    font-size: 18px;
    color: rgba(60, 60, 67, 0.85);
    line-height: 1.5;
}

.complete-registration .ewallet-section-content .custom_btn {
    font-weight: 600;
    font-family: var(--urbanist-font) !important;
    padding: 0 15px;
    font-size: 15px;
}

/* start responsive */
@media screen and (min-width: 1281px) and (max-width: 1400px) {
    .form_outer .step-indicator span {
        min-width: 170px;
        font-size: 16px;
        padding: 11px;
    }

    .form-banner-riden img.form_banner_img {
        max-width: 360px;
    }

    .form_outer .step-line-outer.step-preview .wheel_icon {
        left: auto;
        right: 0;
    }

    .multi_step_form .step h3 {
        font-size: 27px;
        margin-bottom: 25px;
    }

    .form_outer .step-indicator .step-circle:last-child::before {
        margin-left: 13px;
    }

    .custom_header .navbar-nav li.nav-item {
        padding: 5px 11px !important;
    }

    .custom_header .rightHead li .account_btn {
        min-width: 95px;
        height: 39px;
        line-height: 39px;
        font-size: 16px;
    }

    .profile_info .profile_img {
        width: 156px;
        height: 156px;
    }

    .business_profile .profile_info {
        padding: 0 53px 20px 53px;
    }

    .booking_box .booking_content {
        padding: 23px;
    }

    .landing-page-banner .container,
    .complete-support .container,
    .landing-our-app .container,
    .we-handle .container,
    .landing-page-faq .container {
        max-width: 1220px;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .top-header.al_custom_head li.nav-item {
        padding: 0 5px !important;
    }

    .top-header.al_custom_head .navbar-brand {
        margin-left: 0;
    }

    .herobanner_content ul li {
        font-size: 15px;
    }

    .h2-style {
        font-size: 49px;
        line-height: 59px;
    }

    .h2-style span {
        font-size: 49px !important;
    }

    ul.custom_list_style li {
        font-size: 15px;
    }

    .benefits_box h3 {
        font-size: 17px;
    }

    .form-banner-riden img.form_banner_img {
        max-width: 260px;
    }

    .form_outer .step-indicator span {
        padding: 11px;
        min-width: 13%;
        font-size: 15px;
    }

    .form_outer .step-line-outer.step-preview .wheel_icon {
        left: auto;
        right: 0;
    }

    .multi_step_form .step h3 {
        font-size: 26px;
        line-height: 35px;
    }

    .custom_header .rightHead li .account_btn {
        min-width: 69px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }

    .custom_header .leftHead li.nav-item a.nav-link {
        font-size: 14px;
    }

    .custom_header .rightHead li.alMenuIcon {
        margin: 0 0 0 15px;
    }

    .custom_header .logo .navbar-brand img {
        height: 40px !important;
        position: relative;
        top: 11px;
    }

    .business_profile .profile_info {
        padding: 0 30px 22px 30px;
    }

    .business_tabs .nav-tabs {
        padding: 0 30px;
    }

    .business_tabs .tab-content {
        padding: 30px 30px 60px;
    }

    .booking_box .booking_content {
        padding: 20px;
    }

    .booking_box .booking_content p {
        margin-top: 9px;
        font-size: 13px;
    }

    .booking_box .booking_content h4 {
        font-size: 23px;
    }

    .we_trusted .trusted_content h2 {
        font-size: 33px;
    }

    .we_trusted .trusted_content h2 span {
        font-size: 33px !important;
    }

    .we_trusted .trusted_content p {
        margin-top: 8px;
        font-size: 16px;
    }

    .we_trusted .trusted_content ul li {
        font-size: 15px;
    }

    footer.new_footer .contact-list li,
    footer.new_footer .contact-list li a,
    footer.new_footer .nav-f li a {
        font-size: 12px;
    }

    .car_service .discount_inner h2 {
        letter-spacing: 0;
    }

    .profile_info .profile_img {
        width: 150px;
        height: 150px;
    }

    .personal-details-card.document_box .add-new-img {
        min-height: 220px;
    }

    .personal-details-card.document_box .personal-details-item img {
        min-height: 220px;
    }

    .personal-details-outer .personal-details-card.document_box .doc-img-box {
        max-height: 220px;
    }

    .personal-details-outer .personal-details-card.document_box .doc-name img {
        min-height: auto;
    }

    .business_tabs .nav-tabs .nav-link {
        font-size: 15px;
        padding: 12px 5px;
    }

    .driver-apps .container,
    .driver-image-text .container {
        padding: 0 30px;
    }

    .driver-apps::after {
        background-position: center right;
    }

    .for-inquiries::after {
        background-size: 100%;
        height: 100%;
        width: 252px;
        background-position: bottom;
    }

    .for-inquiries p {
        max-width: 55%;
        margin: 15px auto 0;
    }

    .for-inquiries .container {
        position: relative;
        z-index: 1;
    }

    .blogs-detail .blog-description p {
        font-size: 17px;
    }

    .landing-page-inner h1 {
        font-size: 39px;
        line-height: 52px;
        margin-top: 26px;
    }

    .driver-apps .ewallet-section-content h2 {
        line-height: 49px;
        font-size: 33px;
    }

    .we-handle-box .we-handle-text a {
        min-height: 38px;
    }

    .complete-registration {
        padding: 100px 0;
    }

    .complete-support .complete-support-inner h2 {
        font-size: 29px;
        line-height: 52px;
    }

}

/* ipad view */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .top-header.custom_header a.navbar-brand img.logo-image {
        width: 100%;
        max-width: 100%;
        height: auto !important;
    }

    .top-header.custom_header a.navbar-brand {
        margin-left: 0;
    }

    .top-header.custom_header .logo {
        min-width: 170px;
    }

    .section_padding {
        padding: 60px 0 !important;
    }

    .features_outer::after {
        max-width: 500px;
        max-height: 500px;
    }

    .features_outer .feature-item {
        padding: 0 17px;
        min-height: 46px;
        line-height: 46px;
        font-size: 14px;
    }

    .h2-style {
        font-size: 35px;
    }

    .h2-style span {
        font-size: 35px !important;
    }

    section.app_features {
        text-align: center;
    }

    .app_features .phone-image {
        margin-top: 70px;
    }

    .app_features .app_features_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 19px;
    }

    .safety_content {
        max-width: 100%;
        margin: 41px 0 0 0 !important;
    }

    .safety_compliance .text-right {
        text-align: left !important;
    }

    .benefits_box h3 {
        font-size: 18px;
    }

    .member_benefits .margin_top {
        row-gap: 30px;
    }

    .riden-herobanner .herobanner_content {
        padding: 0;
    }

    .h4-style {
        margin-top: 0;
    }

    .herobanner_content ul li {
        font-size: 15px;
        line-height: 30px;
    }

    .app_features p {
        min-height: 46px;
        line-height: 46px;
        font-size: 16px;
    }

    /* pricing page */
    .pricing_outer .plan_item {
        padding: 58px 34px 49px;
    }

    .select_plan .plan_img {
        margin-top: 40px;
    }

    .select_plan .h2-style {
        font-size: 35px;
        max-width: 364px;
        line-height: 44px;
    }

    .select_plan {
        padding: 50px 0;
    }

    .price_banner h1 {
        font-size: 46px;
    }

    .price_banner h1 span {
        font-size: 46px;
    }

    .price_banner {
        background-size: 380px;
    }

    .price_banner h4 {
        font-size: 21px;
        line-height: 30px;
        margin-top: 16px;
    }

    ul.custom_list_style li {
        font-size: 15px;
        line-height: 26px;
    }

    .select_plan .plan_breakdown h3 {
        font-size: 19px;
    }

    .select_plan .plan_breakdown li {
        font-size: 16px;
    }

    footer.new_footer .nav-f li a {
        font-size: 14px;
    }

    footer.new_footer .contact-list li {
        font-size: 14px;
    }


    .form_outer .step-indicator {
        padding: 0;
        max-width: 697px;
        margin: 0 auto;
    }

    .form_outer .step-indicator span {
        padding: 11px 10px;
        min-width: 84px;
        font-size: 12px;
    }

    .step-line-outer .wheel_icon img {
        max-width: 48px;
    }

    .form_outer .step-line-outer .wheel_icon {
        left: auto;
    }

    .form_outer .step-line-outer .wheel_icon {
        top: 9px;
    }

    .form_outer .step-line-outer {
        max-width: 697px;
    }

    .step-line-outer.step-supplier .wheel_icon {
        left: 25.7%;
    }

    .step-line-outer.step-fleet .wheel_icon {
        left: 50.2%;
    }

    .form_outer .step-line-outer .step-supplier.active::after {
        width: 146%;
        left: 19%;
    }

    .step-line-outer.step-document .wheel_icon {
        left: 72.6%;
    }

    .form_outer .step-line-outer .step-line.active::after {
        width: 144%;
    }

    .form_outer .step-line-outer .step-fleet.active::after {
        left: 71%;
        width: 100%;
    }

    .form_outer .step-line-outer.step-personal .wheel_icon {
        left: 0%;
    }

    .form_outer .step-indicator .step-circle:first-child::before {
        margin-left: -50px;
    }

    .form_outer .step-line-outer .step-line.step-fleet.active::after {
        width: 144%;
        left: 31%;
    }

    .step-line-outer.step-fleet .wheel_icon {
        left: 41.5%;
    }

    .step-line-outer.step-payment .wheel_icon {
        left: 74.4%;
    }

    .form_outer .step-indicator .step-circle:last-child::before {
        margin-left: 40px;
    }

    .step-line-outer.step-preview .wheel_icon {
        left: 94.3%;
    }

    .form_outer .step-line-outer .step-line.step-document.active::after {
        left: 22%;
    }

    .form-banner-riden img.form_banner_img {
        max-width: 210px;
    }

    .form-banner-riden h1 {
        font-size: 40px;
        max-width: 540px;
    }

    .form-banner-riden h1 span {
        font-size: 40px !important;
    }

    .multi_step_form .step h3 {
        font-size: 26px;
    }

    .multi_step_form .step .preview_content h3 {
        margin-bottom: 28px;
    }

    .upload_btn .upload_btn_text p {
        font-size: 14px;
    }

    .multi_step_form .step .form-group label {
        font-size: 14px;
    }

    .multi_step_form .btn-container .btn {
        min-width: 154px;
    }

    .multi_step_form .btn-container #nextBtn {
        background-position: 82% 50%;
    }

    .multi_step_form .btn-container .border_btn {
        min-width: 113px;
    }

    .business_profile .profile_info {
        padding: 0 33px 33px;
    }

    .profile_info .profile_img {
        width: 126px;
        height: 126px;
    }

    .business_tabs .nav-tabs {
        padding: 0 33px;
    }

    .custom_header .leftHead .alFindSec input.form-control {
        height: 24px;
        padding: 0 16px;
    }

    .business_profile .profile_banner img {
        min-height: 270px;
        object-fit: cover;
    }

    .business_tabs .nav-tabs {
        padding: 0 30px;
    }

    .business_tabs .tab-content {
        padding: 38px 30px 50px;
    }

    .we_trusted .trusted_content {
        padding: 41px 0 0 0;
    }

    .car_service .discount_inner h2 {
        letter-spacing: 0;
        margin-top: 16px;
    }

    .car_service .discount_inner p {
        margin-top: 16px;
    }

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

    .booking_box .booking_content {
        padding: 20px;
    }

    .booking_box .booking_content p {
        font-size: 13px;
        margin-top: 10px;
    }

    .booking_box .booking_content h4 {
        font-size: 23px;
    }

    .we_trusted .trusted_content h2 {
        font-size: 33px;
        line-height: 48px;
    }

    .we_trusted .trusted_content h2 span {
        font-size: 33px !important;
    }

    .we_trusted .trusted_content p {
        font-size: 16px;
    }

    .personal-details-card {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .personal-details-card .personal-details-item {
        max-width: 30%;
    }

    .personal-details-card.document_box .add-new-img {
        min-height: 280px;
    }

    .personal-details-outer .personal-details-card.document_box .doc-img-box {
        max-height: 280px;
    }

    .personal-details-card.document_box .personal-details-item img {
        min-height: 280px;
    }

    .personal-details-card.document_box .personal-details-item .view-edit-icon img,
    .personal-details-card.document_box .personal-details-item .doc-name img {
        min-height: auto;
    }

    .ewallet-benefit h2 {
        margin-bottom: 0;
    }

    .ewallet-benefit .ewallet-box {
        margin-top: 27px;
        padding: 36px;
        min-height: 268px
    }

    .ewallet-section {
        padding: 0 0 30px;
    }

    .ewallet-section .ewallet-text {
        padding-left: 11px;
    }

    .ewallet-section .ewallet-text p {
        margin-top: 14px;
        font-size: 15px;
    }

    .ewallet-section .ewallet-text li {
        font-size: 15px;
    }

    .ewallet-section .ewallet-text ul {
        margin: 12px 0 29px;
    }

    .ewallet-section-content.ewallet-pl,
    .ewallet-section-content.ewallet-pr {
        padding: 37px 0 0 0;
    }

    .ewallet-img-text .ewallet-section-img.ewallet-pl {
        padding-left: 0;
    }

    .ewallet-img-text .padding-top {
        padding: 31px 0;
    }

    .ewallet-img-text .container,
    .new_footer .container {
        padding: 0 30px;
    }

    .ewallet-img-text .ewallet-section-content span {
        font-size: 25px;
    }

    .ewallet-img-text .ewallet-section-content h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .ewallet-img-text .ewallet-section-content p {
        font-size: 14px;
        line-height: 24px;
        margin: 8px 0 0 0;
    }

    .ewallet-img-text .ewallet-section-content .custom_btn {
        margin: 22px 0 0 0;
    }

    .gift-card-banner h1 {
        font-size: 39px;
    }

    .gift-card-banner h5 {
        font-size: 18px;
        line-height: 27px;
        margin-top: 11px;
    }

    .gift-card-banner p {
        font-size: 14px;
        margin-top: 5px;
    }

    .gift-card-banner .custom_btn {
        margin-top: 15px;
    }

    .gift-card-banner {
        padding: 63px 0;
    }

    .gift-card-title h5 {
        font-size: 22px;
    }

    .gift-card-title h2 {
        font-size: 30px;
        line-height: 52px;
    }

    .gift-card-section .row-gap {
        margin-top: 16px;
        row-gap: 16px;
    }

    .gift-step-outer {
        column-gap: 15px;
        margin-top: 31px;
    }

    .gift-step-outer .gift-step-line {
        max-width: 81%;
    }

    .download-mobile-box h2 {
        font-size: 27px;
    }

    .download-mobile-box .row {
        align-items: center;
    }

    .new_footer .mob-sp:first-child {
        margin-bottom: 17px;
    }

    .gift-how-work {
        padding: 60px 20px;
    }

    .driver-banner .driver-banner-inner {
        min-height: 421px;
    }

    .driver-banner-inner .driver-banner-box {
        max-width: 418px;
    }

    .driver-banner-inner .driver-banner-box h1 {
        font-size: 38px;
        line-height: 50px;
        max-width: 395px;
    }

    .driver-banner-inner .driver-banner-box img {
        margin-top: 27px;
        max-width: 79%;
    }

    .driver-image-text .ewallet-section-content.ewallet-pl {
        padding-top: 0;
    }

    .driver-image-text .padding-top {
        padding: 59px 0;
    }

    .driver-apps::after {
        width: 265px;
        background-size: contain;
        background-position: bottom;
    }

    .driver-app-store img {
        max-width: 144px;
    }

    .driver-image-text ul {
        margin-top: 20px;
    }

    .driver-image-text ul li {
        font-size: 14px;
        line-height: 24px;
        padding-left: 44px;
        margin-bottom: 17px;
    }

    .for-inquiries h2 {
        font-size: 40px;
        line-height: 61px;
    }

    .for-inquiries p {
        font-size: 16px;
        line-height: 30px;
        max-width: 71%;
        margin: 5px auto 0;
    }

    .for-inquiries::after {
        width: 232px;
        height: 201px;
        background-size: 100%;
        background-position: bottom;
    }

    .mobile-padding {
        padding-top: 0 !important;
    }

    .driver-image-text .column-reverse,
    .advertisement-inner-text .column-reverse {
        flex-direction: row;
    }

    .advertisement-inner-text ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .p-25 {
        padding-left: 17px !important;
        padding-right: 17px !important;
    }

    .ewallet-img-text .ewallet-section-content .custom_btn {
        font-size: 14px;
    }

    .advertisement-inner-text .padding-top {
        padding: 44px 0;
    }

    .advertisement-inner-text {
        padding-top: 40px;
    }

    .popular-post-box {
        max-width: 430px;
    }

    .blogs-detail .blog-description p {
        font-size: 17px;
    }

    .blogs-detail .blog-description h3 {
        font-size: 41px;
    }

    /* start registration landing page */
    .landing-page-inner {
        text-align: center;
        min-height: 430px;
    }

    .landing-page-inner h3 {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

    .landing-page-inner h1 {
        font-size: 35px;
        line-height: 47px;
        margin-top: 15px;
    }

    .complete-support .complete-support-inner {
        min-height: 430px;
    }

    .complete-support .complete-support-inner h2 {
        font-size: 26px;
        line-height: 50px;
    }

    .we-handle-box .we-handle-text h3 {
        font-size: 19px;
    }

    .we-handle-box .we-handle-text p {
        font-size: 14px;
        line-height: 21px;
        margin-top: 8px;
        min-height: 65px;
    }

    .we-handle-box .we-handle-text a {
        font-size: 14px;
        min-height: 38px;
    }

    .complete-registration {
        padding: 0 0 50px;
        overflow: hidden;
    }

    .landing-page-faq h2 {
        font-size: 35px;
    }

    .landing-page-faq .card-body p {
        font-size: 16px;
    }


}

/* menu css */
@media screen and (max-width:1024px) {
    .top-header.al_custom_head .nav-t {
        text-align: right;
        padding-right: 10px;
    }

    .top-header.custom_header .nav-t button.navbar-toggler {
        padding: 4px 0 0 0;
        font-size: 20px;
    }

    .top-header.custom_header .nav-t .navbar-collapse {
        position: fixed;
        top: 0;
        z-index: 1;
        background-color: var(--theme-deafult);
        height: 100%;
        width: 100%;
        max-width: 72%;
        left: -100%;
        transition: all 0.5s ease-in-out;
    }

    .top-header.al_custom_head .nav-t .navbar-collapse.show {
        left: 0;
    }

    .top-header.al_custom_head .nav-t .navbar-collapse a.nav-link {
        text-align: left;
        color: #fff;
    }

    .top-header.al_custom_head .container-fluid {
        padding: 0 20px;
    }

    .top-header.al_custom_head .navbar-brand {
        margin-left: 0;
    }

    .top-header.al_custom_head .alFindSec {
        display: block !important;
        margin-left: 10px;
        padding: 3px;
    }

    .custom_header .rightHead li .account_btn {
        min-width: 76px;
        height: 35px;
        line-height: 35px;
        border-radius: 11px;
        font-size: 14px;
    }

    .custom_header .rightHead li.alMenuIcon {
        margin: 0 0 0 9px;
    }

    .top-header.al_custom_head .nav-t .navbar-collapse button.navbar-toggler {
        color: #fff;
        padding: 11px 0 0 0;
    }
}

@media screen and (max-width: 991px) {
    .column-reverse {
        flex-direction: column-reverse;
    }
}

/* mobile view */
@media screen and (max-width:767px) {
    .top-header.al_custom_head .alFindSec {
        display: none !important;
    }

    body.al_body_template_ten .logo a.navbar-brand img {
        width: auto;
    }

    .custom_header .leftHead {
        padding: 0 9px;
    }

    .top-header.al_custom_head .navbar-brand {
        height: auto;
        margin: 0;
    }

    .top-header.al_custom_head .row.d-flex {
        min-height: 61px;
    }

    .footer-bg-clr ul.nav li {
        margin-right: 0;
    }

    .footer-bg-clr ul.nav li a {
        padding: 10px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section_padding {
        padding: 50px 0 !important;
    }

    .riden-herobanner .herobanner_content {
        padding: 10px 0 0 0;
    }

    .h2-style {
        font-size: 29px;
        line-height: 43px;
    }

    .h2-style span {
        font-size: 29px !important;
    }

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

    .h4-style {
        font-size: 20px;
        line-height: 27px;
        margin-top: 13px;
        margin-bottom: 10px;
    }

    .herobanner_content ul li {
        font-size: 16px;
        line-height: 28px;
    }

    .custom_btn {
        font-size: 14px;
        padding: 0 20px;
        min-height: 49px;
        line-height: 49px;
    }

    .features_outer .phone-image {
        position: inherit;
        margin: 0 auto;
        column-gap: 14px;
    }

    .features_outer .feature-item {
        position: initial;
        transform: none !important;
        min-height: 58px;
        line-height: 58px;
        font-size: 14px;
        padding: 0 18px;
    }

    .features_outer {
        flex-wrap: wrap;
        row-gap: 14px;
    }

    .features_outer::after {
        top: -2%;
        transform: translate(-50%, -9%);
    }

    .app_features .phone-image {
        max-width: 328px;
        margin: 48px auto 0;
    }

    section.app_features {
        text-align: center;
    }

    .app_features .app_features_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 14px;
    }

    .app_features p {
        padding: 0 18px;
        min-height: 58px;
        line-height: 58px;
        font-size: 14px;
        margin-bottom: 16px;
    }

    .safety_content {
        padding-top: 30px;
    }

    ul.custom_list_style li {
        font-size: 16px;
    }

    .member_benefits .margin_top {
        margin-top: 33px;
        row-gap: 20px;
    }

    .benefits_box h3 {
        font-size: 18px;
        line-height: 31px;
    }

    .p-style {
        font-size: 16px;
    }

    section.get_started {
        padding: 50px 0 !important;
    }

    .get_started p {
        margin: 19px auto 0;
    }

    /* price plan page */
    .price_banner {
        background-size: 251px;
        padding: 65px 0;
    }

    .price_banner h1 {
        line-height: 53px;
        font-size: 30px;
    }

    .price_banner h1 span {
        font-size: 30px;
    }

    .price_banner h4 {
        font-size: 17px;
        line-height: 30px;
        margin-top: 0;
    }

    .price_banner p {
        font-size: 15px;
        margin-top: 5px;
    }

    .select_plan {
        padding: 40px 0;
    }

    .select_plan .h2-style {
        font-size: 29px;
        max-width: 293px;
    }

    .select_plan .p-style {
        font-size: 14px;
        margin: 4px 0 0 0;
    }

    .select_plan .pricing_outer {
        margin-top: 0;
    }

    .pricing_outer .plan_item {
        margin-top: 20px;
        padding: 58px 26px 49px;
    }

    .pricing_outer .plan_img {
        margin-top: 20px;
    }

    .select_plan.pay_plan ul.custom_list_style {
        margin-top: 10px;
    }

    .select_plan .plan_breakdown h3 {
        padding: 20px;
        font-size: 18px;
    }

    .select_plan .plan_breakdown li {
        padding: 13px 20px;
        font-size: 14px;
    }

    .plan_faq .accordion .card {
        padding: 15px 0;
        margin-bottom: 8px;
    }

    .plan_faq .accordion button.btn {
        font-size: 15px;
        white-space: normal;
        padding: 0 33px 0 15px;
    }

    footer.new_footer .nav-f li a {
        font-size: 14px;
        line-height: 24px;
    }

    .plan_faq .accordion .card-header button::after {
        right: 16px;
    }

    .form-banner-riden .row {
        min-height: 219px;
    }

    .form-banner-riden h1 {
        font-size: 27px;
        line-height: 40px;
    }

    .form-banner-riden h1 span {
        font-size: 27px !important;
    }

    .form-banner-riden img.form_banner_img {
        max-width: 130px;
        right: 0;
    }

    .multi_step_form .step h3 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 17px;
    }

    .multi_step_form .btn-container {
        margin: 40px 0;
    }

    .multi_step_form .btn-container .border_btn {
        min-width: 57px;
        margin: 0 5px 0 0;
        min-height: 39px;
        line-height: 39px;
    }

    .multi_step_form .btn-container #nextBtn,
    .multi_step_form .btn-container .pay-btn {
        background-position: 83% 50%;
        padding-left: 12px;
        min-width: 112px;
        min-height: 40px;
        line-height: 40px;
        background-size: 19px;
        border-radius: 6px;
        font-weight: 600;
    }

    .multi_step_form .btn-container .btn.back_btn {
        min-width: 75px;
        min-height: 40px;
        line-height: 40px;
        background-size: 19px;
        border-radius: 6px;
        font-weight: 600;
    }

    .multi_step_form .btn-container .btn.back_btn img.next_icon {
        max-width: 19px;
    }

    .supplier_map .map_outer iframe {
        height: auto;
    }

    .supplier_map .added_address h5 {
        font-size: 15px;
        margin: 7px 0 0 0;
        line-height: normal;
    }

    .supplier_map .added_address {
        padding: 15px 50px 15px 15px;
    }

    .form_outer .step-indicator {
        justify-content: center;
        gap: 5px;
        padding: 0;
        row-gap: 9px;
    }

    .form_outer .step-indicator span {
        min-width: 72px;
        font-size: 13px;
        padding: 8px 10px;
    }

    .form_outer .step-line-outer {
        margin: 20px auto 0;
        max-width: 100%;
    }

    .form_outer .step-line-outer .wheel_icon img {
        max-width: 40px;
    }

    .form_outer .step-line-outer .wheel_icon {
        top: 12px;
    }

    .form_outer .step-line-outer.step-personal .wheel_icon {
        top: 12px;
        left: -6px;
    }

    .form_outer .step-indicator .step-circle::before {
        display: none;
    }

    .step-line-outer.step-preview .wheel_icon {
        left: auto;
        right: 0;
    }

    .multi_step_form .step .card .card-header button {
        font-size: 14px;
        white-space: normal;
        padding: 0;
    }

    .multi_step_form .step .card {
        margin-bottom: 12px;
    }

    .multi_step_form .step .legal_outer .upload_document .docoment_text p {
        text-align: center;
        font-size: 14px;
    }

    .multi_step_form .step .card-body {
        padding: 25px 15px;
    }

    .payment_notes {
        padding: 25px 15px;
        text-align: center;
    }

    .multi_step_form .payment_notes p {
        font-size: 14px;
        text-align: center;
    }

    .multi_step_form .step .payment_details label {
        padding: 0;
    }

    .multi_step_form .step .payment_details button.custom-btn {
        margin-top: 16px;
    }

    .multi_step_form .step .payment_details button.custom-btn img {
        max-width: 27%;
    }

    .termsModal .modal-content {
        padding: 20px;
    }

    .termsModal .modal-body h3 {
        font-size: 24px;
        line-height: 27px;
    }

    .termsModal .modal-body p {
        font-size: 14px;
    }

    .multi_step_form .step .fee_box {
        padding: 29px 20px;
        text-align: center;
    }

    .multi_step_form .step .fee_box h4 {
        font-size: 18px;
        line-height: 23px;
    }

    .multi_step_form .step .fee_box p {
        text-align: center;
    }

    .multi_step_form .step .fee_box h5._price {
        font-size: 34px;
    }

    .DocumentVerificationModal .modal-body h3 {
        font-size: 23px;
    }

    .DocumentVerificationModal .modal-body h4 {
        font-size: 15px;
        line-height: 25px;
        margin: 0 0 11px 0;
    }

    .DocumentVerificationModal .modal-content {
        padding: 16px 29px 29px;
    }

    .upload_btn .upload_btn_text p {
        font-size: 14px;
    }

    .multi_step_form .step .form-group label {
        font-size: 14px;
    }

    .termsModal .modal-body .form-check label.form-check-label {
        font-size: 13px;
    }

    .invite_users .modal-content .modal-body {
        padding: 10px 21px 10px;
    }

    .invite_users .modal-body .form-group .link-box {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .invite_users .modal-body .share-outer {
        flex-wrap: wrap;
    }

    .invite_users .modal-body .form-group .link-box a {
        font-size: 13px;
    }

    .invite_users .modal-body .form-group .link-box p {
        font-size: 15px;
    }

    .invite_users .modal-body .share-outer {
        gap: 10.5px;
    }

    .invite_users .modal-body .form-group .link-box span#inviteVendorLink {
        font-size: 13px;
    }

    .business_profile .profile_info {
        padding: 0 20px 20px 20px;
    }

    .profile_info .profile_img {
        width: 90px;
        height: 90px;
        padding: 3px;
        margin-top: -95px;
    }

    .business_profile .profile_details h4 {
        font-size: 11px;
        line-height: 22px;
    }

    .business_profile .profile_details h2 {
        font-size: 27px;
    }

    .business_tabs .nav-tabs {
        padding: 0 10px 7px;
        overflow: hidden;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .business_tabs .nav-tabs .nav-link {
        font-size: 13px;
        padding: 15px 5px;
        min-width: max-content;
        text-align: center;
    }

    .coming-soon-container {
        padding: 25px !important;
    }

    .business_tabs .tab-content {
        padding: 20px 20px 50px;
    }

    .booking_box .booking_content {
        padding: 24px;
    }

    .business_tabs .tab-content h2 {
        font-size: 21px !important;
    }

    .coming-soon-container p {
        font-size: 14px !important;
        color: #777;
    }

    .booking_box .booking_content p {
        margin-top: 10px;
        font-size: 15px;
    }

    .booking_box .booking_content h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .booking_box .booking_content .btn {
        margin-top: 17px;
    }

    .need_ help h2 {
        font-size: 22px;
    }

    .need_help h2 a {
        width: 100%;
        display: inline-block;
    }

    .we_trusted {
        padding: 50px 0;
    }

    .we_trusted .trusted_content {
        padding: 25px 0 0 0;
    }

    .we_trusted .trusted_content h2 {
        font-size: 30px;
        line-height: 43px;
    }

    .we_trusted .trusted_content h2 span {
        font-size: 30px !important;
    }

    .we_trusted .trusted_content p {
        margin-top: 17px;
        font-size: 14px;
    }

    .car_service {
        padding: 51px 0;
    }

    .car_service .discount_inner h2 {
        font-size: 30px;
        line-height: 37px;
        letter-spacing: 0;
        margin-top: 11px;
    }

    .car_service .discount_inner h2 span {
        font-size: 30px !important;
    }

    .car_service .discount_inner p {
        font-size: 15px;
        line-height: 28px;
        margin-top: 13px;
    }

    .instagram_section {
        padding-top: 50px;
    }

    .instagram_section .insta_outer {
        flex-wrap: wrap;
    }

    .instagram_section .insta_outer a {
        max-width: 50%;
    }

    footer.new_footer ul.contact-list li {
        font-size: 14px;
    }

    footer.new_footer {
        margin: 0;
    }

    .business_profile.business_page .tab-content {
        padding: 20px 0 20px;
    }

    .personal-details-outer {
        padding: 18px 20px;
    }

    .personal-details-card {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .personal-details-item {
        max-width: 48%;
    }

    .personal-details-item strong {
        font-size: 14px;
    }

    .paymentPopup {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .paymentPopup .row-gap {
        row-gap: 15px;
    }

    footer.new_footer .user_app .user_iphone svg {
        width: 50px;
        height: 50px;
    }

    .multi_step_form .btn-container #nextBtn:hover,
    .multi_step_form .btn-container .pay-btn:hover {
        background-position: 83% 50%;
    }

    .alSpaMenuCard .onhover-dropdown:before {
        right: -10px;
    }

    .multi_step_form .step {
        padding: 30px 15px 20px 10px;
    }

    .multi_step_form .step .form-group {
        margin-bottom: 39px;
    }

    .supplier_map .table td,
    .supplier_map .table th {
        padding: 5px;
    }

    .multi_step_form .step .form-group .form-control {
        font-size: 13px;
        padding: 0 35px 0 10px;
        margin: 0;
    }

    .multi_step_form .step .form-group .upload_document {
        margin-top: 9px;
    }

    .multi_step_form .step .card-body button.custom_btn {
        font-size: 10px;
        padding: 0 7px;
    }

    .multi_step_form .step .card-body .legal_outer {
        margin-bottom: 15px;
    }

    .table thead th {
        padding: 10px;
        font-size: 13px;
    }

    .multi_step_form .step .card .card-header {
        padding: 10px;
    }

    .upload_document .uploaded_img .remove_img {
        top: 7px;
    }

    .terms-modal .modal-content .modal-footer button.btn.custom-btn {
        min-height: 30px;
        line-height: 30px;
    }

    .multi_step_form .step .preview_content .card-body {
        overflow: hidden;
        overflow-x: auto;
    }

    .multi_step_form .step .preview_content .card-body table {
        min-width: max-content;
    }

    .multi_step_form .step .preview_content h3 {
        margin-bottom: 9px;
    }

    .multi_step_form .step .preview_content .termsModal .modal-body {
        padding: 0;
    }

    .DocumentVerificationModal .modal-body p {
        font-size: 15px;
        line-height: 22px;
    }

    .invite_users .modal-content .modal-header {
        padding: 14px 19px;
    }

    .invite_users .modal-content .modal-header h5 {
        font-size: 14px;
        font-weight: 600;
        line-height: 25px;
        padding-right: 31px;
    }

    .invite_users .modal-footer button.btn {
        min-height: 40px;
        line-height: 40px;
    }

    .ewallet-section {
        padding: 20px 0;
    }

    .ewallet-section .ewallet-text {
        padding: 15px 0 0 0;
    }

    .ewallet-section .ewallet-text p {
        font-size: 15px;
        margin-top: 0px;
    }

    .ewallet-section .ewallet-text ul {
        margin: 12px 0 23px;
    }

    .ewallet-section .ewallet-text li {
        font-size: 15px;
    }

    .ewallet-benefit {
        padding: 13px 0 0 0;
    }

    .ewallet-benefit .ewallet-box {
        padding: 27px;
        margin-top: 21px;
    }

    .ewallet-benefit h2 {
        margin-bottom: 0;
    }

    .gift-card-row {
        row-gap: 21px;
    }

    .new_footer .mob-sp {
        margin-top: 15px;
    }

    .ewallet-section-content.ewallet-pl {
        padding: 27px 0 0 0;
    }

    .ewallet-img-text .ewallet-section-content span {
        font-size: 19px;
    }

    .ewallet-img-text .ewallet-section-content h2 {
        font-size: 22px;
        line-height: 31px;
    }

    .ewallet-img-text .ewallet-section-content p {
        font-size: 14px;
        line-height: 30px;
        margin: 10px 0 0 0;
    }

    .ewallet-img-text .ewallet-section-content .custom_btn {
        margin-top: 21px;
    }

    .ewallet-img-text .padding-top {
        padding: 21px 0;
    }

    .ewallet-img-text .ewallet-section-img img {
        max-width: 100%;
        width: 100%;
    }

    .ewallet-img-text .ewallet-section-img.ewallet-pl {
        padding-left: 0;
    }

    .ewallet-section-content.ewallet-pr {
        padding: 27px 0 0 0;
    }

    .ewallet-img-text {
        overflow: hidden;
    }

    .preview_content .modal-body {
        max-width: 100%;
        width: 100%;
    }

    .preview_content .termsModal .row {
        width: 100%;
    }

    .preview_content .termsModal .col-12 {
        width: 100%;
        padding: 0;
    }

    .preview_content .termsModal .col-12 .modal-body {
        padding: 12px 10px;
    }

    .gift-card-banner {
        padding: 33px 0;
    }

    .gift-card-banner h1 {
        font-size: 29px;
        text-align: center;
        margin-top: 25px;
    }

    .gift-card-banner h5 {
        font-size: 17px;
        margin-top: 10px;
        text-align: center;
    }

    .gift-card-banner [class*="col-"] {
        text-align: center;
    }

    .gift-card-banner .custom_btn {
        line-height: 41px;
        min-height: 41px;
        padding: 0 10px;
        font-size: 15px;
        margin-top: 24px;
    }

    .gift-card-banner .row {
        flex-direction: column-reverse;
    }

    .gift-card-section {
        padding: 33px 0;
    }

    .gift-card-title h5 {
        font-size: 21px;
        text-align: center;
    }

    .gift-card-title h2 {
        font-size: 22px;
        line-height: 46px;
        letter-spacing: -1px;
        text-align: center;
    }

    .gift-card-section .row-gap {
        margin-top: 19px;
        row-gap: 20px;
    }

    .gift-how-work {
        background-color: #F7FBFE;
        padding: 33px 20px;
    }

    .gift-banner-img img {
        max-width: 500px;
    }

    .gift-card-banner p {
        text-align: center;
        max-width: 60%;
        margin: 11px auto 0;
    }

    .gift-step-outer {
        margin-top: 21px;
        flex-wrap: wrap;
        gap: 30px;
    }

    .gift-step-outer .gift-step-line {
        display: none;
    }

    .gift-step-outer .gift-step-box {
        width: 100%;
        border-bottom: 1px solid #c8e7ff;
        padding-bottom: 30px;
    }

    .gift-step-outer .gift-step-box:last-child {
        padding-bottom: 0;
        border: none;
    }

    .gift-step-box p {
        max-width: 100%;
    }

    .download-mobile-app {
        padding: 33px 0;
    }

    .download-mobile-app .mobile-app-text {
        padding: 0 0 28px 0;
        text-align: center;
    }

    .download-mobile-app .mobile-app-img {
        max-height: 100%;
        margin-bottom: 21px;
    }

    .download-mobile-app .mobile-app-img img {
        margin: 0 auto;
        max-width: 309px;
    }

    .download-mobile-box {
        padding: 34px 27px;
        text-align: center;
        margin-top: 9px;
    }

    .download-mobile-box h2 {
        font-size: 22px;
    }

    .download-mobile-box p {
        font-size: 14px;
        line-height: 25px;
        margin: 0 0 12px;
    }

    .download-mobile-box .app-store-icons {
        justify-content: center;
    }

    .app-store-icons img {
        max-width: 180px;
    }

    .gift-card-banner.loyalty-banner img {
        max-width: 300px;
    }

    .gift-card-banner.loyalty-banner .row {
        flex-direction: column;
    }

    .gift-card-banner.loyalty-banner .custom_btn {
        margin-top: 0;
    }

    .gift-card-banner.loyalty-banner p {
        margin-bottom: 24px;
    }

    .driver-banner {
        padding: 37px 0;
        background-position: center;
    }

    .driver-banner-inner .driver-banner-box {
        width: 100%;
    }

    .driver-banner-inner .driver-banner-box h1 {
        font-size: 30px;
        line-height: 47px;
        max-width: 335px;
    }

    .driver-banner .driver-banner-inner {
        min-height: 314px;
    }

    .driver-apps::after {
        content: '';
        right: -24px;
        height: 100%;
        width: 239px;
        background-size: contain;
        background-position: bottom;
    }

    .driver-apps .ewallet-section-content.ewallet-pr {
        text-align: center;
    }

    .driver-apps .driver-app-store {
        margin-top: 15px;
    }

    .driver-app-store img {
        max-width: 140px;
    }

    .driver-apps .ewallet-section-img {
        padding-top: 27px;
    }

    .driver-image-text ul {
        margin-top: 30px;
    }

    .driver-image-text ul li {
        font-size: 15px;
        line-height: 30px;
        padding-left: 47px;
        margin-bottom: 17px;
    }

    .driver-image-text .padding-top {
        padding: 43px 0 !important;
    }

    .for-inquiries {
        padding: 46px 0 130px;
    }

    .for-inquiries h2 {
        font-size: 30px;
        line-height: 32px;
    }

    .for-inquiries p {
        font-size: 15px;
        line-height: 30px;
        margin-top: 13px;
    }

    .for-inquiries::after {
        width: 281px;
        height: 100%;
        background-size: 100%;
        background-position: bottom;
    }

    .driver-image-text .mobile-padding {
        padding-top: 0 !important;
    }

    .advertisement-banner {
        margin-bottom: 20px;
    }

    .advertisement-inner-text ul li {
        font-size: 14px;
        line-height: 28px;
    }

    .tow-service-banner {
        padding: 51px 0 10px;
    }

    .tow-service-inner h1 {
        font-size: 29px;
        line-height: 37px;
    }

    .tow-service-inner p {
        font-size: 15px;
        line-height: 28px;
    }

    .tow-service-listing .tow-listing-inner {
        background-color: transparent;
        padding: 0;
    }

    .tow-listing-inner .booking_box .booking_content {
        padding: 22px;
    }

    .blogs-outer {
        padding: 40px 0;
    }

    .blogs-outer .mb-2 {
        margin-bottom: 0 !important;
    }

    .blogs-outer h12 {
        font-size: 34px;
        line-height: 47px;
    }

    .blog-pagination {
        gap: 9px;
        margin-top: 34px;
    }

    .blog-pagination .page-item .page-link {
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }

    .blogs-detail {
        padding: 40px 0;
    }

    .blogs-detail h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .blog-detail-inner .blog-author-name p {
        font-size: 14px;
    }

    .blog-detail-inner .single-blog-img {
        margin: 26px 0;
    }

    .blogs-detail .blog-description p {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .blogs-detail .blog-description h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .popular-post-box .popular-post-text h2 {
        font-size: 14px;
    }

    .get-more-update h4 {
        font-size: 22px;
        line-height: 31px;
    }

    .get-more-update p {
        font-size: 19px;
        line-height: 28px;
        margin-top: 17px;
    }

    .get-more-update a {
        margin-top: 16px;
    }

    /* registration landing page */
    .landing-page-inner h3 {
        font-size: 19px;
        text-align: center;
        width: 100%;
    }

    .landing-page-inner h1 {
        font-size: 21px;
        line-height: 40px;
        margin-top: 15px;
    }

    .landing-page-inner {
        min-height: 420px;
        text-align: center;
    }

    .complete-support .complete-support-inner h2 {
        font-size: 21px;
        line-height: 40px;
    }

    .complete-support .complete-support-inner {
        min-height: 427px;
    }

    section.we-handle {
        padding: 50px 0;
    }

    .we-handle .p-style {
        font-size: 14px;
        line-height: 25px;
        margin: 7px auto 0;
    }

    .we-handle-box .we-handle-text h3 {
        font-size: 21px;
    }

    .we-handle .row-gap {
        margin-top: 29px;
    }

    .we-handle .we-handle-box {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .we-handle-box .we-handle-text p {
        font-size: 15px;
        margin-top: 16px;
        min-height: auto;
    }

    .complete-registration {
        padding: 50px 0;
    }

    .complete-registration .note {
        font-weight: normal;
    }

    .complete-registration .choose-ridenRoll li span {
        font-size: 16px;
    }

    .complete-registration .choose-ridenRoll li {
        font-size: 15px;
        line-height: 24px;
        padding-left: 40px;
    }

    .complete-registration .choose-ridenRoll li img {
        width: 28px;
    }

    .complete-registration .padding-top.column-reverse {
        padding-top: 0 !important;
    }

    .landing-page-faq {
        padding-bottom: 20px;
    }

    .landing-page-faq h2 {
        font-size: 29px;
    }

    .landing-page-faq .accordion {
        margin-top: 0;
    }

    .landing-page-faq .card-body p {
        font-size: 14px;
    }

}

@media screen and (max-width: 575px) {
    .personal-details-item {
        max-width: 100%;
    }

    /* driver-payement */
    .driver-payment-outer {
        max-width: 92%;
    }

    .driver-profile {
        flex-wrap: wrap;
    }

    .driver-profile .driver-profile-column.driver-profile-name {
        max-width: calc(100% - 93px);
    }

    .driver-profile .driver-profile-column.driver-profile-button {
        max-width: 100%;
        padding: 10px 0 0 89px;
        text-align: left;
    }

    .driver-payment-accordion .card-body .fees .fees-price {
        font-size: 23px;
    }

    .driver-payment-accordion .fees-btn {
        min-width: 123px;
        line-height: 39px;
        min-height: 39px;
    }

    .driver-payment-accordion .payment-plan-box {
        padding: 22px 17px 29px;
    }

    .payment-plan-box .payment-plans-btn button.payment-plan-btn {
        font-size: 14px;
    }

    .driver-payment-accordion .payment-plan-box h2 {
        font-size: 23px;
    }

    .driver-payment-accordion .payment-plan-box h3 {
        font-size: 13px;
    }

    .popular-plan-tag {
        left: -18px;
    }

}

@media screen and (max-width:480px) {
    body.al_body_template_ten .logo a.navbar-brand img {
        width: auto;
        height: 32px !important;
    }

    .we_trusted .trusted_content ul li {
        font-size: 12px;
    }

    .form_outer .step-indicator span {
        font-size: 12px;
        padding: 8px 6px;
    }

    .invite_users .modal-body .form-group .link-box p {
        text-align: left;
    }

}
