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; */
    /* color: white !important; */
    /* border: none !important; */
    border:2px solid #ddd !important;
    background-color: white !important;
}

/* Change the text color of the selected option */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    /* color: white !important; */
    color: black !important;
    line-height: 36px !important;
}
.select2-container--default .select2-selection--single{
  border-radius: 8px !important;
}
.select2-container .select2-selection--single{
  height: 40px !important;
}
/* Change the dropdown arrow color */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    /* border-color: white transparent transparent transparent !important; */
    border-color: gray 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;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  margin-top: 2px !important;
}
/* 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: 37px; */
    border-radius: 6px;
    border-color: #F36D3E;
    border:2px solid #F36D3E !important;
}
.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;
}
.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: .6em .6em .6em .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-with-img label{
  display: block;
  font-size: 18px;
}
.second-step{
    width: 70rem !important;
    margin: 0 auto !important;
}
/* #vehicle_image{
  width: 430px;
} */
.view-switch{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.license-plate-look input{
    width: 100%;
    padding: 4px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    background: white;
    color: #3a3736;
    margin: 5px 0;
}
.selection-image{
    max-width: 100%;
    filter: blur(5px);
    opacity: .5;
}
.emp-option{
    color: #f36d3e;
    font-size: 30px;
    font-weight: 900;
}
.revise-button button{
    /* color: #f36d3e; */
    color: blue;
    font-size: 16px;
    padding: .4em 1em .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: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .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;
    padding: 10px 20px !important;
    /* border-radius: 37px; */
    border-radius: 6px;
    border-color: #F36D3E;
    border: 2px solid #F36D3E;
    font-weight: 600;
    text-transform: uppercase;
  }
  .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; */
    border: 2px solid #ddd !important;
    color: black !important;
    border-radius: 8px !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-radius: 8px;
    /* border-color: #F36D3E; */
    border-color: #ddd;
    /* border: 1px solid #F36D3E; */
    border: 2px solid #ddd;
    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{
    width: 100%;
    padding: 0.5rem 1rem;
    /* background-color: #f36d3e;
    color: white;
    border: transparent !important;
    border-radius: 4px; */
    background-color: white;
    color: black;
    border: 2px solid #ddd !important;
    border-radius: 8px;
  }
  .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;
   }
   .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: .2rem .62rem;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  opacity: 1;
  transition: all .23s ease .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;
}
.weekly-wrap{
  justify-content: start !important;
}
.weekly-wrap .term-dropdown{
  max-width: 34% !important;
}
.weekly-wrap .payment-dropdown{
  max-width: 45% !important;
}
.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 .8s;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #EBEBEB;
  top: 7px;
  left: -50%;
  z-index: -1;
  transition: all .8s;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active:before {
  border-color: #f36d3e;
  background-color: #f36d3e;
  transition: all .8s;
}
.progressbar li.active:after {
  background-color: #f36d3e;
  transition: all .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;
  margin-bottom: 5px;
}
.bottom-payment-area h2{
  color: #f36d3e;
  margin-bottom: 0;
}
.bottom-payment-area h5{
  color: #f36d3e;
  margin-bottom: 0;
}
/* .payment-pending{
  margin-bottom: 15px;
} */
.payment-pending span{
  color: #f36d3e;
}
.payment-line{
  border-color: gray;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.step-4-tire-img{
    width: 150px !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: .4em 1em .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: .6em .6em .6em .6em;
}
#compare-table tbody td{
  padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
    background: none;
    padding: .2em .6em .2em .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: .6em 0em 0em 0em;
    padding: .6em 1.2em .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;
}
.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: 37px;
  border: 2px solid #F36D3E !important;
}
.btn-outline-theme {
  background: transparent !important;
  padding: 8px 15px;
  border-radius: 37px;
  border-color: #F36D3E;
  text-transform: capitalize;
  border: 2px solid #F36D3E;
  color: #F36D3E;
  text-transform: uppercase;
}
.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;
}
.main-loader {
        background: gray;
        position: fixed;
        display: none;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        background-repeat: no-repeat;
        background-position: center;
    }
    .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;
  }
 /*Instant Approval Flow End*/
 /*Additional Protection start*/
