:root {
    --primary-clr: #f36d3e;
    --primary-bg-clr: #f36d3e;
    --text-dark-gray: #333;
    --text-light-gray: #666;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
/* header {
    padding: 15px 70px;
    background-color: #EEEEEE;
}
.header-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.v2logo img {
    max-width: 200px;
    margin-top: 5px;
}
.header_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 250px);
    justify-content: flex-end;
}
.v2Menu li {
    position: relative;
    margin-right: 20px;
}
.call span {
    color: #f56f36;
    font-size: 18px;
    font-weight: 500;
}
.call i {
    color: #f56f36;
    font-size: 18px;
    margin-right: 10px;
}
.header_social {
    margin-left: 20px;
}
.header_social a {
    color: #f56f36;
    font-size: 20px;
    margin: 0 5px;
}
.menu-toggler {
    margin-left: 12px;
    display: none;
}
.v2Menu{
    display: none;
} */
.shopping-navbar{
    padding: 15px 70px !important;
    background-color: #EEEEEE;
}
body {
    background-color: #f9f9f9 !important;
}
.shopping-navbar .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #f36d3e;
    border-radius: 0.4285rem;
}
.shopping-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23f36d3e' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.shopping-navbar .navbar-toggler:focus {
    box-shadow: none !important;
}
.shopping-navbar {
    border-bottom: 1px solid lightgray;
}
.shopping-navbar li {
    position: relative;
}
.shopping-navbar li {
    margin-right: 20px;
}
.shopping-navbar li a:hover {
    color: #f56f36 !important;
    text-decoration: underline;
}
.shopping-navbar li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s ease;
    text-transform: uppercase;
}
.loginAs a {
    font-size: 16px;
    color: #fff;
    margin-left: 4px;
    padding: 4px 14px;
    border-radius: 30px;
    background: #f56f36;
    text-transform: uppercase;
}
.call span {
    color: #f56f36 !important;
    font-size: 18px;
    font-weight: 500;
}
.call i {
    color: #f56f36 !important;
    font-size: 18px;
    margin-right: 10px;
}
.header_social {
    margin-left: 20px;
}
.header_social a {
    color: #f56f36 !important;
    font-size: 20px;
    margin: 0 5px;
}
.tires-main {
    color: #2c2c2c;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
}
.province-dp h2 {
    font-size: 18px;
}
.tires-main-subheading {
    color: #f36d3e;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.province-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.area-tire img {
    max-width: 100%;
    width: 100%;
}
.area-tire {
    display: flex;
    /* margin-left: -6rem; */
    margin-left: inherit;
}
.province-select {
    background-color: #f36d3e;
    color: white;
}
.province-select option {
    border-bottom: 1px solid white !important;
}
/* Change the background and text color of the select2 container */
.select2-container--default .select2-selection--single {
    background-color: #f36d3e !important; /* Background color */
    color: white !important; /* Text color */
    border: none !important; /* Remove border */
}

/* Change the text color of the selected option */
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: white !important;
}

