* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Lato";
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Georama";
}

html {
    position: relative;
    min-height: 100%;
}


body {
    /* width: 1366px;
    max-width: 100%;
    margin: 0 auto; */
}

.container {
    width: 1224px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-16 {
    margin-bottom: 16px;
}

.title_verified_icon {
    display: flex;
    justify-content: space-between;
    color: white;
}

.title_verified_icon span {
    margin-top: 4px;
    margin-left: 10px;
}

.mb-40 {
    margin-bottom: 40px;
}


.mobile-banner-wrapper {
    display: none;
}

.bottom-buttons {
    display: none;
}

.call-now-btn {
    display: none;
}

.footer-container {
    background-color: #000000;
    color: #ffffff;
    padding: 40px 0;
    font-size: 14px;
}

.footer-content {
    display: flex;
    justify-content: space-around;

}

.footer-section:first-child {
    flex: 1;
}

.footer-about-part {
    display: flex;
    gap: 58px;
    flex: 1;
    justify-content: end;
    margin-right: 110px;
}

.footer-section p {
    font-size: 20px;
    margin-bottom: 18px;
    color: #FFFFFF;
    text-transform: uppercase;

    line-height: 24px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    gap: 8px;
    color: #808080;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #cccccc;
}

.footer-section ul li a i {
    margin-right: 8px;
    font-size: 18px;
}

.logo img {
    width: 184px;
    max-width: 100%;
    height: 53px;
    object-fit: contain;
}

.social-icon {
    margin-right: 10px;
    font-size: 20px;
}

.social-text {
    line-height: 1.5;
    margin-left: 8px;
}

/* Arrows for quick links */
.quick-link-arrow {
    margin-left: 8px;
    font-size: 21px;
    color: #FFFFFFB2;
}

.copyright-bar {
    background-color: #e60023;
    color: #ffffff;
    padding: 15px 0;
    font-size: 13px;
    text-align: center;
}

.copyright-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.features-block__content a {
    color: #0070FC;
    text-decoration: unset;
}

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

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        /* align-items: center; */
        /* text-align: center; */
        margin-left: 8px;
    }

    .footer-section {
        margin-bottom: 30px;
    }

    .footer-section:last-child {
        margin-bottom: 0;
    }

    .copyright-content {
        flex-direction: column;
    }

    .powered-by {
        text-align: center;
        margin-top: 10px;
    }
}


.popup-overlay {
    background: #000000D9;
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stays in place even when scrolling */
    z-index: 1000;
    /* Stacks above other content */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if content is too long */
    display: flex;
    /* Use flexbox for centering content */
    align-items: center;
    /* Center vertically */
    justify-content: center;
    /* Center horizontally */
}

/* Popup Content Styles */
.popup-content {
    margin: auto;
    /* For browsers that don't fully support flex centering */
    border-radius: 10px;
    max-width: 776px;
    /* Max width of the popup */
    width: 90%;
    /* Responsive width */
    position: relative;
    /* For positioning the close button */
    animation: fadeIn 0.3s ease-out;
    /* Simple fade-in animation */
}

.popup-content .widget-form {
    width: 100%;
}

.popup-content .single-landing-div {
    display: flex;
    gap: 40px;
}

.popup-content .widget-form .btn {
    margin-top: 0px;
}


.popup-content .d-single-div {
    flex: 1;

}

.popup-content .widget-form h4 {
    margin-bottom: 24px !important;
}

/* Close Button */
.close-btn {
    color: #aaa;
    float: right;
    font-size: 27px;
    /* font-weight: bold; */
    position: absolute;
    top: 4px;
    right: 16px;
    cursor: pointer;

}

.close-btn:hover,
.close-btn:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.popup-content h2 {
    color: #333;
    margin-top: 0;
}

.popup-content p {
    color: #555;
    line-height: 1.6;
}

.popup-action-btn {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
}

.popup-action-btn:hover {
    background-color: #218838;
}

/* Animation for popup appearance */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* When the popup is active (shown by JS) */
.popup-overlay.active {
    display: flex;
    /* Show the popup when it has the 'active' class */
}

/*--------------------------------------------------------------
#Header Section
--------------------------------------------------------------*/
.header {
    background-color: #000000;
    height: 80px;
}

.header-wrapper img {
    width: 184px;
    max-width: 100%;
    height: 53px;
    object-fit: contain;
}