.protection-container{
    min-height: 90vh;
}
.protection-box{
    padding: 1.5rem;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    position: relative;
}
.protection-heading h2{
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.5rem;
}
.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: flex-start;
    justify-content: space-between;
}
.checkbox-with-text input {
    appearance: auto;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border: 1px solid #d1d5db;
    scale: 1.1;
}
.checkbox-text {
    margin-left: 1rem;
}
.checkbox-text label {
    font-size: 18px;
    color: #374151;
}
.check-box-label{
    color: #f36d3e !important;
    font-size: 20px !important;
    font-weight: 600;
    margin-top: -5px;
}
.box-with-text{
  display: flex;
  align-items: flex-start;
}
.weekly-amount{
  text-align: right;
}
.weekly-amount h2{
  color:#28c76f;
}
.check-list{
  margin-top: 20px;
}
.list-with-icon{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.list-with-icon i{
  color:#28c76f;
  font-size: 20px;
}
.list-with-icon p{
  font-size: 18px;
  margin-bottom: 0;
}
.bottom-text span, .bottom-text h1{
  color: #28c76f;
  font-weight: 600;
}
.bottom-text p{
  font-size: 18px;
  margin-bottom: 0;
}
.bottom-text{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bottom-action-btns{
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem auto;
}
.checkbox-option.selected{
  border: 1px solid #28c76f;
  background-color: #F0FDF4;
}
.btn-success-next{
  border-radius: 8px !important;
  color: white !important;
  background-color: #28c76f !important;
  border: 2px solid #28c76f !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  padding: 10px 20px !important;
}
.image-area{
  text-align: center;
}
.vehicle-img-area img{
  width: 100%;
}
.tire-title {
    color: #F36D3E;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 18px;
}
.selection-area {
    background: #fff;
    padding: 40px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 5%);
    align-items: center;
}
/*Additional Protection 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 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%;
    }
    .check-mbl span{
      border: 3px solid #F36D3E;
}
.check-mbl span::after{
  border-width: 2.5px 2.5px 0px 0px;
}
}
@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;
        flex-direction: column;
    }
    .ft-links a {
        /* margin-left: 0; */
        margin: 0 24px;
    }
    .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: .6em 0 .6em 0;
  }
  #compare-table tbody td{
      padding: .2em 10px .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;
}
.check-mbl span{
      width: 26px;
}
.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;
}
.second-step{
  max-width: 100%;
  margin:  0 auto;
  width: 100%;
}
.main-area {
  margin-left: 15px;
  margin-right: 15px;
}
.ep-solution-title{
  white-space: wrap !important;
  font-size: 18px !important;
}
.vehicle-info-row {
    grid-template-columns: 1fr !important;
  }
  .vehicle-info {
    grid-template-columns: 1fr !important;
  }
  .main-card{
   max-width: inherit !important;
   width: 100% !important;
   margin-right: 15px !important;
   margin-left: 15px !important;
  }
  .approval-heading h2 {
    font-size: 1.25rem !important;
  }
  .limit-with-vehicle {
    flex-direction: column;
    margin-top: 0 !important;
    gap: 0 !important;
  }
  .money-down-area {
    flex-direction: column !important;
    gap: 15px !important;
  }
  .label-with-amount input{
    width: 100% !important;
  }
  .term-frequency{
    flex-direction: column !important;
    align-items: normal !important;
  }
  footer {
    padding: 20px 15px;
  }
  .checkbox-with-text{
    flex-wrap: wrap;
  }
  .search-vehicle{
    flex-wrap: wrap;
  }
  .sc-bottom-logos{
  flex-wrap: wrap;
  justify-content: center !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;
}
.vehicle-info{
    display: flex !important;
    flex-wrap: wrap !important;
}
.vehicle-info .vehicle-info-item{
    align-items: flex-start !important;
}
.license-plate-box .tooltip{
  transform: translateX(-85%);
}
.box-flex-area{
   flex-direction: column;
   align-items: center !important;
  }
  .quantity-box-area{
    width: 100%;
  }
  .image-box{
    width: 100%;
    text-align: center;
  }
}

