   .carousel-inner {
      height: 58vh; /* Height for mobile */
    }
  .gb-1 {
    position: fixed;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
    padding: 16px 12px;
}
.gb-2 {
    display: flex;
}
.gb-3 {
    box-sizing: border-box;
    margin: 0px;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px;
}
.gb-4 {
    width: 100%;
    display: flex;
    flex-flow: row-reverse;
    gap: 8px;
}
@media (max-width: 575px) {
    .gb-5.dpv-cta {
        flex-basis: fit-content;
        padding: 10px 16px;
        min-width: unset;
    }
    .carousel-inner {
      height: 35vh !important; /* Height for mobile */
    }
}
@media (max-width: 768px) {
  .carousel-inner {
    height: 35vh !important; /* Height for mobile */
  }
}
.gb-5.dpv-cta {
    flex-basis: 100%;
}
.dpv-cta:hover, .dpv-cta:active {
    border: 1px solid rgb(224, 0, 0);
    background-color: rgb(224, 0, 0);
    color: rgb(255, 255, 255) !important;
}
.gb-5 {
    padding: 11px 16px;
    font-size: 16px;
    line-height: 18px;
    gap: 6px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(224, 0, 0);
    font-weight: 600;
    border-radius: 6px;
    color: rgb(224, 0, 0);
    text-align: center;
    min-width: 100px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 0%;
}
#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}
.rightarrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background-color: rgb(255, 255, 255);
    color: rgb(43, 45, 46);
    opacity: 0.8;
    cursor: pointer;
    outline: 0px;
    border: 0px;
    border-radius: 50%;
    right: 16px;
    padding: 0px !important;
    transition: 0.2s !important;
}
.leftarrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background-color: rgb(255, 255, 255);
    color: rgb(43, 45, 46);
    opacity: 0.8;
    cursor: pointer;
    outline: 0px;
    border: 0px;
    border-radius: 50%;
    left: 16px;
    padding: 0px !important;
    transition: 0.2s !important;
}
.arrowOutline:focus, .arrowOutline:active {
    outline: 1px solid;
    /* outline: 1px auto -webkit-focus-ring-color; */
}
.selInfoMob 
{
  display:none;
}
@media only screen and (max-width: 768px) {
    .selInfo  {
      display: none;
    }
    .selInfoMob 
    {
      display:block;
    }
  }



  .LinkBtnMainDiv {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        z-index: 5;
        top: 16px;
        right: 16px;
    }
    .LinkBtnStyle {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        background-color: transparent;
        outline: 0;
        border: 0;
        margin: 0;
        border-radius: 0;
        padding: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-text-decoration: none;
        text-decoration: none;
        color: inherit;
        font-family: proxima-nova, ProximaNova, noto, var(--my-gess), GESS, GE-SS, sans-serif;
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 1.75;
        text-transform: uppercase;
        min-width: 64px;
        padding: 6px 8px;
        border-radius: 6px;
        -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        color: #E00000;
        font-weight: 600;
        font-size: 16px;
        padding: 8px 16px;
        text-transform: none;
        box-shadow: none;
        font-size: 14px;
        font-weight: 600;
        height: 36px;
        letter-spacing: 0.25px;
        padding: 8px 16px;
        text-transform: capitalize;
        border: 1px solid #B6B8B9;
        background: #0e0e0e3d;
        color: #ffffff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        min-width: 40px;
        /* height: 36px; */
        line-height: 36px;
        border-radius: 6px;
        padding: 0 16px;
        cursor: pointer;
        outline: 0;
        margin-right: 8px;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .linkBtnDiv {
    margin-right: 4px;
}
.linkBtnTextDiv {
    margin: 0;
    letter-spacing: 0;
    font-family: proxima-nova, ProximaNova, noto, var(--my-gess), GESS, GE-SS, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    line-height: inherit;
    color: inherit;
}
.LinkBtnStyle:last-child {
    margin-right: 0;
    margin-left: 0;
}
.LinkBtnStyle:hover {
    color: white;
    background: #666B72;
    border-color: #666B72;
}
.shareBtnsMainDiv {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
}
.shareBtnDiv {
    display: flex;
    flex-direction: row;
    padding: 16px;
    gap: 16px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.shareAnchor:focus {
    text-decoration: none;
}
.shareLinkDiv {
    display: flex;
    flex-direction: row;
    gap: 8px;
    -webkit-box-align: center;
    align-items: center;
}
.shareInputDiv {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    flex: 1 1 0%;
}
.shareInputChildDiv {
    letter-spacing: 0px;
    font-family: proxima-nova, ProximaNova, noto, var(--my-gess), GESS, GE-SS, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    color: rgb(35, 38, 42);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    border-radius: 6px;
}
.shareInputChildDiv .shareLink-input {
    font-weight: 600;
    padding: 13px;
    width: 332px;
}
.sharelink-inputFieldset {
    text-align: left;
    position: absolute;
    inset: -5px 0px 0px;
    margin: 0px;
    padding: 0px 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: rgba(0, 0, 0, 0.23);
}
.sharelink-inputFeildLegend {
    float: unset;
    line-height: 11px;
    overflow: hidden;
    padding: 0px;
    transition: width 150ms cubic-bezier(0, 0, 0.2, 1);
}
.sharelink-btnCopy {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: proxima-nova, ProximaNova, noto, var(--my-gess), GESS, GE-SS, sans-serif;
    line-height: 1.75;
    min-width: 64px;
    color: rgb(255, 255, 255);
    background-color: #595c60bf;
    box-shadow: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.15px;
    text-transform: capitalize;
    width: 82px;
    height: 35px;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 12px 24px;
}
.shareLink-CopybtnText {
    margin: 0px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: proxima-nova, ProximaNova, noto, var(--my-gess), GESS, GE-SS, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
}
.share-socialBtns {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 70px;
    gap: 16px;
}
.share-socialBtnsText {
    margin: 0px;
    letter-spacing: 0px;
    font-family: proxima-nova, ProximaNova, noto, var(--my-gess), GESS, GE-SS, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: rgb(58, 63, 71);
    text-transform: capitalize;
    text-align: center;
}
.MainDialogBox {
    z-index: 10002;
    position: fixed;
    width: 33.5rem;
    min-height: 200px;
    left: calc(50% - 240px);
    top: 0%;
    background: rgb(255, 255, 255);
    border-radius: 6px;
    border: 1px solid rgb(238, 240, 241);
    padding: 32px 64px;
    box-sizing: border-box;
    text-align: center;
    animation: 0.3s cubic-bezier(0, 0, 0.2, 1) 0s 1 normal none running animation-1sya3t8;
    font-family: proxima-nova, GE-SS, noto, "Helvetica Neue", Helvetica, Arial;
}
.shareBtnDiv-hr {
    margin: 0px;
    flex-shrink: 0;
    border-width: 0px 0px thin;
    border-style: solid;
    border-color: #595c60bf;
}
:root {
    --defaultBgColor: #d7d7d74a; /* Your default color */
    --hoverBgColor: #2f2f2f8f;   /* Color on hover */
}
svg:hover rect {
    fill: var(--hoverBgColor);
}
@media (max-width: 767px) {
    .leftarrow,
    .rightarrow {
        display: none;
    }
}


/* car details page css */
.cd_div1 {
    box-sizing: border-box;
    margin: 0px;
}
.cd_div2 {
    background: rgb(255, 255, 255);
    border-radius: 6px;
    border: 1px solid rgb(238, 240, 241);
    margin-bottom: 16px;
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 4px 16px;
}
.cd_div3 {
    box-sizing: border-box;
    margin: 0px 0px 16px;
}
.cd_div4 {
    display: flex;
}

.cd_div5 {
    box-sizing: border-box;
    margin: 0px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.cd_div6 {
    font-family: proxima-nova, ProximaNova, noto, GESS, GE-SS, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal;
    color: rgb(98, 100, 101);
    margin: 0px;
    padding: 0px;
}
p:last-child {
    margin-bottom: 0px;
}
.cd_div7 {
    font-weight: 600;
}
.cd_div8 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.cd_div9 {
    font-family: proxima-nova, ProximaNova, noto, GESS, GE-SS, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal;
    color: rgb(43, 45, 46);
    margin: 0px;
    padding: 0px;
}
.cd_div10 {
    max-height: 48px;
    max-width: 86px;
}
@media (min-width: 992px) {
    .cd_div11 {
        gap: 6px;
    }
}
.cd_div11 {
    width: 100%;
    display: flex;
    flex-flow: row-reverse wrap;
    gap: 8px;
}
.cd_div12.cd_div13.phone-number-shown {
    background-color: rgb(255, 255, 255);
    color: rgb(35, 38, 42);
    cursor: text;
    pointer-events: none;
}
.cd_div12.cd_div13 {
    flex-basis: 100%;
}
@media (min-width: 992px) {
    .cd_div12 {
        line-height: 26px;
        padding: 10px 16px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        gap: 6px;
        width: 100%;
    }
}
.cd_div12 {
    padding: 11px 16px;
    font-size: 16px;
    line-height: 18px;
    gap: 6px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(194, 196, 199);
    font-weight: 600;
    border-radius: 6px;
    color: rgb(35, 38, 42);
    text-align: center;
    min-width: 100px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 0%;
}
@media (min-width: 768px) {
    .cd_div12.primary-cta > svg {
        --leadIconFill: #fff;
    }
}
@media (min-width: 768px) {
    .cd_div12.primary-cta:hover, .cd_div12.primary-cta:active {
        border: 1px solid rgb(242, 61, 61);
        background-color: rgb(242, 61, 61);
        color: rgb(255, 255, 255);
    }
}

.cd_div12:hover, .cd_div12:active {
    border: 1px solid rgb(224, 0, 0);
    background-color: rgb(224, 0, 0);
    color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
    .cd_div12.primary-cta {
        border: 1px solid rgb(224, 0, 0);
        background-color: rgb(224, 0, 0);
        color: rgb(255, 255, 255);
    }
}
@media (min-width: 992px) {
    .cd_div12:not(:last-child) {
        margin-bottom: 8px;
    }
}