#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding: 20px;
}

#msform fieldset {
    background: transparent;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    padding: 0 40px;
}

.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 5px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: transparent;
    font-size: 16px;
    height: 55px;
}
.card option {
    color: #000;
}
select#year,select#model,select#make{
   padding: 8px 15px 8px 15px;
   border: 1px solid #ccc;
   border-radius: 0px;
   margin-bottom: 25px;
   margin-top: 5px;
   width: 100%;
   box-sizing: border-box;
   color: #fff;
   background-color: transparent;
   font-size: 16px;
   height: 55px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #cc050a;
    outline-width: 0
}

#msform .action-button {
    width: 130px;
    background: #cc050a;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 15px 5px;
    margin: 10px 0px 10px 5px;
    margin-top: 25px;
    text-align: center;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #cc050a;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    background: #80808047;
    box-shadow: 0 0 10px #ffffff5e;
    border-radius: 15px;
}

.fs-title {
    font-size: 25px;
    color: #cc050a;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
}

#progressbar .active {
    color: #ffffff;
}

#progressbar li {
    list-style-type: none;
    font-size: 16px;
    width: 35%;
    float: left;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}

#progressbar #account:before {
    content: "1"
}

#progressbar #personal:before {
    content: "2"
}

#progressbar #payment:before {
    content: "3"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "4"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #545454;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #545454;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #cc050a;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.back {
    background: #000;
}

.tabs {
  width: 600px;
  background-color: #09F;
  border-radius: 5px 5px 5px 5px;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
}
ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 5px 5px 5px 5px;
  /*border: 1px solid #d5d5de;
  border-bottom: none;*/
  cursor: pointer;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #08E;
}
#tabs-nav li a {
  text-decoration: none;
  color: #FFF;
}
.tab-content {
  padding: 10px;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: initial;
    color: #cc050a;
    border-bottom: 2px solid #cc050a;
    border-radius: 0;
}

