* {
    margin: 0;
    padding: 0;
}
:root {
    --primaryColor: #18abe3;
    --secondaryColor: #da1f26;
    --contentColor: #1e1d1d;
}
body {
    font-family: "Rubik", sans-serif !important;
}
.font96 {
    font-size: 96px;
}
.font64 {
    font-size: 64px;
}
.font50 {
    font-size: 50px;
}
.font45 {
    font-size: clamp(22px, 2.2vw, 41px);
}
.font40 {
    font-size: 40px;
}
.font36 {
    font-size: 36px;
}
.font32 {
    font-size: 32px;
}
.font28 {
    font-size: 28px;
}
.font24 {
    font-size: 24px;
}
.font20 {
    font-size: 20px;
}
.font14 {
    font-size: 14px;
}
.fw400 {
    font-weight: 400;
}
.fw500 {
    font-weight: 500;
}
.fw600 {
    font-weight: 600;
}
.fw700 {
    font-weight: 700;
}
.fw900 {
    font-weight: 900;
}
.sectionPadding {
    padding: 60px 0;
}
/* --------------header-start------------ */
.logo {
    width: auto;
    max-height: 43px;
}
.header {
    padding: 12px 0 !important;
    position: sticky !important;
    top: 0%;
    background-color: #fff;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px 0px;
}
.header .navbar-toggler {
    padding: 2px 6px !important;
}
.header .navbar-toggler:focus {
    box-shadow: none !important;
}
.header .navbar-toggler-icon {
    width: 24px !important;
    height: 24px !important;
}
.header_link .nav-item .nav-link {
    color: #1e1d1d91;
    font-size: 16px;
    padding: 8px 14px !important;
    border: 1px solid #1e1d1d91;
    border-radius: 10px;
    margin-left: 20px;
}
.header_link .nav-item .nav-link.active {
    color: var(--primaryColor) !important;
    border: 1px solid var(--primaryColor);
}
/* --------------header-end------------ */
.section_1 {
    background-image: url(../images/landing-bg.svg);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.textColor {
    color: var(--contentColor);
}
.marginBottom30 {
    margin-bottom: 30px;
}
.item_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing_hero_img {
    width: 100%;
    max-width: 864px;
    max-height: 871px;
    object-fit: contain;
}
.icon_bg {
    box-shadow: 0px 4px 54.2px 0px #18abe326;
    border-radius: 50px;
    width: 90px;
    height: 90px;
}
.big_heading {
    padding: 35px 0 95px;
}
/* -----------------card-css-start------------- */
.card_box {
    box-shadow: 0px 4px 70px 0px #18abe31a;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 50px;
}
.card_content {
    padding: 30px 60px !important;
}
.card_image {
    width: 100%;
}
/* -----------------card-css-end------------- */
.container_heading {
    line-height: 59px;
    max-width: 609px;
    padding-top: 60px;
}
.point_title {
    line-height: 47px;
}
.line_height38 {
    line-height: 38px;
}
.hero_content {
    line-height: 42px;
    max-width: 900px;
}
.subHero_content {
    line-height: 33px;
    max-width: 900px;
}
/* -------------------custom-select-start---------------- */
.trailer_select {
    position: relative;
    width: 100%;
    font-size: 14px;
    user-select: none;
    font-weight: 400;
    color: #828282;
    margin-bottom: 18px;
}
.select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    cursor: pointer;
}
.select-trigger .arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-bottom: 4px;
}
.select-trigger.active .arrow {
    transform: rotate(-135deg);
}
.options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    z-index: 10;
}
.options.active {
    max-height: 200px;
    opacity: 1;
    overflow: auto;
}
.options.activeSmall {
    max-height: 140px;
    opacity: 1;
    overflow: auto;
}
.option {
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.option:hover {
    background-color: #f0f0f0;
}
.option.selected {
    background-color: #18abe3;
    color: #fff;
}
/* -------custom-select-end---------- */
/* ---toggle-css-start */
.switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 24px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bdbdbd;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
input:checked + .slider {
    background-color: #18abe3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #18abe3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.lockToggle {
    background-color: #e8f7fc;
    border-radius: 8px;
    padding: 16px;
    gap: 10px;
    max-width: 154px;
    margin-bottom: 18px;
}
.toggle_title {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.colorLight {
    color: #828282 !important;
}
/* -----------------toggle-end---------------- */
/* ----------accordion-css-start---------- */
.accordion-item {
    border-bottom: 1px solid #ddd;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    padding-left: 0;
    cursor: pointer;
    font-size: 24px;
    color: #656262;
}
.accordion-item:last-child {
    border: 0 !important;
}
.accordion-content {
    display: none;
    padding: 5px 45px 20px;
    font-size: 20px;
    color: #7d7d7d;
    line-height: 1.6;
}
.accordion-content.active {
    display: block;
}
.icon {
    font-size: 28px;
    font-weight: bold;
    transition: transform 0.3s ease;
    margin-left: 10px;
}
.checkbox_input {
    width: 20px;
    height: 20px;
    accent-color: var(--primaryColor);
}
.checkbox_label {
    background: #fff;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid var(--primaryColor);
    cursor: pointer;
}
.checkbox_label:has(input:checked) {
    background: var(--primaryColor) url(../images/check.svg) no-repeat center /
        10px;
}
.accordion-header.open .icon {
    transform: rotate(0deg);
}
.s_no {
    color: #9c9c9c;
    font-weight: 300;
}
/* ----------accordion-css-end---------- */
/* ----------footer-css-start---------- */
footer {
    background-color: #1e1e1e;
    color: #fff;
    padding: 50px 10px;
    text-align: center;
}
.border_row {
    border: 1px solid #ffffff73;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-column {
    flex: 1;
    min-width: 200px;
    margin: 30px;
    padding: 10px;
}
.footer_title {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff73;
    font-weight: 600;
    padding: 14px 0;
    width: 100%;
    text-align: center;
}
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 213px;
    text-align: start;
    justify-content: center;
}
.footer-column ul li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.footer-column ul li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}
.footer-column ul li a:hover {
    color: #ccc;
    text-decoration: underline;
}
.footer-column ul li i {
    margin-right: 8px;
}
.footer-bottom {
    margin-top: 30px;
    font-size: 18px;
    color: #ffffff33 !important;
    font-weight: 500;
}
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }
    .footer-column {
        text-align: center;
        margin: 10px 0;
    }
}
/* ----------footer-css-end---------- */
.input_label {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 2px 5px;
    position: absolute;
    left: 14px;
    top: -11px;
}
.red_text14 {
    font-size: 14px;
    color: var(--secondaryColor);
}
.info_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 16px 20px;
    box-shadow: 0px 4px 17px 0px #0000001a;
    max-width: 334px;
    width: auto;
    font-size: 14px;
    color: #000000;
    margin-bottom: 32px;
}
.italic_text {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6c6c6c;
    margin-top: 95px;
    margin-bottom: 24px;
}
.see_price_btn {
    background-color: var(--primaryColor);
    border: none;
    color: #ffffff;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 24px;
    width: 100%;
    max-width: 268px;
    box-shadow: 0px 4px 17.2px 2px #18abe340;
    margin-bottom: 18px;
}
.shadow_rapper {
    width: 100%;
    padding: 110px;
}
.shadow_box {
    background-color: #fff;
    border-radius: 70px;
    padding: 60px;
    box-shadow: 0px 4px 53.2px 24px #18abe336;
}
.iphone_img {
    position: absolute;
    top: -29%;
    right: 0;
}
.iphone_img2 {
    position: absolute;
    top: -42%;
    left: 0;
}
.download_heading {
    margin-bottom: 41px;
}
.normal_text {
    font-style: normal;
}
.white_heading56 {
    color: #fff;
    font-size: 56px;
    line-height: 66px;
    max-width: 890px;
}
.white_heading {
    color: #fff;
    font-size: 40px;
    line-height: 47px;
    padding: 64px 0;
    max-width: 990px;
}
.white_sub_heading {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}
.hero_section_driver {
    width: 100%;
    height: 93vh;
    background-image: url("../images/driver-hero.svg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0px 10px;
}
.hero_section_dealer {
    height: 100vh;
    background-image: url("../images/dealer-hero-img.svg") !important;
}
.dealer_heading {
    padding: 0 30px;
    max-height: 200px;
}
.red_text {
    color: var(--secondaryColor);
    font-size: 48px;
}
.blue_text {
    color: var(--primaryColor);
    font-size: 48px;
}
.marginBottom80 {
    margin-bottom: 80px;
}
.point_col_1 {
    /* background: linear-gradient(180deg, #000000cb 100%, #000000cb 100%),
        url("../images/col-img-1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 50%; */
}
.point_col_2 {
    /* background: linear-gradient(180deg, #000000cb 100%, #000000cb 100%),
        url("../images/col-img-2.svg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%; */
}
.point_img {
    width: 100%;
    object-fit: cover;
    max-height: 460px;
}
.textWhite {
    color: #fff;
}
.map_content {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--primaryColor);
    font-size: 24px;
}
.dealer_card_content {
    padding: 50px !important;
    background-color: #ceedf961;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.img_col {
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.gallery_img {
    max-height: 325px !important;
    object-fit: cover;
    width: 100% !important;
}
.gallery_img_big {
    width: 100%;
    max-height: 496px !important;
    height: 100vh !important;
    object-fit: cover;
}
.dealer_card_img {
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
    min-height: 100%;
}
.gps_img {
    margin-top: 60px;
    border-radius: 20px;
}
.validation {
    font-size: 14px;
    font-weight: 300;
}
.xl_center {
    align-items: center;
}
/* ------------------------video-start------------------------ */
.video-container {
    position: relative;
    width: 100%;
    margin: auto;
}
.button_wrapper {
    position: relative;
}
.thumbnail {
    width: 100%;
    /* cursor: pointer; */
    display: block;
}
.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
}
.play_btn_img {
    width: 170px;
    height: 170px;
}
video {
    display: none;
    width: 100%;
}
/* ------------------------video-end------------------------ */
.li_color {
    color: #1e1d1db5;
}
.price-box {
    position: relative;
    width: 234px;
    height: 134px;
    padding: 24px 18px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: transparent;
    border-radius: 18px;
    z-index: 1;
}
.price-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    padding: 1px;
    background: linear-gradient(
        166.28deg,
        #18abe3 5.34%,
        #666666 55.07%,
        #18abe3 99%
    );
    -webkit-mask: linear-gradient(white 0 0) content-box,
        linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.price-box.active {
    background-color: #c3eaf8b7;
}
.price_card_title {
    color: #515151;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    margin: 0%;
}
.price_card_amount {
    font-size: 32px;
    line-height: normal;
    font-weight: 600;
    color: var(--primaryColor);
    margin: 0%;
}
.business-card {
    width: 90%;
    max-width: 900px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.image-container {
    flex: 1;
    min-width: 50%;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.location_seePrice_card {
    padding: 40px;
    background-color: #18a9e318;
    border-radius: 20px;
}
.color9C9C9C {
    color: #9c9c9c;
}
.itelic_text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 21px;
}
.store_img {
    cursor: pointer;
}
.coming_soon_img {
    height: 500px;
    object-fit: contain;
}


/* ==========================responsive-css-start============================ */
@media screen and (max-width: 1200px) {
    .dealer_heading {
        max-height: 150px;
    }
    .hero_section_driver {
        height: 95vh;
    }
    .gallery_img_big {
        max-height: 414px !important;
    }
    .price-box {
        position: relative;
        width: 210px;
        height: 120px;
        padding: 20px 16px;
    }
    .price_card_title {
        font-size: 19px;
    }
    .price_card_amount {
        font-size: 28px;
    }
    .white_heading56 {
        font-size: 45px;
        line-height: 54px;
    }
    .play_btn_img {
        width: 130px;
        height: 130px;
    }
    .shadow_box {
        padding: 40px;
    }
    .black_logo {
        width: 140px;
    }
    .store_img {
        width: auto;
        height: 50px;
    }
    .iphone_img {
        top: -25%;
        width: 380px;
    }
    .iphone_img2 {
        top: -30%;
        width: 380px;
    }
    .shadow_rapper {
        width: 100%;
        padding: 110px 70px;
    }
    .map_img {
        width: auto;
        max-height: 800px;
    }
    .wave_img {
        max-width: 200px !important;
    }
    .big_heading {
        padding: 30px 0 80px;
    }
    .section_1 {
        padding: 50px 0;
    }
    .logo {
        max-height: 35px;
    }
    .font64 {
        font-size: 58px;
    }
    .font36 {
        font-size: 30px;
    }
    .font28 {
        font-size: 24px;
    }
    .font40 {
        font-size: 34px;
    }
    .font96 {
        font-size: 80px;
    }
    .font32 {
        font-size: 28px;
    }
    .font50,
    .red_text,
    .blue_text {
        font-size: 40px;
    }
    .font20 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .dealer_heading {
        max-height: 130px;
    }
    .gallery_img_big {
        max-height: 306px !important;
    }
    .white_heading56 {
        font-size: 40px;
        line-height: 48px;
    }
    .play_btn_img {
        width: 100px;
        height: 100px;
    }
    .info_box {
        padding: 12px 20px;
        max-width: 290px;
    }
    .xl_center {
        align-items: flex-start;
    }
    .italic_text {
        margin-top: 70px;
    }
    .gps_img {
        margin-top: 40px;
    }
    .validation {
        font-size: 13px;
    }
    .header_link .nav-item .nav-link {
        color: #1e1d1d91;
        font-size: 14px;
        padding: 6px 14px !important;
        border: 0;
        border-radius: 0px;
        font-weight: 600;
        margin-top: 16px;
        margin-left: 0;
    }
    .header_link .nav-item .nav-link.active {
        color: var(--primaryColor) !important;
        border: 0;
    }
    .icon {
        font-size: 22px;
    }
    .accordion-content {
        padding: 5px 35px 15px;
        font-size: 18px;
    }
    .accordion-header {
        padding: 22px;
        font-size: 20px;
    }
    .footer_title {
        border-top: 1px solid #ffffff73;
    }
    .dealer_card_content {
        padding: 40px !important;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .dealer_card_img {
        max-height: 450px !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }
    .iphone_img {
        top: -22%;
        width: 290px;
    }
    .iphone_img2 {
        top: -38%;
        width: 320px;
    }
    .download_heading {
        margin-bottom: 31px;
    }
    .shadow_box {
        padding: 30px;
        border-radius: 40px;
    }
    .black_logo {
        width: 110px;
    }
    .store_img {
        width: auto;
        height: 40px;
    }
    .shadow_rapper {
        width: 100%;
        padding: 80px 50px;
    }
    .map_content {
        padding: 24px;
        font-size: 20px;
    }
    .see_price_btn {
        font-size: 20px;
        padding: 8px 20px;
        max-width: 250px;
    }
    .hero_section_driver {
        height: 46vh;
    }
    .map_img {
        width: auto;
        max-height: 600px;
    }
    .point_col_1 {
        width: 100%;
        height: auto;
        padding: 60px 20px;
    }
    .marginBottom80 {
        margin-bottom: 60px;
    }
    .white_sub_heading {
        font-size: 20px;
        line-height: 24px;
    }
    .white_heading {
        font-size: 32px;
        line-height: 35px;
        padding: 40px 0;
    }
    .wave_img {
        max-width: 160px !important;
    }
    .big_heading {
        padding: 25px 0 60px;
    }
    .container_heading {
        line-height: 40px;
    }
    .point_title {
        line-height: 35px;
    }
    .line_height38 {
        line-height: 28px;
    }
    .hero_content {
        line-height: 32px;
    }
    .subHero_content {
        line-height: 24px;
    }
    .card_content {
        padding: 20px 40px !important;
    }
    .section_1 {
        padding: 40px 0;
    }
    .marginBottom30 {
        margin-bottom: 24px;
    }
    .logo {
        max-height: 30px;
    }
    .font64 {
        font-size: 48px;
    }
    .font36 {
        font-size: 24px;
    }
    .font28 {
        font-size: 20px;
    }
    .font40 {
        font-size: 30px;
    }
    .font96 {
        font-size: 70px;
    }
    .font32 {
        font-size: 24px;
    }
    .font50,
    .red_text,
    .blue_text {
        font-size: 34px;
    }
    .font24 {
        font-size: 20px;
    }
    .font20 {
        font-size: 16px;
    }
    .font14 {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    .dealer_heading {
        max-height: 100px;
    }
    .price-box {
        width: 150px;
        height: 90px;
        padding: 16px 12px;
    }
    .price_card_title {
        font-size: 15px;
    }
    .price_card_amount {
        font-size: 20px;
    }
    .hero_section_dealer {
        background-image: url("../images/dealer-hero-img.webp") !important;
    }
    .white_heading56 {
        font-size: 32px;
        line-height: 38px;
    }
    .play_btn_img {
        width: 70px;
        height: 70px;
    }
    .info_icon {
        width: 18px;
        height: 18px;
    }
    .info_box {
        padding: 8px 16px;
        max-width: 210px;
        font-size: 12px;
        margin-bottom: 24px;
    }
    .italic_text {
        font-size: 13px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .gps_img {
        margin-top: 30px;
    }
    .validation {
        font-size: 12px;
    }
    .footer_title {
        font-size: 16px;
    }
    .gallery_img_big,
    .gallery_img {
        max-height: 300px !important;
    }
    .icon {
        font-size: 18px;
    }
    .accordion-content {
        padding: 5px 25px 10px;
        font-size: 15px;
    }
    .accordion-header {
        padding: 18px;
        font-size: 16px;
    }
    .dealer_card_content {
        padding: 30px !important;
    }
    .shadow_box {
        padding: 20px;
        border-radius: 30px;
    }
    .shadow_rapper {
        width: 100%;
        padding: 40px 30px;
    }
    .iphone_img_col {
        width: 100%;
        background-color: #ffffff;
    }
    .iphone_img {
        max-width: 210px;
        width: 100%;
        position: static;
    }
    .iphone_img2 {
        position: static;
        width: 205px;
        max-width: 100%;
    }
    .download_heading {
        margin-bottom: 20px;
    }
    .black_logo {
        width: 70px;
    }
    .store_img {
        width: auto;
        max-width: 50%;
        height: 30px;
    }
    .map_content {
        padding: 20px;
        font-size: 16px;
    }
    .see_price_btn {
        font-size: 16px;
        padding: 6px 15px;
        max-width: 200px;
    }
    .map_img {
        max-height: 460px;
    }
    .marginBottom80 {
        margin-bottom: 40px;
    }
    .white_sub_heading {
        font-size: 16px;
        line-height: 22px;
    }
    .white_heading {
        font-size: 26px;
        line-height: 27px;
        padding: 30px 0;
    }
    .italic_text {
        font-size: 12px;
        margin-bottom: 40px;
    }
    .lockToggle {
        padding: 12px;
    }
    .select-trigger .arrow {
        width: 7px;
        height: 7px;
        margin-bottom: 4px;
    }
    .input_label {
        font-size: 11px;
        left: 12px;
    }
    .trailer_select {
        font-size: 13px;
        margin-bottom: 18px;
    }
    .select-trigger {
        padding: 12px;
        border-radius: 12px;
    }
    .wave_img {
        max-width: 120px !important;
    }
    .icon_bg {
        width: 60px;
        height: 60px;
    }
    .blue_icon {
        width: auto;
        height: 30px;
    }
    .big_heading {
        padding: 20px 0 40px;
    }
    .container_heading {
        line-height: 30px;
        padding-top: 30px;
    }
    .point_title {
        line-height: 24px;
    }
    .line_height38 {
        line-height: 20px;
    }
    .hero_content {
        line-height: 23px;
    }
    .subHero_content {
        line-height: 20px;
    }
    .card_content {
        padding: 12px 24px !important;
    }
    .sectionPadding {
        padding: 30px 0;
    }
    .card_content {
        padding: 16px;
    }
    .section_1 {
        padding: 30px 0;
    }
    .marginBottom30 {
        margin-bottom: 18px;
    }
    .logo {
        max-height: 26px;
    }
    .font64 {
        font-size: 38px;
    }
    .font36 {
        font-size: 18px;
    }
    .font28 {
        font-size: 16px;
    }
    .font40 {
        font-size: 22px;
    }
    .font96 {
        font-size: 55px;
    }
    .font32 {
        font-size: 18px;
    }
    .font50,
    .red_text,
    .blue_text {
        font-size: 28px;
    }
    .font24 {
        font-size: 16px;
    }
    .font20 {
        font-size: 14px;
    }
    .font14 {
        font-size: 12px;
    }
}
@media screen and (max-width: 500px) {
    .price_card_wrapper {
        justify-content: center;
    }
    .price-box {
        width: 45%;
        height: 90px;
        padding: 16px 12px;
    }
    .price_card_title {
        font-size: 12px;
    }
    .price_card_amount {
        font-size: 18px;
    }
    .white_heading56 {
        font-size: 26px;
        line-height: 28px;
    }
    .play_btn_img {
        width: 40px;
        height: 40px;
    }
    .lockToggle {
        padding: 8px;
    }
    .validation {
        font-size: 11px;
    }
    .dealer_card_img {
        max-height: 250px !important;
    }
    .gallery_img_big,
    .gallery_img {
        max-height: 250px !important;
    }
    .accordion-content {
        padding: 5px 20px 8px;
        font-size: 12px;
    }
    .accordion-header {
        padding: 12px 8px;
        font-size: 14px;
    }
    .shadow_rapper {
        width: 100%;
        padding: 30px 20px;
    }
    .iphone_img_col {
        width: 100%;
        background-color: #ffffff;
    }
    .map_content {
        padding: 12px;
        font-size: 14px;
        border-radius: 12px;
    }
    .hero_section_driver {
        height: 38vh;
    }
    .marginBottom80 {
        margin-bottom: 24px;
    }
    .white_sub_heading {
        font-size: 14px;
        line-height: 18px;
    }
    .white_heading {
        font-size: 18px;
        line-height: 21px;
        padding: 20px 0 10px;
    }
    .italic_text {
        margin-bottom: 24px;
    }
    .wave_img {
        max-width: 80px !important;
    }
    .big_heading {
        padding: 10px 0 25px;
    }
    .card_content {
        padding: 8px 16px !important;
    }
    .sectionPadding {
        padding: 20px 0;
    }
    .font64 {
        font-size: 28px;
    }
    .font28 {
        font-size: 14px;
    }
    .font40 {
        font-size: 18px;
    }
    .font96 {
        font-size: 35px;
    }
    .font32 {
        font-size: 15px;
    }
    .font50,
    .red_text,
    .blue_text {
        font-size: 20px;
    }
    .font24 {
        font-size: 14px;
    }
    .font20 {
        font-size: 12px;
    }
    .font14 {
        font-size: 10px;
    }
}
@media screen and (max-width: 370px) {
    .hero_section_driver {
        height: 32vh;
    }
}
/* ==========================responsive-css-end============================ */
