* {
    padding: 0;
    margin: 0;
    font-family: 'Gotham Light', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham';
}

p,
small,
strong,
label {
    font-family: 'Gotham Book';
}

body {
    overflow: hidden;
    height: 100%;
}

#main-wrapper {
    margin-top: 30px;
}


/* NAVBAR */

.navlogo {
    max-width: 120px;
    max-height: 24px;
    width: 100%;
    height: 100%;
    padding: 0;
}

.navbar button {
    border-radius: 10px;
}

nav {
    background-color: #fff;
}


/* SIDE-PANEL CONTENT */

.tds-status_msg--enclosed .tds-status_msg-icon {
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
}

.tds-status_msg-icon {
    margin: 0;
    -webkit-margin-end: 40px;
    margin-inline-end: 16px;
    flex-shrink: 0;
    inline-size: 20vw;
    block-size: 20vw;
}

.tds-icon {
    content: "";
    display: block;
    max-width: 100%;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
}

.alert-secondary {
    font-size: 14px;
    background-color: #eee;
}

.customnav {
    justify-content: space-between;
}

.custombtn {
    cursor: pointer;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    padding: 15px 25px 15px 25px;
    font-weight: 400px;
}

.custom-disabled {
    background-color: #eee;
    cursor: disabled;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    padding: 15px 25px 15px 25px;
}

.roundedbtn {
    border-radius: 100px;
    padding: 8px 16px 8px 16px;
    width: 150px;
    font-weight: 600;
    font-size: 12px;
}

.side-panel {
    height: calc(100vh - 75px);
    overflow-y: auto;
    margin: 0;
    padding: 0 8px;
}

.side-panel::-webkit-scrollbar {
    display: none;
}

.main-panel {
    height: calc(100vh - 416px);
}

.color-icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.btn-seat {
    background-color: #d0d1d2;
    border-radius: 100px;
    padding: 0 12px;
    font-size: 24px;
    font-weight: 800;
}

.btn-seat-active {
    border: 3px solid blue;
}

.disc-bullet {
    list-style-type: disc;
    padding-left: 20px;
}

.disc-bullet li {
    padding-top: 5px;
}

.divpaint,
.divwheels,
.divinterior,
.divselfdriving {
    padding-top: 250px;
}

.addandfeatbtn {
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
}

.divorder {
    padding-bottom: 350px;
    padding-top: 250px;
}

.divorder button {
    font-size: 16px;
    font-weight: 600;
}

.activebtn {
    border: solid 3px #3e6ae1;
}


/* BOTTOM PRICE PANEL FIXED */

.price-panel {
    background-color: #F3F2F1;
    max-width: 50%;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    ;
    cursor: pointer;
}

.price-panel strong {
    font-size: 18px;
}

.price-panel label {
    font-size: 16px;
}

.fixed-bottom {
    width: calc(100% - 400px);
}

.circle-btn {
    border-radius: 50%;
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    box-shadow: 1px 1px 2px #000000;
}

.price-panel-btn {
    border: none;
}

.btn-label {
    margin-left: auto;
    margin-right: auto;
}

.btn-label strong {
    padding-left: 50px;
    padding-right: 50px;
}


/* MEENA UPDATES */

.observer-placeholder {
    display: inline-block;
}

.observer-placeholder svg {
    width: 54px;
    height: 50px;
    border-radius: 50%;
}

.option-fields p.rangeTitle {
    text-align: left;
    font-weight: 600;
}

.option-fields p.rangeField {
    box-shadow: inset 0 0 0 1px #a2a3a5;
    border-radius: 50px;
    padding: 16px 24px;
    color: #000;
    text-align: left;
}

.option-fields p.rangeField span {
    float: right;
}


/* CAROUSEL */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 30px !important;
    width: 30px !important;
    background-size: 40% !important;
    border-radius: 50%;
    background-color: #eeeeee !important;
    margin-top: -48px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.upgradesDetails {
    padding-top: 200px;
    padding-bottom: 50px;
}

.carousel,
.carousel-inner {
    min-height: 90vh;
}


/*PRICING MODAL STYLE*/

.modal-bordered {
    border-radius: 25px;
}

.modal-header,
.modal-footer {
    border: none;
}

.finance-options-link {
    border-radius: 50px;
    margin-bottom: 20px;
}

#myTab .nav-item {
    border-radius: 50px;
}

.amount-breakdown {
    text-align: right;
}

.modal-title {
    cursor: pointer;
}

.modal {
    max-height: 1000px;
    height: 100%;
    overflow: hidden;
}

.modal::-webkit-scrollbar {
    display: none;
}

#option-menu {
    padding-bottom: 300px;
    max-height: 500px;
    ;
    height: 500px;
}

.custom-container {
    max-height: 450px;
    ;
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.custom-container::-webkit-scrollbar {
    display: none;
}

.form-control {
    border-radius: 50px;
    background-color: #f4f4f4;
}

a {
    color: #5c5e62;
}

.checkbox-icon {
    height: 20px;
    width: 23px;
}

.btn-outline-dark {
    margin-top: 25px;
    width: 150px;
    border-radius: 50px;
}

#divBundledRange .custombtn:nth-of-type(1) {
    cursor:pointer;
    border:3px solid blue;
}
#divBundledRange .custombtn:nth-of-type(2) {
    cursor:pointer;
    border:1px solid rgb(57, 60, 65);
}

/*NAVIGATION STYLE*/

#north-america {
    margin-bottom: 100px;
}

.div-country {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.div-country:hover {
    background-color: #eee;
    transition: .5s ease;
}

.active-country {
    border-radius: 10px;
    background-color: #eee;
}

#nav-languages {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    margin-top: 30px;
    border-bottom: #393c41;
    -webkit-box-shadow: 0px 1px 1px #bfbfbf;
    -moz-box-shadow: 0px 1px 1px #bfbfbf;
    box-shadow: 0px 1px 1px #bfbfbf;
}

#nav-wrapper {
    overflow-y: auto;
    max-height: 80vh;
    height: 80%;
}

#nav-languages a {
    font-size: 14px;
    text-transform: none;
    cursor: pointer;
}

#nav-wrapper::-webkit-scrollbar {
    display: none;
}
.mtop10{
margin-top: 8rem;;
}