/* Change the dropdown arrow color */
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: white transparent transparent transparent !important;
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent white transparent;
    border-width: 0 4px 5px 4px;
}
/* Change the background and text color of highlighted options */
.select2-container--default .select2-results__option--highlighted {
    background-color: #f36d3e !important;
    color: white !important;
}
.btn.btn-primary {
    background: #f36d3e !important;
    text-transform: uppercase;
    color: #fff !important;
    padding: 10px 20px;
    font-weight: 600;
    border: none !important;
    border-radius: 6px;
}
.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.main-area {
    /* min-height: 85vh; */
    min-height: 80vh;
}
footer {
    background: #eeeeee;
    padding: 20px 70px;
    margin-top: auto;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.copyright span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.ft-links a {
    color: #000;
    font-size: 16px;
    margin-left: 40px;
    font-weight: 500;
}
.text-with-select {
    font-size: 1.2em;
    position: relative;
    margin-bottom: -1px;
    padding: 0.6em 0.6em 0.6em 0.6em;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    z-index: 2;
    border: 1px solid #f36d3e;
    background-color: #f0f0f0;
    justify-content: center;
    align-items: center;
}
.tires-search-area {
    /* background-color: #fff; */
    background-color: #f9f9f9;
    padding: 15px;
}
.revise-search {
    display: flex;
    gap: 20px;
    background-color: #f0f0f0;
    padding: 10px;
    align-items: center;
}
.search-condition {
    max-width: 90rem;
    margin-right: auto;
    margin-left: auto;
}
.selection-area {
    background: #fff;
    padding: 40px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 5%);
    align-items: center;
}
.required-item {
    font-size: 20px;
    color: #f36d3e;
}
.selection-with-img {
    align-items: center;
}
.selection-image {
    max-width: 100%;
    filter: blur(5px);
    opacity: 0.5;
}
.emp-option {
    color: #f36d3e;
    font-size: 30px;
    font-weight: 900;
}
.revise-button button {
    /* color: #f36d3e; */
    color: blue;
    font-size: 16px;
    padding: 0.4em 1em 0.4em 1em;
    /* background-color: white; */
    /* border: 1px solid #f36d3e; */
    border: none;
    font-weight: 500;
    text-decoration: underline;
}
.revise-button {
    color: rgb(231, 19, 26);
    min-width: 200px;
    max-width: 200px;
}
.tires-data-show {
    display: flex;
    gap: 10px;
    align-items: center;
}
.tires-name-size {
    display: flex;
    align-items: center;
    gap: 10px;
}
.choose_diff_tire {
    font-size: 13px !important;
}
.selection-dropdowns {
    border: 1px solid #dedede;
}
.selection-dropdowns {
    /* padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 10px;
    padding-left: 10px; */
    padding: 0 !important;
}
.tires-search-area {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.tire-fetch img {
    max-width: 100%;
    width: 200px;
}
.tire-fetch {
    text-align: center;
}
.multiselect-dropdown-custom-width .select2-container {
    width: 100% !important;
}
.warranty-with-tire-box {
    padding: 10px;
}
.warranty-box {
    border: 1px solid #dedede;
    padding: 1rem;
    height: 100%;
    max-height: 300px;
    overflow-y: auto;
}
.border-pad-right {
    padding-right: 0 !important;
}
.border-pad-left {
    padding-left: 0 !important;
}
.checkout-btn {
    border-radius: 0 !important;
    width: 100%;
}
.brand-tire-logo {
    width: 50%;
    mix-blend-mode: multiply;
}
.tab-box {
    border: 1px solid #dedede;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.nav-tabs .nav-link:hover {
    color: #f36d3e !important;
}
.tires-tab .nav.nav-tabs .nav-item .nav-link.active {
    color: white !important;
    background-color: #f36d3e;
    text-decoration: #ffffff;
}
.tires-tab .nav.nav-tabs .nav-item .nav-link.active:after {
    box-shadow: none !important;
    background: transparent !important;
}
.tires-tab .nav.nav-tabs {
    margin-bottom: 0 !important;
}
.tire-specs-tab b {
    text-decoration: underline;
}
.pagination .page-item.active .page-link {
    background: #f36d3e !important;
}
.price-range {
    font-size: 24px;
    color: #f36d3e;
}
.collapse-header a {
    color: #f36d3e !important;
    width: 100%;
    display: block;
}
.collapse-down {
    color: #f36d3e;
}
.fa-chevron-right,
.fa-chevron-down {
    color: #f36d3e;
}
.custom-panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quote-switch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.custome-toggle-header a {
    color: #000;
}
.panel-collapse p {
    margin-bottom: 10px;
}
.panel-sides {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
.required-services-area {
    display: flex;
    justify-content: space-between;
}
.required-services-area h4,
.required-services-area h5 {
    margin-bottom: 0 !important;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #f36d3e;
}

input:focus + .slider {
    box-shadow: 0 0 1px #f36d3e;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.toggle-merge {
    display: flex;
    gap: 0px;
    align-items: center;
}
.toggle-price-area,
.toggle-area {
    width: 105px;
}
.emp-btn {
    line-height: 20px !important;
}
.toggle-price-area {
    text-align: right;
}
.panel-sides h2 {
    color: #f36d3e;
}
.payment-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.btn.btn-outline-theme {
    background: transparent !important;
    color: #f36d3e !important;
    padding: 10px 20px !important;
    border-radius: 37px;
    border-radius: 6px;
    border-color: #f36d3e;
    border: 2px solid #f36d3e;
    font-weight: 600;
}
.filter-form {
    padding: 0 !important;
}
.clear-btn-container {
    text-align: right;
}
.clear-btn {
    /* border: 1px solid #f36d3e; */
    border: none;
    text-decoration: underline;
    /* color: #f36d3e; */
    color: blue;
    border-radius: 4px;
    padding: 5px;
    background: transparent;
}
.multiselect-dropdown-custom-width
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #f36d3e !important;
    color: #f36d3e !important;
}
.multiselect-dropdown-custom-width
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove,
.select2-selection__clear {
    color: #f36d3e !important;
}
.multiselect-dropdown-custom-width
    .select2-search.select2-search--inline
    input::placeholder {
    color: #f36d3e !important;
    font-size: 16px !important;
}
.select2-results__option {
    font-size: 14px !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    font-size: 14px !important;
}
/*Start Price Input*/
.price-input {
    width: 100%;
    display: flex;
    margin: 15px 0 25px;
    padding: 0 10px;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 35px;
    align-items: center;
}
.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #f36d3e;
    -moz-appearance: textfield;
    font-size: 12px;
}
.range-input input::placeholder {
    font-size: 14px !important;
    color: #f36d3e;
    color: #f36d3e;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.custom-slider.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
    margin: 0 10px;
}
.custom-slider.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #f36d3e;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #f36d3e;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #f36d3e;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.price-range-btn {
    background: transparent !important;
    color: #f36d3e;
    padding: 5px !important;
    border-radius: 4px;
    border-color: #f36d3e;
    border: 1px solid #f36d3e;
    width: 100%;
    text-align: left;
}
.custom-slider:before {
    background: transparent !important;
}
.range-list {
    margin-bottom: 10px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    right: 10px;
    position: absolute;
    top: 50%;
}
.dropdown-toggle::after {
    display: none !important;
    content: "" !important;
}
/*End Price Input*/
.tyre-oder {
    background-color: #f36d3e;
    color: white;
    border: transparent !important;
    width: 100%;
    border-radius: 4px;
    padding: 0.5rem 1rem;
}
.order-container {
    /* box-shadow:0 4px 20px -2px rgba(0,0,0,0.1); */
    /* background-color: #ffffff; */
    background-color: #f9f9f9;
    margin-top: 2.5rem;
    padding: 1rem;
}
.sorting-tire {
    align-items: center;
}
.sorting-tire h3 {
    margin-bottom: 0;
}
#tiresizearea {
    display: none;
}
.selection-image-tire {
    max-width: 100%;
}
/* .season-with-tire{
    margin-top: 2rem;
  } */
