@font-face {
    font-family: 'RobotoLight';
    src: url("../fonts/RobotoLight.eot");
    src: url("../fonts/RobotoLight.eot") format("embedded-opentype"), url("../fonts/RobotoLight.woff2") format("woff2"), url("../fonts/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight.ttf") format("truetype"), url("../fonts/RobotoLight.svg#RobotoLight") format("svg");
}

@font-face {
    font-family: 'RobotoMedium';
    src: url("../fonts/RobotoMedium.eot");
    src: url("../fonts/RobotoMedium.eot") format("embedded-opentype"), url("../fonts/RobotoMedium.woff2") format("woff2"), url("../fonts/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium.ttf") format("truetype"), url("../fonts/RobotoMedium.svg#RobotoMedium") format("svg");
}

@font-face {
    font-family: 'RobotoRegular';
    src: url("../fonts/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular.eot") format("embedded-opentype"), url("../fonts/RobotoRegular.woff2") format("woff2"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype"), url("../fonts/RobotoRegular.svg#RobotoRegular") format("svg");
}

@font-face {
    font-family: 'RobotoBold';
    src: url("../fonts/RobotoBold.eot");
    src: url("../fonts/RobotoBold.eot") format("embedded-opentype"), url("../fonts/RobotoBold.woff2") format("woff2"), url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.ttf") format("truetype"), url("../fonts/RobotoBold.svg#RobotoBold") format("svg");
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter';
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
}

.row {
    clear: both
}

.bookride_filter_sec {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    margin: 15px 0;
    box-shadow: 0px 0px 20px #e5e5e5;
    border-radius: 10px;
}

.bookride_filter_sec .form-group {
    margin: 0;
}

.bookride_filter_sec .form-group label {
    width: 100%;
    height: auto;
    display: inline-block;
    ;
    margin-bottom: 5px;
}

.bookride_filter_sec strong {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}

.top_bar_section {
    width: 100%;
    height: auto;
    float: left;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 4px 24px rgb(0 0 0 / 5%);
    padding: 10px 0;
    position: relative;
}

.navbar-brand img {
    max-width: 250px;
    margin-top: 10px;
}

.menu_bar_sec {
    margin-top: 10px;
}

.top_bar_section .menu_bar_sec a {
    color: #8e8c8c !important;
    text-transform: uppercase;
    padding: 0 8px !important;
    font-size: 13px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    position: relative;
}

.top_bar_section .menu_bar_sec_act a {
    color: #0B2438 !important;
}

.top_bar_section .menu_bar_sec a:hover {
    color: #D61F25 !important;
}

.top_bar_section .nav-item:last-child a {
    padding-right: 0 !important;
}

.menubar_sec {
    margin-top: 7px;
    width: 100%;
    float: left;
    padding-right: 0;
}

.navbar-toggler {
    margin-left: auto;
    ;
}

.banner_section {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background-image: url(../images/banner_bg.jpg);
    background-size: 100%;
    background-repeat: round;
}

#banner .item {
    background-size: cover;
    background-position: center center;
}

.banner_lft_contant {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_lft_contant h1 {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'RobotoMedium';
    font-size: 40px;
    line-height: 46px;
    color: #FFFFFF;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.banner_lft_contant p {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'RobotoRegular';
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.06em;
    color: #D4D4D4;
    opacity: 0.8;
}

.banner_lft_contant_btn {
    width: auto;
    height: auto;
    float: left;
    color: #fff;
    font-size: 14px;
    text-align: left;
    background: #5361de;
    box-shadow: 0px 4px 13px rgb(161 80 255 / 49%);
    border-radius: 10px;
    transition: 0.2s ease;
    padding: 10px 20px;
    margin-right: 2%;
    border: 0 !important;
}

.banner_lft_contant_btn span {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
}

.banner_lft_contant_btn a {
    color: #242424;
    text-decoration: none;
}

.banner_lft_contant_btn svg path {
    fill: #5361de;
}

.banner_right_img {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.banner_right_img img {
    width: 90%;
}

.contant_section {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0;
    position: relative;
}

.services_option_box {
    width: 100%;
    height: 95%;
    float: left;
    background: #FFFFFF;
    border: 3px solid #F6F6F6;
    padding: 30px 15px;
    margin-bottom: 10px;
    transition: 0.2s ease;
}

.services_option_box:hover {
    background-color: #111111;
}

.services_option_box_ico {
    width: 100%;
    height: auto;
    min-height: 80px;
    float: left;
    margin-bottom: 30px;
}


/* .services_option_box_ico img{max-width: 80px;} */

.services_option_box_cnt {
    width: 100%;
    height: auto;
    float: left;
}

.services_option_box_cnt h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 23px;
    color: #242424;
    margin-bottom: 10px;
    font-weight: bold;
}

.services_option_box_cnt p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    line-height: 24px;
    color: #242424;
}

