#fixed-side-pill {
    position: fixed;
    top: 150px;
    right: 8px;
    min-height: 150px;
    z-index: 9;
    /* background-color: #f8f8f8;
    padding: 0.3rem 0.6rem;
    border-radius: 50px;
    box-shadow: 0 0 3px 1px rgba(140, 140, 140, 0.8); */
}

/* #fixed-side-pill a,
#fixed-side-pill a:hover,
#fixed-side-pill i {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
} */

.stickyBtn {
    background: #f44336;
    height: 60px;
    width: 220px;
    color: white;
    position: fixed;
    right: -150px;
    z-index: 999;
    text-align: center;
    align-items: center;
    display: flex;
    transition: all 0.5s ease-in;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.stickyBtn-icon {
    margin: auto 25px;
}

.stickyBtn-icon span,
.stickyBtn-icon img {
    color: white;
    font-size: 1.7rem;
    font-weight: 500;
}

.stickyBtn-text span {
    font-size: 1.4rem;
}

.stickyBtn:hover {
    right: 0;
    border: 1px solid white;
}

.serviceCall {
    top: 170px;
}

.locationBtn {
    top: 233px;
    background: #25d366 !important;
}

/* vehicle collection  */
#showroomTab {
    display: flex;
    justify-content: center;
    border-bottom: none;
}

#showroomTab .nav-item .nav-link {
    border: 1px solid #f44336;
    padding: 8px 32px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000000;
}

#showroomTab .nav-item .nav-link.active {
    background-color: #f44336;
    padding: 8px 32px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #ffffff;
}

#carouselTab .nav-item .nav-link {
    color: #000000;
    background: transparent;
}

#carouselTab .nav-item .nav-link.active {
    color: #f44336;
    border: none;
    border-bottom: #f44336 2px solid;
    outline: none;
    font-size: 1.16rem;
    font-weight: 600;
}

#carouselTabContent .tab-pane {
    padding: 1rem 5%;
}

.card-img-container {
    display: flex;
    align-items: center;
    height: 250px;
}

/* service nav */
.home-service-nav {
    background-color: #212121;
    padding: 0;
}

.home-service-nav .service-nav-container {
    width: 80%;
}

@media (max-width: 688px) {
    .home-service-nav .service-nav-container {
        flex-direction: column;
        align-items: center;
    }
}

/* services grid  */
.services-grid {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.services-grid .services-row {
    display: flex;
    justify-content: space-between;
}

.services-grid .services-row.row2 {
    margin-top: 20px;
}

@media (max-width: 1000px) {
    .services-grid {
        flex-direction: row;
    }

    .services-grid .services-row {
        flex-direction: column;
        align-items: center;
    }

    .services-grid .services-row.row2 {
        margin-top: 0 !important;
    }

    .services-col {
        width: 95% !important;
        margin-top: 20px;
    }
}

@media (max-width: 700px) {
    .services-grid {
        flex-direction: column;
    }

    .services-col {
        margin-top: 20px;
    }
}

.services-col {
    position: relative;
    width: 32.5%;
    height: 250px;
}

.service-col-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
}

.services-col img {
    width: 100%;
    height: 100%;
}

.service-heading {
    text-align: center;
}

.service-heading h2 {
    font-weight: 600;
}

.service-strip {
    text-align: center;
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    padding: 10px 8px;
}

.service-strip.red {
    background-color: #f44336;
}

.service-strip.yellow {
    background-color: #ffb300;
}

.service-strip a,
.service-strip a:hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.16rem;
}

/* about section  */

.about-section .about-content {
    text-align: left;
    margin-bottom: 2rem;
}

.about-content p {
    text-align: justify;
    margin-bottom: 5px !important;
}

.section-btn {
    margin-bottom: 2rem;
}

.about-img {
    position: relative;
}

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-overlay:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.about-overlay a,
.about-overlay a:hover {
    color: #ffffff;
    text-decoration: none;
}

.about-img img {
    width: 100%;
}

.service-content-section,
.about-content-section {
    padding-left: 2rem;
    padding-right: 2rem;
}

.service-content-container,
.about-content-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.about-content ul {
    list-style: square;
}

.about-content ul li p {
    margin-left: 10px !important;
    margin-bottom: 10px !important;
}

.about-content ul li::marker {
    color: #f44336;
}

