@charset "UTF-8";
:root {
    --bs-blue: #0099FB;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #FF679B;
    --bs-red: #F62947;
    --bs-orange: #FF8717;
    --bs-yellow: #FFB821;
    --bs-green: #0AC074;
    --bs-teal: #20c997;
    --bs-cyan: #6571FF;
    --bs-white: #FFFFFF;
    --bs-gray: #6C757D;
    --bs-gray-dark: #343A40;
    --bs-gray-100: #F8F9FA;
    --bs-gray-200: #E9ECEF;
    --bs-gray-300: #DEE2E6;
    --bs-gray-400: #CED4DA;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6C757D;
    --bs-gray-700: #495057;
    --bs-gray-800: #343A40;
    --bs-gray-900: #212529;
    --bs-white: #FFFFFF;
    --bs-light: #EFF3F6;
    --bs-primary: #6571FF;
    --bs-secondary: #ADB5BD;
    --bs-success: #0AC074;
    --bs-info: #0099FB;
    --bs-warning: #FFB821;
    --bs-danger: #F62947;
    --bs-dark: #060917;
    --bs-light-rgb: 239, 243, 246;
    --bs-primary-rgb: 101, 113, 255;
    --bs-secondary-rgb: 173, 181, 189;
    --bs-success-rgb: 10, 192, 116;
    --bs-info-rgb: 0, 153, 251;
    --bs-warning-rgb: 255, 184, 33;
    --bs-danger-rgb: 246, 41, 71;
    --bs-black-rgb: 6, 9, 23;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-monospace: "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Poppins";
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #FFFFFF;
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(6, 9, 23, 0);
}

p {
    font-size: 0.8rem;
}

.banner_area {
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 500px;
    background-color: #f1fffd;
}

.banner_area h1 {
    font-size: 50px;
    font-weight: 700;
    /* text-transform: capitalize; */
}

.banner_area h2 {
    font-size: 22px;
    font-weight: 300;
    /* text-transform: capitalize; */
    margin: 1em 0 1.3em;
}

/*online-driving-school css*/

.online_driving_heading h4 {
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    color: #000;
}

.online_driving_heading span {
    color: #000;
    font-size: 20px;
    padding-bottom: 10px;
    display: inline-block;
}

.online_driving_heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    color: #000000;
    margin: 0;
}

.online_driving_heading h1 {
    color: #00aeef;
}

.setup_with p {
    position: relative;
    padding-left: 20px;
    font-weight: 500;
}

.setup_with p::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 9px;
    height: 9px;
    background: #00aeef;
    border-radius: 50px;
}

.onlinedriving_banner {
    background: #fff9ef;
}

.onlinedriving_banner.banner_area .req_quote {
    border: 2px solid #000;
    border-radius: 5px;
    max-width: 200px;
    background: transparent;
    color: #000;
}

/*.car_driving_img img {
    position: relative;
    top: 65px;
}*/

.schedule_personalized {
    background: #dedede;
    padding: 20px 0px;
}

.schedule_personalized h2 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.schedule_personalized h3 {
    font-size: 20px;
}

.schedule_personalized h3 span {
    color: #00aeef;
    text-decoration: underline;
}

.schedule_personalized h3 a {
    color: #00aeef;
}

.drive_experience h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 0.6em;
}

.drive_experience p {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    text-align: left;
    line-height: 30px;
    padding-top: 10px;
}


.register_pay_box h3 {
    font-size: 14px;
    font-weight: 600;
    color: #606060;
    padding-top: 10px;
    margin-bottom: 0px;
}

.register_pay_box p {
    font-size: 14px;
    color: #606060;
}

.register_pay_box {
    text-align: center;
    padding: 10px 0px;
}

.all_in_one_online_driving {
    background: #fffbf2;
    padding: 35px 0px;
}

.all_in_one_online_driving2 {
    /*background: #cbb071;*/
    padding: 35px 0px;
}

.all_in_driving_inner h2 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.6em;
    text-transform: capitalize;
}

.all_in_driving_inner h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.all_in_driving_inner p {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    text-align: left;
    line-height: 30px;
    padding-top: 10px;
}

.online_driving_school_img {
    text-align: center;
}

.key_modules_inner p {
}

.hash_drive_soft {
}

.convenient_para p {
}

