h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: 'skodabold';
}

.linkedinLogoClass {
    max-width: 20px !important;
}

#dealer_name {
    font-weight: 600 !important;
}

* {
    font-family: 'skodanext';
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

.bottom-buttons {
    display: none;
}

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

/*--------------------------------------------------------------
#Header Section
--------------------------------------------------------------*/


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

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


/* header section start */
.tata-header {
    box-shadow: 0px 2px 8px 0px #0000001F;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    height: 80px;
}

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

.tata-header .header-details h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 4px;
    text-align: right;
}

.tata-header .header-details p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.11px;
    color: #000000;
    text-transform: capitalize;
    opacity: 0.65;
    text-align: right;
}

.tata-header .logo {
    width: 72px;
    height: 72px;
}


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

}

.widget-container {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 500px;
}

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

.widget-form h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.widget-form .btn {
    font-size: 14px;
    line-height: 21px;
    border-radius: 45px;
    background: #3875ea;
    font-weight: bold;
    color: black;
    width: 100%;
    padding: 12px;
    text-align: center;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 24px;
    font-family: 'skodabold';
}

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

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

.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: 4px;
    font-size: 14px;
    line-height: 21px;
    color: #161718 !important;
    font-weight: 300;
    border: 1px solid #ededed;
    background-color: white;
    background-position: 11px 11px;
    background-repeat: no-repeat;
    padding: 10px 20px 10px 40px !important;
}

.widget-model-field {
    color: #161718 !important;
    font-weight: 300;
}

.widget-model-field option[value=""] {
    color: #161718 !important;
}

.widget-input::placeholder {
    color: #161718 !important;
    opacity: 1 !important;/* For Firefox */
}

.input-icons {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: 15px;

    /* This filter converts black icons to #161718 */
    filter: brightness(0) saturate(100%) invert(9%) sepia(6%) saturate(439%) hue-rotate(165deg) brightness(95%) contrast(90%);
}

/* .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_car2.svg);
    background-position: 16px;
}

.text-danger {
    color: red;
}

.input-container__wrapper {
    position: relative;
}

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

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

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

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

.features-block h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}

.features-block .features-block__content {
    /* width: 470px; */
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #161718;
}

.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;
}

.specifications__block-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.specifications__block .card {
    width: 31%;
    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 .img-fluid {
    max-width: 100%;
    height: 250px;
    object-fit: contain;
}

.specifications__block h2 {
    font-size: 32px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 16px;
}

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

.specifications__block h5.card-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
    margin-bottom: 8px;
}

.specifications__block .card-text {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.features_section_heading_text {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #000000;
}


/*About Section */
/* section.tata-about-section {
    margin: 30px 0;
    padding: 0 20px;
} */
.tata-about-section h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}

.tata-about-section p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.14px;
    color: #333333;
    margin-bottom: 8px;
}

.tata-about-section .highlights {
    color: #05141F99;
}

/*About Section End */

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

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

.tags__block h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

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

/*--------------------------------------------------------------
#Disclaimer Section
--------------------------------------------------------------*/
.disclaimer__block {
    padding: 32px 24px 24px;
    background-color: #cccccc;
}

.disclaimer__block p.disclaimer__block-content {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    color: #333333;
}

.disclaimer__block .disclaimer__block-title {
    font-weight: 400;
}

/* .footer-vertical-alignment{
    margin-bottom: 355px;
} */

/*--------------------------------------------------------------
#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;
    font-weight: 300;
    line-height: 24px;
}

.footer .footer-powerby {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
}

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

.thanks-image {
    width: 100%;
    /* background-color: #006CB6; */
    height: calc(100vh - 80px);
}

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