.nav-link {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

section.form-wrap {
    height: 95vh;
    display: flex;
    display: flex;
    align-items: center;
}
.thank-u h2 {
    color: #fff;
    font-size: 35px;
}

.thank-u {
    /* height: 500px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    padding: 90px 0;
}
.thank-u a {
    position: absolute;
    background: #cc050a;
    padding: 10px 20px;
    margin-top: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    width: 162px;
    height: 59px;
    align-items: center;
    left: 40%;
}
.nav-link:hover, .nav-link:focus {
    color: #cc050a;
}
.drop-down{position: relative;}

.drop-down .selected a{
  background:#fff no-repeat scroll right center;
  display:block;
  padding-right:20px;
  border:1px solid #d7d7d7;
  width: 100%;
  border-radius:2px;
  text-decoration:none;
  color: #0000009c;
  background: transparent;
  font-size: 18px;
  padding: 2px 0;
}

.drop-down .selected a span{
  cursor:pointer;
  display:block;
  padding: 7px 18px;
  font-size: 21px;
  color: #ffffff;
  height: 55px;
  display: flex;
  align-items: center;
}

.drop-down .option{
  position:relative; 
}

.drop-down .options ul{
  background:#fff none repeat scroll 0 0;
  display:none;
  list-style:none;
  padding:0px 0px;
  position:absolute;
  left:0px;
  top: 100%;
  width: 100%;
  min-width: -webkit-fill-available;
  border:1px solid #d7d7d7;
}

.drop-down .selected span.value, .drop-down .options span.value{
  display: none;
}

.drop-down .options ul li a{
  padding: 10px;
  display:block;
  text-decoration:none;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #dddd;
}

.drop-down .options ul li a:hover{
  background: #cc050a;
  color:#fff;
  transition:0.2s ease;
  }
#msform input, #msform label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}


section.calendar {
    position: absolute;
    display: none;
    background: #fff;
    padding: 15px 32px;
}

.currentDateDisplay {
    display: none;
}
table.ui-datepicker-calendar {
    width: 280px;
}
table.ui-datepicker-calendar a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
table.ui-datepicker-calendar a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

span.ui-icon.ui-icon-circle-triangle-e {
}

a.ui-datepicker-prev.ui-corner-all {
    background: #cc050a;
    border-radius: 50%;
    color: #fff;
    /* margin-right: 10px; */
    order: -1;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

a.ui-datepicker-next.ui-corner-all {
    order: 1;
    background: #cc050a;
    color: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-datepicker-title {
    font-weight: 700;
    color: #cc050a;
}

p.bgText {
    font-weight: 600;
    margin-top: 10px;
}


table.ui-datepicker-calendar span {
    opacity: 0.5;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all thead, tbody, tfoot, tr, td, th {
    line-height: 30px;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all th, td {
    border: 2px solid #8080804f;
    padding: 4px 12px;
}
td.ui-datepicker-week-end.ui-datepicker-current-day {
    background: #cc050a;
}

td.ui-datepicker-week-end.ui-datepicker-current-day a {
    color: #fff !important;
}
.nav-pills .nav-link{border:2px solid transparent;}
#msform input::placeholder{
    color: #fff
}

.map-img img {
    width: 100%;


}
.form-cate h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

.form-cate {
}

.form-cate h5 {
    color: #fff;
    padding: 10px;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 22px;
    background: #ffffff36;
}
section.form-wrap .row {
    align-items: center;
}
.price-box {
    border: 1px solid #fff;
    margin: 24px 0;
    padding: 15px 0;
}
.price-box.form-cate h5 {
    margin: 0;
}
a.action-button {
    text-decoration: none;
    display: inline-block;
    padding: 15px 10px !important;
    width: 140px !important;
    text-transform: capitalize;
}
.price-box.form-cate h5 {
    background: none;
}

.price-box.form-cate h3 {
    margin-bottom: 0;
}


.form-fold button {
    height: 50px;
    color: #fff;
    background: #cc050a;
    font-size: 25px;
    border: 1px solid #cc050a;
    text-transform: capitalize;
    margin: 0 auto;
    margin-top: 5px;
    width: 30%;
}
div#geocode {
    position: relative;
    z-index: 0;
}
.mapboxgl-ctrl-geocoder .suggestions {
    
    top: calc(79% + 6px) !important;
    
}
/*Changes*/
.row.justify-content-center {
    gap: 50px;
}
.cal-summary {
    color: white;
    border-radius: 5px;
    background: #242424;
    /*box-shadow: 0 0 10px #ffffff5e;*/
    border-radius: 15px;
 }
.cal-summary p {
    /* text-align: center; */
    /* font-weight: 600; */
    margin: 1px 33px 0px 33px;
    border: 1px solid gray;
    font-size: 15px;
    padding: 10px 1px 10px 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    cursor: pointer;
    margin-bottom: 3px;
    border-radius: 10px;
}
.cal-summary h2{
    font-weight: 600;
  font-size: 20px;
}
.cal-summary span {
    /* margin-top: 4px; */
    /* position: absolute; */
    /* padding-left: 17px; */
    font-weight: 600;
    margin: 34px 0px 8px 40px;
}
.priceBox {
    display: flex;
    gap: 30px;
    /* margin-left: 460px; */
    background: white;
    margin-right: 32px;
    align-items: center;
    border-radius: 5px;
    padding: 5px;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
}
.priceBox p {
    align-items: center;
    display: flex;
    margin-top: 7px;
    margin-left: -14px;
    font-weight: 600;
}
/*Changes*/

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .thank-u {
    margin-top: 0;
    padding-top: 0px;
}
.thank-u a{
    left: 38%;
}

}

@media only screen and (min-width: 520px) and (max-width: 767px){}

@media only screen and (min-width: 300px) and (max-width: 519px){
#progressbar li{
    font-size: 12px;
    width: 40%;
}
#progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 28px;
}
#progressbar li:after{
        top: 15px;
}
#msform fieldset{
    padding: 0 0px;
}
div#pills-home .col-7 {
    flex: 0 0 auto;
    width: 100%;
}
.cal-summary h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.thank-u a{
    left: 24%;
}
    
}