#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;
}
/*Modal Css Start*/
.modal-header.bg-primary {
  background: #f36d3e !important;
}
.modal-title {
  color: white !important;
  font-size: 1.14rem;
}
/*Modal Css End*/
.client-field .form-control {
  border-radius: 37px !important;
}
.ocr-vin-parent{
  position: relative;
}
.vin-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: lightgray;
  padding: 4px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 14px;
  width: 30px;
  text-align: center;
  font-weight: 600;
  right: 0;
}
.ocr-vin-parent #ocr-vin-check-icon{
  display: block;
}
.ocr-vin-parent #ocr-vin-check-icon {
   position: absolute;
  top: -19px;
  transform: translateY(-50%);
   background: green;
   color: white;
   padding: 3px;
   border-radius: 0;
  padding: 11px 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 14px;
  width: 30px;
  text-align: center;
  font-weight: 600;
  right: 1px;
}
.ocr-vin-icon{
  position: relative;
}
.ocr-vin-parent #ocr-vin-cross-icon {
  background: red;
  color: white;
  padding: 11px 0;
  border-radius: 0;
  position: absolute;
  top: -19px;
  transform: translateY(-50%);
  /* border-radius: 10px; */
  border-top-right-radius: 12px;
  border-bottom-right-radius: 14px;
  width: 30px;
  text-align: center;
  font-weight: 600;
  right: 1px;
}
.ocr-vin-parent #ocr-vin-cross-icon {
  display: none;
}
/* 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%; /* Adjust width for 5 steps */
}
.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;
}
.thankyou-submit {
    width: 100%;
    background-color: white;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    border-radius: 0.5rem;
    padding: 2rem;
    text-align: center;
    /* border-top: 4px solid #4CAF50; */
}
.success-icon-thanks{
    width: 5rem;
    height: 5rem;
    background-color: rgba(76, 175, 80, 0.1);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .success-icon-thanks::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #4CAF50;
    /* background-color: rgba(76, 175, 80, 0.1); */
    animation: pulse 1.5s infinite;
}
.success-icon-thanks .checkmark-tick {
    color: white;
    font-size: 2.5rem;
    z-index: 1;
}
.thankyou-submit .message {
    color: #4b5563;
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.reference-box {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1rem;
    display: inline-block;
    margin-bottom: 2rem;
    width: 100%;
}
.reference-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-direction: column;
    width: 100%;
}
.reference-label {
    color: #6b7280;
    font-size: 1rem;
}
.reference-value {
    color: #111827;
    font-size: 1rem;
    font-weight: 700;
}
.phone-number {
    color: #F36D3E;
    font-weight: bold;
    font-size: 1.25rem;
    text-decoration: none;
    display: inline-block;
    margin-top: 0.5rem;
}
.home-button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.5rem;
}
.contact-info-thanks{
  background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1rem;
    display: inline-block;
    margin-bottom: 2rem;
    width: 100%;
}
.in-direct-thanks{
    border-left: 3px solid #f36d3e !important;
    background-color: #fef3f0 !important;
    border-radius: 0.5rem;
    padding: 15px;
}


@media only screen and (max-width:350px){
  footer {
    padding: 20px 0 !important;
 }
}

.image-box{
     border-radius: 10px;
    border: 1px solid #e5e7eb;
    margin-bottom: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
    background-color: #f9f9f9;
    padding: 15px;
}
.quantity-box-area{
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
    background-color: #f9f9f9;
    padding: 15px;
}
.box-flex-area{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.check-with-text{
  margin-bottom: 20px;
}
.price {
    font-weight: 600;
    font-size: 16px;
    color: #626262;
}
.orange-text {
    color: #F36D3E !important;
}
.box-flex-area .image-box, .box-flex-area .size-load, .box-flex-area .quantity-box-area{
  flex: 1;
}
.quantity-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.orange-selection-dropdowns{
  border: 1px solid #F36D3E;
  border-radius: 8px;
}
.sc-logo img{
  width: 200px;
}
.sc-bottom-logos{
  width: 100%;
  gap: 10px;
  justify-content: space-between;
}
@media only screen and (max-width:350px){
  footer {
    padding: 20px 0 !important;
 }

}