@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
    font-family: "Montserrat", sans-serif !important;
}

:root {
    --main-color: #865dff;
    --white: #ffffff;
    --secondary-color: #3f3b3b;
    --black: #000000;
    --box-color: #ebe4ff;
    --box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.35), 0 6px 20px 0 rgba(0, 0, 0, 0.22);
}

body {
    font-family: "Montserrat", sans-serif;
}


/* Header Css Start */

.header-right ul li.login:after {
    background-color: #865dff !important;
}

.header-right ul li.lang::after {
    background-color: #865dff !important;
}

.header-right ul li {
    border-style: none !important;
    border-width: 0 !important;
}

.header-right ul li:hover,
.header-right ul li.login {
    background-color: #865dff !important;
}

.header-right ul li.login:hover,
.header-right ul li.lang:hover {
    background-color: #865dff !important;
}
.header-right ul li.login .header-btns{
    background: white;
    padding: 10px 30px;
    border-radius: 20px;
    height: auto;
    color: #865dff;
    font-weight: 700;
}


/* Header Css Ends */


/* Home Page Css Start  */

.home-sec-pg-banner.--custom {
    top: 0 !important;
    min-height: 351px;
}

.banner-section-inner {
    width: 100%;
    max-height: 412px !important;
    min-height: unset !important;
}

.banner-image-first img {
    width: 100%;
    height: 22rem;
}

.save_money_section {
    width: 100%;
    height: 100%;
    display: flex;
}

.save_money_section .banner-details {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    align-items: center;
}

.save_money_section .banner-details .banner-left {
    justify-content: center;
    background: var(--main-color);
    display: flex;
    width: 50%;
    border-radius: 0px 88px 88px 0px;
}

.save_money_section .banner-details .banner-left .text {
    font-weight: bold;
    margin: 5.6rem 13.5rem;
}

.save_money_section .banner-details .banner-left .text h1 {
    color: var(--secondary-color);
    font-size: 6rem;
    font-weight: bolder;
}

.save_money_section .banner-details .banner-left .text h3 {
    color: var(--secondary-color);
    font-size: 1.5rem;
    font-weight: bolder;
    margin-top: -0.7rem;
}

.save_money_section .banner-details .banner-left .text h2 {
    color: var(--secondary-color);
    font-size: 2.6rem;
    font-weight: bolder;
}

.save_money_section .banner-details .banner-left .text h2 span {
    color: var(--white);
}

.banner-right {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50%;
    gap: 1rem;
}

.banner-right .banner-images {
    margin: 1rem;
}

.banner-right .banner-images .text {
    font-weight: 600;
    padding: 0.8rem;
}

.banner-right .banner-number .number {
    font-weight: bold;
}

.banner-right .banner-number .number h1 {
    color: var(--main-color);
    font-size: 4rem;
    font-weight: bolder;
}

.banner-right .banner-number .text {
    font-weight: 600;
    padding: 0.8rem;
}


/* service section starts here */

.services-inner {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 6rem;
    padding: 0 !important;
}

.services-banner {
    display: flex;
    align-items: center;
    width: 100%;
}

.services-banner .image {
    width: 100%;
    height: 100%;
}

.services-banner .image img {
    width: 100%;
    height: 100%;
    border-radius: 0 100px 100px 0;
}

.services-banner .right-sec {
    width: 100%;
    height: 100%;
}

.services-banner .right-sec .background {
    margin-left: -10%;
    border-radius: 100px 0 0 100px;
    box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 110%;
    background: var(--main-color);
}

.services-banner .right-sec .background .details {
    padding: 6rem;
    font-weight: bold;
}

.services-banner .right-sec .background .details h1 {
    font-size: 2.8rem;
    font-weight: bolder;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
}

.services-banner .right-sec .background .details h1 span {
    color: var(--white);
    font-weight: bolder;
    font-size: 2.8rem;
}

.services-banner .right-sec .background .details p {
    font-size: 1.5rem;
    color: var(--white);
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0.8rem;
}

.services-banner .right-sec .background .details span {
    font-weight: normal;
    font-size: 1.2rem;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.services-banner .right-sec .background .details .btn {
    font-weight: normal;
    margin-top: 1.5rem;
}

.services-banner .right-sec .background .details .btn a {
    text-decoration: none;
    font-size: 1.1rem;
    color: var(--white);
    background: var(--main-color);
    border-radius: 2rem;
    padding: 0.5rem 1.2rem;
    box-shadow: var(--box-shadow);
}

.services-details {
    margin: 4rem 1.5rem;
    text-align: center;
    font-weight: bold;
}

.services-details h1 {
    font-weight: bolder;
    color: var(--secondary-color);
    font-size: 4.2rem;
}

.services-details h1 span {
    color: var(--main-color);
}

.services-box {
    margin: 2rem;
    display: flex;
    text-align: center;
    font-weight: bold;
}

.services-box .container {
    margin: 2rem;
    display: flex;
    gap: 2rem;
}

.services-box .container .box {
    background: var(--box-color);
    padding: 2rem;
    border-radius: 2.2rem;
    width: 30%;
}

.services-box .container .box h1 {
    font-size: 2rem;
    color: var(--main-color);
    font-weight: bolder;
    margin-bottom: 1rem;
}

.services-box .container .box p {
    font-size: 1.2rem;
    font-weight: 500;
}


/* service section ends here */


/* download section starts here */

.download-main {
    width: 100%;
    background: var(--main-color);
    border-radius: 4rem;
    display: flex;
    box-shadow: var(--box-shadow);
}

.download-main .images {
    width: 50%;
    display: flex;
}

.download-main .images .custom_shadow_image {
    border-radius: 4rem;
    width: 95%;
    box-shadow: var(--box-shadow);
}

.download-main .download-details {
    width: 50%;
    padding: 3rem;
}

.download-main .download-details .driver {
    margin-bottom: 1rem;
}

.download-main .download-details .driver h2 {
    color: var(--secondary-color);
    font-size: 1.5rem;
    font-weight: 600;
}

.download-main .download-details .qr-with-detais {
    display: flex;
    gap: 1.5rem;
}

.download-main .download-details .qr-with-detais img {
    padding: 0.5rem 0;
    width: 11rem;
    height: 11rem;
}

.download-main .download-details .qr-with-detais .text {
    font-weight: bold;
    width: 40%;
}

.download-main .download-details .qr-with-detais .text h1 {
    font-size: 3rem;
    font-weight: bolder;
    color: var(--white);
}

.download-main .download-details .qr-with-detais .text h1 span {
    color: var(--black);
}

.download-main .download-details .search-download {
    margin: 1rem 0;
}

.download-main .download-details .search-download h1 {
    font-size: 1.6rem;
    color: var(--secondary-color);
}

.download-main .download-details .search-download h1 span {
    font-weight: 600;
}

.download-main .download-details .button {
    margin: 2rem 0;
}

.questions {
    margin: 5rem;
}

.questions .heading {
    font-weight: bold;
    margin-bottom: 2rem;
}

.questions .heading h1 {
    font-size: 4rem;
    color: var(--main-color);
    font-weight: bolder;
}
.questions .que-list .list ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 11px;
}
.questions .que-list .list ul .has-sub{
    width: 50%;
}

.questions .que-list .list h1 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.2rem;
}

.questions .que-list .list .has-sub.open{
    margin-bottom: 1rem;
}
.questions .que-list .list .faq-q{
    text-decoration: none;
    cursor: pointer;
}
.questions .que-list .list .faq-q:hover{
    color: var(--main-color);
}

.questions .que-list .list h1 span {
    padding-left: 5px;
}

.questions .button {
    text-align: center;
    margin: 1.5rem;
}

.questions .button a {
    text-decoration: none;
    color: var(--white);
    background: var(--main-color);
    padding: 0.5rem 1.8rem;
    box-shadow: var(--box-shadow);
    border-radius: 1rem;
}


/* download section ends here */


/* footer section starts here */

.footer {
    margin-top: 8rem;
    width: 100%;
    background: var(--main-color);
    border-radius: 62px 62px 0 0;
}

.footer .footer-content {
    display: flex;
    padding: 4rem;
}

.footer .footer-content .footer-part1 {
    width: 40%;
    padding: 4rem;
    padding-bottom: 0rem;
    padding-right: 0rem;
}

.footer .footer-content .footer-part1 .number {
    font-weight: bold;
}

.footer .footer-content .footer-part1 .number h1 {
    font-weight: bolder;
    color: var(--white);
    font-size: 3.5rem;
}

.footer .footer-content .footer-part1 .number p {
    font-weight: 500;
}

.footer .footer-content .footer-part1 .details {
    display: grid;
    padding-top: 3rem;
}

.footer .footer-content .footer-part1 .details a {
    text-decoration: none;
    color: var(--white);
    padding: 0.5rem 0;
}

.footer .footer-content .footer-part2 {
    width: 80%;
}

.footer .footer-content .footer-part2 .heading {
    font-weight: bold;
}