.assistance_sec {
    background: #ffe6c7;
    padding: 50px 0px;
    margin-top: 40px;
}

.assistance_sec h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #414141;
    margin-bottom: 0.6em;
    text-transform: capitalize;
}

.design_img_boxs {
    width: 120px;
    height: 120px;
    background: #ffd39a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #f3b970;
    float: left;
}

.ui_ux_designer_img_box {
    display: flex;
    align-items: center;
    padding-top: 25px;
}

.design_img_content p {
    padding-left: 15px;
    text-transform: capitalize;
    font-size: 20px;
    color: #1a1a1a;
}

/*.social_media_img_box {
    display: inline-block;
}*/
.design_img_content {
    float: left;
    width: 60%;
    padding-top: 30px;
}

.Certificates_boxs {
    padding-left: 140px;
}

.assign_instructor_boxs {
    padding-right: 140px;
}

.provide_online_drive p a {
    color: #00aeef;
    text-decoration: underline;
}

.car_driving_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*responsive css*/
@media (max-width: 1399px) {
    .online_driving_heading {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .onlinedriving_banner {
        min-height: 500px;
    }
}

@media (max-width: 1199px) {
    .design_img_boxs {
        width: 80px;
        height: 80px;
    }

    .design_img_boxs img {
        width: 35px;
    }

    .design_img_content {
        padding-top: 18px;
    }

    .design_img_content p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {


    .Certificates_boxs {
        padding-left: 0px;
    }

    .assign_instructor_boxs {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .onlinedriving_banner {
        background-image: linear-gradient(
            45deg,
            #fff9ef,
            #fff9ef,
            #fff9ef
        ) !important;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .onlinedriving_banner {
        background-image: linear-gradient(
            45deg,
            #fff9ef,
            #fff9ef,
            #fff9ef
        ) !important;
    }

    .schedule_personalized h2 {
        font-size: 20px;
    }

    .schedule_personalized h3 {
        font-size: 16px;
    }

    .drive_experience h2 {
        font-size: 20px;
    }

    .all_in_driving_inner h2 {
        font-size: 20px;
    }

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

    .assistance_sec h2 {
        font-size: 20px;
    }

    .assistance_sec h2 br {
        display: none;
    }

    .design_img_content {
        width: 72%;
    }

    section.luking_simi_driving h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .setup_with p::before {
        display: none;
    }

    .online_driving_heading p {
        line-height: 30px;
    }

    .onlinedriving_banner.banner_area .req_quote {
        margin-top: 20px !important;
    }

    .online_driving_heading h4 {
        font-size: 18px;
    }

    .car_driving_img {
        display: none;
    }
}

.why_hash_chatbot.iot_consult_services ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why_hash_chatbot.iot_consult_services ul li {
    flex: 0 0 49%;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding: 1em;
    display: flex;
    align-items: center;
    text-align: left;
}

.why_hash_chatbot.iot_consult_services ul li:nth-child(2n) {
    margin-right: 0;
}

.hash_chatbot h3 {
    font-size: 18px;
    font-weight: 600;
}

.why_hash_chatbot.iot_consult_services ul li span {
    width: 80px;
    height: 80px;
    padding: 20px;
    background-color: #e4e4e4;
    margin-right: 1em;
    transition: all 1s;
}

.why_hash_chatbot.iot_consult_services ul li span svg * {
    fill: #000;
}

.why_hash_chatbot.iot_consult_services ul li:hover span {
    box-shadow: 0 6px 11px 0 rgba(50, 50, 50, 0.16);
    background-color: #ffffff;
}

.why_hash_chatbot.iot_consult_services ul li:hover span svg * {
    fill: #0098ed;
}

.react_native_start_inner {
    padding: 50px 0px 30px;
}

.react_native_start_inner h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 0.6em;
}

.react_native_start_inner p {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    text-align: left;
    line-height: 30px;
    padding-top: 10px;
}

.lesser_time_icon {
    float: left;
    width: 70px;
}

.lesser_time_content {
    float: left;
    width: 80%;
}

.lesser_time_boxs {
    padding: 22px 156px 22px 30px;
    box-shadow: 0 3px 16px 0 rgba(130, 130, 130, 0.16);
    background-color: #ffffff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    height: 100px;
}

.leverage {
    padding: 20px 0px 5px;
}

.lesser_time_content p {
    font-size: 18px;
    font-weight: 400;
    color: #606060;
    text-align: left;
    line-height: 30px;
    padding-top: 10px;
}

section.luking_simi {
    background: #efefef;
    padding: 2em 0;
    margin-bottom: 1.5em;
}

section.luking_simi h2 {
    color: #393939;
    font-weight: 600;
}

.luking_simi h2.section_heading + span {
    color: #ebc218;
    font-size: 28px;
    font-weight: bold;
}

footer#contact {
    clear: both;
}

/*.footer-top {*/
/*  background: #f79b1400 url(../images/pattern-footer.png);*/
/*  padding-top: 50px;*/
/*  padding-bottom: 20px;*/
/*}*/

.footer-top h2 {
    color: #fff;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 10px;
}

.footer-top h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.footer-top ul {
    padding-left: 0;
    list-style: none;
}

.footer-top .ul1 {
    list-style: none !important;
    padding-left: 0;
}

h2.office_loc_padd {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #3e3e3e !important;
}

.ul1-1 li {
    padding: 5px 0;
}

h2.contact-add {
    margin-top: 33px;
}

.contact-1 ul li a {
    color: #f89c15;
}

.contact-1.contact_way ul li span {
    width: 55px;
}

.whatsapp-icon {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.whatsapp-icon a {
    font-size: 24px;
    color: #55acee;
    margin: 0 10px 0 10px;
    line-height: 20px;
}

i.fab.fa-instagram {
    background: radial-gradient(
        circle at 33% 100%,
        #fed373 4%,
        #f15245 30%,
        #d92e7f 62%,
        #9b36b7 85%,
        #515ecf
    );
    padding: 2px 3px;
    color: #fff;
    font-size: 18px;
}

i.fab.fa-facebook-f {
    color: #3b5998;
}

i.fab.fa-whatsapp-square {
    color: #4caf4f;
    font-size: 24px;
}

i.fab.fa-linkedin-in.icon {
    color: #0e76a8;
}

.footer-top ul a:hover {
    text-decoration: none;
}

.footer-top ul li {
    font-size: 14px !important;
    line-height: 24px;
}

.footer-bottom {
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 14px;
    line-height: 2.5;
    background: #000;
    text-align: center;
    padding: 10px;
}

.resources_text {
    margin-top: 35px;
}

.footer-bottom p {
    margin-bottom: 0;
}

.copyright {
    padding: 0.3em 0;
    background: linear-gradient(to left, #f3f2f2, #e2e1e1, #f3f0f0);
    text-align: center;
    font-size: 14px;
}

.copyright p {
    margin: 0;
    color: #908d8d;
}

.copyright p a {
    color: #908d8d;
}


/*.form-container .login-container {*/
/*    box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);*/
/*    margin-top: 5%;*/
/*}*/

.form-container .login-container .content-part {
    background-color: #f7f9fe;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 50px;
}

.form-container .login-container .content-part img {
    max-width: 100%;
}

.form-container .login-container .content-part h2 {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 20px;
}

.form-container .login-container .content-part p {
    font-size: 0.9rem;
    text-align: center;
}

.form-container .login-container .form-part {
    background-color: #FFF;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 50px;
}

.form-container .login-container .form-part .signinlink {
    text-align: right;
    margin-top: -20px;
}

.form-container .login-container .form-part .signinlink a {
    font-weight: 600;
}

.form-container .login-container .form-part .formcol {
    margin: auto;
}

.form-container .login-container .form-part .formcol h3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.5rem;
}

.form-container .login-container .form-part .login {
    margin: auto;
    margin-top: 110px;
}

.form-container .login-container .form-part .form-floating .btn {
    width: 100%;
    margin-top: 15px;
}

.form-container .login-container .form-part .form-floating .form-control {
    background-color: #cccccc24;
}

.form-container .login-container .form-part .form-floating .form-control:hover {
    border: 2px solid #0d6efd;
    box-shadow: none;
}

.form-container .login-container .form-part .form-floating .form-control:focus {
    border: 2px solid #0d6efd;
    box-shadow: none;
}

.form-container .login-container .form-part .form-floating .form-control:active {
    border: 2px solid #0d6efd;
    box-shadow: none;
}