/* stats section  */
.stats-container {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

@media (max-width: 767px) {
    .stats-container {
        width: 70%;
        padding-top: 70%;
    }

    .stats-row div:nth-child(odd) .stats-container {
        margin-left: auto;
    }
}

@media (max-width: 575px) {
    .stats-row div.col-xs {
        width: 100%;
    }

    .stats-container {
        width: 100%;
        padding-top: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.stats-container .card-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stats-container .card-container .card {
    width: 80%;
    height: 80%;
    background-color: #f8f8f8;
    border: none;
    border-radius: 10px;
    box-shadow: 6px 12px 5px 0 rgba(0, 0, 0, 0.17);
    position: relative;
}

.stats-container .card-container .card .stats-background {
    position: absolute;
    right: 2px;
    bottom: 0;
    width: 70%;
}

.stats-container .card-container .card .stats-background img {
    width: 100%;
}

.stats-container .card-container .card.red-card {
    background-color: #f44336;
}

.stats-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    z-index: 2;
}

.stats-content span {
    display: inline-block;
    font-size: 1.8rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0.2rem;
}

.red-card .stats-content .horizontal-sep {
    background-color: #ffffff;
}

.stats-content h3 {
    font-size: 1.3rem;
    text-align: center;
    text-shadow: 0 1px 0 #ccc,
        0 2px 0 #c9c9c9,
        0 3px 0 #bbb,
        0 4px 0 #b9b9b9,
        0 5px 0 #aaa,
        0 6px 1px rgba(0, 0, 0, .1),
        0 0 5px rgba(0, 0, 0, .1),
        0 1px 3px rgba(0, 0, 0, .3),
        0 3px 5px rgba(0, 0, 0, .2),
        0 5px 10px rgba(0, 0, 0, .25),
        0 10px 10px rgba(0, 0, 0, .2),
        0 20px 20px rgba(0, 0, 0, .15);
}

.count-numbers-container {
    text-align: center;
}

@media (max-width: 1280px) {

    .stats-content h2,
    .stats-content span {
        font-size: 1.8rem;
    }
}

@media (max-width: 900px) {

    .stats-content h2,
    .stats-content span {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {

    .stats-content h2,
    .stats-content span {
        font-size: 2.2rem;
    }
}

.red-card .stats-content h2,
.red-card .stats-content span {
    color: #ffffff;
}

.stats-content .horizontal-sep {
    height: 3px;
    width: 60%;
    border-radius: 10px;
}

/* emi section  */
.emi-section {
    padding: 1% 0;
    background: #253238;
    background-repeat: no-repeat;
    background-size: cover;
}

.emi-heading {
    text-align: center;
    color: #ffffff;
}

.emi-form .form-row select:focus,
.emi-form .form-row input:focus,
.emi-form .form-row input:-webkit-autofill:hover,
.emi-form .form-row input:-webkit-autofill:focus,
.emi-form .form-row input:-webkit-autofill:active,
.emi-form .form-row input:-webkit-autofill,
.emi-form .form-row select,
.emi-form .form-row input {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    color: white;
}

.required-field {
    color: #f44336;
}

.display-emi {
    justify-content: center;
    min-height: 150px;
    align-items: center;
    background-color: #16242b;
    padding: 1rem;
    color: #ffffff;
}

/* callback section  */
.call-backform-container {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.call-backform-container div {
    margin: 20px auto;
}

.call-backform-container form {
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .call-backform-container {
        padding: 1rem;
    }

    .call-backform-container form {
        flex-direction: column !important;
        width: 70%;
    }

    .call-backform-container form div {
        text-align: center;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.call-backform-container form button {
    background-color: #f44336;
    border-color: #f44336;
    font-size: 1rem;
    padding: 0.3rem 2rem;
}

.call-backform-container form button:focus,
.call-backform-container form button:hover {
    color: #000000;
    background-color: transparent;
    border-color: #f44336;
    box-shadow: none;
}

/* footer details section  */
.footer-card-container {
    border-bottom: #ffffff 2px solid;
}

.footer-card-image img {
    width: 100%;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.footer-card-image .card-detail h5,
.footer-card-image .card-detail small {
    color: #ffffff;
}

.footer-card-image .card-detail {
    position: absolute;
    bottom: 15%;
    right: 3%;
    width: 80%;
}

.footer-card-image .explore-link {
    position: absolute;
    bottom: 5%;
    right: 15%;
}

.footer-card-image .explore-link a {
    color: #ffffff;
    text-decoration: none;
}

.footer-card-image .explore-link a:hover {
    border-bottom: 1px solid #f44336;
}

/*  sertvice content  */
.service-section .service-card {
    background: #f6f6f6;
    box-shadow: 0 0 20px 2px rgb(185 185 185 / 46%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card-content {
    padding: 10px;
    text-align: center;
    transition: all 400ms ease;
    flex: 1;
}

.service-card-content .icon {
    font-size: 3.5rem;
}

.service-card:hover .icon,
.service-card:hover .service-card-content h5 {
    color: #f44336;
}


.service-card-content h5 {
    font-weight: 600;
}

.service-card-content p,
.service-card-content .icon-container {
    margin: 20px 0 !important;
}

.service-card:hover {
    box-shadow: 0 0 20px 2px #f4433642;
}

.service-card:hover .service-card-content {
    /* background-color: #253238; */
    /* background-color: #6b7478a3; */
    background-color: #e5e5e5;
    /* color: #f6f6f6; */
    color: #000000;
}

.service-card-btn {
    border-top: 2px solid #f44336;
    /* border-top: 2px solid #8080804a; */
}

.service-card-btn a {
    display: flex;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    /* color: #253238; */
    color: #f44336;
    transition: all 350ms ease;
}

.service-card:hover .service-card-btn a {
    background-color: #f44336;
    color: #f6f6f6;

    box-shadow: 0 0 20px 2px #f4433642;
}

.sb-main.sb-chat .sb-chat-btn {
    bottom: 30%;
    background-color: #f44336;
    bottom: 20px;
}

.sb-main.sb-chat .sb-chat-btn:hover {
    background-color: #c92e23;

}

.sb-chat .sb-scroll-area .sb-header {
    background-color: #f44336 !important;
}

@media (max-width: 767px) {
    .sb-main.sb-chat .sb-chat-btn {
        bottom: 125px;
    }
}

.testimonial-slider-container .owl-item {
    height: 360px;
}

.testimonial-slider-container .owl-item .item {
    height: 100%;
}

.hm2_a {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    /* height: 80%; */
}

.hm2_b {
    background-size: contain;
    cursor: pointer;
    height: calc(26.66666vw - 19.2px);
    /* Update the height calculation to 80% */
    margin: 1.5px;
    overflow: hidden;
    width: 33.33333vw;
}

.hm2_b,
.hm2_c {
    position: relative
}

.hm2_c {
    align-items: center;
    background-color: #f443366f;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    right: 0;
    top: 20%;
}

.hm2_b:hover .hm2_c {
    top: 0;
    transition: .9s ease-in-out
}

.hm2_b:hover {
    background-size: cover;
    transition: .5s ease-in-out;
    width: 50%
}

.hm2_b:not(:hover) .hm2_c {
    top: 500px;
    transition: .3s ease-in-out
}

.hm2_b:not(:hover) {
    background-size: cover;
    transition: .4s ease-in-out;
    width: 33.33333%
}

.hm2_f {
    color: #f0f8ff;
    font-size: 20px;
    font-weight: 700
}

.subtitle {
    color: #c3c4c6;
    font-size: 15px;
    margin-left: 20px;
    margin-top: 20px;
    text-align: center
}

.hm2_d {
    align-items: center;
    display: flex;
    height: 120px
}

.hm2_e {
    max-height: 100px;
    max-width: 200px
}

.hm2_ln_a {
    align-items: center;
    background-color: hsla(0, 0%, 46%, .612);
    bottom: 0;
    display: flex;
    height: 80%;
    /* Set the height to 80% */
    justify-content: center;
    position: fixed;
    top: 20%;
    /* Set the top position to 20% */
    width: 100vw;
}

.hm2_ln_b {
    background-color: #fff2d9;
    max-width: 800px;
    padding: 10px;
    width: 100%
}

.hm2_ln_c {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    width: calc(100% - 40px)
}

.hm2_ln_d {
    width: 120px
}

.hm2_ln_e {
    width: 180px
}

.hm2_ln_f {
    background-image: linear-gradient(#565688, #fff);
    padding: 10px
}

.hm2_ln_g {
    color: #fff
}

.hm2_ln_h {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    width: 100%
}

.hm2_ln_i {
    cursor: pointer;
    width: 100%
}

.hm2_ln_j {
    height: auto;
    padding: 2%;
    width: 96%
}

.hm2_ln_k {
    color: blue;
    font-size: 14px;
    font-weight: 500;
    object-fit: cover;
    padding-left: 3%
}

.hm2_ln_l {
    cursor: pointer;
    width: 100%
}

.hm2_ln_n {
    color: blue;
    font-size: 14px;
    font-weight: 500;
    padding-left: 3%
}

.hm2_ln_o {
    height: 200px;
    object-fit: cover;
    padding: 1%;
    width: 98%
}

.hm2_ln_p {
    color: rgba(0, 0, 0, .735);
    display: flex;
    font-size: 9px;
    font-weight: 500;
    justify-content: center;
    padding: 8px
}

@media (max-width: 426px) {
    .hm2_a {
        flex-wrap: wrap;
    }

    .hm2_b {
        height: calc(40.66666vw - 19.2px);
    }

    .hm2_b:not(:hover) {
        width: 48%;
    }
}

@media only screen and (max-width:600px) {
    .hm2_c {
        display: none
    }
}