.footer .footer-content .footer-part2 .heading h1 {
    font-weight: bolder;
    color: var(--white);
    font-size: 3.5rem;
}

.footer .footer-content .footer-part2 .download-app {
    display: flex;
    align-items: center;
    gap: 4.3rem;
    margin: 1.2rem 0;
}

.footer .footer-content .footer-part2 .download-app .driver-app p {
    color: var(--white);
    margin-bottom: 1rem;
}

.footer .footer-content .footer-part2 .button {
    text-align: center;
    margin: 4rem;
}

.footer .footer-content .footer-part2 .button a {
    text-decoration: none;
    color: var(--white);
    background: var(--main-color);
    font-weight: 600;
    font-size: 18px;
    box-shadow: var(--box-shadow);
    border-radius: 1rem;
    padding: 0.1rem 2rem;
    margin: 0.8rem;
}


/* footer section ends here */


/* Home Page Css End  */


/* About us Page Css Start  */

.about-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

.about-banner-section .about-container .about-image {
    width: 100%;
    height: 659px;
    position: relative;
    top: 0;
}

.about-banner-section .about-container .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 100px 100px;
}

.about-banner-section .about-container .cabby-with-logo {
    text-align: end;
    position: absolute;
    top: 163px;
    left: 938px;
}

.about-banner-section .about-container .cabby-with-logo h1 {
    font-weight: 900;
    font-size: 28px;
}

.about-banner-section .about-container .cabby-with-logo img {
    width: 83px;
    height: 87px;
    padding: 10px 0;
}

.main-about-section {
    margin: 6rem 0;
}

.main-about-section .about-details {
    display: flex;
    width: 100%;
}

.main-about-section .about-details .about-heading {
    width: 30%;
}

.main-about-section .about-details .about-heading h1 {
    font-size: 50px;
    font-weight: 900;
    width: 85%;
    text-transform: uppercase;
    color: var(--main-color);
}

.main-about-section .about-details .about-description {
    width: 70%;
}

.main-about-section .about-details .about-description .head h1 {
    font-size: 26px;
    font-weight: 700;
    color: var(--main-color);
}

.main-about-section .about-details .about-description .divider {
    width: 507px;
    color: var(--black);
    border: 1px solid;
    margin: 1rem 0;
}

.main-about-section .about-details .about-description .description p {
    font-size: 18px;
    font-weight: 400;
}

.main-about-section .about-details .about-description .number-app {
    display: flex;
    margin: 2rem 0;
    width: 100%;
    justify-content: space-between;
}

.main-about-section .about-details .about-description .number-app .number h1 {
    color: var(--main-color);
    font-weight: 900;
    font-size: 42px;
}

.main-about-section .about-details .about-description .number-app .number p {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

.main-about-section .about-details .about-description .number-app .drivers-app p {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
    margin-bottom: 0.8rem;
}

.image-section {
    width: 100%;
    height: 100%;
}

.image-section .image {
    width: 100%;
    height: 100%;
}

.image-section .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px 100px 0 0;
}

.team-section {
    margin: 6rem 0;
}

.team-section .team-details {
    display: flex;
    width: 100%;
}

.team-section .team-details .team-heading {
    width: 30%;
}

.team-section .team-details .team-heading h1 {
    font-size: 50px;
    font-weight: 900;
    width: 85%;
    text-transform: uppercase;
    color: var(--main-color);
}

.team-section .team-details .team-des {
    width: 70%;
}

.team-section .team-details .team-des .head h1 {
    font-size: 26px;
    font-weight: 700;
    color: var(--main-color);
}

.team-section .team-details .team-des .divider {
    width: 507px;
    color: var(--black);
    border: 1px solid;
    margin: 1rem 0;
}

.team-section .team-details .team-des .team-description {
    width: 100%;
    display: flex;
    gap: 2rem;
    margin: 2.5rem 0;
}

.team-section .team-details .team-des .team-description .team-part {
    width: 50%;
}

.team-section .team-details .team-des .team-description .team-part .p-head h1 {
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    color: var(--main-color);
    margin-bottom: 0.7rem;
}

.team-section .team-details .team-des .team-description .team-part .para {
    width: 90%;
}

.team-section .team-details .team-des .team-description .team-part .para p {
    font-size: 18px;
    font-weight: 400;
    color: #1e1e1e;
}

.team-section .team-details .team-des .team-description .team-part .images {
    display: grid;
    gap: 1.5rem;
    margin: 2.5rem 0;
    text-align: center;
    grid-template-columns: auto auto auto;
}

.team-section .team-details .team-des .team-description .team-part .images img {
    width: 118px;
    height: 84px;
    border-radius: 50px;
}

.team-section .team-details .team-des .team-description .team-part .images .image p {
    font-size: 16px;
    font-weight: 500;
    margin: 0.7rem 0;
}

.reach-us {
    margin-top: 6rem;
}

.reach-us .reach-details {
    display: flex;
    width: 100%;
}

.reach-us .reach-details .reach-head {
    width: 30%;
}

.reach-us .reach-details .reach-head h1 {
    font-size: 50px;
    font-weight: 900;
    color: var(--main-color);
    text-transform: uppercase;
}

.reach-us .reach-details .reach-head .image {
    width: 100%;
    height: 100%;
    margin: 2.5rem 0;
}

.reach-us .reach-details .reach-head .image img {
    width: 349px;
    height: 520px;
    border-radius: 100px;
    object-fit: cover;
}

.reach-us .reach-details .reach-des {
    width: 70%;
}

.reach-us .reach-details .reach-des .head h1 {
    font-size: 26px;
    font-weight: 700;
    color: var(--main-color);
}

.reach-us .reach-details .reach-des .divider {
    width: 651px;
    color: var(--black);
    border: 1px solid;
    margin: 1rem 0;
}

.reach-us .reach-details .reach-des .reach-detail-para .para p {
    font-size: 19px;
    font-weight: 400;
    margin: 2rem 0;
    color: #1e1e1e;
}

.reach-us .reach-details .reach-des .reach-detail-para .phone-email {
    margin-top: 6rem;
    margin-bottom: 3rem;
    display: flex;
    gap: 5rem;
    text-align: center;
}

.reach-us .reach-details .reach-des .reach-detail-para .phone-email .phone i {
    font-size: 60px;
    font-weight: 900;
    color: var(--main-color);
}

.reach-us .reach-details .reach-des .reach-detail-para .phone-email .phone p {
    font-size: 21px;
    font-weight: 500;
    margin: 2rem 0;
    color: var(--black);
}

.reach-us .reach-details .reach-des .reach-detail-para .follow-us .header {
    margin-bottom: 2rem;
}

.reach-us .reach-details .reach-des .reach-detail-para .follow-us .header h1 {
    font-size: 26px;
    font-weight: 700;
    color: var(--main-color);
}

.reach-us .reach-details .reach-des .reach-detail-para .follow-us .social-media {
    display: flex;
    padding: 1.2rem;
    font-size: 60px;
    color: var(--white);
    justify-content: space-around;
    background: var(--main-color);
    border-radius: 100px;
}
.reach-us .reach-details .reach-des .reach-detail-para .follow-us .social-media a{
    text-decoration: none;
    color: white;
}

/* About us Page Css End  */


/* Driver Page Css Start  */

.main-driver {
    width: 100%;
    height: 100%;
}

.main-driver .dri-con {
    width: 100%;
    height: 100%;
    display: flex;
    margin: 6rem 0;
}

.main-driver .dri-con .sec1 {
    width: 55%;
    margin-right: -5%;
    z-index: 1;
    box-shadow: var(--box-shadow);
    background: var(--main-color);
    border-radius: 0 100px 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.main-driver .dri-con .sec1 .qr-sec {
    padding-left: 4rem;
}

.main-driver .dri-con .sec1 .detail-sec h1 {
    font-size: 40px;
    width: 85%;
    margin-bottom: 1rem;
    font-weight: 900;
    color: #1e1e1e;
}

.main-driver .dri-con .sec1 .detail-sec p {
    font-size: 20px;
    width: 60%;
    margin-bottom: 1rem;
    font-weight: 400;
    color: var(--white);
}

.main-driver .dri-con .sec2 {
    width: 50%;
}

.main-driver .dri-con .sec2 .image {
    width: 100%;
    height: 100%;
}

.main-driver .dri-con .sec2 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px 0 0 100px;
}

.main-driver .qualities {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.main-driver .qualities .qua {
    display: flex;
    align-items: end;
    text-align: end;
    width: 24%;
    gap: 1rem;
}

.main-driver .qualities .qua h1 {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-color);
}

.image-sec {
    width: 100%;
    height: 100%;
    margin: 6rem 0;
}

.image-sec .image {
    width: 100%;
    height: 100%;
}

.image-sec .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 80px; */
    position: relative;
}

.common_image_shadow {
    position: relative;
}

.common_image_shadow::before {
    /* content: " "; */
    position: absolute;
    bottom: 3px;
    width: 100%;
    border-radius: 0 0 80px 80px;
    z-index: 1;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #865DFF 75.3%);
}