.tires-with-details {
    padding: 2rem 0;
}
.price-with-toggle {
    display: flex;
    gap: 70px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__arrow {
    display: inline-block;
    width: 20px;
}
/*Dropdown Icon*/
/* Custom arrow icon for the select2 element */
.multiselect-dropdown-custom-width
    .select2-container--default
    .select2-selection--multiple {
    position: relative;
}

.multiselect-dropdown-custom-width
    .select2-container--default
    .select2-selection--multiple::after {
    content: "\25BE"; /* Unicode for downward arrow */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 15px;
    color: #f36d3e;
}
.custom-drop-icon::after {
    content: "\25BE"; /* Unicode for downward arrow */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 15px;
    color: #f36d3e;
}
/* Class to hide the custom icon */
.multiselect-dropdown-custom-width
    .select2-container--default.icon-hidden
    .select2-selection--multiple::after {
    content: none;
}
/*Dropdown Icon*/
.image-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.image-header-area {
    width: 10%;
}
.nameandtire {
    display: flex;
    /* gap: 10px;
  align-items: center; */
    flex-direction: column;
}
/*Carousel*/
/* .carousel-row{
  content: "";
  display: table;
  clear: both;
  margin: 1.5rem !important;
} */
.column {
    float: left;
    /* width: 20%; */
    width: 4.2rem;
    height: 4.2rem;
    margin-right: 1rem;
}
.main-page-slider-bottom {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 auto;
}
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* background-color: black; */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

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

.mySlides {
    display: none;
    flex-grow: 2;
    text-align: center;
    position: relative;
    min-height: 477px;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.prev {
    left: 0 !important;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.prev,
.next {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    /* top: 0; */
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.modal-images-bottom {
    display: flex !important;
}
#tiresrym .modal-dialog {
    max-width: 750px !important;
}
.modal-tire .modal-title {
    color: white !important;
}
.close {
    border-radius: 37px !important;
}
button.close {
    border: 0;
    appearance: none;
}
.modal-header .close {
    margin: -2rem -2rem -2rem auto !important;
}
.modal .modal-header .close {
    padding: 0.2rem 0.62rem;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    opacity: 1;
    transition: all 0.23s ease 0.1s;
    position: relative;
    transform: translate(8px, -2px);
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #22292f;
    text-shadow: 0 1px 0 #fff;
}
.main-image {
    text-align: center;
    margin-bottom: 20px;
}
.main-image img {
    /* width: 100%; */
    /* max-width: 500px; */
    height: auto;
}
.carousel-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.carousel-row img {
    /* width: 100%; */
    cursor: pointer;
}
.slick-slide {
    margin: 0 10px;
}
.carousel-slider.slick-initialized.slick-slider.slick-dotted {
    width: 100%;
    max-width: 100%;
    margin-top: 1.5rem;
}
.mySlides img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: inherit !important;
}
.modal-tire .modal-body {
    max-height: 700px;
    overflow-y: auto;
}
.modal-tire .modal-dialog {
    max-width: 700px !important;
}
.images-contain-modal-bottom {
    /* width: 100px;
    height: 100px;
    margin: 0 auto; */
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    border: 1px solid #f36d3e;
    border-radius: 5px;
}
.images-contain-modal-bottom img {
    /* width: 100%;
    height: 100%; */
    height: auto;
    width: 100%;
    padding: 0;
    max-width: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}
/*Carousel*/
.qoute-form-fields {
    border: 1px solid #f36d3e !important;
    border-radius: 5px !important;
}
.custom-select-2 .select2-container .select2-selection--single {
    height: 46px !important;
}
.custom-select-2
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 46px !important;
}
.custom-select-2
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 43px !important;
}
.qoute-form-fields {
    width: 95% !important;
}
.contact-method .select2.select2-container.select2-container--default {
    width: 95% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.scenario-setup {
    margin-top: -5.5rem;
}
.label-margin {
    margin-top: 3px;
}
.kms-field {
    width: 100% !important;
}
/* .save-quote-btn{
  line-height: 40px !important;
} */
.price-summary {
    margin: 1.5rem 0;
}
.price-summary h1 {
    margin-bottom: 1rem;
}
.border-line,
.item-with-value {
    border-bottom: 1px solid lightgray;
}
.item-with-value {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.send-mail button {
    width: 100%;
}
.form-quote {
    margin-bottom: 2rem;
}
.email-quote {
    text-align: center;
    margin: 2.5rem;
}
.filters-area {
    justify-content: center;
    margin-top: 1rem;
}
.reviews-detail {
    padding: 1rem;
    border-bottom: 1px solid lightgray;
}
.tab-box .nav-link {
    text-align: center;
}
.outer-star,
.mark-star {
    color: #f36d3e;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c5c5c5;
}
.tire-secongimg {
    margin-left: -4rem;
}
.province-list .select2.select2-container.select2-container--default {
    width: 86% !important;
}
.rebates-area {
    background-color: #213d4e;
    text-align: center;
    color: white;
    padding: 5px;
    margin-bottom: 0.2rem;
}
.rebates-area h2 {
    color: white;
    text-decoration: underline;
}
.rebates-area p {
    margin-bottom: 0;
}
.offer-terms {
    display: flex;
    flex-direction: column;
}
.offer-terms a {
    color: white;
    text-decoration: underline;
}
/*Progress Bar*/
.progressbar {
    margin: 50px 0 50px 0;
    counter-reset: step;
    padding-left: 0 !important;
}
.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 18px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #2c2c2c;
    /* olor: #f36d3e; */
    font-weight: 600;
}
.progressbar li:before {
    width: 15px;
    height: 15px;
    content: "";
    line-height: 30px;
    border: 2px solid #ebebeb;
    background-color: #ebebeb;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    transition: all 0.8s;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #ebebeb;
    top: 7px;
    left: -50%;
    z-index: -1;
    transition: all 0.8s;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active:before {
    border-color: #f36d3e;
    background-color: #f36d3e;
    transition: all 0.8s;
}
.progressbar li.active:after {
    background-color: #f36d3e;
    transition: all 0.8s;
}
/*Progress Bar End*/
.panel-image {
    max-width: 100%;
    width: 150px;
    height: 150px;
}
.panel-collapsed-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.required-services-area h5,
.toggle-price-area b,
.qty_calc_amount {
    font-size: 18px;
}
.item-with-value h5 {
    font-size: 18px;
    font-weight: 700;
}
.bottom-payment-area {
    color: #f36d3e;
}
.bottom-payment-area h2 {
    color: #f36d3e;
}
.bottom-payment-area h5 {
    color: #f36d3e;
}
.step-4-tire-img {
    width: auto !important;
    max-width: 100% !important;
    max-height: 230px !important;
    cursor: pointer !important;
    mix-blend-mode: multiply !important;
    margin-top: 20px !important;
    /* filter: brightness(0) invert(1); */
}
.step-3-tire-img {
    width: auto !important;
    max-width: 100% !important;
    max-height: 230px !important;
    cursor: pointer !important;
    mix-blend-mode: multiply !important;
    margin-top: 20px !important;
    /* filter: brightness(0) invert(1); */
}
.disclaimer-bottom {
    margin-bottom: 0;
    /* color: blue; */
}
/* .save-quote-btn{
  line-height: 40px;
} */
.payment-description {
    font-size: 15px;
}
.main-tire-inner {
    display: flex;
    align-items: center;
    gap: 50px;
}
.information-page-notes {
    min-height: 137px;
}
.payment-option {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.back-to-home {
    width: 200px;
}
.unavialable-contain > * {
    padding: 0;
}
.compare-tire {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 7px;
}
.compare-tire h5 {
    text-transform: uppercase;
    margin: 0;
}
.compare-tire h4 {
    color: #f36d3e;
    margin: 0;
}
.compare-tire small {
    color: #000;
}
.tire-loader-image {
    width: 40px;
    height: 40px;
}
.tire-compare-flex {
    gap: 10px;
    position: relative;
    border-style: none solid none none;
    border-width: 1px;
    border-color: #d1d1d1;
}
.compare-cancel {
    position: absolute;
    right: 10px;
    top: 0;
}
.compare-cancel i {
    color: #f36d3e;
    cursor: pointer;
}
.compare-btn button {
    background-color: #f36d3e;
    color: white;
    border: none;
    cursor: pointer;
    padding: 8px 20px;
}
.no-tire-flex {
    gap: 10px;
    opacity: 0.5;
}
.no-tire-compare {
    display: none;
}
#s-compare-box,
#f-compare-box {
    display: flex;
}
#firstcompair,
#second-compair {
    border-style: none solid none none;
    border-width: 1px;
    border-color: #d1d1d1;
    min-height: 80px;
}
.revise-button-compare button {
    background: transparent;
    border: 1px solid #f36d3e;
    color: #f36d3e !important;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    padding: 0.4em 1em 0.4em 1em;
}
.selected-tire-compare {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.selected-compare-box {
    border: 1px solid #dedede;
}
.individual-compare-box {
    border: 1px solid #dedede;
    /* max-width: 300px;
  width: 300px; */
    text-align: center;
    position: relative;
}
/* .first-compare-tire-box, .second-compare-tire-box, .third-compare-tire-box{
  width: 30%;
} */
.first-compare-tire-box,
.second-compare-tire-box,
.third-compare-tire-box {
    box-sizing: border-box; /* Ensure proper padding and margin calculation */
    transition: width 0.3s ease; /* Smooth width transition */
}
.further-data {
    display: flex;
    gap: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.title-compare-tire-box {
    width: 10%;
}
.inner-data-boxes {
    width: 80%;
    display: flex;
}
.first-inner-compare-box,
.second-inner-compare-box,
.third-inner-compare-box {
    width: 33%;
}
/* .first-inner-compare-box small, .second-inner-compare-box small, .third-inner-compare-box small{
  border-bottom: 1px dashed gray;
} */
.bottom-line {
    width: 90% !important;
    margin: 0 auto;
    width: 90% !important;
    border-top: 1px solid gray;
}
.title-compare-tire-box h4 {
    font-size: 18px;
}
.table-selected-box {
    padding: 2rem;
}
#compare-table {
    margin: 0;
    border-top: none;
    table-layout: fixed;
    min-width: 30em;
    background: none;
    font-size: 2em;
    color: #2f2f2f;
    width: 100%;
    border: none;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: baseline;
}
#compare-table tbody {
    font: inherit;
    color: inherit;
    vertical-align: baseline;
    background: none;
    float: none;
    -webkit-text-size-adjust: 100%;
}
#compare-table tbody .no-value {
    width: 7em;
    min-width: 7em;
    vertical-align: middle;
}
#compare-table tbody .no-value h4 {
    font-weight: 800;
}
#compare-table tbody th {
    padding: 0.6em 0.6em 0.6em 0.6em;
}
#compare-table tbody td {
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
    background: none;
    padding: 0.2em 0.6em 0.2em 0.6em;
    word-break: normal;
}
#compare-table tbody td.td-center {
    text-align: center;
}
#compare-table tbody td .brand-tire-logo {
    width: auto;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
}
#compare-table tbody td.td-left {
    text-align: left;
}
.bb-bottom {
    border-bottom: 1px solid #d1d1d1;
}
.table-selected-box {
    padding: 2.4em 2.4em 2.4em 2.4em;
    border: 1px solid #d1d1d1;
    overflow: auto;
}
#compare-table tbody td small {
    font-size: 14px;
    color: #2f2f2f;
}
#compare-table tbody th h4 {
    font-size: 15px;
    margin: 0;
}
#compare-table tbody td a {
    font-size: 16px;
}
.scroll-message {
    background: #f0f0f0;
    font-size: 16px;
    line-height: 1.4;
    clear: both;
    position: relative;
    width: 100%;
    margin: 0.6em 0em 0em 0em;
    padding: 0.6em 1.2em 0.6em 1.2em;
    display: block;
    text-align: center;
}
.scroll-message i {
    color: #f36d3e;
}
#compare-container {
    margin: 0 15px;
}
.limit-reached {
    box-shadow: 0 0.5rem 1rem rgba(34, 41, 47, 0.15) !important;
    background-color: white;
    padding: 10px;
    position: relative;
    margin-top: 10px;
}
.limit-reached::after {
    border-bottom-color: white !important;
    left: 80px;
    content: "";
    position: absolute;
    border: 15px solid transparent;
    border-top: 0;
    top: -12px;
}
.rebates-area p {
    font-size: 16px;
}
.mbl-check-compare {
    display: none;
}
.dynamic-compare-tire .fa-xmark {
    border: 1px solid #f36d3e;
    width: 44px;
    height: 40px;
    padding: 10px;
}
.col_0 h6,
.col_1 h6,
.col_2 h6 {
    margin-bottom: 0;
}
/* #compare-table tbody td h1, #compare-table tbody td h2, #compare-table tbody td h3, #compare-table tbody td h4, #compare-table tbody td h5, #compare-table tbody td h6, #compare-table tbody td small{
  font-size: 14px;
  color: #2F2F2F;
} */
/*Instant Approval Flow Star*/
.approval-bar li {
    width: 20%;
}
.action-btns-bottom {
    gap: 15px;
}
.province-name {
    display: flex;
    gap: 10px;
    /* justify-content: center; */
    color: #f36d3e;
    align-items: center;
}
.province-name h3 {
    color: #f36d3e;
    margin: 0;
    font-size: 16px;
}
.province-name i {
    font-size: 20px;
}
.contain-service {
    background-color: white;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    align-items: center;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    /* height: 100%; */
    height: 115px;
    margin: 10px 0;
}
.icon-with-sn {
    display: flex;
    gap: 10px;
}
.icon-with-sn i {
    color: #f36d3e;
    font-size: 20px;
}
.icon-with-sn h6 {
    font-size: 18px;
}
.icon-with-sn p {
    color: gray;
}
/* Hide the default checkbox */
.custom-checkbox input {
    display: none;
}