.header .container,
.header .header-wrapper {
    height: 100%;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .navbar {
    height: 80px;
    display: flex;
    align-items: center;
}

header .header-details h4 {
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: right;
}

.header .header-details p {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFFBF;
    text-transform: capitalize;
    opacity: 0.65;
    text-align: right;

}

.navbar-brand img {
    width: 184px;
    max-width: 100%;
    height: 53px;
    object-fit: contain;
}

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

.mobile-hero-section.owl-theme .owl-nav {
    display: none;
}

/*--------------------------------------------------------------
#Hero Section
--------------------------------------------------------------*/

#hero {
    position: relative;
}

#hero .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 25px;
    right: 27px;
}

.hero-carousel .owl-next .material-icons-outlined,
.hero-carousel .owl-prev .material-icons-outlined {
    font-size: 38px;
    color: #ffffff;
    opacity: 80%;
}

/* .owl-theme .owl-nav [class*=owl-]:hover {
    background: inherit;
    color: #FFF;
    text-decoration: none;
} */

.owl-theme .owl-nav [class*=owl-]:hover {
    background: inherit;
    color: inherit;
    cursor: pointer;
}



.hero {
    width: 100%;
    min-height: 500px;
    /* background-image: url(./imges/bg-img.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    /* margin-top: 10px; */
}

.widget-container {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 500px;
    position: absolute;
    top: 2%;
    left: 70px;
    z-index: 1;
}

.widget-form {
    width: 392px;
    max-width: 100%;
    padding: 26px 24px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px 0px #0000001F;
    border-radius: 10px;
    /* position: absolute;
    top: 30px;
    left: 0; */
}

.widget-form h4 {
    font-size: 18px;
    line-height: 32px;

    text-transform: uppercase;
    margin-bottom: 16px;
    color: #000000;
}

.widget-form .btn {
    font-size: 14px;
    line-height: 21px;
    border-radius: 45px;
    background: #1840B9;
    color: #fff;
    width: 100%;
    padding: 8px;
    text-align: center;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 24px;
}

.widget-form .form-check-label {
    font-size: 12px;
    line-height: normal;
    color: #5F5F5F;
}

.widget-form .form-check-label a {
    color: #3c73e2;
}

.owl-carousel .owl-item {
    min-height: 0px !important;
}

.widget-form .checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.widget-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    line-height: normal;
    color: #A6A6A6;
    border: 1px solid #ededed;
    background-color: white;
    background-position: 11px 11px;
    background-repeat: no-repeat;
    padding: 10px 20px 10px 40px;
}

/* term & condition Field Start */
.term-condtion-icon span.icon-checkbox:before {
    font-family: "Material Icons Outlined";
    content: "\e835";
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
    text-align: center;
    padding-right: 5px;
}

.term-condtion-icon label span.icon-checkbox {
    display: flex;
    gap: 2px;
}

.term-condtion-icon label input {
    position: absolute;
    display: none;
    color: #fff !important;
}

.term-condtion-icon label input span.icon-checkbox {
    color: #fff;
}

.action input:checked+span.icon-checkbox:before {
    content: "\e834";
    color: #1276CE;
}

/* .widget-input.widget-text-field {
    background-image: url(../img/person.svg);
} */
/* .widget-input.widget-email-field {
    background-image: url(../img/mail.svg);
} */
/* .widget-input.widget-mobile-field {
    background-image: url(../img/call.svg);
} */
.widget-input.widget-model-field {
    background-image: url(../img/directions_car.svg);
    background-position: 13px 9px;
}

.text-danger {
    color: red;
}

.input-container__wrapper {
    position: relative;
}

.input-icons {
    position: absolute;
    top: 12px;
    left: 15px;
}

/*--------------------------------------------------------------
#Features Section
-----------
---------------------------------------------------*/
.features_section_heading_text {
    font-size: 32px;
    line-height: 40px;

    margin-bottom: 20px;
    margin-top: 64px;
    color: #000000;
}

/* .features {
    margin-top: 42px;
} */

.features-block {
    width: 558px;
    max-width: 100%;
}

.features__wrapper {
    display: flex;
    justify-content: space-between;
}

.features-block h3,
.dealer-name {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'Georama';
    margin-bottom: 12px;
}

.features-block .features-block__content {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;

    color: #868686;
}

.features .features-block-card {
    display: flex;
    align-items: start;
    gap: 16px;
}

.features-block .feature-icon {
    padding-top: 6px;
}

/*--------------------------------------------------------------
#Specifications Section
--------------------------------------------------------------*/

.specifications__block {
    margin: 40px 0 48px;
}

.tata-about-section h2 {
    color: #333333;
    margin-bottom: 9px;

}