.image-sec .content {
    position: absolute;
    bottom: 100px;
    width: 60%;
}

.image-sec .content p {
    font-size: 25px;
    font-weight: 400;
    text-align: right;
    color: var(--white);
    padding-left: 8rem;
}

.benefit-sec {
    width: 100%;
    height: 100%;
}

.benefit-sec .container {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 5rem;
    align-items: end;
}

.benefit-sec .container .left-content {
    width: 50%;
}

.benefit-sec .container .left-content h1 {
    font-size: 34px;
    padding-left: 4rem;
    padding-bottom: 1rem;
    font-weight: 900;
    text-align: right;
    color: var(--main-color);
    text-transform: uppercase;
}

.benefit-sec .container .left-content p {
    font-size: 16px;
    padding-left: 18rem;
    font-weight: 400;
    text-align: right;
    color: var(--black);
}

.benefit-sec .container .right-boxes {
    width: 50%;
}

.benefit-sec .container .right-boxes .boxes {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 1rem;
    flex-wrap: wrap;
}

.benefit-sec .container .right-boxes .boxes .box {
    width: 170px;
    height: 170px;
    text-align: center;
    background: var(--box-color);
    border-radius: 35px;
}

.benefit-sec .container .right-boxes .boxes .box img {
    padding: 1rem;
}

.benefit-sec .container .right-boxes .boxes .box p {
    font-size: 14px;
    font-weight: 500;
    padding: 0.7rem;
}

.register-sec {
    margin: 6rem 0;
}

.register-sec .heading {
    text-align: center;
    margin-bottom: 3rem;
}

.register-sec .heading h1 {
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--main-color);
}

.register-sec .steps-sec {
    display: flex;
    align-items: center;
}

.register-sec .steps-sec .steps {
    background: var(--main-color);
    width: 64%;
    margin: -1%;
    display: flex;
    padding: 2rem 5rem;
}

.register-sec .steps-sec .steps .step {
    display: flex;
    gap: 1rem;
}

.register-sec .steps-sec .steps .step h1 {
    font-size: 64px;
    font-weight: 900;
    color: var(--white);
}

.register-sec .steps-sec .steps .step p {
    font-size: 16px;
    font-weight: 500;
    width: 47%;
    color: var(--black);
}

.register-sec .steps-sec .step-img img {
    width: 235px;
    height: 227px;
    border: 16px solid #865DFF;
    border-radius: 50px;
}

.question-sec {
    margin: 5rem;
}

.question-sec .question-head {
    padding-bottom: 3rem;
}

.question-sec .question-head h1 {
    font-size: 40px;
    font-weight: 900;
    color: var(--main-color);
}

.question-sec .question .que {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: center;
}

.question-sec .question .que p {
    font-size: 20px;
    width: 30%;
    font-weight: 600;
    color: var(--black);
}

.app-section {
    margin-left: 8rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
    margin-right: 6rem;
}