.register_now_btn {
    width: auto;
    min-height: 40px;
    display: inline-block;
    line-height: 22px;
    color: #5361de;
    font-size: 15px;
    text-align: center;
    background: #ffffff;
    /* box-shadow: 0px 4px 13px rgb(161 80 255 / 49%); */
    border-radius: 60px;
    border: solid 2px #5361de;
    transition: 0.2s ease;
    padding: 7px 20px;
}

.register_now_btn:hover {
    transform: scale(1.1);
    background-color: #5361de;
    color: #fff;
}

.register_now_btn span {
    color: #5361de;
}


/* .register_now_btn span svg path{fill: #5361de;} */

.services_option_box:hover .services_option_box_cnt h3 {
    color: #fff;
}

.services_option_box:hover .services_option_box_cnt p {
    color: #fff;
}

.service_src_sec {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0;
    position: relative;
}

.cnt_obj_1 {
    width: 260px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.cnt_obj_1 img {
    width: 100%;
}

.service_src_sec_head {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
}

.service_src_sec_head h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0B2438;
    font-family: 'RobotoBold';
}

.service_src_sec_head p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #818181;
    font-family: 'RobotoLight';
}

#services {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.services_option_sec {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
}

.about_sec {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background-color: #F1F1F1;
    display: inline-block;
}

.contact_now_sec {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0;
    background-color: #5361de;
}