.tata-about-section h5,
.tata-about-section h3 {
    font-size: 18px;

    color: #333333;
    margin-bottom: 15px;
}

.tata-about-section p {
    line-height: 28px;
    letter-spacing: 0.02rem;
    font-size: 18px;
    color: #333333;
    margin-bottom: 24px;
}

.tata-about-section ul,
.tata-about-section ul li {
    margin-bottom: 15px;
    margin-left: 14px;
}


.tata-about-section ul li::marker {
    color: #868686;
}


.tata-about-section strong {
    color: #333333;
    font-weight: 700;
}

.mb-50 {
    margin-bottom: 50px;
}

.specifications__block-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    gap: 24px;
}

.specifications__block-wrapper .owl-stage {
    margin: 10px;
}

.position-relative {
    position: relative;
}

.specifications__block .material-icons-outlined {
    font-size: 18px;
}

.specifications__block .owl-prev {
    position: absolute;
    left: -45px;
    top: 150px;
}

.specifications__block .owl-next {
    position: absolute;
    right: -35px;
    top: 150px;
}

.specifications__block .owl-carousel .owl-nav button.owl-prev,
.specifications__block .owl-carousel .owl-nav button.owl-next {
    background: transparent linear-gradient(180deg, #D57A74 0%, #EDC1B3 100%) 0% 0% no-repeat padding-box;
    color: white;
    padding: 3px 3px !important;
    border-radius: 25px;
    display: flex;
    align-items: center;
}



/* .specifications__block-wrapper .owl-prev.disabled,
.specifications__block-wrapper .owl-next.disabled {
    display: none;
} */



/* .specifications__block .card {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
} */

.specifications__block .card {
    max-width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px #00000029;
    border-radius: 10px;
}




.specifications__block .card .img-fluid {
    width: 470px;
    max-width: 100%;
    height: 280px;
    object-fit: cover;
}

.specifications__block h2 {
    font-size: 28px;
    line-height: 30px;

    text-transform: uppercase;
    margin-bottom: 16px;
}

.specifications__block .card-body {
    background-color: #ffffff;
    padding: 18px 35px 32px 24px;
}

.specifications__block h5.card-title {
    font-size: 22px;

    line-height: 24px;
    color: #333333;
    margin-bottom: 8px;
}

.specifications__block .card-text {
    font-size: 16px;
    line-height: 24px;

}

/*--------------------------------------------------------------
#Tags Section
--------------------------------------------------------------*/

.tags__block {
    padding: 24px;
    background-color: #67717f;
}

.tags__block h4 {
    font-size: 24px;
    line-height: 32px;

    color: #fff;
}

.tags__block p.tags__block-content {
    font-size: 16px;
    line-height: 21px;
    color: #fff;

}


.add-img-class img {
    width: 20px;
    height: 20px;
}





.dropdown-section {
    margin-bottom: 16px;
    /* Equivalent to mb-4 */
    border-radius: 8px;
    /* Equivalent to rounded-lg */
    overflow: hidden;
}

.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    /* Equivalent to bg-gray-800 */
    padding: 16px;
    /* Equivalent to p-4 */
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    /* Equivalent to border-b border-gray-700 */

    /* Equivalent to rounded-t-lg */
    cursor: pointer;
    user-select: none;
}

.dropdown-header p {
    font-size: 16px;
}

.dropdown-header h2 {
    font-size: 1.125rem;

    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dropdown-header svg {
    width: 18px;
    /* Equivalent to w-5 */
    height: 18px;
    /* Equivalent to h-5 */
    color: #E8EAED;
    /* Equivalent to text-gray-400 */
    transition: transform 0.3s ease-out;
}

.dropdown-header.active svg {
    transform: rotate(180deg);
}

.dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;

    /* Equivalent to bg-gray-800 */
    border-bottom-left-radius: 8px;
    /* Equivalent to rounded-b-lg */
    border-bottom-right-radius: 8px;
    /* Equivalent to rounded-b-lg */
}