.app-section .app {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-section .app .number h1 {
    font-size: 40px;
    font-weight: 900;
    color: var(--main-color);
    margin-bottom: 1rem;
}

.app-section .app .number p {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.app-section .app .driver-app p {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-color);
    margin-bottom: 1rem;
}

.app-section .app .driver-app .image img {
    margin-right: 1rem;
}


/* Driver Page Css End  */


/* Media Queries for all pages starts here */

@media screen and (max-width: 767px) {
    footer {
        background-color: #fff !important;
    }
    .questions .que-list .list ul .has-sub {
        width: 100%;
    }
    .header-right ul li.login .header-btns {
        padding: 5px 20px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1280px) {
    .banner-section-inner {
        min-height: 40rem;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
    .benefit-sec .container .left-content h1 {
        padding-left: 7rem;
    }
    .benefit-sec .container .left-content p {
        padding-left: 23rem;
    }
}

@media screen and (min-width: 1119px) and (max-width: 1280px) {
    .save_money_section .banner-details .banner-left .text {
        margin: 5.6rem 9.5rem;
    }
    .services-banner .right-sec .background .details {
        padding: 5rem;
    }
    .reach-us .reach-details .reach-head .image img {
        width: 295px;
        height: 500px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .follow-us .social-media {
        font-size: 50px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email .phone i {
        font-size: 50px;
    }
}

@media screen and (max-width: 1250px) {
    .cabby-with-logo {
        display: none;
    }
    .team-section .team-details .team-des .team-description .team-part .images img {
        width: 102px;
        height: 76px;
    }
}

@media screen and (max-width: 1119px) {
    .home-sec-pg-banner .banner-section-inner .banner-image-first {
        height: auto !important;
    }
    .team-section .team-details .team-des .team-description .team-part .images img {
        width: 93px;
        height: 70px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1122px) {
    .save_money_section .banner-details .banner-left .text {
        margin: 4.6rem 5.5rem;
    }
    .banner-right .banner-images {
        margin: 0;
    }
    .banner-right .banner-images .images .phone {
        width: 8rem;
    }
    .banner-right .banner-images .images .qrcode {
        width: 7rem;
    }
    .services-banner .right-sec .background .details {
        padding: 3.5rem;
    }
    .services-banner .right-sec .background .details h1 {
        font-size: 2.5rem;
    }
    .services-banner .right-sec .background .details h1 span {
        font-size: 2.5rem;
    }
    .services-banner .right-sec .background .details p {
        font-size: 1.3rem;
    }
    .services-banner .right-sec .background .details span {
        font-size: 1rem;
    }
    .services-banner .right-sec .background .details .btn a {
        font-size: 1rem;
    }
    .questions {
        margin: 4.5rem;
    }
    .questions .heading h1 {
        font-size: 3.5rem;
    }
    .reach-us .reach-details .reach-head .image img {
        width: 270px;
        height: 460px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .follow-us .social-media {
        font-size: 40px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email .phone i {
        font-size: 45px;
    }
    .reach-us {
        margin-bottom: 10rem;
    }
    .main-driver .dri-con .sec1 .detail-sec h1 {
        font-size: 34px;
    }
    .main-driver .dri-con .sec1 .detail-sec p {
        font-size: 18px;
        width: 80%;
    }
    .image-sec .content p {
        font-size: 22px;
        padding-left: 6rem;
    }
    .benefit-sec .container {
        gap: 2rem;
        width: 97%;
    }
    .benefit-sec .container .left-content h1 {
        font-size: 26px;
        padding-left: 2rem;
    }
    .benefit-sec .container .left-content p {
        padding-left: 10rem;
    }
    .register-sec .steps-sec {
        width: 97%;
    }
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
    .save_money_section .banner-details .banner-left .text {
        margin: 4.6rem 5.5rem;
    }
    .banner-right .banner-images .phone {
        width: 6rem;
    }
    .banner-right .banner-images .qr {
        width: 6rem;
        margin-bottom: 1rem !important;
    }
    .banner-right {
        gap: 0;
    }
    .banner-right .banner-number .number h1 {
        font-size: 3.5rem;
    }
    .services-banner .right-sec .background .details {
        padding: 3.5rem;
    }
    .services-banner .right-sec .background .details h1 {
        font-size: 2.2rem;
    }
    .services-banner .right-sec .background .details h1 span {
        font-size: 2.2rem;
    }
    .services-banner .right-sec .background .details p {
        font-size: 1.1rem;
    }
    .services-banner .right-sec .background .details span {
        font-size: 0.9rem;
    }
    .services-banner .right-sec .background .details .btn a {
        font-size: 0.9rem;
    }
    .download-main .download-details {
        padding: 2.5rem;
    }
    .download-main .download-details .qr-with-detais {
        gap: 1.2rem;
    }
    .download-main .download-details .qr-with-detais .text {
        width: 53%;
    }
    .download-main .download-details .search-download h1 {
        font-size: 1.5rem;
    }
    .questions {
        margin: 4.5rem;
    }
    .questions .heading h1 {
        font-size: 3.1rem;
    }
    .footer .footer-content {
        padding: 3rem 1rem;
    }
    .main-about-section .about-details .about-heading h1 {
        font-size: 44px;
        width: 100%;
    }
    .main-about-section .about-details .about-description .number-app .drivers-app p {
        font-size: 14px;
    }
    .team-section .team-details .team-heading h1 {
        font-size: 44px;
        width: 100%;
    }
    .team-section .team-details .team-des .team-description .team-part .para p {
        font-size: 16px;
    }
    .team-section .team-details .team-des .team-description .team-part .images {
        gap: 0.5rem;
    }
    .reach-us .reach-details .reach-des .divider {
        width: 601px;
    }
    .reach-us .reach-details .reach-head h1 {
        font-size: 44px;
    }
    .reach-us .reach-details .reach-head .image img {
        width: 230px;
        height: 430px;
        border-radius: 70px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email .phone i {
        font-size: 40px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .follow-us .social-media {
        padding: 0.8rem;
        font-size: 40px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email {
        margin-top: 4rem;
    }
    .reach-us {
        margin-bottom: 10rem;
    }
    .main-driver .dri-con .sec1 .qr-sec {
        padding-left: 2rem;
    }
    .benefit-sec .container {
        gap: 2rem;
        width: 97%;
    }
    .benefit-sec .container .left-content h1 {
        font-size: 23px;
        padding-left: 2rem;
    }
    .benefit-sec .container .left-content p {
        padding-left: 8rem;
        font-size: 14px;
    }
    .benefit-sec .container .right-boxes .boxes .box {
        width: 140px;
        height: 150px;
    }
    .benefit-sec .container .right-boxes .boxes .box img {
        padding: 0.5rem;
    }
    .benefit-sec .container .right-boxes .boxes .box p {
        font-size: 12px;
    }
    .register-sec .steps-sec {
        width: 97%;
    }
    .register-sec .steps-sec .step-img img {
        width: 215px;
        height: 207px;
    }
    .register-sec .steps-sec .steps .step p {
        font-size: 14px;
        width: 55%;
    }
    .question-sec .question-head h1 {
        font-size: 34px;
    }
    .question-sec .question .que p {
        font-size: 18px;
        width: 40%;
    }
    .app-section {
        margin-left: 6rem;
        margin-right: 1rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .save_money_section .banner-details {
        display: block;
    }
    .save_money_section .banner-details .banner-left {
        border-radius: 80px;
        width: 100%;
    }
    .banner-right {
        width: 100%;
    }
    .save_money_section {
        display: block;
    }
    .services-banner .right-sec .background .details {
        padding: 3.2rem;
    }
    .services-banner .right-sec .background .details h1 {
        font-size: 2rem;
    }
    .services-banner .right-sec .background .details h1 span {
        font-size: 2rem;
    }
    .services-banner .right-sec .background .details p {
        font-size: 1rem;
    }
    .services-banner .right-sec .background .details span {
        font-size: 0.7rem;
    }
    .services-banner .right-sec .background .details .btn a {
        font-size: 0.7rem;
    }
    .download-main .download-details {
        padding: 2rem;
    }
    .download-main .download-details .qr-with-detais {
        gap: 1rem;
    }
    .download-main .download-details .qr-with-detais .text {
        width: 50%;
    }
    .download-main .download-details .qr-with-detais .text h1 {
        font-size: 2.5rem;
    }
    .download-main .download-details .qr-with-detais img {
        width: 9rem;
        height: 9rem;
    }
    .download-main .download-details .search-download h1 {
        font-size: 1.3rem;
    }
    .questions {
        margin: 4.5rem;
    }
    .questions .heading h1 {
        font-size: 3.5rem;
    }
    .questions .que-list .list h1 {
        font-size: 1rem;
    }
    .footer .footer-content {
        padding: 3rem 1rem;
    }
    .footer .footer-content .footer-part1 {
        width: 30%;
        padding: 3rem;
        padding-bottom: 0rem;
        padding-right: 0rem;
    }
    .footer .footer-content .footer-part2 {
        width: 70%;
    }
    .footer .footer-content .footer-part2 .heading h1 {
        font-size: 3rem;
    }
    .footer .footer-content .footer-part2 .download-app {
        gap: 1.5rem;
    }
    .footer .footer-content .footer-part2 .button {
        text-align: end;
        margin: 3rem;
    }
    .footer .footer-content .footer-part2 .download-app .driver-app p {
        font-size: 0.9rem;
    }
    .main-about-section .about-details .about-heading h1 {
        font-size: 34px;
        width: 100%;
    }
    .main-about-section .about-details .about-description .description p {
        font-size: 14px;
    }
    .main-about-section .about-details .about-description .number-app .number p {
        font-size: 14px;
    }
    .main-about-section .about-details .about-description .number-app .drivers-app p {
        font-size: 12px;
    }
    .team-section .team-details .team-heading h1 {
        font-size: 34px;
        width: 100%;
    }
    .team-section .team-details .team-des .team-description .team-part .para p {
        font-size: 14px;
    }
    .team-section .team-details .team-des .team-description .team-part .images {
        display: block;
        margin: 1.5rem 0;
        text-align: start;
    }
    .team-section .team-details .team-des .team-description .team-part .images img {
        width: 145px;
        height: 100px;
    }
    .reach-us .reach-details .reach-head h1 {
        font-size: 34px;
    }
    .reach-us .reach-details .reach-des .head h1 {
        font-size: 22px;
    }
    .reach-us .reach-details .reach-des .divider {
        width: 510px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .para p {
        font-size: 15px;
        margin: 1rem 0;
    }
    .reach-us .reach-details .reach-head .image img {
        width: 200px;
        height: 350px;
        border-radius: 50px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email .phone i {
        font-size: 40px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .follow-us .social-media {
        padding: 0.8rem;
        font-size: 30px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email {
        margin-top: 3rem;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email .phone p {
        font-size: 16px;
        margin: 1rem 0;
    }
    .reach-us {
        margin-bottom: 7rem;
    }
    .main-driver .dri-con .sec1 .qr-sec img {
        width: 160px;
    }
    .main-driver .dri-con .sec1 .detail-sec h1 {
        font-size: 25px;
        width: 100%;
    }
    .main-driver .dri-con .sec1 .detail-sec p {
        font-size: 12px;
        width: 80%;
    }
    .main-driver .dri-con .sec1 .detail-sec .app img {
        width: 42%;
    }
    .main-driver .qualities .qua h1 {
        font-size: 15px;
    }
    .image-sec .content p {
        font-size: 16px;
        padding-left: 3rem;
    }
    .main-driver .dri-con .sec1 .qr-sec {
        padding-left: 2rem;
    }
    .benefit-sec .container {
        gap: 2rem;
        width: 97%;
    }
    .benefit-sec .container .left-content h1 {
        font-size: 19px;
        padding-left: 2rem;
    }
    .benefit-sec .container .left-content p {
        padding-left: 8rem;
        font-size: 11px;
    }
    .benefit-sec .container .right-boxes .boxes .box {
        width: 140px;
        height: 150px;
    }
    .benefit-sec .container .right-boxes .boxes .box img {
        padding: 0.5rem;
    }
    .benefit-sec .container .right-boxes .boxes .box p {
        font-size: 11px;
    }
    .register-sec .steps-sec {
        width: 97%;
    }
    .register-sec .steps-sec .step-img img {
        width: 200px;
        height: 195px;
    }
    .register-sec .steps-sec .steps .step {
        gap: 0.5rem;
    }
    .register-sec .steps-sec .steps {
        padding: 2rem 3rem;
    }
    .register-sec .steps-sec .steps .step p {
        font-size: 14px;
        width: 55%;
    }
    .question-sec .question-head h1 {
        font-size: 28px;
    }
    .question-sec .question .que p {
        font-size: 16px;
        width: 45%;
    }
    .app-section {
        margin-left: 5rem;
        margin-right: 1rem;
    }
}

@media screen and (min-width: 425px) and (max-width: 768px) {
    .save_money_section .banner-details .banner-left {
        border-radius: 60px;
        width: 100%;
    }
    .banner-right {
        width: 100%;
    }
    .services-banner .image img {
        border-radius: 60px;
    }
    .services-banner .right-sec .background {
        margin-left: 0%;
        width: 100%;
        border-radius: 60px;
    }
    .services-banner .right-sec .background .details {
        padding: 3.2rem;
        text-align: center;
    }
    .services-banner .right-sec .background .details h1 {
        font-size: 2.2rem;
    }
    .services-banner .right-sec .background .details h1 span {
        font-size: 2.2rem;
    }
    .services-banner .right-sec .background .details p {
        font-size: 1.2rem;
    }
    .services-banner .right-sec .background .details span {
        font-size: 0.9rem;
    }
    .services-banner .right-sec .background .details .btn a {
        font-size: 0.9rem;
    }
    .services-details h1 {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 768px) {
    .header-left .logo{
        margin-left: 0;
        padding-left: 0;
    }
    .home-sec-pg-banner.--custom{
        min-height: unset !important;
    }
    .banner-image-first img{
        height: unset !important;
    }
    .image-sec .content {
        position: absolute;
        bottom: 75px;
        width: 75%;
    }    
    .save_money_section {
        display: block;
    }
    .save_money_section .banner-details {
        display: block;
    }
    .services-banner {
        display: block;
    }
    .main-about-section .about-details {
        display: block;
    }
    .main-about-section .about-details .about-heading {
        width: 100%;
    }
    .main-about-section .about-details .about-heading h1 {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .main-about-section .about-details .about-description {
        width: 100%;
    }
    .team-section .team-details {
        display: block;
    }
    .team-section .team-details .team-heading {
        width: 100%;
    }
    .team-section .team-details .team-heading h1 {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .team-section .team-details .team-des {
        width: 100%;
    }
    .reach-us {
        margin-bottom: 7rem;
    }
    .reach-us .reach-details {
        display: block;
    }
    .reach-us .reach-details .reach-head {
        width: 100%;
    }
    .reach-us .reach-details .reach-des {
        width: 100%;
    }
    .reach-us .reach-details .reach-head .image img {
        width: 100%;
        height: 100%;
    }
    .team-section .team-details .team-des .team-description {
        display: block;
    }
    .team-section .team-details .team-des .team-description .team-part {
        width: 100%;
    }
    .team-section .team-details .team-des .team-description .team-part .para {
        width: 100%;
    }
    .about-banner-section .about-container .about-image img {
        border-radius: 0 0 70px 70px;
    }
    .image-section .image img {
        border-radius: 70px 70px 0 0;
    }
    .download-main {
        display: block;
    }
    .download-main .images {
        width: 100%;
    }
    .main-driver .dri-con {
        display: block;
    }
    .main-driver .dri-con .sec1 {
        width: 100%;
        padding: 2.5rem 0;
        border-radius: 60px;
    }
    .main-driver .dri-con .sec2 {
        width: 100%;
    }
    .main-driver .dri-con .sec2 .image img {
        border-radius: 60px;
    }
    .main-driver .qualities .qua {
        align-items: center;
        gap: 0.5rem;
    }
    .benefit-sec .container {
        display: block;
    }
    .benefit-sec .container .left-content {
        width: 100%;
    }
    .benefit-sec .container .left-content h1 {
        padding: 0 3rem;
        font-size: 30px;
        text-align: left;
    }
    .benefit-sec .container .left-content p {
        padding: 1rem 3rem;
        text-align: left;
        width: 70%;
    }
    .benefit-sec .container .right-boxes {
        width: 100%;
    }
}

@media screen and (min-width: 562px) and (max-width: 768px) {
    .services-box {
        margin: 0;
        display: block;
        font-weight: normal;
    }
    .services-box .container {
        margin: 1.5rem;
        gap: 1.5rem;
    }
    .services-box .container .box {
        padding: 1.5rem;
    }
    .services-box .container .box h1 {
        font-size: 1.7rem;
    }
    .services-box .container .box p {
        font-size: 1rem;
        font-weight: normal;
    }
    .download-main {
        border-radius: 3.5rem;
    }
    .download-main .images .custom_shadow_image {
        border-radius: 3.5rem;
        width: 100%;
    }
    .download-main .download-details {
        width: 85%;
        padding: 2rem;
    }
    .download-main .download-details .qr-with-detais .text {
        width: 50%;
    }
    .questions {
        margin: 4rem;
    }
    .questions .heading h1 {
        font-size: 3rem;
    }
    .questions .que-list {
        gap: 1rem;
    }
    .questions .que-list .list h1 {
        font-size: 0.9rem;
    }
    .footer .footer-content {
        padding: 2.5rem 1rem;
    }
    .footer .footer-content .footer-part1 {
        width: 30%;
        padding-top: 3rem;
        padding-bottom: 0rem;
        padding-right: 0rem;
        padding-left: 1.5rem;
    }
    .footer .footer-content .footer-part1 .number h1 {
        font-size: 3rem;
    }
    .footer .footer-content .footer-part1 .number p {
        font-size: 0.9rem;
    }
    .footer .footer-content .footer-part1 .details a {
        font-size: 0.9rem;
    }
    .footer .footer-content .footer-part2 {
        width: 75%;
    }
    .footer .footer-content .footer-part2 .heading h1 {
        font-size: 2.5rem;
    }
    .footer .footer-content .footer-part2 .download-app {
        display: block;
    }
    .footer .footer-content .footer-part2 .button {
        text-align: start;
        margin: 2rem 0;
    }
    .footer .footer-content .footer-part2 .button a {
        margin: 0;
    }
    .footer .footer-content .footer-part2 .download-app .driver-app p {
        font-size: 0.9rem;
    }
    .reach-us .reach-details .reach-des .divider {
        width: 500px;
    }
    .main-driver .qualities .qua h1 {
        font-size: 12px;
    }
    .main-driver .dri-con .sec1 {
        padding: 2rem 0;
    }
    .main-driver .dri-con .sec1 .qr-sec {
        padding-left: 3rem;
    }
    .main-driver .dri-con .sec1 .qr-sec img {
        width: 190px;
    }
    .main-driver .dri-con .sec1 .detail-sec h1 {
        font-size: 34px;
        width: 90%;
    }
    .main-driver .dri-con .sec1 .detail-sec p {
        font-size: 18px;
        width: 70%;
    }
    .main-driver .qualities .qua img {
        width: 60px;
    }
    .image-sec .content img {
        width: 200px;
        height: 200px;
        padding-top: 65px;
    }
    .image-sec .content {
        gap: 0;
    }
    .image-sec .content p {
        font-size: 17px;
        padding-left: 2rem;
    }
    .benefit-sec .container .left-content h1 {
        font-size: 28px;
    }
    .benefit-sec .container .left-content p {
        font-size: 14px;
    }
    .benefit-sec .container .right-boxes .boxes {
        padding-left: 3rem;
        width: 85%;
    }
    .benefit-sec .container .right-boxes .boxes .box {
        width: 150px;
    }
    .register-sec .steps-sec .step-img img {
        width: 160px;
        height: 150px;
    }
    .register-sec .steps-sec .steps {
        margin: -2%;
        padding: 1rem 1rem;
    }
    .register-sec .steps-sec .steps .step {
        gap: 0.5rem;
    }
    .register-sec .steps-sec .steps .step p {
        font-size: 12px;
        width: 65%;
    }
    .register-sec .steps-sec .steps .step h1 {
        font-size: 50px;
    }
    .register-sec .steps-sec {
        width: 95%;
    }
    .question-sec {
        margin: 2rem;
    }
    .question-sec .question-head h1 {
        font-size: 34px;
    }
    .question-sec .question .que p {
        font-size: 18px;
        width: 60%;
    }
    .app-section {
        margin-left: 2rem;
        margin-top: 4rem;
        margin-bottom: 0rem;
        margin-right: 2rem;
    }
}

@media screen and (min-width: 425px) and (max-width: 562px) {
    .banner-right {
        display: block;
    }
    .banner-right .divider {
        display: none;
    }
    .services-details h1 {
        font-size: 3rem;
    }
    .services-box {
        margin: 0.5rem;
    }
    .services-box .container {
        display: block;
    }
    .services-box .container .box {
        width: 84%;
        margin: 1.3rem 0;
    }
    .services-box .container .box h1 {
        font-size: 1.8rem;
    }
    .services-box .container .box p {
        font-size: 0.9rem;
    }
    .download-main {
        border-radius: 4rem;
    }
    .download-main .images .custom_shadow_image {
        border-radius: 4rem;
        width: 100%;
    }
    .download-main .download-details {
        width: 80%;
        padding: 2rem;
    }
    .download-main .download-details .qr-with-detais img {
        width: 10rem;
        height: 10rem;
    }
    .download-main .download-details .qr-with-detais .text h1 {
        font-size: 2.3rem;
    }
    .download-main .download-details .search-download h1 {
        font-size: 1.3rem;
    }
    .questions {
        margin: 3rem;
    }
    .questions .heading h1 {
        font-size: 2.3rem;
    }
    .questions .que-list {
        gap: 1rem;
    }
    .questions .que-list .list h1 {
        font-size: 0.8rem;
    }
    .footer .footer-content {
        padding: 2.5rem 1rem;
    }
    .footer .footer-content .footer-part1 {
        width: 35%;
        padding-top: 3rem;
        padding-bottom: 0rem;
        padding-right: 0rem;
        padding-left: 0.5rem;
    }
    .footer .footer-content .footer-part1 .number h1 {
        font-size: 3rem;
    }
    .footer .footer-content .footer-part1 .number p {
        font-size: 0.9rem;
    }
    .footer .footer-content .footer-part1 .details a {
        font-size: 0.9rem;
    }
    .footer .footer-content .footer-part2 {
        width: 75%;
    }
    .footer .footer-content .footer-part2 .heading h1 {
        font-size: 2.5rem;
    }
    .footer .footer-content .footer-part2 .download-app {
        display: block;
    }
    .footer .footer-content .footer-part2 .button {
        text-align: start;
        margin: 2rem 0;
    }
    .footer .footer-content .footer-part2 .button a {
        margin: 0;
    }
    .footer .footer-content .footer-part2 .download-app .driver-app p {
        font-size: 0.9rem;
    }
    .main-about-section .about-details .about-description .divider {
        width: 285px;
    }
    .team-section .team-details .team-des .divider {
        width: 250px;
    }
    .reach-us .reach-details .reach-des .divider {
        width: 330px;
    }
    .main-about-section .about-details .about-heading h1 {
        font-size: 34px;
    }
    .main-about-section .about-details .about-description .description p {
        font-size: 16px;
    }
    .team-section .team-details .team-heading h1 {
        font-size: 34px;
    }
    .team-section .team-details .team-des .team-description .team-part .para p {
        font-size: 16px;
    }
    .reach-us .reach-details .reach-head h1 {
        font-size: 34px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .para p {
        font-size: 16px;
        margin: 1rem 0;
    }
    .reach-us .reach-details .reach-head .image img {
        border-radius: 70px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email {
        margin-top: 3rem;
        margin-bottom: 1rem;
        gap: 2rem;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email .phone i {
        font-size: 50px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email .phone p {
        font-size: 16px;
        margin: 1rem 0;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .follow-us .social-media {
        padding: 1rem;
        font-size: 35px;
    }
    .main-driver .dri-con .sec1 {
        padding: 2rem 0;
    }
    .main-driver .dri-con .sec1 .qr-sec {
        padding-left: 1.5rem;
    }
    .main-driver .dri-con .sec1 .qr-sec img {
        width: 160px;
    }
    .main-driver .dri-con .sec1 .detail-sec h1 {
        font-size: 23px;
        width: 90%;
    }
    .main-driver .dri-con .sec1 .detail-sec p {
        font-size: 14px;
        width: 90%;
    }
    .main-driver .qualities {
        display: block;
    }
    .main-driver .qualities .qua {
        text-align: start;
        width: 70%;
        padding: 0.5rem 4rem;
    }
    .image-sec .content img {
        width: 180px;
        height: 180px;
        padding-top: 80px;
    }
    .image-sec .content {
        gap: 0;
    }
    .image-sec .content p {
        font-size: 13px;
        padding-left: 1rem;
    }
    .benefit-sec .container .left-content h1 {
        font-size: 25px;
    }
    .benefit-sec .container .left-content p {
        font-size: 13px;
    }
    .benefit-sec .container .right-boxes .boxes {
        padding-left: 3rem;
        width: 100%;
        display: block;
    }
    .benefit-sec .container .right-boxes .boxes .box {
        width: 80%;
        margin-bottom: 1rem;
    }
    .register-sec .steps-sec .step-img img {
        width: 160px;
        height: 150px;
    }
    .register-sec .steps-sec .steps {
        margin: -2%;
        padding: 1rem 1rem;
    }
    .register-sec .steps-sec .steps .step {
        gap: 0.5rem;
    }
    .register-sec .steps-sec .steps .step p {
        font-size: 12px;
        width: 65%;
    }
    .register-sec .steps-sec .steps .step h1 {
        font-size: 50px;
    }
    .register-sec .steps-sec {
        width: 95%;
    }
    .question-sec {
        margin: 2rem;
    }
    .question-sec .question-head h1 {
        font-size: 34px;
    }
    .question-sec .question .que p {
        font-size: 14px;
        width: 65%;
    }
    .app-section {
        margin-left: 2rem;
        margin-top: 4rem;
        margin-bottom: 0rem;
        margin-right: 2rem;
    }
    .app-section .app {
        display: block;
        text-align: center;
    }
    .app-section .app .number {
        margin-bottom: 1rem;
    }
    .app-section .app .driver-app {
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 425px) {
    .header-right ul li{
        padding: 0 10px  0 0 !important;
    }
    .header-left .logo a {
        width: 100px;
    }
}
@media screen and (min-width: 375px) and (max-width: 425px) {
    .save_money_section .banner-details .banner-left {
        border-radius: 40px;
        width: 100%;
    }
    .banner-right {
        width: 100%;
    }
    .save_money_section .banner-details .banner-left .text h1 {
        font-size: 4rem;
    }
    .save_money_section .banner-details .banner-left .text h3 {
        font-size: 1rem;
        margin-top: -0.5rem;
    }
    .save_money_section .banner-details .banner-left .text h2 {
        font-size: 1.7rem;
    }
    .banner-right {
        display: block;
    }
    .banner-right .divider {
        display: none;
    }
    .services-banner .image img {
        border-radius: 40px;
    }
    .services-banner .right-sec .background {
        margin-left: 0%;
        width: 100%;
        border-radius: 40px;
    }
    .services-banner .right-sec .background .details {
        padding: 3rem;
        text-align: center;
    }
    .services-banner .right-sec .background .details h1 {
        font-size: 1.8rem;
    }
    .services-banner .right-sec .background .details h1 span {
        font-size: 1.8rem;
    }
    .services-banner .right-sec .background .details p {
        font-size: 1.1rem;
    }
    .services-banner .right-sec .background .details span {
        font-size: 0.7rem;
    }
    .services-banner .right-sec .background .details .btn a {
        font-size: 0.7rem;
    }
    .services-details h1 {
        font-size: 2.6rem;
    }
    .services-box {
        margin: 0.5rem;
    }
    .services-box .container {
        display: block;
    }
    .services-box .container .box {
        width: 84%;
        margin: 1.3rem 0;
    }
    .services-box .container .box h1 {
        font-size: 1.8rem;
    }
    .services-box .container .box p {
        font-size: 0.9rem;
    }
    .download-main {
        border-radius: 3rem;
    }
    .download-main .images .custom_shadow_image {
        border-radius: 3rem;
        width: 100%;
    }
    .download-main .download-details {
        width: 80%;
        padding: 2rem;
    }
    .download-main .download-details .qr-with-detais img {
        width: 8rem;
        height: 8rem;
    }
    .download-main .download-details .qr-with-detais .text h1 {
        font-size: 1.8rem;
    }
    .download-main .download-details .search-download h1 {
        font-size: 1rem;
    }
    .questions {
        margin: 2rem;
    }
    .questions .heading h1 {
        font-size: 2rem;
    }
    .questions .que-list {
        display: block;
    }
    .questions .que-list .list {
        width: 100%;
    }
    .questions .que-list .list h1 {
        font-size: 0.8rem;
    }
    .footer .footer-content {
        padding: 1rem;
        display: block;
        text-align: center;
    }
    .footer .footer-content .footer-part1 {
        width: 100%;
        padding: 2rem 0;
    }
    .footer .footer-content .footer-part1 .number h1 {
        font-size: 3rem;
    }
    .footer .footer-content .footer-part1 .number p {
        font-size: 0.9rem;
    }
    .footer .footer-content .footer-part1 .details a {
        font-size: 0.9rem;
    }
    .footer .footer-content .footer-part2 {
        width: 100%;
    }
    .footer .footer-content .footer-part2 .heading h1 {
        font-size: 2.5rem;
    }
    .footer .footer-content .footer-part2 .download-app {
        display: block;
    }
    .footer .footer-content .footer-part2 .button {
        text-align: center;
        margin: 2rem 0;
    }
    .footer .footer-content .footer-part2 .button a {
        margin: 0;
    }
    .footer .footer-content .footer-part2 .download-app .driver-app p {
        font-size: 0.9rem;
    }
    .main-about-section .about-details .about-description .divider {
        width: 285px;
    }
    .team-section .team-details .team-des .divider {
        width: 250px;
    }
    .reach-us .reach-details .reach-des .divider {
        width: 330px;
    }
    .main-about-section .about-details .about-heading h1 {
        font-size: 34px;
    }
    .main-about-section .about-details .about-description .number-app {
        display: block;
        text-align: center;
    }
    .main-about-section .about-details .about-description .number-app .number {
        padding: 1rem 0;
    }
    .main-about-section .about-details .about-description .number-app .drivers-app {
        padding: 1rem 0;
    }
    .main-about-section .about-details .about-description .description p {
        font-size: 16px;
    }
    .team-section .team-details .team-heading h1 {
        font-size: 34px;
    }
    .team-section .team-details .team-des .team-description .team-part .para p {
        font-size: 16px;
    }
    .reach-us .reach-details .reach-head h1 {
        font-size: 34px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .para p {
        font-size: 16px;
        margin: 1rem 0;
    }
    .reach-us .reach-details .reach-head .image img {
        border-radius: 70px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email {
        margin-top: 3rem;
        margin-bottom: 1rem;
        gap: 2rem;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email .phone i {
        font-size: 50px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email .phone p {
        font-size: 16px;
        margin: 1rem 0;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .follow-us .social-media {
        padding: 1rem;
        font-size: 35px;
    }
    .main-driver .dri-con .sec1 {
        padding: 2rem 0;
    }
    .main-driver .dri-con .sec1 .qr-sec {
        padding-left: 1.5rem;
    }
    .main-driver .dri-con .sec1 .qr-sec img {
        width: 160px;
    }
    .main-driver .dri-con .sec1 .detail-sec h1 {
        font-size: 23px;
        width: 90%;
    }
    .main-driver .dri-con .sec1 .detail-sec p {
        font-size: 14px;
        width: 90%;
    }
    .main-driver .qualities {
        display: block;
    }
    .main-driver .qualities .qua {
        text-align: start;
        width: 70%;
        padding: 0.5rem 4rem;
    }
    .image-sec .content img {
        width: 180px;
        height: 180px;
        padding-top: 80px;
    }
    .image-sec .content {
        gap: 0;
    }
    .image-sec .content p {
        font-size: 13px;
        padding-left: 1rem;
    }
    .benefit-sec .container .left-content h1 {
        font-size: 25px;
    }
    .benefit-sec .container .left-content p {
        font-size: 13px;
    }
    .benefit-sec .container .right-boxes .boxes {
        padding-left: 3rem;
        width: 100%;
        display: block;
    }
    .benefit-sec .container .right-boxes .boxes .box {
        width: 80%;
        margin-bottom: 1rem;
    }
    .register-sec .steps-sec .step-img img {
        width: 160px;
        height: 150px;
    }
    .register-sec .steps-sec .steps {
        margin: -2%;
        padding: 1rem 1rem;
    }
    .register-sec .steps-sec .steps .step {
        gap: 0.5rem;
    }
    .register-sec .steps-sec .steps .step p {
        font-size: 12px;
        width: 65%;
    }
    .register-sec .steps-sec .steps .step h1 {
        font-size: 50px;
    }
    .register-sec .steps-sec {
        width: 95%;
    }
    .question-sec {
        margin: 2rem;
    }
    .question-sec .question-head h1 {
        font-size: 28px;
    }
    .question-sec .question .que p {
        font-size: 12px;
        width: 75%;
    }
    .app-section {
        margin-left: 2rem;
        margin-top: 4rem;
        margin-bottom: 0rem;
        margin-right: 2rem;
    }
    .app-section .app {
        display: block;
        text-align: center;
    }
    .app-section .app .number {
        margin-bottom: 1rem;
    }
    .app-section .app .driver-app {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
    .header-left .logo a {
        width: 92px !important;
    } 
    .header-right ul li.login .header-btns {
        padding: 5px 10px !important;
    }
    .save_money_section .banner-details .banner-left {
        border-radius: 40px;
        width: 100%;
    }
    .banner-right {
        width: 100%;
    }
    .save_money_section .banner-details .banner-left .text {
        margin: 3.6rem 13.5rem;
    }
    .save_money_section .banner-details .banner-left .text h1 {
        font-size: 4rem;
    }
    .save_money_section .banner-details .banner-left .text h3 {
        font-size: 1rem;
        margin-top: -0.5rem;
    }
    .save_money_section .banner-details .banner-left .text h2 {
        font-size: 1.7rem;
    }
    .banner-right {
        display: block;
    }
    .banner-right .divider {
        display: none;
    }
    .services-banner .image img {
        border-radius: 40px;
    }
    .services-banner .right-sec .background {
        margin-left: 0%;
        width: 100%;
        border-radius: 40px;
    }
    .services-banner .right-sec .background .details {
        padding: 2rem;
        text-align: center;
    }
    .services-banner .right-sec .background .details h1 {
        font-size: 1.8rem;
    }
    .services-banner .right-sec .background .details h1 span {
        font-size: 1.8rem;
    }
    .services-banner .right-sec .background .details p {
        font-size: 1.1rem;
    }
    .services-banner .right-sec .background .details span {
        font-size: 0.7rem;
    }
    .services-banner .right-sec .background .details .btn a {
        font-size: 0.7rem;
    }
    .services-details h1 {
        font-size: 2rem;
    }
    .services-box {
        margin: 0;
    }
    .services-box .container {
        display: block;
    }
    .services-box .container .box {
        width: 75%;
        margin: 1.3rem 0;
    }
    .services-box .container .box h1 {
        font-size: 1.4rem;
    }
    .services-box .container .box p {
        font-size: 0.7rem;
    }
    .download-main {
        border-radius: 2.8rem;
    }
    .download-main .images .custom_shadow_image {
        border-radius: 2.8rem;
        width: 100%;
    }
    .download-main .download-details {
        width: 80%;
        padding: 2rem;
    }
    .download-main .download-details .qr-with-detais img {
        width: 8rem;
        height: 8rem;
    }
    .download-main .download-details .qr-with-detais .text h1 {
        font-size: 1.8rem;
    }
    .download-main .download-details .search-download h1 {
        font-size: 1rem;
    }
    .questions {
        margin: 2rem;
    }
    .questions .heading h1 {
        font-size: 2rem;
    }
    .questions .que-list {
        display: block;
    }
    .questions .que-list .list {
        width: 100%;
    }
    .questions .que-list .list h1 {
        font-size: 0.8rem;
    }
    .footer .footer-content {
        padding: 1rem;
        display: block;
        text-align: center;
    }
    .footer .footer-content .footer-part1 {
        width: 100%;
        padding: 2rem 0;
    }
    .footer .footer-content .footer-part1 .number h1 {
        font-size: 3rem;
    }
    .footer .footer-content .footer-part1 .number p {
        font-size: 0.9rem;
    }
    .footer .footer-content .footer-part1 .details a {
        font-size: 0.9rem;
    }
    .footer .footer-content .footer-part2 {
        width: 100%;
    }
    .footer .footer-content .footer-part2 .heading h1 {
        font-size: 2.5rem;
    }
    .footer .footer-content .footer-part2 .download-app {
        display: block;
    }
    .footer .footer-content .footer-part2 .button {
        text-align: center;
        margin: 3rem 0;
    }
    .footer .footer-content .footer-part2 .button a {
        margin: 0;
    }
    .footer .footer-content .footer-part2 .download-app .driver-app p {
        font-size: 0.9rem;
    }
    .main-about-section .about-details .about-description .divider {
        width: 285px;
    }
    .team-section .team-details .team-des .divider {
        width: 250px;
    }
    .reach-us .reach-details .reach-des .divider {
        width: 280px;
    }
    .main-about-section .about-details .about-heading h1 {
        font-size: 34px;
    }
    .main-about-section .about-details .about-description .number-app {
        display: block;
        text-align: center;
    }
    .main-about-section .about-details .about-description .number-app .number {
        padding: 1rem 0;
    }
    .main-about-section .about-details .about-description .number-app .drivers-app {
        padding: 1rem 0;
    }
    .main-about-section .about-details .about-description .description p {
        font-size: 16px;
    }
    .team-section .team-details .team-heading h1 {
        font-size: 34px;
    }
    .team-section .team-details .team-des .team-description .team-part .para p {
        font-size: 16px;
    }
    .reach-us .reach-details .reach-head h1 {
        font-size: 34px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .para p {
        font-size: 16px;
        margin: 1rem 0;
    }
    .reach-us .reach-details .reach-head .image img {
        border-radius: 70px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email {
        margin-top: 3rem;
        margin-bottom: 1rem;
        gap: 2rem;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email .phone i {
        font-size: 40px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email .phone p {
        font-size: 12px;
        margin: 1rem 0;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .follow-us .social-media {
        padding: 0.8rem;
        font-size: 30px;
    }
    .team-section .team-details .team-des .team-description .team-part .images {
        display: block;
    }
    .team-section .team-details .team-des .team-description .team-part .images img {
        width: 100%;
        height: 100%;
    }
    .main-driver .dri-con .sec1 {
        padding: 2rem 0;
        display: block;
        text-align: center;
        border-radius: 40px;
    }
    .main-driver .dri-con .sec2 .image img {
        border-radius: 40px;
    }
    .main-driver .dri-con .sec1 .qr-sec {
        padding-left: 0;
    }
    .main-driver .dri-con .sec1 .qr-sec img {
        width: 160px;
    }
    .main-driver .dri-con .sec1 .detail-sec {
        width: 100%;
        padding: 1rem;
    }
    .main-driver .dri-con .sec1 .detail-sec h1 {
        font-size: 23px;
        width: 90%;
    }
    .main-driver .dri-con .sec1 .detail-sec p {
        font-size: 14px;
        width: 90%;
    }
    .main-driver .qualities {
        display: block;
    }
    .main-driver .qualities .qua {
        text-align: start;
        width: 70%;
        padding: 0.5rem 2rem;
    }
    .image-sec .content img {
        width: 140px;
        height: 140px;
        padding-top: 130px;
    }
    .image-sec .content {
        gap: 0;
    }
    .image-sec .content p {
        font-size: 13px;
        padding-left: 1rem;
    }
    .benefit-sec .container .left-content h1 {
        font-size: 25px;
        padding: 0 2rem;
    }
    .benefit-sec .container .left-content p {
        font-size: 13px;
        padding: 1rem 2rem;
    }
    .benefit-sec .container .right-boxes .boxes {
        padding-left: 2rem;
        width: 100%;
        display: block;
    }
    .benefit-sec .container .right-boxes .boxes .box {
        width: 80%;
        margin-bottom: 1rem;
    }
    .register-sec .steps-sec .step-img img {
        width: 160px;
        height: 150px;
    }
    .register-sec .steps-sec .steps {
        margin: -2%;
        padding: 1rem 1rem;
    }
    .register-sec .steps-sec .steps .step {
        gap: 0.5rem;
    }
    .register-sec .steps-sec .steps .step p {
        font-size: 12px;
        width: 65%;
    }
    .register-sec .steps-sec .steps .step h1 {
        font-size: 50px;
    }
    .register-sec .steps-sec {
        width: 95%;
    }
    .question-sec {
        margin: 2rem;
    }
    .question-sec .question-head h1 {
        font-size: 28px;
    }
    .question-sec .question .que p {
        font-size: 12px;
        width: 75%;
    }
    .app-section {
        margin-left: 2rem;
        margin-top: 4rem;
        margin-bottom: 0rem;
        margin-right: 2rem;
    }
    .app-section .app {
        display: block;
        text-align: center;
    }
    .app-section .app .number {
        margin-bottom: 1rem;
    }
    .app-section .app .driver-app {
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 600px) {
    .image-sec .content {
        position: absolute;
        bottom: 30px;
        width: 75%;
    }    
    .register-sec .steps-sec{
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .register-sec .steps-sec .steps{
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        border-radius: 40px;
    }
    .register-sec .steps-sec .steps .step{
        align-items: center;
        justify-content: space-around;
    }
}
@media screen and (max-width: 320px) {
    .save_money_section .banner-details .banner-left {
        border-radius: 40px;
        width: 100%;
    }
    .banner-right {
        width: 100%;
    }
    .save_money_section .banner-details .banner-left .text {
        margin: 3.6rem 13.5rem;
    }
    .save_money_section .banner-details .banner-left .text h1 {
        font-size: 4rem;
    }
    .save_money_section .banner-details .banner-left .text h3 {
        font-size: 1rem;
        margin-top: -0.5rem;
    }
    .save_money_section .banner-details .banner-left .text h2 {
        font-size: 1.7rem;
    }
    .banner-right {
        display: block;
    }
    .banner-right .divider {
        display: none;
    }
    .services-banner .image img {
        border-radius: 40px;
    }
    .services-banner .right-sec .background {
        margin-left: 0%;
        width: 100%;
        border-radius: 40px;
    }
    .services-banner .right-sec .background .details {
        padding: 2rem;
        text-align: center;
    }
    .services-banner .right-sec .background .details h1 {
        font-size: 1.8rem;
    }
    .services-banner .right-sec .background .details h1 span {
        font-size: 1.8rem;
    }
    .services-banner .right-sec .background .details p {
        font-size: 1.1rem;
    }
    .services-banner .right-sec .background .details span {
        font-size: 0.7rem;
    }
    .services-banner .right-sec .background .details .btn a {
        font-size: 0.7rem;
    }
    .services-details h1 {
        font-size: 2rem;
    }
    .services-box {
        margin: 0;
    }
    .services-box .container {
        display: block;
    }
    .services-box .container .box {
        width: 75%;
        margin: 1.3rem 0;
    }
    .services-box .container .box h1 {
        font-size: 1.4rem;
    }
    .services-box .container .box p {
        font-size: 0.7rem;
    }
    .download-main {
        border-radius: 2.8rem;
    }
    .download-main .images .custom_shadow_image {
        border-radius: 2.8rem;
        width: 100%;
    }
    .download-main .download-details {
        width: 88%;
        padding: 1rem;
    }
    .download-main .download-details .qr-with-detais img {
        width: 7rem;
        height: 7rem;
    }
    .download-main .download-details .qr-with-detais .text h1 {
        font-size: 1.5rem;
    }
    .download-main .download-details .search-download h1 {
        font-size: 1rem;
    }
    .questions {
        margin: 2rem;
    }
    .questions .heading h1 {
        font-size: 1.4rem;
    }
    .questions .que-list {
        display: block;
    }
    .questions .que-list .list {
        width: 100%;
    }
    .questions .que-list .list h1 {
        font-size: 0.7rem;
    }
    .footer .footer-content {
        padding: 1rem;
        display: block;
        text-align: center;
    }
    .footer .footer-content .footer-part1 {
        width: 100%;
        padding: 2rem 0;
    }
    .footer .footer-content .footer-part1 .number h1 {
        font-size: 3rem;
    }
    .footer .footer-content .footer-part1 .number p {
        font-size: 0.9rem;
    }
    .footer .footer-content .footer-part1 .details a {
        font-size: 0.9rem;
    }
    .footer .footer-content .footer-part2 {
        width: 100%;
    }
    .footer .footer-content .footer-part2 .heading h1 {
        font-size: 2rem;
    }
    .footer .footer-content .footer-part2 .download-app {
        display: block;
    }
    .footer .footer-content .footer-part2 .button {
        text-align: center;
        margin: 3rem 0;
    }
    .footer .footer-content .footer-part2 .button a {
        margin: 0;
        padding: 0.1rem 1rem;
    }
    .footer .footer-content .footer-part2 .download-app .driver-app p {
        font-size: 0.9rem;
    }
    .main-about-section .about-details .about-description .divider {
        width: 285px;
    }
    .team-section .team-details .team-des .divider {
        width: 250px;
    }
    .reach-us .reach-details .reach-des .divider {
        width: 280px;
    }
    .main-about-section .about-details .about-heading h1 {
        font-size: 34px;
    }
    .main-about-section .about-details .about-description .number-app {
        display: block;
        text-align: center;
    }
    .main-about-section .about-details .about-description .number-app .number {
        padding: 1rem 0;
    }
    .main-about-section .about-details .about-description .number-app .drivers-app {
        padding: 1rem 0;
    }
    .main-about-section .about-details .about-description .description p {
        font-size: 16px;
    }
    .team-section .team-details .team-heading h1 {
        font-size: 34px;
    }
    .team-section .team-details .team-des .team-description .team-part .para p {
        font-size: 16px;
    }
    .reach-us .reach-details .reach-head h1 {
        font-size: 34px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .para p {
        font-size: 16px;
        margin: 1rem 0;
    }
    .reach-us .reach-details .reach-head .image img {
        border-radius: 70px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email {
        margin-top: 3rem;
        margin-bottom: 1rem;
        gap: 2rem;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email .phone i {
        font-size: 40px;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .phone-email .phone p {
        font-size: 12px;
        margin: 1rem 0;
    }
    .reach-us .reach-details .reach-des .reach-detail-para .follow-us .social-media {
        padding: 0.8rem;
        font-size: 25px;
    }
    .team-section .team-details .team-des .team-description .team-part .images {
        display: block;
    }
    .team-section .team-details .team-des .team-description .team-part .images img {
        width: 100%;
        height: 100%;
    }
    .main-driver .dri-con .sec1 {
        padding: 2rem 0;
        display: block;
        text-align: center;
        border-radius: 40px;
    }
    .main-driver .dri-con .sec2 .image img {
        border-radius: 40px;
    }
    .main-driver .dri-con .sec1 .qr-sec {
        padding-left: 0;
    }
    .main-driver .dri-con .sec1 .qr-sec img {
        width: 160px;
    }
    .main-driver .dri-con .sec1 .detail-sec {
        width: 100%;
        padding: 1rem;
    }
    .main-driver .dri-con .sec1 .detail-sec h1 {
        font-size: 23px;
        width: 90%;
    }
    .main-driver .dri-con .sec1 .detail-sec p {
        font-size: 14px;
        width: 90%;
    }
    .main-driver .qualities {
        display: block;
    }
    .main-driver .qualities .qua {
        text-align: start;
        width: 70%;
        padding: 0.5rem 2rem;
    }
    .main-driver .qualities .qua h1 {
        font-size: 16px;
    }
    .main-driver .qualities .qua img {
        width: 60px;
    }
    .image-sec .content img {
        width: 140px;
        height: 140px;
        padding-top: 130px;
    }
    .image-sec .content {
        gap: 0;
    }
    .image-sec .content p {
        font-size: 13px;
        padding-left: 1rem;
    }
    .benefit-sec .container .left-content h1 {
        font-size: 25px;
        padding: 0 2rem;
    }
    .benefit-sec .container .left-content p {
        font-size: 13px;
        padding: 1rem 2rem;
    }
    .benefit-sec .container .right-boxes .boxes {
        padding-left: 2rem;
        width: 100%;
        display: block;
    }
    .benefit-sec .container .right-boxes .boxes .box {
        width: 80%;
        margin-bottom: 1rem;
    }
    .register-sec .steps-sec .step-img img {
        width: 160px;
        height: 150px;
    }
    .register-sec .steps-sec .steps {
        margin: -2%;
        padding: 1rem 1rem;
    }
    .register-sec .steps-sec .steps .step {
        gap: 0.5rem;
    }
    .register-sec .steps-sec .steps .step p {
        font-size: 12px;
        width: 65%;
    }
    .register-sec .steps-sec .steps .step h1 {
        font-size: 50px;
    }
    .register-sec .steps-sec {
        width: 95%;
    }
    .question-sec {
        margin: 2rem;
    }
    .question-sec .question-head h1 {
        font-size: 28px;
    }
    .question-sec .question .que p {
        font-size: 12px;
        width: 75%;
    }
    .app-section {
        margin-left: 2rem;
        margin-top: 4rem;
        margin-bottom: 0rem;
        margin-right: 2rem;
    }
    .app-section .app {
        display: block;
        text-align: center;
    }
    .app-section .app .number {
        margin-bottom: 1rem;
    }
    .app-section .app .driver-app {
        margin-bottom: 1rem;
    }
}


/* Media Queries for all pages ends here */