.contact_now_sec h4 {
    width: 100%;
    height: auto;
    float: left;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.contact_now_sec p {
    width: 100%;
    height: auto;
    float: left;
    color: #fff;
    font-size: 19px;
}

.contact_now_sec .banner_lft_contant_btn {
    background-color: #fff;
    color: #242424;
}

.about_sec_left_img {
    width: 100%;
    height: auto;
    float: left;
}

.about_sec_left_img img {
    width: 100%;
    mix-blend-mode: darken;
}

.about_sec_right_txt {
    width: 100%;
    height: auto;
    float: left;
}

.user_panel_sec {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px;
}

.user_panel_box {
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    padding: 15px;
    min-height: 500px;
}

.user_pnl_user_dtl_sec {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.user_pnl_user_dtl_avatar {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50px;
    border: solid 1px #ccc;
    margin-bottom: 20px;
    overflow: hidden;
}

.user_pnl_user_dtl_avatar img {
    width: 100%;
}

.user_pnl_user_dtl_name {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #000;
    font-size: 28px;
}

.user_pnl_user_dtl_joined {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #000;
    font-size: 14px;
}

.user_pnl_user_dtl_joined a {
    color: #242424;
    text-decoration: none;
    border: solid 1px #ccc;
    padding: 3px 10px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 50px;
}

.user_pnl_user_dtl_menu {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.user_pnl_user_dtl_menu {
    width: 100%;
    height: auto;
    float: left;
}

.user_pnl_user_dtl_menu ul {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
}

.user_pnl_user_dtl_menu ul li {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    border-bottom: 1px #ccc solid;
    padding: 10px 0;
}

.user_pnl_user_dtl_menu ul li:last-child {
    border: 0;
}

.user_pnl_user_dtl_menu a {
    font-size: 15px;
    color: #242424;
    text-decoration: none;
}

.user_pnl_user_dtl_menu .active a {
    font-weight: bold;
}

.user_panel_box_right_head {
    width: 100%;
    height: auto;
    float: left;
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px #ccc solid;
    padding-bottom: 20px;
}

.user_panel_box_right_cnt {
    width: 100%;
    height: auto;
    float: left;
    max-height: 390px;
    overflow-x: hidden;
    padding: 10px;
}

.user_panel_box_right_cnt_row {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #e5e5e5 solid;
}

.bookd_name1 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.bookd_dtail {
    width: 100%;
    height: auto;
    float: left;
    color: #5a5a5a;
    font-size: 14px;
}

.bookd_dtail1 {
    width: 100%;
    height: auto;
    float: left;
    color: #000;
    font-size: 14px;
}

.bookd_dtail1 a {
    color: #000;
}

.footer_section {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 70px;
    background-color: #F1F1F1;
}

.footer_box {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}

.footer_box_head {
    width: 100%;
    height: auto;
    float: left;
    color: #242424;
    font-family: 'RobotoBold';
    font-size: 17px;
}

.footer_box_head img {
    max-width: 250px;
}

.footer_box_contant {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 15px;
    color: #242424;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;
}

.footer_box_contant ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

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

.footer_box_contant ul li {
    list-style: none;
}

.footer_box_contant ul li a {
    color: #242424;
    text-decoration: none;
}

.footer_box_contant ul li a:hover {
    color: #000;
}

.footer_box_contant .footer_ph_nm {
    position: relative;
}

.footer_box_contant .footer_ph_nm span {
    position: absolute;
    left: 0;
    top: 20%;
    font-size: 20px;
}

.footer_box_soc_sec {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.footer_box_soc_ico {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}

.footer_copyright_sec {
    width: 100%;
    height: auto;
    float: left;
    background-color: rgb(232 232 232 / 50%);
    padding: 15px 0;
    color: #9e9e9e;
    font-family: 'RobotoLight';
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 40px;
}

.footer_copyright_sec a {
    color: #9e9e9e;
    text-decoration: none;
}

.inner_banner {
    width: 100%;
    height: auto;
    float: left;
    background-color: #281954;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.registration_section {
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
    text-align: center;
}

.registration_section_box {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: inline-block;
    background-color: #fff;
    padding: 40px;
    box-shadow: 10px 10px 30px #ccc;
}

.registration_section_box h3 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    text-align: left;
}

.registration_section_box_row {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    text-align: left;
}

.registration_section_box_label {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #242424;
    margin-bottom: 5px;
}

.navbar-brand {
    position: relative;
    z-index: 9;
}

.top_bar_section .menu_bar_sec a.bookride_btn {
    padding: 6px 14px !important;
    background-color: #5361de;
    text-align: center;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: inherit;
    position: relative;
    top: -7px;
    border-radius: 7px;
}

.top_bar_section .menu_bar_sec a.bookride_btn:hover {
    background-color: #9783EF;
}

.banner_button {
    padding: 10px 30px;
    border: solid 1px #fff;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    max-width: 220px;
    transition: 0.2s ease;
}

.banner_button:hover {
    background-color: #0B2438;
    color: #fff;
}

.sticky {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 1s ease-in-out;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.features_quick {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 20px 0;
}

.features_quick_box {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.features_quick_box_ico {
    width: 40px;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
}

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

.features_quick_box_text {
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    color: #242424;
}

.features_quick_box_text strong {
    font-size: 20px;
    color: #000;
    width: 100%;
    height: auto;
    float: left;
}

.register_sec_view {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
}

.home_image_view {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.home_image_view img {
    max-width: 80%;
}

.partner_login_sec {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
}

.partner_login_lft {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
}

.partner_login_lft h6 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 25px;
    color: #000;
    margin-top: 10px;
    font-weight: 600;
}

.partner_login_right {
    width: 100%;
    height: auto;
    float: left;
}

.signupnowbutton {
    width: 150px;
    height: 40px;
    float: left;
    line-height: 40px;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    background: #5361de;
    box-shadow: 0px 4px 13px rgb(161 80 255 / 49%);
    border-radius: 60px;
    transition: 0.2s ease;
    margin-top: 20px;
    text-decoration: none;
}

.signupnowbutton:hover {
    transform: scale(1.1);
}

.service_sec_view {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0;
    padding-top: 0;
    position: relative;
}

.service_sec_src {
    width: 100%;
    height: auto;
    float: left;
}

.service_book_View_box {
    width: 95%;
    height: auto;
    float: left;
    box-shadow: 4px 5px 30px #d7d7d7;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.2s;
}

.service_book_View_box:hover {
    transform: translateY(-5px);
}

.service_book_View_box_img {
    width: 100%;
    height: auto;
    float: left;
}

.service_book_View_box_img img {
    width: 100%;
}

.service_book_View_box_contant {
    width: 100%;
    height: auto;
    float: left;
    padding: 15px;
}

#home_booking_sec .owl-item {
    padding: 20px 0;
}

.service_book_View_box_name {
    width: 100%;
    height: auto;
    float: left;
    font-size: 22px;
    color: #242424;
    margin-bottom: 5px;
}

.service_book_View_box_name span {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #666;
    margin: 2px 0;
}

.inner_banner_sec {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.inner_banner_sec img {
    min-height: 160px;
}

.inner_banner_contant {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    left: 0;
    top: 40%;
}

.inner_bannr_txt {
    width: 100%;
    height: auto;
    float: left;
    color: #fff;
    font-size: 30px;
    font-family: 'RobotoMedium';
}

.inner_bannr_txt span {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'RobotoRegular';
    font-size: 15px;
}

.inner_mn_contant_sec {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 50px;
}

.about_frst_cnt {
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0;
}

.about_frst_cnt h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
}

.about_frst_cnt h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}

.about_frst_cnt p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    line-height: 30px;
}

.ltter_ceo {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 50px;
    position: relative;
    min-width: 400px;
}

.ltter_ceo img {
    max-width: 100%;
    min-height: 350px;
}

.form-control {
    appearance: auto;
}

.ltter_ceo_cnt {
    width: 100%;
    max-width: 400px;
    position: absolute;
    right: 5%;
    top: 40%;
    color: #fff;
    font-size: 28px;
}

.ltter_ceo_cnt span {
    width: 100%;
    height: auto;
    float: left;
    color: #fff;
    font-size: 17px;
}

.ltter_ceo_cnt p {
    width: 100%;
    height: auto;
    float: left;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.services_cnt {
    padding-bottom: 0;
}

.services_cnt h2 {
    max-width: 500px;
}

.services_cnt span {
    width: 100%;
    height: auto;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}

.about_frst_cnt_par {
    padding-top: 0;
}

.service_mdl_img1 {
    width: 100%;
    height: auto;
    float: left;
}

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

.service_mdl_img2 {
    width: 100%;
    height: auto;
    float: left;
    max-width: 100px;
    margin-bottom: 20px;
}

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

.service_mdl__head1 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 28px;
    color: #000;
}

.service_mdl__head1 span {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
}

.service_mdl__txt_img {
    width: 100%;
    height: auto;
    float: left;
    margin-top: -20px;
}

.service_mdl__txt {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
}

.contact_form_box {
    width: 100%;
    max-width: 400px;
    float: right;
    background-color: #fff;
    min-height: 200px;
    border-radius: 5px;
    margin-top: 10px;
    padding: 20px;
}

.contact_banner_contant {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.contact_form_box_head span {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.contact_form_box_head h4 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 25px;
    color: #000;
    margin: 10px 0;
    text-transform: uppercase;
}

.contact_form_box_head p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #000;
}

.contact_form_box_sc {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}

.form-group {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}

.contact_frm {
    width: 100%;
    height: 40px;
    float: left;
    border: 0;
    border-bottom: 1px #ccc solid;
    outline: none;
}

.contact_form_sub_btn {
    padding: 10px 20px !important;
    background-color: #5361de;
    text-align: center;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: inherit;
    position: relative;
    border-radius: 7px;
    display: inline-block;
    margin-top: 15px;
}

.contact_form_sub_btn:hover {
    background-color: #6842d4;
}

.contact_contant_sec {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.contact_contant_sec h5 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.contact_contant_sec span {
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
}

.inner_mn_contant_sec .banner_lft_contant_btn {
    background: #F6F6F6;
    box-shadow: none;
    margin-top: 10px;
}

.inner_mn_contant_sec .banner_lft_contant_btn span {
    color: #666;
}

.inner_mn_contant_sec .banner_lft_contant_btn a {
    margin-top: 10px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.book_page_list_sec {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0;
}

.book_page_list_sec_head {
    width: 100%;
    height: auto;
    float: left;
    font-size: 28px;
    color: #000;
}

.book_page_list_view_sc {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}

.selected_address {
    width: auto;
    float: right;
    font-size: 13px;
    color: #666;
    margin-top: 10px;
}

.change_loc_btn {
    width: auto;
    float: right;
    border: solid 1px #ccc;
    padding: 3px 10px;
    text-decoration: none;
    color: #242424;
    border-radius: 30px;
    position: relative;
    top: -5px;
}

.location_selct_pop_img {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.location_selct_pop_img img {
    max-width: 100%;
    width: 200px;
}

.input-group label {
    width: 100%;
    height: auto;
    float: left;
}

.selectd_bkng {
    width: 100%;
    float: left;
    margin: 20px 0;
    margin-top: 0;
    border: solid 1px #ccc;
    padding: 5px 20px;
    font-size: 18px;
    text-align: left;
}

.selectd_bkng strong {
    width: 100%;
    height: auto;
    float: left;
}

.selectd_bkng a {
    float: left;
    margin-top: 10px;
}

.book_page_list_bannr {
    width: 100%;
    height: auto;
    float: left;
    background-color: #f3f3f3;
    padding: 30px 0;
}

.input-group {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}

.login_auth_bg {
    width: 100%;
    height: auto;
    float: left;
    background-color: #F6F6F6;
    min-height: 500px;
    background-image: url(../images/login_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
    text-align: center;
}

.login_box {
    width: 95%;
    max-width: 500px;
    height: auto;
    display: inline-block;
    background-color: #fff;
    margin: auto;
    margin-top: 2%;
    text-align: left;
}

.login_box_img {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
    text-align: center;
}

.login_box_img img {
    width: 100%;
    max-width: 250px;
}

.login_box_cnt {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px;
}

.login_box_cnt_head {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 40px;
}

.login_box_cnt_head h3 {
    width: 100%;
    height: auto;
    float: left;
    color: #000;
    font-size: 30px;
}

.login_box_cnt_head span {
    width: 100%;
    height: auto;
    float: left;
    color: #000;
    font-size: 18px;
}

.login_box_cnt_frm {
    width: 100%;
    height: auto;
    float: left;
}

.login_txtbx {
    width: 100%;
    height: 40px;
    float: left;
    border: 0;
    border-bottom: 1px #ccc solid;
    outline: none;
    margin-bottom: 15px;
}

.forgot_passrd {
    width: 100%;
    height: auto;
    float: left;
}

.frogot_passwrd {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    color: #000;
    text-decoration: none;
    margin-top: 5px;
}

.login_button {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #5361de;
    border-radius: 5px;
    margin: 10px 0;
    text-decoration: none;
    transition: 0.2s ease;
}

.login_button:hover {
    background-color: #2371b1;
    color: #fff;
}

.account_create {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #000;
    font-size: 14px;
}

.account_create a {
    color: #2371b1;
}

.mobile_select {
    display: inline-block;
    /* grid-template-columns: 50px 1fr; */
    position: relative;
    padding-left: 50px;
    width: 100%;
}

.mobile_select select.login_txtbx {
    width: 45px;
    height: 100%;
    position: absolute;
    left: 0;
    top: -15px;
}

.mt-10 {
    margin-top: 10px;
}

.star-rating {
    direction: rtl;
    display: flex;
    cursor: default;
}

.review_view {
    display: flex;
    float: left;
    width: 100%;
}

.star-rating input[type=radio] {
    display: none;
}

.star-rating label {
    color: #bbb;
    font-size: 2rem;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type=radio]:checked~label {
    color: #f2b600;
}

.checked {
    color: orange;
}

.beapartner_sec {
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0;
    padding-top: 0;
}

.beapartner_sec_box {
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.cnlc_btn {
    padding: 10px;
}

.mapboxgl-ctrl-geocoder,
.mapboxgl-ctrl-geocoder .suggestions {
    box-shadow: none !important;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100% !important;
    max-width: 100% !important;
}

.login_with_google {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-top: 10px;
    justify-content: center;
    float: left
}

.main_inner_class_track {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    margin-bottom: 20px;
}

.bookdriver_bg {
    width: 100%;
    height: auto;
    float: left;
    background-image: url(../images/booking-driver-bg.jpg);
    background-size: cover;
}

.bookdriver_box_cnt {
    width: 100%;
    max-width: 500px;
    height: auto;
    float: left;
    min-height: 400px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #ccc;
    padding: 30px 20px;
}

.book_box_head {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    font-size: 30px;
    color: #242424;
    font-family: 'RobotoBold';
}

.bookdriver_box_cnt h4 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    font-size: 20px;
    color: #363636;
}

.bookdriver_box_cnt label {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
    font-size: 15px;
    color: #363636;
}

.booktaxi_bg {
    width: 100%;
    min-height: 100vh;
    float: left;
    background-image: url(../images/booking-taxi-bg.jpg);
    background-size: cover;
}

.whatsapp_cnt_icon_float {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    border-radius: 30px;
    z-index: 9;
    cursor: pointer;
    border: 0;
}

.whatspp_goto_btn .dropdown-toggle::after {
    display: none;
}

.whatsapp_cnt_icon_float img {
    width: 100%;
}

.banner_image_view {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.banner_image_view img {
    width: 100%;
}

.banner_image_view #banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#banner .owl-wrapper-outer {
    height: 100%;
}

#banner .owl-wrapper-outer div {
    height: 100%;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.bootstrap-timepicker-widget table td input {
    border: solid 1px #ccc;
    font-size: 14px;
    width: 50px;
}

.offer_img_showbox {
    width: 100%;
    height: auto;
    float: left;
}

.offer_img_showbox img {
    width: 100%;
}

.terms_cnd_txt strong {
    width: 100%;
    float: left;
}

.terms_cnd_txt h4 {
    width: 100%;
    float: left;
}

.privacy_plicy_cnt span {
    background-color: #d3d7ff;
}

.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
    position: relative;
}

.wizard .nav-tabs:after {
    content: "";
    width: 80%;
    border-bottom: solid 2px #ccc;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 38%;
    z-index: -1;
}

.wizard .nav-tabs .nav-item .nav-link {
    width: 70px;
    height: 70px;
    margin-bottom: 6%;
    background: white;
    border: 2px solid #ccc;
    color: #ccc;
    z-index: 10;
    position: relative;
}

.wizard .nav-tabs .nav-item .nav-link:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs .nav-item .nav-link.active {
    background: #fff;
    border: 2px solid #0dcaf0;
    color: #0dcaf0;
}

.wizard .nav-tabs .nav-item .nav-link:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #0dcaf0;
    transition: 0.1s ease-in-out;
}

.nav-tabs .nav-item .nav-link.active:after {
    display: none;
}

.wizard .nav-tabs .nav-item .nav-link svg {
    font-size: 25px;
}

.registration_section_box .flex-fill {
    flex: inherit;
    width: 150px;
}

.registration_section_box .flex-fill a {
    border: 0;
}

.wizard_ftr_btn {
    width: 100%;
    float: left;
}

.registration_section_box .wizard .nav-tabs:after {
    content: "";
    width: 41%;
    border-bottom: solid 2px #ccc;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 38%;
    z-index: 0;
}

.registration_section_box .tab-pane {
    width: 100%;
    float: left;
}

.registration_section_box .nav-tabs {
    border: 0;
    width: 100%;
    flex-wrap: inherit !important
}

.driver_panel {
    display: flex;
    text-align: right;
    flex-direction: column;
    width: 100%;
    align-items: end;
}

.driver_panel .register_now_btn {
    max-width: 120px
}

.driver_panel .btn-info {
    font-size: 14px;
    color: #fff;
}


/*.whatspp_goto_btn {*/


/*    display: none;*/


/*}*/