/* Style the custom checkbox */
.custom-checkbox span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: transparent; /* Default background color */
    border: 2px solid #f36d3e;
    border-radius: 4px;
    vertical-align: middle;
    position: relative;
    transition: background-color 0.1s, border-color 0.1s;
    cursor: pointer;
}

/* Add a white checkmark */
.custom-checkbox span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -20%;
    width: 10px;
    height: 5px;
    border: solid #f36d3e;
    border-width: 2px 2px 0px 0px;
    transform: scale(0) rotate(45deg) translate(-50%, -50%);
    transition: transform 0.1s;
}

/* Change background color when checked */
.custom-checkbox input:checked + span {
    background-color: transparent; /* Custom background color */
    border-color: #f36d3e;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked + span::after {
    transform: scale(1.3) rotate(120deg) translate(-50%, -50%);
}
.dashed {
    border-bottom: dashed 1px #000000;
}
.serive-edit {
    display: flex;
    align-items: center;
    gap: 20px;
}
.serive-edit-btn {
    color: #f36d3e;
}
.serive-edit p,
.serive-edit a,
.car-and-year p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}
#service_comment::placeholder {
    /* color: #F36D3E; */
    font-size: 20px;
    font-weight: 500;
}
.field_short input,
.field_full input,
.field_row select {
    width: 100%;
    font-size: 14px;
    color: #3a3a3a;
    padding: 18px 15px;
    border-radius: 4px;
    border: 1px solid #a3a3a3;
}
.field_short input::placeholder,
.field_full input::placeholder,
.field_row select::placeholder {
    color: lightgray !important;
}
.field_short input::placeholder{
    color: lightgray !important;
}
.skip_cont a {
    text-decoration: none;
    background: #f56f36;
    color: #fff;
    padding: 8px 20px;
    min-width: 170px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
}
.works-guide {
    color: #f36d3e;
}
.pre-approval h4 {
    margin: 1rem 0;
}
.process-loan h4,
.pre-approval h4 {
    font-size: 20px;
}
.pre-approval-title,
.document-type-para {
    color: #f36d3e;
}
.process-loan small,
.pre-approval small {
    font-size: 16px;
    color: #000000;
}
.estimates-breaker {
    border-top: 3px solid gray;
    width: 95%;
    margin: 10px auto;
}
.estimate-heading {
    color: #f36d3e !important;
}
.pre-approval-invoice-amount input {
    border: none !important;
    border-bottom: 1px solid #000000 !important;
}
.invoice-amount-heading {
    margin-top: 0 !important;
    font-size: 18px !important;
}
#emp_monthly_text {
    font-size: 16px;
    color: #f56f36;
}
.document-approval-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    gap: 0 10px;
}
.btn-primary {
    background: #f36d3e !important;
    padding: 8px 15px;
    border-radius: 6px;
}
.btn-outline-theme {
    background: transparent !important;
    padding: 8px 15px;
    border-radius: 6px;
    border-color: #f36d3e;
    text-transform: capitalize;
    border: 2px solid #f36d3e;
    color: #f36d3e !important;
}
.btn-outline-theme:hover {
    color: white !important;
    background: #f36d3e !important;
    text-decoration: none;
}
.btn-primary:hover {
    color: #f36d3e !important;
    background-color: #fff !important;
    border: 2px solid #f36d3e !important;
    text-decoration: none;
}
.upload-instant-flow-document h5 {
    margin-bottom: 6px;
}
.upload-instant-flow-document h5 span {
    color: #f56f36;
}
.single_uplaod {
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid #c5c5c5;
}
.single_uplaod input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.text-icon-flex {
    display: flex;
    justify-content: space-between;
}
.single_uplaod .fa-check {
    background: green;
    color: white;
    padding: 3px;
    border-radius: 10px;
}
.doc-upload-img {
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100px !important;
}
.single_uplaod label {
    position: relative;
    display: block;
    padding: 20px;
    margin-bottom: 0;
}
.uplaod_links.withSkip {
    align-items: flex-start;
}
.uplaod_links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.skip_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    align-items: flex-end;
    margin-top: 10px;
    justify-content: center;
}
.skip_cont input {
    text-decoration: none;
    background: #f56f36;
    color: #fff;
    padding: 8px 20px;
    min-width: 170px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
}
.skip_cont button {
    text-decoration: none;
    background: #f56f36;
    color: #fff;
    padding: 8px 20px;
    min-width: 170px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
}
.bank-plaid-box {
    display: flex;
    border: 2px solid black;
    padding: 25px 15px;
    align-items: center;
    margin-top: 20px;
}
.left-sec {
    width: 70%;
}
.bank-plaid-box h6 {
    font-size: 20px;
    color: black;
}
.bank-plaid-box p {
    color: #8d8b8b;
}
.right-sec {
    width: 30%;
    text-align: center;
}
.or-section {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
}
.select-bank-info {
    padding: 0;
    text-align: right;
}
.select-bank-info a {
    font-size: 16px !important;
    color: #7c7cff;
    margin-left: 20px;
}
.data-label-checked {
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.order-input.dateInput {
    background: #fff;
    border: 1px solid #70707059;
    border-radius: 37px;
    display: flex;
    flex-wrap: wrap;
}
.order-input.dateInput input {
    border: none;
    width: calc(100% - 35px);
    background: none;
    font-size: 12px;
    color: #000;
    padding: 5px 8px;
    border-radius: 37px 0 0 37px;
}
.order-input.dateInput > span {
    background: #000;
    width: 35px;
    border-radius: 0 37px 37px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-input.dateInput > span img {
    filter: brightness(0) invert(1);
    max-width: 10px;
}
.order-input {
    margin-bottom: 14px !important;
}
.order-input {
    position: relative;
}
.appointment-date-selector {
    max-width: 50%;
    margin: 0 auto;
}
.main_section {
    cursor: pointer;
}
.choose-heading {
    color: #002c46;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
}
.emp-heading {
    color: #ff6b33;
    font-size: 18px;
    font-weight: 700;
}
.emp-col {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.credit-check {
    margin-top: 1rem;
}
.money-card {
    display: flex;
    gap: 20px;
    align-items: center;
}
.card-heading {
    color: #002c46;
    font-size: 18px;
    font-weight: 700;
}
.image-prop {
    width: 65px;
}
.text-space {
    width: 75%;
}
.image-space {
    width: 25%;
}
.o-percent {
    height: 65px;
}
.check-prop {
    width: 70px;
}
.quote-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.emp-mark {
    display: flex;
    gap: 10px;
    align-items: center;
}
.emp-mark p {
    color: #002c46;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.emp-mark small {
    color: #ff6b33;
    font-weight: 500;
}
.why-need {
    padding: 30px 5px;
}
.why-information,
.why-need {
    border: 1px solid #ff6b33;
}
.select-service {
    color: #000;
    text-align: center;
    font-weight: 500;
}
.need-instruction {
    padding: 5px;
    border: 1px solid #ff6b33;
}
.instruction-area {
    display: flex;
    gap: 15px;
    align-items: center;
}
.instruction-area h3,
.instruction-area h4 {
    margin-bottom: 0;
}
.need-instruction p {
    font-size: 16px;
    margin-bottom: 0 !important;
}
.instruction-area p {
    margin-bottom: 0;
}
.appointment-preference {
    padding: 40px !important;
}
.virtual-team {
    font-size: 20px;
}
.contact-information {
    max-width: 97% !important;
    margin: 0 auto;
    padding: 40px 20px;
}
.service-error {
    color: red;
    text-align: center;
    display: none;
}
.contain-service:has(input[type="checkbox"]:checked) {
    border: 1px solid #f36d3e; /* Your desired border color */
}
.interested-emp {
    color: #f36d3e;
    font-size: 17px;
    font-weight: 500;
    margin-left: 2px;
}
.btn.btn-secondary {
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 600;
    border: none !important;
    font-size: 1rem;
}
.ft-links a {
    color: #000;
    font-size: 16px;
    margin-left: 40px;
}
/*Instant Approval Flow End*/
/*Media Queries*/
@media only screen and (max-width: 500px) {
    .approval-bar li {
        font-size: 12px !important;
        font-weight: 500;
    }
    .approval-bar {
        margin: 50px 25px 50px 0px;
    }
}
@media screen and (max-width: 767px) {
    .shopping-navbar{
        padding: 10px !important;
        }
}

@media only screen and (min-width: 1200px) {
    #scroll-section {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end !important;
    }
    .step-4-tire-flex {
        display: block;
    }
    .why-need {
        width: 95%;
    }
}
@media only screen and (min-width: 1200px) {
    .filter-container-width {
        max-width: 1350px !important;
    }
}
@media only screen and (max-width: 767.98px) {
    .shopping-navbar li {
        margin: 8px 0;
    }
    .panel-sides h2 {
        font-size: 18px;
    }
    .border-pad-right {
        padding-right: 14px !important;
        margin-bottom: 1rem;
    }
    .border-pad-left {
        padding-left: 14px !important;
    }
    .revise-search,
    .tires-data-show,
    .tires-name-size,
    .province-area {
        flex-wrap: wrap;
    }
    .footer-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ft-links a {
        margin-left: 0;
    }
    .selection-area {
        padding: 40px 10px;
    }
    .emp-option {
        font-size: 20px;
    }
    .image-header-area {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .nameandtire,
    .image-header {
        display: block;
    }
    .email-quote {
        margin: 1rem 0;
    }
    .form-quote,
    .mbl-sapcing {
        padding: 0 1rem !important;
    }
    .qoute-form-fields {
        width: 100% !important;
    }
    .contact-method .select2.select2-container.select2-container--default {
        width: 100% !important;
    }
    .area-tire {
        display: flex;
        /* margin-left: -3rem; */
        margin-left: inherit;
    }
    .scenario-setup {
        margin-top: inherit;
    }
    .payment-btns {
        flex-wrap: wrap;
    }
    .checkout-area h1 {
        font-size: 20px;
    }
    .tires-name-size h2,
    .season-with-tire h3 {
        font-size: 20px;
    }
    /* .custom-panel-heading{
    flex-wrap: wrap;
    gap: 15px;
  } */
    .panel-collapsed-inner {
        flex-wrap: wrap;
    }
    .custom-panel-heading {
        flex-direction: column !important;
        align-items: baseline;
    }
    .toggle-merge,
    .price-with-toggle {
        align-items: center !important;
        width: 100% !important;
        justify-content: space-between !important;
    }
    .main-tire-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
    .main-tire-inner {
        flex-wrap: wrap;
    }
    .required-services-area h4 {
        font-size: 20px;
    }
    .tires-search-area h1 {
        font-size: 26px;
    }
    .progressbar li {
        font-size: 14px;
        font-weight: 500;
    }
    .province-list .select2.select2-container.select2-container--default {
        width: 100% !important;
    }
    .tires-main {
        font-size: 28px;
    }
    .payment-option {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .mbl-detail .col-3 {
        padding-left: 0 !important;
    }
    .row.selection-with-img .col-3 {
        padding-right: 0 !important;
        /* padding-left: 5px !important; */
    }
    .row.selection-with-img .col-8 {
        padding: 0 !important;
    }
    .revise-button button {
        padding: 0;
    }
    .filters-selections {
        padding: 1rem !important;
    }
    .rebates-area h2 {
        font-size: 16px;
    }
    .rebates-area {
        padding: 10px;
    }
    .tires-area-mbl-pad {
        padding-left: 14px;
        padding-left: 14px;
        margin-top: 1rem;
    }
    .calc-div {
        margin-top: 1rem;
    }
    .tires-pagination {
        max-width: 100%;
        width: 100%;
        overflow-x: auto;
    }
    .tires-pagination ul {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
    }
    .mbl-pad-zero {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .unavialable-contain {
        padding-left: 15px;
        padding-right: 15px;
    }
    #compare-table tbody .no-value {
        width: 5em;
        min-width: 5em;
        vertical-align: middle;
    }
    #compare-table tbody th {
        padding: 0.6em 0 0.6em 0;
    }
    #compare-table tbody td {
        padding: 0.2em 10px 0.2em 10px;
    }
    #compare-table tbody th {
        text-align: left !important;
    }
    #compare-table tbody th h4 {
        text-align: left !important;
    }
    .mbl-selection-area {
        margin: 1rem !important;
    }
    .appointment-date-selector {
        max-width: 100%;
        margin: 0 auto;
    }
    .emp-mark {
        flex-wrap: wrap;
    }
    .quote-check {
        flex-wrap: wrap;
    }
    .mbl-detail .col-3 span {
        font-size: 14px;
    }
    .text-space {
        width: 70%;
    }
    .image-space {
        width: 30%;
    }
    .province-selector-mbl {
        margin: 0 !important;
    }
    #personalDisplay,#addressDisplay{
        margin-top: 20px;
    }
    .employment-income{
        max-width: 190px;
    }
    footer {
    background: #eeeeee;
    padding: 20px 15px !important;
    margin-top: auto;
   }
   .checkbox-with-text input {
    margin-top: 8px !important;
}
    .amounts-area{
     flex-wrap: wrap;
     gap:20px;
    }
    .calculated-amount p{
        margin-bottom: 0;
    }
    .calculated-amount b{
        font-size: 20px;
    }
    .amounts-area .calculated-amount{
        flex: inherit !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .panel-sides h2 {
        font-size: 18px;
    }
    .border-pad-right {
        padding-right: 14px !important;
        margin-bottom: 1rem;
    }
    .border-pad-left {
        padding-left: 14px !important;
    }
    .footer-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ft-links a {
        margin-left: 0;
    }
    .selection-area {
        padding: 40px 10px;
    }
    .emp-option {
        font-size: 20px;
    }
    .image-header-area {
        width: 50%;
    }
    .nameandtire,
    .image-header {
        display: block;
    }
    .email-quote {
        margin: 1rem 0;
    }
    .form-quote,
    .mbl-sapcing {
        padding: 0 1rem !important;
    }
    .qoute-form-fields {
        width: 100% !important;
    }
    .contact-method .select2.select2-container.select2-container--default {
        width: 100% !important;
    }
    .area-tire {
        display: flex;
        /* margin-left: -3rem; */
        margin-left: inherit;
    }
    .scenario-setup {
        margin-top: inherit;
    }
    .payment-btns {
        flex-wrap: wrap;
    }
    .checkout-area h1 {
        font-size: 26px;
    }
    .custom-panel-heading {
        flex-wrap: wrap;
        gap: 15px;
    }
    .main-tire-inner {
        flex-wrap: wrap;
    }
    .required-services-area h4 {
        font-size: 20px;
    }
    .tires-search-area h1 {
        font-size: 26px;
    }
    .progressbar li {
        font-size: 14px;
        font-weight: 500;
    }
    .province-list .select2.select2-container.select2-container--default {
        width: 100% !important;
    }
    .tires-main {
        font-size: 28px;
    }
    .payment-option {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .row.selection-with-img .col-3 {
        padding-right: 0 !important;
        padding-left: 5px !important;
    }
    .row.selection-with-img .col-8 {
        padding: 0 !important;
    }
    .revise-button button {
        padding: 0;
    }
    .filters-selections {
        padding: 1rem !important;
    }
    .rebates-area h2 {
        font-size: 16px;
    }
    .rebates-area {
        padding: 10px;
    }
    .tires-area-mbl-pad {
        padding-left: 14px;
        padding-left: 14px;
        margin-top: 1rem;
    }
    .calc-div {
        margin-top: 1rem;
    }
    .tires-pagination {
        max-width: 100%;
        width: 100%;
        overflow-x: auto;
    }
    .tires-pagination ul {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
    }

    .tire-secongimg {
        margin-left: -2rem;
    }
    .find-tires {
        margin-top: 2rem;
    }
    .row.filters-area .col-md-2 {
        width: 100%;
        max-width: 100%;
        flex: inherit !important;
    }
    .row.tires-with-details .col-md-4.tire-fetch {
        width: 100%;
        max-width: 100%;
        flex: inherit !important;
    }
    .row.tires-with-details .col-md-8 {
        width: 100%;
        max-width: 100%;
        flex: inherit !important;
    }
}
@media only screen and (min-width: 1101px) {
    .tires-area-mbl-pad {
        margin-left: 10px;
        margin-right: 10px;
    }
}
.service-image-contain {
    width: 200px;
}
.service-image-contain img {
    max-width: 100%;
    width: 100%;
}
@media only screen and (max-width: 1100px) {
    .tire-compare-flex,
    #firstcompair,
    #second-compair {
        border: none;
        border-bottom: 1px solid #d1d1d1;
    }
    .sm-compare {
        flex-wrap: wrap;
    }
    #second-compair {
        flex-wrap: wrap;
        gap: 15px;
        margin: 10px 0;
    }
    .compare-btn,
    .last-compare {
        width: 100%;
    }
    .compare-btn button {
        width: 100%;
    }
    .compare-cancel {
        right: -3px;
    }
    #append_tires {
        padding: 0;
    }
    .sm-big-col,
    .sm-small-col {
        padding-right: 0 !important;
    }
    .mbl-check-compare {
        display: block;
    }
    .lg-compare-check {
        display: none;
    }
}