.thanks-heading {
    color: #161718;
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.thanks-sub-heading {
    color: black;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

/*--------------------------------------------------------------
#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%;
    }

    /* .specifications__block .card {
        width: 21vw;
    } */
}

@media (max-width: 1200px) {

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

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

    .header .navbar {
        padding: 0 24px;
    }

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

    .specifications__block-wrapper {
        flex-wrap: wrap;
        gap: 24px;
    }

    .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%;
    }

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

    .disclaimer__block {
        padding: 24px 24px;
    }

    .footer {
        padding: 8px 10px;
    }

    .widget-container {
        height: inherit;
    }

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


    .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;
    }


    .thanks-div {
        width: 100%;
    }

    .thanks-heading {
        font-size: 24px;
        width: 100%;
    }

    .thanks-sub-heading {
        font-size: 16px;
    }
}

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

    .container {
        max-width: 720px;
    }
}

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

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

    .container {
        width: 328px;
    }

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

    section.bottom-buttons:after {
        content: '';
        height: 56px;
        position: absolute;
        width: 100%;
    }

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

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

    .navbar-brand img {
        /* width: 130px; */
        max-width: 100%;
        height: 32px;
        /* margin-top: 10px; */
    }

    .thanks-div {
        height: 230px;
    }

    /* .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: 19px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .widget-input {
        -webkit-appearance: none !important;
        -moz-appearance: none;
        appearance: none;
        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 !important;
    }

    .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: 8px;
    }

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

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

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

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

    .features-block h3, #dealer_name {
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .features-block .features-block__content {
        width: 312px;
        max-width: 100%;
        font-size: 14px;
        line-height: 21px;
        font-weight: 300;
        color: #161718;
    }

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

    .features-block.features-block-card2.mobile-card, #heading {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .features-block.features-block-card.mobile-card {
        width: 328px;
        max-width: 100%;
        padding: 16px;
        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 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        width: 221px;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .features-block-card.mobile-card .features-block__content {
        font-size: 12px;
        line-height: 18px;
        font-weight: 300;
        color: #0e0071;
        width: 265px;
        max-width: 100%;
        margin-bottom: 4px;
    }

    .features-block-card.mobile-card .features-block__content.mobile-call-us {
        font-size: 10px;
        font-weight: 500;
        line-height: 16px;
        color: #000;
    }

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

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

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

    .specifications__block h2 {
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
        margin-bottom: 24px;
        text-align: left;
    }

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

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

    .specifications__block h5.card-title {
        font-size: 24px;
        font-weight: 600;
        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 p.disclaimer__block-content {
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        color: #fff;
    }

    .disclaimer__block .disclaimer__block-title {
        font-weight: 500;
    }

    /* 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;
        font-weight: 300;
        line-height: 18px;
        color: #333333;
        text-align: center;
        order: 3;
    }

    .footer .footer-powerby a {
        font-weight: 400;
    }

    .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;
        font-weight: 600;
        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;
        font-weight: 600;
        line-height: normal;
    }

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

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

        /* width: 45%; */
    }

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

    .footer-new-main .footer-main {
        font-size: 14px;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }

}

@media (max-width: 374px) {

    .container,
    .widget-form {
        width: 300px
    }

    .section.tata-about-section {
        margin: 0px;
        padding: 0px;
    }

    .footer-new-main .footer-main {
        font-size: 14px;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }

    .footer-list .list-unstyled {
        display: block !important;
    }

    .footer-comp .container .footer-main .footer-nav .nav-link-heading p.linkdropdown_label::after {
        left: 112px !important;
    }

    .footer-comp .container .footer-main .footer-nav .nav-link-heading p.linkdropdown_label::after {
        left: 112px !important;
    }


}

.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;
    font-weight: normal;
    line-height: 17.6px;
    letter-spacing: 0.64px;
    border: none;
    text-decoration: none;
    background: #0E3A30;
    padding: 28px 0px 32px 0px;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    /* Set the fixed height of the footer here */
}

.footer-new-main {
    background-color: #00271E;
    padding: 20px;
}

.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;
    width: 91px;
}

.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: "skodabold";
    font-size: 20px;
    font-weight: 500;
    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: 16px;
        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: 16px;
        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;
    font-weight: 500;
    line-height: 17.6px;
    letter-spacing: 0.64px;
    text-decoration: none;
    padding: 0px;
    text-align: left;
    font-weight: normal;
}

.text-small {
    /* font-family: Poppins; */
    font-size: 16px;
    font-weight: 300;
    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: 20px;
    width: fit-content;
}

.footer-comp .container .footer-main ul li.footer-nav-link a {
    display: flex;
    gap: 13px;
    align-items: center;
    color: #ffffff !important;
    max-width: 189px;
    font-size: 14px;
}

@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;
    font-weight: 300;
}

.footer-comp .container .footer-main ul li.social-nav-link a {
    color: #ffffff !important;
    /* font-family: "Poppins", sans-serif; */
    font-size: 14px;
    font-weight: 300;
    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;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: normal;
    display: inline;
    width: 85%;
    margin-top: 48px;
    margin-bottom: 0;
    color: white;
}

.copy_right {
    color: white;
}

@media only screen and (min-width: 768px) {
    .d-flex-css-footer {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 20px;
    }
}

.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: 23px 0 23px 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 #D9D9D9;
        margin-bottom: 0px !important;
        margin-top: 0;
    }

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

    .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;
        font-weight: 300;
        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: #00271E;
        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;
        font-weight: 300;
        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: 100% !important;
        display: block;
        /* font-family: "Poppins", sans-serif; */
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
        letter-spacing: normal;
        text-align: center;
    }

    .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;
    }

    .tata-header .header-details h4 {
        font-size: 14px;
        letter-spacing: 0.14px;
        margin-bottom: 3px;
        line-height: 18px;
    }

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

    .tata-header .logo {
        width: 56px;
        height: 56px;
    }

    /*About Section */
    section.tata-about-section {
        margin: 30px 0;
        padding: 0 20px;
    }

    .tata-about-section h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }

    .tata-about-section p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.14px;
    }

    .features_section_heading_text {
        font-size: 24px;
        line-height: 29px;
    }

    /* .footer-vertical-alignment{
            margin-bottom: 260px;
        } */


}

@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));
}