.dropdown-content.active {
    max-height: 500px;
    /* A large enough value to accommodate content */
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.dropdown-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-content li {
    padding: 8px 16px;
    /* Equivalent to px-4 py-2 */
    border-radius: 6px;
    /* Equivalent to rounded-md */
    transition: background-color 0.2s ease-out;
    /* Equivalent to transition-colors duration-200 */
}

.dropdown-content li:hover {
    background-color: #4a5568;
    /* Equivalent to hover:bg-gray-700 */
}

.dropdown-content a {
    display: flex;
    gap: 8px;
    color: #cbd5e0;
    /* Equivalent to text-gray-300 */
    text-decoration: none;
}

.dropdown-content a:hover {
    color: #ffffff;
    /* Equivalent to hover:text-white */
}

/*--------------------------------------------------------------
#Disclaimer Section
--------------------------------------------------------------*/
.disclaimer__block {
    padding: 16px 72px;
    background-color: #DD052B;
}

.disclaimer__block .disclaimer_tags {
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #FFFFFF;
}

.disclaimer__block .disclaimer_tags a,
.disclaimer__block .disclaimer_tags div {
    font-size: 14px;
    opacity: 75%;
    color: #FFFFFF;
}

.disclaimer__block .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.disclaimer__block p.disclaimer__block-content {
    font-size: 16px;
    line-height: 21px;

    color: white;
}

.disclaimer__block strong {
    color: #FFFFFF;
}

.disclaimer__block .disclaimer__block-title {}

/*--------------------------------------------------------------
#Footer Section
--------------------------------------------------------------*/
/* .footer {
    padding: 8px 0;
} */

.footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .social-media-icons {
    width: 185px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .social-media-icons img {
    width: 24px;
    height: 22px;
    object-fit: contain;
}

.footer .social-media-icons a {
    display: flex;
}

.footer .footer-copyright {
    width: 248px;
    max-width: 100%;
    color: #000;
    font-size: 16px;

    line-height: 24px;
}

.footer .footer-powerby {
    font-size: 16px;

    line-height: 24px;
    color: #000;
}

.footer .footer-powerby a {
    color: #0e0071;
    text-decoration: none;
}

.thanks-div {
    display: flex;
    align-content: center;
    height: 450px;
    width: 45%;
    justify-content: center;
    flex-direction: column;
}

/* .thanks-heading {
    width: 460px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 60px;
    font-size: 32px;
} */

.thanks-heading {
    line-height: 48px;
    font-size: 28px;

    width: 700px;
    color: #161718;
    text-transform: uppercase;
}

/* .thanks-sub-heading {
    width: 460px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 60px;
    font-size: 25px;
} */

.thanks-sub-heading {
    margin-top: 15px;
    font-size: 22px;
    opacity: 80%;
    letter-spacing: 0.2px;
    line-height: 28px;
    color: #161718;
}

.thanks-div-new {
    display: flex;
    align-content: center;
    height: 300px;
    /* width: 45%; */
    justify-content: center;
    flex-direction: column;
}

/*--------------------------------------------------------------
#Responsive Code
--------------------------------------------------------------*/


@media (min-width: 1370px) {
    .container {
        max-width: 100%;
        width: 88vw;
    }

    .hero .widget-container {
        height: 100%;
    }

    .hero {
        background-size: 100%;
        background-position: 0 0;
        height: 550px;
    }

    .hero .container {
        height: 100%;
    }

}

@media (max-width: 1200px) {

    /* .widget-container{
      height: 500px;
    } */
    .container {
        width: 970px;
        /* max-width: 1221px; */
    }

    .specifications__block .owl-prev {
        position: absolute;
        left: -28px;
        top: 150px;
    }

    .specifications__block .owl-next {
        position: absolute;
        right: -27px;
        top: 150px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 820px;
    }

    .features__wrapper {
        justify-content: center;
        flex-wrap: wrap;
        gap: 56px;
    }

    .specifications__block-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .specifications__block h2 {
        text-align: center;
    }

    .hero {
        min-height: auto;
        background-image: none !important;
    }

    .mobile-banner-wrapper {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: unset;
    }

    .mobile-banner-wrapper .mobile-banner {
        width: 100%;
    }

    .mobile-banner-wrapper.thanks-image {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    /* .widget-form {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -0%);
    } */
    .features {
        margin-top: 76px;
    }

    .disclaimer__block {
        padding: 24px 24px;
    }

    .widget-container {
        height: inherit;
        position: inherit;
        top: inherit;
        left: inherit;
        z-index: inherit;

    }

    .widget-container {
        flex-direction: column;
    }

    .thanks-div {
        display: none;
    }

    .mobile-banner-wrapper>.thanks-div {
        width: 100%;
        height: 100%;
        font-size: 10px;
        background-color: #00000075;
        display: flex;
        align-content: center;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .mobile-banner-wrapper .thanks-heading {
        display: block;
        padding: 0;
        width: 100%;
        font-size: 22px;
    }

    .mobile-banner-wrapper .thanks-sub-heading {
        width: 100%;
        display: block;
        padding: 0;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    /* .hero{
      height: 490px !important;
    } */

    .dktp-footer {
        display: none;
    }

    .mb-footer {
        display: block !important;
    }

    .container {
        max-width: 720px;
    }

    .widget-container {
        margin-top: 16px;
    }

    #hero .owl-theme .owl-nav {
        display: none;
    }

    .mobile-hero-section.owl-theme .owl-nav {
        display: block;
        position: absolute;
        bottom: 2px;
        right: 8px;
    }

    .mobile-hero-section .owl-next .material-icons-outlined,
    .mobile-hero-section .owl-prev .material-icons-outlined {
        color: #ffffff;
        opacity: 80%;
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: inherit;
        color: #FFF;
        text-decoration: none;
    }

    .widget-container {
        display: block;
        margin-left: 16px;
        margin-right: 16px;
    }

    .widget-container .widget-form {
        width: 100%;
    }

    .features-block h3 {
        font-size: 14px;
    }

    .features-block {
        width: 700px;
    }

    /* .specifications__block-wrapper .owl-stage {
        margin: 20px;
    } */
}

/* @media (max-width: 576px){
.container{
max-width: 540px;
}
}  */

@media (max-width: 576px) {
    body {
        background-color: #eeeff0;
    }

    .container {
        width: 382px;
    }

    .bottom-buttons {
        display: block;
        position: relative;
    }

    .bottom-buttons:before {
        content: '';
        position: absolute;
        display: block;
        height: 58px;
        width: 100%;
    }

    .oda-chat-button {
        display: none;
    }

    .header-wrapper img {
        width: 174px;
        height: 37px;
    }

    .header .navbar {
        height: 64px;
        justify-content: start;
    }

    .navbar-brand img {
        width: 130px;
        max-width: 100%;
        height: 32px;
    }

    .thanks-div-new {
        width: 100%;

    }

    .thanks-heading {
        width: 100%;
        font-size: 18px;
        line-height: 40px;
    }

    .thanks-sub-heading {
        width: 100%;
        /* padding-left: 10px; */
        font-size: 15px;
    }

    section.thank-page-div {
        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: center;
        height: 45%;
        /* padding: 20px 60px; */
    }

    .tata-about-section ul {
        margin-left: 10px;
    }


    .popup-content .d-single-div {
        flex: none;

    }

    .single-landing-div {
        flex-wrap: wrap;
        gap: 0px !important;
        display: block !important;
    }

    .tata-about-section h2 {
        font-size: 18px;
    }

    .thankyou-banner {
        background-position: 65% center !important;
    }

    .mahindra-privacy-policy ul {
        margin-left: 20px !important;
    }


    /* .mobile-banner-wrapper {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  }
  .mobile-banner-wrapper .mobile-banner{
  width: 100%;
  } */
    /* .hero{
  height: 384px;
  background-image: none;
  
  } */
    /* .widget-form {
        width: 328px;
        max-width: 100%;
        padding: 16px;
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.16);
        border-radius: 5px;
    } */

    .widget-form h4 {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .widget-input {
        border-radius: 5px;
        font-size: 12px;
        line-height: 18px;
        color: #a6a6a6;
        border: 1px solid #ededed;
        background-position: 16px 9.5px;
        /* width: 296px; */
        max-width: 100%;
        padding: 10px 10px 10px 44px;
    }

    .mb-16 {
        margin-bottom: 13px;
    }

    .widget-form .btn {
        font-size: 16px;
        line-height: normal;
        border-radius: 5px;
        margin-top: 24px;
    }

    .widget-form .checkbox-wrapper {
        gap: 4px;
        margin-top: 16px;
    }

    .widget-form .form-check-label {
        font-size: 10px;
        line-height: 16px;
        color: #727272;

    }

    .features {
        margin-top: 16px;
        position: relative;
    }

    .features__wrapper {
        justify-content: center;
        flex-direction: column;
    }

    .features-block {
        width: 314px;
        max-width: 100%;
    }

    .specifications__block-wrapper .owl-stage {
        margin: 5px;
    }

    .specifications__block .card {
        margin: 0;
    }

    /* .features-block h3 {
        font-size: 14px;
        line-height: 21px;
        
        margin-bottom: 16px;
    } */

    .features-block .features-block__content {
        width: 312px;
        max-width: 100%;
        font-size: 14px;
        line-height: 21px;


    }

    .features-block.features-block-card.mobile-card {
        width: 328px;
        max-width: 100%;
        padding: 16px 0px;
        border-radius: 5px;
        /* background: #fff; */
        /* box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1); */
        margin-bottom: 16px;
    }

    .features-block-card.mobile-card h3,
    .features-block-card.mobile-card h3 .dealer-name {
        font-size: 14px;
        line-height: 18px;

        /* width: 221px; */
        max-width: 100%;
        margin-bottom: 16px;
    }

    .features-block-card.mobile-card .features-block__content {
        font-size: 14px;
        line-height: 18px;

        /* color: #0E0071; */
        width: 265px;
        max-width: 100%;
        margin-bottom: 4px;
        margin-top: 12px;
    }

    .features-block-card.mobile-card .features-block__content.mobile-call-us {


        line-height: 16px;

    }

    .features-block-card.mobile-card .features-block__content.mobile-call-us a {
        color: #3c73e2;
    }

    .features-block .feature-icon {
        padding-top: 1px;
        width: 24px;
        height: 24px;
    }

    .specifications__block {
        margin: 24px 0 32px;
    }

    .specifications__block h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 24px;
        text-align: left;
    }

    .specifications__block .card {
        /* width: 300px; */
        max-width: 100%;
        border-radius: 5px;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    }

    /* .specifications__block .card .img-fluid {
        height: 100%;
    } */

    .specifications__block .card-body {
        padding: 8px 6px 16px 16px;
    }

    .specifications__block h5.card-title {
        font-size: 24px;

        line-height: 35px;
        color: #000000;
        margin-bottom: 8px;
    }

    .specifications__block .card-text {
        line-height: 25px;
    }

    .tags__block h4 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .tags__block p.tags__block-content {
        line-height: 25px;
    }

    .disclaimer__block {
        padding: 24px 0;
    }

    .disclaimer__block .disclaimer_tags {
        justify-content: center;
    }

    .disclaimer__block .disclaimer_tags a,
    .disclaimer__block .disclaimer_tags div {
        font-size: 12px;
    }

    .disclaimer__block p.disclaimer__block-content {
        font-size: 12px;
        line-height: 25px;

        text-align: center;
        margin-top: 7px;
    }

    .disclaimer__block .disclaimer__block-title {}

    /* footer */
    .footer {
        /* padding: 24px 0; */
        /* margin-bottom: 20px; */
    }

    .footer-wrapper {
        flex-direction: column;
        gap: 8px;
    }

    .footer .footer-copyright {
        width: 182px;
        max-width: 100%;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #333333;
        order: 2;
    }

    .footer .footer-powerby {
        font-size: 12px;

        line-height: 18px;
        color: #333333;
        text-align: center;
        order: 3;
    }

    .footer .footer-powerby a {}

    .footer-social-media {
        order: 1;
    }

    .footer .social-media-icons {
        width: 101px;
        max-width: 100%;
    }

    .footer .social-media-icons img {
        width: 13px;
        height: 13px;
    }

    /*call now button*/
    a.call-now-btn {
        width: 130px;
        max-width: 100%;
        padding: 8px 16px;
        background-color: #2cbe01;
        color: #fff;
        font-size: 16px;
        font-style: normal;
        line-height: 25px;
        text-decoration: none;
        border-radius: 50px;
        box-shadow: 2px 6px 8px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 0;
        outline: 0;
        cursor: pointer;
        position: absolute;
        top: -22px;
        /* top: 360px; */
        right: 15px;
        z-index: 22;
    }

    .bottom-wrapper {
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 100%;
    }

    .bottom-btn {
        display: flex;

        padding: 16px 0px;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
    }

    a.request-btn {
        /* width: 55%; */
        background: #3875ea;
    }

    a.callnow-btn {
        background: #2cbe01;

        /* width: 45%; */
    }

    .footer-comp {
        margin-bottom: 50px;
    }

    .header .header-details p {
        font-size: 10px;
    }

    .header .header-details h4 {
        font-size: 14px;
        margin-bottom: 0px;
    }
}

@media (max-width: 380px) {
    .container {
        width: 310px;
    }

    .mahindra-privacy-policy .item-2 .container,
    .mahindra-privacy-policy .item-2 {
        margin: auto !important;
    }

    /* .header .header-details h4{
        font-size: 14px;
        margin-bottom: 0px;
    } */
    .header-wrapper img {
        width: 158px;
        height: 32px;
    }

    .specifications__block .owl-next {
        position: absolute;
        right: -36px;
        top: 150px;
    }

    .specifications__block .owl-prev {
        position: absolute;
        left: -30px;
        top: 150px;
    }

}

@media (max-width: 360px) {
    .container {
        width: 324px;
    }

    /* .header .header-details h4{
        font-size: 14px;
        margin-bottom: 0px;
    } */

    .header-wrapper img {
        width: 158px;
        height: 32px;
    }





}

@media (max-width: 323px) {
    .container {
        width: 310px;
    }
}



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

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

.oda-chat-button {
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    bottom: 0;
    cursor: pointer;
    overflow: visible;
    padding: 0;
    position: fixed;
    right: 90px;
    text-align: center;
    z-index: 10000;
    transition: height 0.25s ease-out, width 0.25s ease-out;
    height: 48px;
    width: 48px;
    top: 90%;
}

.footer-comp .row {
    --bs-gutter-x: 0rem !important;
}

.footer-comp {
    /* font-family: "Poppins", sans-serif; */
    font-size: 16px;
    line-height: 17.6px;
    letter-spacing: 0.64px;
    border: none;
    text-decoration: none;
    background: #383737;
    padding: 60px 106px 40px 106px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    /* Set the fixed height of the footer here */
}

.footer-comp .container {
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.footer-comp .container .footer-main {
    padding-left: 0px;
}

.footer-comp .container .footer-main .tml-footer-nav {
    width: fit-content;
}

.footer-comp .container .footer-main .tml-footer-nav img {
    margin-bottom: 8px !important;
}

.footer-comp .container .footer-main .nav-link-heading {
    margin-top: 0;
}

.footer-comp .container .footer-main .nav-link-heading p {
    min-height: 20px;
    /* font-family: "Poppins", sans-serif; */
    font-size: 20px;
    line-height: 20px;
    color: #f8f8f8;
    margin-bottom: 0;
    letter-spacing: normal;
}

@media only screen and (max-width: 991px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-comp .container .footer-main .nav-link-heading p {
        font-size: 18px;
        line-height: 19.8px;
    }
}

@media only screen and (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-comp .container .footer-main .nav-link-heading p {
        font-size: 18px;
        line-height: 19.8px;
    }
}

.footer-comp .container .footer-main .nav-link-heading p {
    width: fit-content;
}

.footer-comp .container .footer-main .nav-link-heading p {
    width: fit-content;
}

.footer-comp .container .footer-main a {
    text-decoration: none;
    color: #f8f8f8;
    cursor: pointer;
}

.footer-comp .container .footer-main ul li {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 12px;
    width: fit-content;
    /* place-items: center; */
    align-items: center;
    /* font-family: "Poppins", sans-serif; */
    padding: 12px 24px;
    font-size: 16px;
    line-height: 17.6px;
    letter-spacing: 0.64px;
    text-decoration: none;
    padding: 0px;
    text-align: left;
}

.text-small {
    /* font-family: Poppins; */
    font-size: 16px;
    line-height: 21.6px;
    letter-spacing: normal;
}

.footer-comp .container .footer-main ul li.footer-nav-link {
    color: #ffffff;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 8px;
    width: fit-content;
}

.footer-comp .container .footer-main ul li.footer-nav-link a {
    color: #ffffff !important;
    max-width: 189px;
}

@media only screen and (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-comp .container .footer-main ul li.footer-nav-link a {
        max-width: 222px;
    }

    .row {
        --bs-gutter-x: 0rem !important;
    }
}

.footer-comp .container .footer-main ul li.footer-nav-link span {
    width: fit-content;
}

.footer-comp .container .footer-main ul li.footer-nav-link .material-icons {
    font-size: 16px;
}

.footer-comp .container .footer-main ul li.footer-nav-link .icon-Arrow-Right::before {
    display: block;
    color: #f8f8f8;
    font-size: 12px;
}

.footer-comp .container .footer-main ul li.social-nav-link a {
    color: #ffffff !important;
    /* font-family: "Poppins", sans-serif; */
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: normal;
}

@media only screen and (max-width: 991px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-comp .container .footer-main ul li.social-nav-link a {
        font-size: 16px;
        line-height: 20px;
    }
}

.footer-comp .container .footer-main ul li.social-nav-link img {
    max-width: 16px;
}

.footer-comp .container .footer-main .copyright-text p {
    /* font-family: "Poppins", sans-serif; */
    font-size: 14px;
    line-height: 16.24px;
    letter-spacing: normal;
    display: inline;
    width: 85%;
    margin-top: 48px;
    margin-bottom: 0;
}

.footer-comp .container .footer-main .copyright-text .copy_right {
    color: #eaeaec;
}

.col-lg-6 {
    flex: 0 0 auto;
    width: 49% !important;
}

.col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 49% !important;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
}

@media only screen and (max-width: 991px) {
    .go-top-icon {
        padding-right: 40px;
    }

    .footer-comp {
        padding: 40px;
        margin-bottom: 60px;
    }

    .footer-comp .container {
        padding: 0;
    }

    .footer-comp .container .footer-main {
        padding-left: 0px;
    }

    .footer-comp .container .footer-main .footer-nav .nav-link-heading {
        margin-top: 12px;
    }

    .footer-comp .container .footer-main .footer-nav .nav-link-heading p {
        color: #eaeaec;
    }

    .footer-comp .container .footer-main .footer-nav .nav-link-heading p#quickid {
        width: fit-content;
    }

    .footer-comp .container .footer-main .footer-nav .nav-link-heading p#socialid {
        width: fit-content;
    }

    .footer-comp .container .footer-main .footer-nav ul {
        margin-bottom: 0;
    }

    .footer-comp .container .footer-main .copyright-text .copy_right {
        width: 89.5%;
        margin-top: 32px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {

    /**nav-expand for footer with head and ul**/
    .footer-comp {
        padding: 40px 0 0 0;
    }

    .footer-comp .container {
        padding: 0px;
    }

    .footer-comp .container .footer-main {
        padding-left: 0px;
    }

    .footer-comp .container .footer-main .footer-nav .nav-link-heading {
        cursor: pointer;
        padding-top: 18px;
        padding-bottom: 18px;
        border-bottom: 1px solid #282828;
        margin-bottom: 0px !important;
        margin-top: 0;
    }

    .footer-comp .container .footer-main .footer-nav .nav-link-heading.nav-quicklinks {
        border-top: 1px solid #282828;
    }

    .footer-comp .container .footer-main .footer-nav .nav-link-heading p {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 0;
        color: #ffffff;
        width: unset !important;
        max-width: 75% !important;
    }

    .footer-comp .container .footer-main .footer-nav .nav-link-heading p.linkdropdown_label::after {
        font-family: 'Material Icons';
        content: "\e5cf";
        float: right;
        font-size: 24px;
        width: 11.6px;
        height: 20.4px;
        position: relative;
        left: 124px;
        right: 30px;
    }

    .footer-list {
        flex: 0 0 auto;
        width: 100%;
    }

    .footer-comp .container .footer-main .footer-nav ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.8s ease-out;
        background-color: #282828;
        margin-bottom: 0px;
    }

    .footer-comp .container .footer-main .footer-nav ul li {
        margin-left: 30px;
        margin-right: 30px;
    }

    .footer-comp .container .footer-main .footer-nav ul li:first-child {
        padding-top: 16px !important;
    }

    .footer-comp .container .footer-main .footer-nav ul li:last-child {
        padding-bottom: 16px !important;
    }

    .footer-comp .container .footer-main .footer-nav.open .nav-link-heading p.linkdropdown_label::after {
        font-family: 'Material Icons';
        content: "\e5ce";
        float: right;
        font-size: 24px;

        width: 11.6px;
        height: 20.4px;
    }

    .footer-comp .container .footer-main .footer-nav.open ul {
        height: auto;
        max-height: 500px;
        transition: max-height 0.8s ease-in !important;
    }

    .footer-comp .container .footer-main .copyright-text {
        width: 83.5%;
    }

    .footer-comp .container .footer-main .copyright-text p {
        margin: 24px 30px !important;
        width: 76% !important;
        display: block;
        /* font-family: "Poppins", sans-serif; */
        font-size: 14px;

        line-height: 16.24px;
        letter-spacing: normal;
    }

    .footer-comp .container .tml-footer-nav {
        margin-left: 30px;
        margin-right: 30px;
    }

    .footer-comp .container .tml-footer-nav ul li {
        padding-bottom: 0px !important;
    }

    .footer-comp .container .tml-footer-nav img {
        margin-bottom: 8px !important;
    }

    /**nav-expand for footer with head and ul**/
}

@media only screen and (max-width: 576px) {
    .go-top-icon {
        display: block;
        padding-right: 16px;
    }

    .go-top-icon .top-button {
        width: 30px !important;
        height: 30px !important;
        bottom: 85px !important;
        right: 16px !important;
        z-index: 999;
    }

    .go-top-icon .top-button img {
        height: 30px;
        width: 30px;
        padding: 8px;
    }

    .footer-comp .container .footer-main .footer-nav .nav-link-heading p {
        max-width: 50% !important;
    }

    .features_section_heading_text {
        font-size: 18px;
    }

    .disclaimer__block .container {
        flex-direction: column;
        justify-content: center;
    }

}

@media (min-width: 576px) {
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}