#main-loader {
    background-color: rgb(217, 221, 220) !important;
    opacity: 0.8 !important;
}
.main-loader {
    background-color: rgb(217, 221, 220) !important;
    opacity: 0.8 !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        sans-serif;
}

body {
    background-color: #f8f8f8;
    color: #333;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.progress-bar-new {
    display: flex;
    justify-content: center;
    padding: 20px 40px;
    background-color: white;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.progress-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    position: relative;
}
.progress-container::before{
    content: "";
    position: absolute;
    top: 34%;
    left: 11%;
    right: 10%;
    height: 2px;
    background-color: var(--primary-clr);
    transform: translateY(-50%);
    z-index: 1;
    width: 78%;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 20%;
}

.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

/* .step-circle::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  height: 3px;
  width: 100%;
  background-color: #e0e0e0;
  z-index: 1;
} */

.step:first-child .step-circle::before {
    display: none;
}

/* .step-circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  height: 3px;
  width: 100%;
  background-color: #e0e0e0;
  z-index: 1;
} */

.step:last-child .step-circle::after {
    display: none;
}

.step.active .step-circle {
    background-color: #f17341;
    color: white;
}

.step.completed .step-circle {
    background-color: #4caf50;
    color: white;
}

.step-label {
    font-size: 14px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
}

.step.active .step-label {
    color: #f17341;
}

.step.completed .step-label {
    color: #4caf50;
}

.main-content {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    background-color: #f8f8f8;
    background-image: linear-gradient(135deg, #f8f8f8 0%, #f2f2f2 100%);
}

/* .container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
} */

.main-loader {
    background: gray;
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 10000;
    background-repeat: no-repeat;
    background-position: center;
}
/*Start New CBL Flow Css*/
/* New Progress Steps Styles Start*/
.progress-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 2rem auto;
    width: 100%;
}
.step {
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}
.five-steps .step {
    width: 20%;
}
.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    font-weight: bold;
    color: #666;
    position: relative;
    z-index: 2;
}
.step-label {
    font-size: 0.8rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 500;
}
.step.completed .step-circle {
    background-color: #4caf50;
    border-color: #4caf50;
    color: white;
}
.step.completed .step-label {
    color: #4caf50;
    font-weight: 600;
}
.step-line {
    position: absolute;
    top: 20px;
    left: 12%;
    right: 12%;
    height: 2px;
    background-color: #e5e5e5;
    z-index: 0;
}
.checkmark {
    display: inline-block;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-top: -3px;
}
/* New Progress Steps Styles End*/
.checknow-box {
    border: 2px solid #f36d3e;
    border-radius: 10px;
    padding: 25px;
}
.checknow-information {
    flex-direction: column;
    align-items: flex-start;
}
.icon-with-value {
    display: flex;
    gap: 10px;
}
.category-value-name h6 {
    margin-left: 5px;
}
.icon-with-value i {
    margin-top: 3px;
    color: #000000;
}
.biweekly-easypay {
    color: #f36d3e;
}
.credit-message-box {
    background-color: #fff0e5;
    border: 1px solid rgba(249, 115, 22, 0.2);
    border-radius: 0.75rem;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    margin-top: 1.5rem;
}
.credit-message-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #f97316 0%, #ea580c 100%);
}
.credit-heading {
    background: linear-gradient(90deg, #f97316 0%, #ea580c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.75rem;
    text-transform: none;
}

.credit-pre-apperoved-heading {
    background: linear-gradient(90deg, #4caf50 0%, #4caf50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.75rem;
    text-transform: none;
}
.credit-subtitle {
    color: #334155;
    margin-bottom: 1.25rem;
}
.checknow-button {
    text-transform: uppercase;
    padding: 0.875rem 2rem;
    background: linear-gradient(90deg, #f97316 0%, #ea580c 100%);
    border-radius: 9999px;
    color: white;
    box-shadow: 0 10px 15px -3px rgba(249, 115, 22, 0.2),
        0 4px 6px -4px rgba(249, 115, 22, 0.2);
    transition: all 0.3s ease;
    outline: none;
    border: none;
    margin-bottom: 0.75rem;
    position: relative;
    overflow: hidden;
    width: max-content;
    margin: 0 auto;
}
.notinterested-button {
    color: #64748b;
    background: transparent;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}
.checknow-interest {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.icon-with-sn svg {
    color: #f36d3e;
}
.checknow-interest button {
    width: max-content;
    margin: 0 auto;
}
.checknow-continue {
    display: flex;
    justify-content: center;
}
.continue-button.disabled {
    background-color: #d1d5db;
    color: white !important;
    cursor: not-allowed;
    box-shadow: none;
}
.continue-button {
    padding: 0.875rem 2rem;
    border-radius: 9999px;
    transition: all 0.3s ease;
    color: white !important;
}
.back-information span,
.back-information i {
    color: #f36d3e;
    font-weight: 600;
}
.before-submit {
    width: 100%;
    background-color: white;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 3rem;
}
.license-plate-box {
    border-top: 2px solid #f36d3e;
    background-color: white;
    border-radius: 0.5rem;
    border-radius: 10px;
    padding: 25px;
}
.form-label-plate {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.plate-form-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.15s ease;
    margin-bottom: 8px;
    margin-bottom: 20px;
}
.select-field-plate {
    border-radius: 0.5rem;
    padding: 10px;
    max-width: 300px;
    margin: 0 auto;
}
.plate-btns {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.checknow-btn {
    width: max-content;
    margin: 0 auto;
}
/*End New CBL Flow Css*/
/*Start Updated CBL Flow*/
.steps {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
    padding: 0;
    list-style: none;
}
.step-icon.active {
    background: #1f2937;
    border-color: #1f2937;
    color: white;
}
.step-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    align-items: center;
    border: 2px solid #e5e7eb;
    background: white;
    transition: all 0.2s;
}
.step-icon,
.steps {
    display: flex;
    justify-content: center;
}
.step-icon.completed {
    background: var(--primary-clr);
    border-color: var(--primary-clr);
    color: white;
}
.active-box {
    background: #1f2937;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: white;
    border-radius: 0.5rem;
    padding: 5px 10px;
}
.active-box p {
    margin-bottom: 2px !important;
}
.active-box-para {
    font-size: 0.7rem;
    line-height: 1rem;
    color: white;
}
.active-box-title {
    font-weight: 500;
    color: white;
    font-size: 16px;
}
.steps-header-icons {
    width: 100%;
}
.eligibility-impact {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}
.eligibility-heading h1 {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.eligibility-heading p {
    color: var(--primary-clr);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.apply-order {
    padding: 2rem;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}
.apply-para-gray {
    color: #4b5563;
    font-size: 16px;
    font-weight: 400;
}
.apply-para {
    color: #374151;
    font-size: 18px;
    font-weight: 400;
}
.apply-order h2 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
    color: #000;
}
.requirement-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}
.requirement-icon {
    width: 24px;
    height: 24px;
    background-color: var(--primary-bg-clr);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}
svg {
    display: block;
    vertical-align: middle;
}
.order-requirement {
    text-align: center;
}
.order-requirement h3 {
    color: #111827;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.selection-box-area {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.radio-option {
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.75rem;
    background-color: white;
    font-size: 1.125rem;
    font-weight: 500;
}
.radio-option label{
    font-size: 22px;
    font-weight: 500;
}
.selection-box-area input[type="radio"] {
    appearance: auto;
    width: 24px;
    height: 24px;
}
.selection-box-area .radio-option:hover {
    border: 2px solid var(--primary-clr);
}
.selection-box-area .radio-option.selected {
    border: 2px solid var(--primary-clr);
    background-color: #fef3f0;
}
.questions-area {
    text-align: center;
    margin-bottom: 1.5rem;
}
.questions-area p {
    color: #4b5563;
}
.questions-area a {
    color: var(--primary-clr);
    text-decoration: underline;
}
.bottom-action-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 42rem;
    margin: 2rem auto;
}
.bottom-action-btns a {
    color: white !important;
    text-transform: uppercase;
}
.eligibility-heading span {
    color: var(--primary-clr);
}
.user-data p {
    color: #374151;
    font-weight: inherit;
    margin-bottom: 0;
}
.form-fields label {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #374151;
}
.field_short {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.field_short input {
    border-radius: 0.5rem;
    border: 1px solid #d1d5db;
}
.field_short label {
    font-size: 14px;
}
.field_short input::placeholder {
    font-size: 16px;
}
.field_short select {
    width: 100%;
    font-size: 14px;
    padding: 18px 15px;
    border-image: initial;
    border-radius: 0.5rem;
    border: 1px solid #d1d5db;
    /* color: gray !important; */
    color: #3A3A3A !important;
}
.field_short input:focus,
.field_short input:focus-within,
.field_short input:focus-visible {
    outline: 0 !important;
}
/* .field_short input:focus,
.field_short input:focus-within,
.field_short input:focus-visible {
    border: 2px solid var(--primary-clr) !important;
    outline: 2px solid var(--primary-clr) !important;
} */
 .field_short select:focus,
.field_short select:focus-within,
.field_short select:focus-visible {
    outline: 0 !important;
}
/* .field_short select:focus,
.field_short select:focus-within,
.field_short select:focus-visible {
    border: 2px solid var(--primary-clr) !important;
    outline: 2px solid var(--primary-clr) !important;
} */
 .field_short .error{
    color: red;
 }
.info-tile {
    padding: 1.5rem;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    position: relative;
}
.modify-btn {
    position: absolute;
    right: 1rem;
}
.info-tile h4 {
    color: #111827;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.info-grid {
    display: grid;
    font-size: 0.875rem;
    line-height: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.user-detail span {
    color: #4b5563;
    font-size: 18px;
}
.user-detail p {
    color: #111827;
    font-size: 18px;
}
.employment-box {
    padding: 1rem;
    background-color: #f9fafb;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
}
.employment-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.green-text {
    font-size: 24px !important;
    color: #16a34a !important;
}
.credit-score p {
    text-align: center;
    font-size: 24px;
    line-height: 1.75rem;
}
.credit-score span {
    color: var(--primary-clr);
    font-weight: 700;
    font-size: 24px;
}
.terms-area .checkbox-option {
    transition: all 0.3s ease;
    padding: 1.5rem;
    background-color: white;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
}
.checkbox-with-text {
    display: flex;
    align-items: start;
}
.checkbox-with-text input {
    appearance: auto;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border: 1px solid #d1d5db;
    scale: 1.8;
}
.checkbox-text {
    margin-left: 1rem;
}
.checkbox-text label {
    font-size: 18px;
    color: #374151;
}
.checkbox-option:hover {
    border: 3px solid var(--primary-clr) !important;
}
.checkbox-option.selected {
    border:1px solid var(--primary-clr) !important;
    background-color: #fef3f0 !important;
}
.credit-option.selected {
    border:1px solid var(--primary-clr) !important;
    background-color: #fef3f0 !important;
}
.checkbox-text a {
    color: var(--primary-clr);
}
.congrats-inner{
    padding: 2rem;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
}
.congrats-text p{
 font-weight: 600;
 font-size: 1.8rem;
line-height: 2rem;
}
.congrats-text span{
color: var(--primary-clr);
}
.estimate-value p{
font-size: 1.2rem;
line-height: 1.25rem;
color: #4b5563;
}
.estimate-value span{
    font-weight: 700;
    color: var(--primary-clr);
}
.number-text{
font-weight: 700;
font-size: 2.25rem;
line-height: 2.5rem; 
color: var(--primary-clr);
}
.approved-text{
   color: #4b5563; 
   font-size: 1rem;
    line-height: 1.25rem;
}
.months-area{
        font-weight: 700;
        font-size: 1rem;
    line-height: 1.25rem;
    color: var(--primary-clr);
}
.amounts-section h4{
color: #4b5563;
font-weight: 500;
}
.amounts-area{
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: space-between;
}
.calculated-amount p:first-child{
    color: #6b7280;
    font-size: 1.2rem;
    line-height: 1rem;
}
.calculated-amount p:nth-child(2){
    font-weight: 500;
    font-size: 1.8rem;
    color: #000;
}
.confirm-text h4{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.credit-option{
    transition: all 0.3s ease;
    padding: 1.5rem;
    background-color: white;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
}
.credit-option input{
    appearance: auto;
    scale: 1.5;
}
.credit-option:hover{
    border: 2px solid var(--primary-clr);
}
.credit-option-text label{
    color: #111827;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.75rem;
}
.credit-option-text p{
    color: #4b5563;
    font-size: 18px;
    line-height: 1.25rem;
}
.credit-option-text span{
  color: var(--primary-clr);
}
.cbl-new-flow-bar{
    background-color:inherit;
    box-shadow:inherit;
    border-bottom: inherit;
}
#job_type.placeholder {
    color: lightgray !important;
  }
@media only screen and (max-width: 767.98px) {
    .steps {
        gap: 0.3rem;
    }
}
/*End Updated CBL Flow*/
