@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Medium.eot');
    src: url('fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Medium.woff') format('woff'),
        url('fonts/AvenirLTStd-Medium.ttf') format('truetype'),
        url('fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Heavy.eot');
    src: url('fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Heavy.woff') format('woff'),
        url('fonts/AvenirLTStd-Heavy.ttf') format('truetype'),
        url('fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('fonts/GothamNarrow-Medium.eot');
    src: url('fonts/GothamNarrow-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-Medium.woff2') format('woff2'),
        url('fonts/GothamNarrow-Medium.woff') format('woff'),
        url('fonts/GothamNarrow-Medium.ttf') format('truetype'),
        url('fonts/GothamNarrow-Medium.svg#GothamNarrow-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

/********Global style***********/
*{
    padding:0;
    margin: 0;
}
body{
    font-family: 'Avenir LT Std';
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Avenir LT Std';
    font-weight: 900;
    color: #4d4052;
}
h1{
    font-size: 40px;
    color:#4d4052;
    position: relative;
    font-weight: 900;
    padding-bottom: 20PX;
}
.steps-heading{
    position: relative;
}
.steps-heading:after{
 position: absolute;
 left:0;
 right:0;
 margin: auto;
 bottom: 0;
 width: 48px;
 height: 3px;
 background: #e63c24;
 content: "";
}


/*form styles*/
.form-section.text-center {
	padding: 80px 0;
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 30PX;
}

#msform .field-column {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 22px 3px rgba(0, 0, 0, 0.15);
    padding:80px;
    box-sizing: border-box;
    /*stacking fieldsets above each other*/
    position: relative;
    width:100%;
    margin-bottom: 80px;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #e63c24;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #e63c24;
}

#msform .action-button-previous {
    width: 100px;
    background: #4d4052;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
	font-size: 35px;
	text-transform: none;
	color: #4d4052;
	margin-bottom: 20px;
    letter-spacing: 0;
    font-weight: 900;
}
#example-form .car_location h2.fs-subtitle {
	font-size: 24px;
	color: #4d4052;
	margin-bottom: 20px;
	position: relative;
    padding-bottom: 25px;
    font-family: 'Avenir LT Std';
}
#example-form .car_location h2.fs-subtitle::after {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 48px;
	height: 3px;
	background: #e63c24;
	content: "";
}
.wizard > .content > .body label{
    font-size: 30px;
    color: #4d4052;
    font-weight: 900;
    margin-bottom: 25px;
    position: static;
}
.already h3{
    font-size: 20px;
    color: #4d4052;
    font-family: 'Gotham Narrow';
    margin-bottom: 20px;
    font-weight:500;
}
.already h3 a{
    color:#e63c24;
}

#location {
	border-radius: 1px;
	border-color: rgba(141,141,141,.76);
	height: 57px;
	font-size: 17px;
    color: #6f6f6f;
    font-weight: 500;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    font-family: 'Avenir LT Std';
    letter-spacing: 0;
}
.selection{
    position: relative;
    margin: 0 auto;
    max-width: 515px;
    float: none;
    padding: 0;
}
.selection:after{
    pointer-events: none;
    position: absolute;
    right: 0;
    width:57px;
    height: 57px;
    content: '\f054';
	/* font-family: "Font Awesome 5 Free";
    font-weight: 900; */
    font-family: "fontawesome";
    border-left: 1px solid rgba(141,141,141,.76);
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    color:rgba(141,141,141,.76);
    font-size: 10px;
    line-height: 57px;
}

.second-row #progressbar li:last-child {
	text-align: center;
}
.second-row #progressbar li{
    width: auto;
}
.second-row #progressbar li span
{
    min-width: inherit;
    text-transform: none;
}

/*progressbar*/
#progressbar {
	padding-bottom: 30px;
	overflow: hidden;
	/* counter-reset: step; */
	margin-bottom: 60px;
}

#progressbar li {
    list-style-type: none;
    color: #4d4052;
    text-transform: uppercase;
    font-size: 17px;
    width: 33.33%;
    float: left;
    position: relative;
}
#progressbar li.active span {
	background: #e63c24;
	color: #fff;
    border-color: #e63c24;
    position: relative;
}
#progressbar li.active span::after {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	content: "";
	border-top: 12px solid #e63c24;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	width: 25px;
    bottom: -16px;
    height: 14px;
}
#progressbar li span {
	border: 2px solid #4d4052;
	border-radius: 30px;
	padding: 10px 35px;
    display: inline-block;
    min-width: 219px;
    background: #fff;
    max-width: 219px;
}
#progressbar li:first-child{
    text-align:left;
}
#progressbar li:last-child {
	text-align: right;
}

#progressbar li::before {
	/* content: counter(step); */
	/* counter-increment: step; */
	width: 34px;
	height: 24px;
	line-height: 26px;
	/* display: block; */
	font-size: 12px;
	color: #4d4052;
	/* background: white; */
	/* border-radius: 25px; */
	margin: 0 auto 10px auto;
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: -15%;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 30px;
	background: white;
	padding: 0 5px;
	box-sizing: border-box;
}
#progressbar li:last-child:before{
    display:none;
}
#progressbar li::after {
	content: '==========================';
	width: 100%;
	height: 5px;
	border: 0;
	position: absolute;
	left: -50%;
	top: 6px;
	z-index: -1;
	/* border-spacing: 0; */
	/* border: 2px dashed #ededed; */
	color: #ddd;
	line-height: 1px;
	bottom: 0;
	margin: auto;
}

#progressbar li:first-child:after {
    content: none;
}
#progressbar li:first-child:before{
    right: 6%;
}

#progressbar li.active:before {
    color: #e63c24;
}
#progressbar li.active.disabled span {
	background: #4d4052;
	border-color: #4d4052;
}
#progressbar li.active.disabled span::after{
    display: none;
}
#progressbar li.active.disabled::before {
	color: #4d4052;
}

/*************select you car section*******/
.selected-car-container {
    margin-bottom: 30px;
    overflow: hidden;
}
#msform .field-column.second-row, #msform .field-column.years-listing {
	padding: 60px 70px;
}
#msform .field-column.second-row #progressbar
{
    margin-bottom: 10px;
}
.common-row{
	display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.common-row li, #select-your-car li, .wizard > .content > .body .listings ul > li {
	display: list-item;
	max-width: 21%;
	margin: 10px 51px 10px 0px;
	cursor: pointer;
	border: 1px solid rgba(141,141,141,.76)  !important;
	list-style: none;
	height: 49px;
	padding: 0;
	line-height: 36px;
    border-radius: 2px;
    box-shadow: none;
}
#select-your-car.common-row li {
    max-width: 24%;
    margin: 10px 12px 10px 0px !important;
    border-radius: 30px;
    border:2px solid #e63c24 !important;
    line-height: 34px;
}
#select-your-car.common-row li:nth-child(4n), .wizard > .content > .body .listings ul > li:nth-child(4n){
    margin: 10px 0 10px 0px  !important;
}
#select-your-car.common-row label{
    color:#e63c24;
}
.common-row li:nth-child(4n), .wizard > .content > .body .listings ul > li:nth-child(4n){
    margin: 10px 0 10px 0px;
}
#msform .common-row input, #msform #select-your-car input, .wizard > .content > .body .listings ul > li input {
	visibility: hidden;
	margin-top: -13px;
	position: absolute;
    top: 0;
    width: auto;
	margin: 0;
}
.common-row label, #select-your-car label, .wizard > .content > .body .listings ul > li label{
    color: #6f6f6f;
    display: block !important;
    margin: 0 ;
    font-size: 14px !important;
    position: relative;
    padding: 6px 8px !important;
    left: 0px;
    text-align: left;
    font-weight: 100;
    cursor: pointer;
    
}
.car_model.trims-listing.common-row.listings ul > li label{
    /* max-width: 200px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.wizard > .content > .body .listings ul > li .radio-custom + .radio-custom-label::before, 
ul.selected-car .radio-custom + .radio-custom-label::before,  .select-position .radio-custom + .radio-custom-label::before,
ul.sub-service-options-lists .radio-custom + .radio-custom-label::before {
	content: "";
	border: 0;
	padding: 0px;
    background: url(../images/tick-icon.png);
    background-repeat:  no-repeat;
    background-size: 60%;
    background-position: center;
	position: absolute;
    visibility: hidden;
    border-radius: 50%;
    top:0 !important;
    bottom: 0;
    margin: auto;
    right:0;
    height:30px;
    width:34px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    opacity: 0;
    left: auto !important;
}
.wizard > .content > .body .listings ul > li .radio-custom:hover + .radio-custom-label::before, ul.selected-car .radio-custom:hover + .radio-custom-label::before,
.select-position .radio-custom:hover + .radio-custom-label::before, ul.sub-service-options-lists .radio-custom:hover + .radio-custom-label:before  {
    visibility: visible;
    opacity: 1;
}
#select-your-car li .radio-custom + .radio-custom-label::before{
    opacity: 1;   
    visibility: visible;
}

/**********select year section**********/
#show-year-listing{
    max-width: 720px;
}
.field-column h3{
    text-transform: capitalize;
}
.field-column h4 {
	font-size: 25px;
	color: #4d4052;
    font-weight: 900;
    text-transform: capitalize;
}
#show-year-listing li {
	max-width: 28%;
	flex: 0 0 28%;
}
#show-year-listing li:nth-child(4n){
    margin: 10px 51px 10px 0px !important;
}
#show-year-listing li:nth-child(3n){
    margin: 10px 0 10px 0px !important;
}

/****select trim section*****/
#show-trim-listing li {
	max-width: 29%;
}
#show-trim-listing li:nth-child(4n){
    margin: 10px 51px 10px 0px !important;
}
#show-trim-listing li:nth-child(3n){
    margin: 10px 0 10px 0px !important;
}


/***********Services page*********/
#msform .selected-car-container h5 {
	color: #4d4052;
	font-size: 18px;
	font-family: 'Avenir LT Std';
	padding-top: 30px;
    margin-bottom: 40px;
    font-weight: 900;
}
#msform .selected-car-container h5 a{
    color:#e63c24;
}
.selected-option {
    max-width: 730px;
    margin-top: 40px;
}
.wizard > .content > .body .selected-option li {
	position: relative;
	list-style: none;
	padding: 15px;
	border:1px solid rgba(141,141,141,.76) !important;
	border-radius: 2px;
	font-size: 17px;
    color: #4d4052;
    margin-bottom: 10px;
}
.wizard > .content > .body .selected-option li:last-child{
    margin-bottom: 0;
}
.wizard > .content > .body .selected-option li label {
	padding: 0 !important;
	font-size: 17px !important;
	font-weight: normal;
}
/* .selected-option li::after {
	content: "";
	width: 58px;
	height: 58px;
	content: '\f057';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 30px;
	text-align: center;
    line-height: 58px;
    color:#e63c24;
} */
#msform .selected-items h3 {
	margin-bottom: 15px;
}

/******select your services section******/
#progressbar.service-type-nav {
    max-width: 720px;
    border: 0;
    margin-bottom: 20px;
}
#progressbar.service-type-nav li:after, #progressbar.service-type-nav li:before{
 display: none;
}
#progressbar.service-type-nav li a.active{
    background: #e63c24;
    color: #fff;
    border-color: #e63c24;
    position: relative;
    display: inline-block;
   
}
#progressbar.service-type-nav li a.active:after{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    content: "";
    border-top: 12px solid #e63c24;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    width: 25px;
    bottom: -16px;
    height: 14px;
}
#progressbar.service-type-nav li a{
    border: 2px solid #4d4052;  
    border-radius: 30px;
    padding: 10px 35px;
    display: block;
    min-width: inherit;
    background: #fff;
    max-width: inherit;
    text-transform: none;
    font-size: 19px;
    color: #fff;
    background: #4d4052;
    text-decoration: none;
}
#progressbar.service-type-nav li{
    width: auto;
    margin-right: 25px;
}
#progressbar.service-type-nav li:last-child {
	margin-right: 0;
}

/*************tabbing section*************/
.tab-container {
	max-width: 720px;
}
#msform .tab-container input{
    border: 1px solid rgba(141,141,141,.76);
    font-size: 17px;
    color: #4d4052;
    margin: 0;
    background: transparent;
    padding: 15px 50px 15px 15px;
}
#msform .tab-container .submit-value::after {
	position: absolute;
	content: '\f002';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 58px;
	height: 58px;
	text-align: center;
	line-height: 58px;
    color: #4d4052;
    cursor: pointer;
}
#msform .tab-container .submit-value input{
    position: relative;
    width: 58px;
    color: transparent;
    border:0;
}
.submit-value {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#msform .tab-container .input-group {
	
	margin-bottom: 30px;
}
#msform #repaire-tab {
    width: 65%;
    border: 1px solid rgba(141,141,141,.76);
    border-left:0;
    padding: 22px 25px;
}
#msform .nav.nav-tabs.service-category-nav {
    width: 35%;
    border: 1px solid rgba(141,141,141,.76);
}
.nav.nav-tabs.service-category-nav li a {
	font-size: 18px;
	color: #4d4052;
	display: block;
    padding: 15px 20px;
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    border: 0;
    text-transform: none;
}
.nav.nav-tabs.service-category-nav li a:hover, .nav.nav-tabs.service-category-nav li.active a{
    color:#fff !important;
    background: #e63c24;
    font-size: 18px;
    border: 0;
    text-transform: none;
}
.nav.nav-tabs.service-category-nav li {
	display: block;
	width: 100%;
}
.outer-wrap {
	display: flex;
}
.popular--services {
	display: flex;
    align-items: center;
    margin-bottom: 20PX;
}
.popular--services h4 {
	font-size: 18px;
    color: #4d4052;
    margin: 0 0 0 20px;
    padding: 0;
}
.popular--services span::before {
    font-size: 12px;
    left: 1px;
    position: relative;
}
.popular--services span{
    color:#4d4052;
    background: transparent;
    width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
    border-radius: 50%;
    border:2px solid #4d4052;
    transition:all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -ms-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    flex: 0 0 30px;
    position: static;
}
.popular--services:hover span {
	background: #e63c24;
    color: #fff;
    border-color: #e63c24;	
}
#diagnostics-tab {
	padding: 22px 25px;
	border: 1px solid rgba(141,141,141,.76);
}
.view-service-description-div.hidden {
    display: none;
}
 .sub-service-row h3 {
    font-size: 25px;
    margin: 0;
    font-weight: 500;
    font-family: 'Avenir LT Std';
    text-align: left !important;
    padding-bottom: 18px;
border-bottom: 1px solid rgba(0,0,0,.3);
}
.select_car.sub-services-container {
	width: 100%;
}
.on--off {
	overflow: hidden;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(0,0,0,.3);
}
.close-icon.text-right {
	position: absolute;
right: 0;
top: 0;
}
/* .title-box.text-left {
	width: auto;
    float: left;
} */
.close-icon.text-right i{
    font-size: 30px;
    color: #e63c24;
}
.your--service.your-selected-service {
    padding: 20px 0;
display: block;
overflow: hidden;
margin-top: 0;
border:0;
}
.your--service.your-selected-service a {
	font-size: 17px;
	color: #e63c24;
	text-decoration: none;
	position: relative;
	left: -15%;
}
.front--rear.sub-services-option-container::before {
	content: '\2192';
	position: absolute;
	left: 0;
	color: rgba(0,0,0,.3);
	z-index: 1;
	font-size: 26px;
	top: -8px;
	display: inline-block;
}
.front--rear.sub-services-option-container {
	position: relative;
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
}
.front--rear.sub-services-option-container p{
    font-size: 19px;
    color:#4d4052;
    padding-left: 35px;
    margin-bottom: 5px;
}

.front--rear.sub-services-option-container::after {
    background-color: rgba(0,0,0,.3);
    content: '';
    width: 1px;
    height: 101%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
}
.sub-services-container ul.sub-service-options-lists {
	margin: 0;
	padding-left: 35px !important;
	padding-bottom: 30PX;
	padding-right: 15px !important;
	flex: 0 0 98%;
}
.select-position {
	display: flex;
}
.sub-service-steps {
	padding: 25px 0;
	color: #6f6f6f;
	font-size: 14px;
}

.wizard > .content > .body .front--rear.sub-services-option-container ul li.sub-services-option {
    list-style: none;
    max-width:100%;
    margin: 10px 19px 10px 0px;
    position: relative;
    width: 100%;
    display: list-item;
    cursor: pointer;
    border:1px solid rgba(141,141,141,.76) !important;
    list-style: none;
    height: 49px;
    padding: 0;
    line-height: 36px;
    border-radius: 2px;
    box-shadow: none;
}
.next-sub-service-desc {
	display: inline-block;
	padding-left: 26px;
}
.next-sub-service-desc ul {
	padding-left: 10px !important;
}
.recommended-service-link-container{
    text-align: left;
}
.recommended-service-link-container a {
	background-color: #e63c24;
	padding: 10px 30px;
	border-radius: 30px;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	text-decoration: none;
    line-height: 30px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    display: inline-block;
}
.recommended-service-link-container a:hover{
    color:#fff;
    background-color:#4d4052;
}
body .sub-services-option-container ul li.sub-services-option label{
    font-size: 14px !important;
    padding: 6px 15PX  !important;
    color: #6f6f6f  !important;
    text-transform: uppercase  !important;
    font-weight: normal !important;
}
#msform .services-section .field-column.service-description {
	padding: 40px;
}
#msform .services-section .field-column{
    padding: 60px 70px;
}
.select-services.last-selection .sub-service-options-lists.common-row {
	padding-bottom: 0;
}
.sub-service-parent1 {
    border-bottom: 1px solid rgba(0,0,0,.3);
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.review-buttons .row {
	justify-content: space-between;
}
.btn.btn-primary.add-more-services {
	font-size: 19px;
	border-radius: 30px;
	padding: 10px 40px;
	background: #4d4052;
    border-color: #4d4052;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}
.btn.btn-primary.add-more-services:hover, .btn.btn-primary.add-more-services.review{
    background: #e63c24;
    border-color:#e63c24;
}
.btn.btn-primary.add-more-services.review:hover{
    background: #4d4052;
    border-color: #4d4052;
}
.left-section .btn.btn-primary.add-more-services:last-child {
	margin-left: 15px;
}

/********review page***********/
#msform .review-section .field-column{
    padding: 0;
}
.cars-listing h5, .years-listing h5, .models-listing h5, .trims-listing h5{
    font-size: 24px;
    margin:0;
    margin-bottom: 20px;
}
.child li, .parent label {
	font-size: 20px !important;
	color: #e63c24 !important;
    list-style: none;
    font-weight: 900;
    margin-bottom: 18px;
}

.child li span, .review-and-book-container ul.grand-parent ul.parent > li {
	display: block;
	font-size: 16px !important;
	color: #4d4052;
    font-weight: 500;
    position: relative;
    padding-top: 6px;
    padding-left: 30px;
    text-transform: uppercase;
}
.review-and-book-container ul.grand-parent ul.parent > li {
 position: static;
 padding-left: 0;   
}
.child li span::before {
	content: '\2192';
	position: absolute;
	left: 0;
	color: #4d4052;
	z-index: 1;
	font-size: 20px;
	top: 2px;
	display: inline-block;
}
/* #steps-uid-0-p-2 {
	display: flex !important;
} */
.review-services-list {
    border-right: 1px solid rgba(141,141,141,.76);
    /* padding: 50px 0 50px 60px; */
}
.review-services-actions {
    padding:0 0 0 30px;
}
.selected-services-row.selected-services.selected-services-review {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(141,141,141,.76);
    margin-bottom: 10px;
    margin-top: 20px;
}
.select-action-row label {
	font-size: 18px;
    color: #4d4052;
    margin-bottom: 20px;
}
#msform .select-action-row input, #msform .signup input{
	width: auto;
}
#example-form .sign--overlay h4 a.facebook {
	color: #fff;
	background-color: #3B5B98 !important;
	padding: 17px 35px 17px 55px;
	background-position: 6% !important;
    transition: all .3s ease-in-out;
    position: relative;
    background-image: url("../images/fb.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    display: inline-block;
    min-width: 323px;
    text-align: center;
}

#example-form .sign--overlay h4 a.google {
	font-size: 15px;
	color: #fff ;
	background-color: #fd4339 !important;
	padding:  17px 35px 17px 55px;
	background-position: 9% !important;
    transition: all .3s ease-in-out;
    background-image: url('../images/g_plus.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    display: inline-block;
    min-width: 323px;
    text-align: center;
}
#already-user-container, .signup, #new-user-container {
	padding-right: 30px;
}
.signup{
    padding-top:30px;
    /* border-top: 1px solid rgba(141,141,141,.76); */
    margin-top: 20px;
}
#already-user-container h3, #new-user-container h3 {
	font-size: 18px;
	color: #4d4052;
	margin-bottom: 5px;
    margin-top: 10px;
    text-align: left;
    font-family: 'Avenir LT Std';
    font-weight: 500;   
}
.form-rows {
	display: flex;
}
.wizard > .content > .body .review-and-book-container .form-group > label{
    margin-bottom: 5px;
}
#already-user-container .form-group {
	width: 39%;
}
#already-user-container .form-group.submit-button {
	width: 21%;
}
#already-user-container input, #already-user-container textarea, #new-user-container input, #new-user-container textarea {
	border: 1px solid rgba(141,141,141,.76);
	width: 92%;
	font-size: 17px;
	font-family: 'Avenir LT Std';
	font-weight: 500;
	border-radius: 2px;
	height: auto;
    padding: 15px;
    background: transparent;
}
#new-user-container input, #new-user-container textarea{
    width:100%;
}
#already-user-container .form-group.submit-button, #new-user-container .form-group.submit-button {
	width: 21%;
	margin: 0;
	line-height: normal;
}
#signin, #signup {
	background: #e63c24;
	border-color: #e63c24;
	border-radius: 2px;
	font-size: 17px;
	text-transform: uppercase;
	width: 100%;
    height: 56px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}
button.review-and-book#signin{
    margin-top: 0;
}
#signin:hover, #signup:hover{
    background: #4d4052;
    border-color:#4d4052;
}
.review-services-actions p {
	font-size: 17px;
	color: #4d4052;
	font-weight: 500;
}
.review-services-actions p a{
    color:#e63c24;
}
.select-action-row input[type="radio"]{
	display: none;
}
.select-action-row span{
	padding-left: 30px;
	height: 21px;
	display:block;
	line-height: 21px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 21px;
    cursor: pointer;
    background-image:url("../images/radio-sprite.png");
}
.select-action-row input[type="radio"]:checked + span {
    background-position: 0 -21px;
}

/******confliction style********/
.wizard > .content {
	background: transparent;
	min-height: inherit;
	border: 0 none;
	border-radius: 0px;
	box-shadow: 0 0 17px 3px rgba(0, 0, 0, 0.15);
	padding: 60px 70px;
	box-sizing: border-box;
	position: relative;
	max-width: 97%;
	margin-bottom: 80px;
    margin: 0 auto 30px;
    height: auto !important;
}
.container {
    max-width: 1170px;
    width: 100%;
}
.steps.clearfix {
    margin-bottom: 60px;
    padding-bottom: 30px;
}
#example-form{
    margin-top: 30PX;
}
.wizard > .steps ul li {
	list-style-type: none;
	color: #4d4052;
	text-transform: uppercase;
	font-size: 17px;
	position: relative;
}
.wizard > .steps .current a{
    background: #e63c24;
color: #fff;
border-color: #e63c24;
position: relative;
}
.wizard > .steps ul li a {
	border: 2px solid #4d4052;
	border-radius: 30px !important;
	padding: 10px 35px;
	display: inline-block;
	min-width: 219px;
	background: #fff;
    max-width: 219px;
    cursor: pointer;
    margin: 0;
}
.wizard > .steps ul li:first-child::before {
	right: 6%;
}
.wizard > .steps ul li.current::before {
	color: #e63c24;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active{
    background: #e63c24;
    border-color:#e63c24;
}
.wizard > .steps ul li:nth-child(2) {
	justify-content: center;
}
.wizard > .steps ul li:last-child {
	justify-content: end;
}
.wizard > .steps ul li::before {
	width: 34px;
	height: 24px;
	line-height: 26px;
	font-size: 12px;
	color: #4d4052;
	margin: 0 auto 10px auto;
	content: '\f101';
    /* font-family: "Font Awesome 5 Free"; */
    font-family: FontAwesome;
	font-weight: 900;
	position: absolute;
	right: -15%;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 30px;
	background: white;
	padding: 0 5px;
	box-sizing: border-box;
}
.wizard > .steps ul li.current a::after {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	content: "";
	border-top: 12px solid #e63c24;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	width: 25px;
	bottom: -16px;
	height: 14px;
}
.wizard > .steps ul li:nth-child(2)::after {
	left: -60%;
}
.wizard > .steps ul li::after {
	content: '==========================';
	width: 100%;
	height: 5px;
	border: 0;
	position: absolute;
	left: -40%;
	top: 6px;
	z-index: -1;
	color: #ddd;
	line-height: 1px;
	bottom: 0;
	margin: auto;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active
{
    margin: 0;
}
#example-form .car_location h1{
    font-size: 35px !important;
    text-transform: none;
    color: #4d4052;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-weight: 900;
    font-family: 'Avenir LT Std';
    padding: 0;
    margin-top: 0;
}
.wizard > .content > .body{
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    position:static;
    margin: 0 !important;
}
.already{
    border: 0;
    height: auto;
    margin-top: 0;
    text-align: center;
}
.wizard h3{
    border-bottom: 0;
    text-align: center;
}
.already h3, .wizard > .content > .body label {
    padding-left: 0;
    display: block;
    right: 0;
    margin: auto;
}
.wizard > .content > .body label{
    padding-top: 0;
    margin-bottom: 25px;
}
.already p{
    margin: 30px auto;
}
.wizard > .content > .body .confirm--zip input
{
    padding: 11px 60px;
    width: auto;
    margin: 0 auto;
    border-radius: 30px;
    background: #e63c24 !important;
    font-family: 'Avenir LT Std';
    font-weight: 500;
}
.select_car{
    border: 0;
    height: auto;
}
#example-form .car_location .car-info-container h1{
    font-size: 30px !important;
}
.wizard > .content > .body ul{
    padding-left: 0;
    padding-right: 0;
}
.cars-listing.listings h5 {
	margin-bottom: 45px;
	background: #e63c24;
	color: #fff;
	border-radius: 30px;
	padding: 10px 35px;
	border: 2px solid #e63c24;
	position: relative;
	display: block;
	margin-left: 0;
	margin-right: auto;
	max-width: 115px;
    line-height: 30px;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
}
.cars-listing.listings h5::after {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	content: "";
	border-top: 12px solid #e63c24;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	width: 25px;
	bottom: -16px;
	height: 14px;
}
.cars-listing.listings {
	overflow: hidden;
}
#select-your-car{
    padding: 0;
}
.select_car:last-child {
	margin: 0;
	padding: 0;
}
.select_car.car-info-container {
	margin-top: 30px;
}

#example-form .car_location .select_car h1{
    font-size: 30px !important; 
    margin-left: 0;
    text-align: left;
}
.wizard > .content > .body p.note{
    margin-left: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 900;
    color: #4d4052;
}
/* .car_location .selected-car-container{
    margin-bottom: 0;
} */
.select_car:first-child {
	margin-top: 0;
}
.select_car.services-container {
    margin-top: 10px;
    margin-bottom: 0;
}
.car_location .select_car
{
    padding-bottom: 0;
}
.wizard > .content > .body p.note > a{
    color: #e63c24;
}
.tab-wrap{
    margin: 0;
    border: 0;
}
.wizard > .content > .body .tab-container ul, .service-types-container .service-type-nav > li
{
    border: 0;
}
.service-types-container .service-type-nav > li{
    border-right: 0 !important;
    margin-right: 25px;
}   

.tab-container ul.nav.nav-tabs.service-type-nav {
	display: flex;
}

.wizard > .content > .body ul > li{
    border: 0 !important
}
.service-types-container .service-type-nav > li > a, .service-types-container .service-type-nav > li a {
    padding: 15px !important;
    width: 100%;
    max-width: 350px;
}

.service-types-container .service-type-nav > li > a, .service-types-container .service-type-nav > li.active a,
.service-types-container .service-type-nav > li.active > a:hover, 
.service-types-container .service-type-nav > li.active > a:focus, .service-types-container .service-type-nav > li > a:focus, .service-types-container .service-type-nav > li > a:active {
    border-radius: 30px;
    display: block;
    min-width: inherit;
    max-width: inherit;
    text-transform: none;
    font-size: 19px;
    color: #fff !important;
    background: #4d4052;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}
.service-types-container .service-type-nav > li.active a,
.service-types-container .service-type-nav > li.active > a:hover, 
.service-types-container .service-type-nav > li.active > a:focus{
    background: #e63c24;
    color: #fff !important;
    position: relative;
}
.service-types-container .service-type-nav > li.active a::after {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	content: "";
	border-top: 12px solid #e63c24;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	width: 25px;
	bottom:-14px;
	height: 14px;
}

.tab-container{
    border-top: 0;
}
.nav.nav-tabs.service-type-nav {
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.tab-container .input-group {
	margin:0 0 30px !important;
	padding: 0 !important;
    border: 0 !important;
}
.wizard > .content > .body input#search-repair-services, .wizard > .content > .body input#search-diagnostic-services {
	border: 1px solid rgba(141,141,141,.76);
	font-size: 17px;
	color: #4d4052;
	margin: 0;
	background: transparent;
    padding: 15PX;
    height: auto;
}
.panel-body .row {
	margin: 0;
}
.service-types-container .service-category-nav {
    width: 35%;
    border: 1px solid rgba(141,141,141,.76) !important;
    max-width: inherit;
}
.services-container .tab-content.side-tabs-left{
    border: 1px solid rgba(141,141,141,.76);
    padding: 22px 25px;
    width: 65%;
}
.services-container .tab-content.side-tabs-left#diagnostics-tab{
    width: 100%;
}
.diagnostics .popular--services {
	padding: 0;
    border-bottom: 0;
}
.row.sub-service-row {
	margin: 0;
}
.row.sub-service-row .on--off{
    position: relative;
    padding: 0 !important;
}

.row.sub-service-row h3{
    padding: 0;
    overflow: hidden;
padding-bottom: 18px;
border-bottom: 1px solid rgba(0,0,0,.3);
text-align: left;
}
.sub-services-container .front--rear.sub-services-option-container p:first-child{
    padding-left: 35px;
    padding-top: 0;
}
.front--rear{
    border: 0;
}
.front--rear.sub-services-option-container::after {
	background-color:rgba(0,0,0,.3);
}
.sub-services-container .front--rear p span{
    margin-right:0;
    position: relative;
    top: 45px;
    padding: 0;
}
.row.sub-service-row .view-service-description-div h3 {
    overflow: visible;
    margin-top: 20px;
    font-size: 20px;
}

.on--off .your--service .view-service-description-div p{
    padding: 10px 0;
}
.view-service-description-div {
	margin-top: 45px;
}
.recommended-services-container .on--off {
    padding: 0;
    position: relative;
}
.recommended-service.recommended-service80 h3 {
    text-align: left;
    overflow: hidden;
padding-bottom: 18px;
border-bottom: 1px solid rgba(0,0,0,.3);
}
.review-and-book-container h4 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top:0;
}
.selected-services-review ul{
    padding-left: 0 !important;
}
.selected-services-review ul li{
    padding: 0 !important;
}
.sign--overlay{
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.wizard > .content > .body .select-action-row label{
    text-indent: 0;
    margin-left: 0;
    position: static !important;
}
.wizard > .content > .body .select-action-row input[type="radio"] {
	display: none !important;
}
#example-form .sign--overlay h4 a.facebook, #example-form .sign--overlay h4 a.google
{
    line-height: normal;
}
.select-action-row input[type="radio"] {
	display: none !important;
}
#new-user-container .form-rows {
	display: flex;
	justify-content: space-between;
}
#new-user-container .form-group{
    max-width: 49%;
    flex: 0 0 49%;
}
#new-user-container select, #new-user-container .mobile_country_code select {
	height: 53px;
	border: 1px solid rgba(141,141,141,.76);
	padding: 10px;
}
.footer ul{
    margin-left: 0;
}
.selected-services-row{
    border-bottom: 1px solid rgba(141,141,141,.76);
}
.wizard > .content > .body .selected-option ul.selected_services_parent_ul li{
    margin-bottom: 20px;
    margin-left: 0 !important;
    font-size: 14px;    
}
.wizard > .content > .body .selected-option ul.selected_services_parent_ul li:last-child{
    margin-bottom:0;
}
.wizard > .content > .body .selected-option ul.selected_services_parent_ul li label{
    margin-bottom: 5px !important;
}
.sub-service-row .recommended-service h3
{
    text-align: left;
    border-bottom: 1px solid rgba(141,141,141,.76);
}
.select_car.car-info-container {
	/* max-width: 630px; */
	margin: 0 auto;
	text-align: center;
}
.select_car h1{
    text-align: center;
}
/* .users-car-container {
	max-width: 630px;
	margin: 0 auto;
} */
.user-cars-row {
    overflow: hidden;
    display: flex;
    align-items: center;
    max-width: 630px;
    margin: 0 auto;
}
.user-cars-row  .form-group {
	position: relative;
	margin: 0 auto;
	max-width: 515px;
	float: none;
	padding: 0;
}
.user-cars-row .form-group select {
	border-radius: 1px;
	border-color: rgba(141,141,141,.76);
	height: 57px;
	font-size: 17px;
	color: #6f6f6f;
	font-weight: 500;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	font-family: 'Avenir LT Std';
	letter-spacing: 0;
}
.user-cars-row .form-group::after {
	pointer-events: none;
	position: absolute;
	right: 0;
	width: 57px;
	height: 57px;
	content: '\f054';
	font-family: "fontawesome";
	border-left: 1px solid rgba(141,141,141,.76);
	top: 0;
	bottom: 0;
	margin: auto;
	height: auto;
	color: rgba(141,141,141,.76);
	font-size: 10px;
	line-height: 57px;
}
#submit-quote, .btn.btn-primary.add-new-car {
	background: #e63c24;
	border-radius: 30px;
	font-size: 18px;
    padding: 8px 30px;
    border-color:#e63c24;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}
#submit-quote:hover, .btn.btn-primary.add-new-car:hover{
    background: #4d4052;
    border-color:#4d4052;
}
.wizard > .content > .body ul.selected-car#selected-car-info > li{
    width: 100% !important;
}
#example-form .car_location .select_car h1#select_car_a {
	text-align: center;
}

/**********responsive start**********/
@media (max-width:1230px){
    .container{
        max-width: 970px;
    }
    .common-row li, #select-your-car li, .wizard > .content > .body .listings ul > li
    {
        margin: 10px 40px 10px 0px;
    }
    .wizard > .content > .body .listings.years-listing ul > li, #show-year-listing li:nth-child(4n)
    {
        margin: 10px 35px 10px 0px !important;
    }
    .wizard > .content > .body .listings.trims-listing ul > li, #show-trim-listing li:nth-child(4n){
        margin: 10px 33px 10px 0px !important;
    }
    .wizard > .content > .body .listings ul > li label{
        font-size: 15px !important;
    }
    .common-row label, #select-your-car label{
        font-size: 14px !important;
    }
    #select-your-car.common-row li
    {
        max-width:32%;
    }
    #select-your-car.common-row li:nth-child(3n){
        margin: 10px 0 10px 0px !important;
    }
    #select-your-car.common-row li:nth-child(4n)
    {
        margin: 10px 12px 10px 0px !important;
    }
    .tab-container {
        max-width: inherit;
    }
    .sub-service-row h3
    {
        font-size: 22px;
    }
    .wizard > .content > .body .front--rear.sub-services-option-container ul li.sub-services-option
    {
        max-width: 40%;
    }
}
@media (max-width:991px){
    .container{
        max-width: 750px;
    }
    .wizard > .steps ul li:first-child::before {
        right: -12px;
    }
    .wizard > .steps ul li::before{
        right: -22px;
        background: transparent;
        top: -2px;
    }
    .wizard > .steps ul li:last-child::before{
        display: none;
    }
    .wizard > .content
    {
        padding: 50px 60px;
    }
    .common-row li, #select-your-car li, .wizard > .content > .body .listings ul#show-car-listing > li {
        margin: 10px 30px 10px 0px !important;
    }
    .wizard > .content > .body .listings ul > li label {
        font-size: 14px !important;
        padding: 6px 10px !important;
    }
    #show-car-listing li{
        max-width: 29%;
    }
    .wizard > .content > .body .listings ul#show-car-listing > li:nth-child(4n), .wizard > .content > .body .listings.years-listing ul > li, #show-year-listing li:nth-child(4n)  {
        margin: 10px 30px 10px 0px !important;
    }
    .wizard > .content > .body .listings ul#show-car-listing > li:nth-child(3n) {
        margin: 10px 0 10px 0px !important;
    }
    #show-trim-listing li {
        width: 47%;
        max-width: inherit;
    }
    #show-trim-listing li:nth-child(3n)
    {
        margin: 10px 33px 10px 0px !important;
    }
    #show-trim-listing li:nth-child(2n){
        margin: 10px 0 10px 0px !important;
    }
    #select-your-car.common-row li {
        max-width: 48%;
        margin: 10px 22px 10px 0px !important;
    }
    #select-your-car.common-row li:nth-child(3n) {
        margin: 10px 22px 10px 0px !important;
    }
    #select-your-car.common-row li:nth-child(2n){
        margin: 10px 0 10px 0px !important;
    }
    .service-types-container .service-type-nav > li > a, 
    .service-types-container .service-type-nav > li.active a, 
    .service-types-container .service-type-nav > li.active > a:hover, 
    .service-types-container .service-type-nav > li.active > a:focus
    {
        font-size: 16px;
    }
    #example-form .car_location .select_car h1
    {
        font-size: 26px !important;
    }
    .wizard > .content > .body .front--rear.sub-services-option-container ul li.sub-services-option {
        max-width: 100%;
    }
    .select_car
    {
        margin-bottom: 20px;
    }
    .review-services-list
    {
        border-right: 0;
    }
    .signup
    {
        padding-top: 20px;
        margin-top: 10px;
    }
    .review-services-actions {
        padding: 0;
    }
    #already-user-container, .signup, #new-user-container {
        padding-right: 0;
    }
    .nav.nav-tabs.service-category-nav li a, .nav.nav-tabs.service-category-nav li a:hover, .nav.nav-tabs.service-category-nav li.active a
    {
        font-size: 16px;
        padding: 10px 20px;
    }
    .popular--services h4
    {
        margin: 0 0 0 10px;
    }
    .steps.clearfix
    {
        margin-bottom: 20px;
    }
    .wizard > .content
    {
        box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.15);
    }
}

@media (max-width:767px){
    .wizard > .steps ul li::before, .wizard > .steps ul li::after{
        display:none;
    }
    .wizard > .content > .body .all--ready label{
        text-align: center;
    }
    .steps ul{
        justify-content: space-between;
    }
    .wizard > .steps > ul > li {
        width: 31%;
    }
    
    .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active,
    .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active{
        font-size: 14px;
        min-width: inherit;
        max-width: inherit;
    }
    .cars-listing.listings h5{
        text-align: center;
        padding: 3px 30px;
    }
    #show-year-listing li:nth-child(4n), .wizard > .content > .body .listings.years-listing ul > li{
        margin: 10px 25px 10px 0px !important;
    }
    .common-row.car_model li{
        margin: 10px 25px 10px 0px !important;
    }
    #select-your-car.common-row li{
        max-width: 100%;
        width: 100% !important;
    }
    .wizard > .content > .body .listings.trims-listing ul > li, #show-trim-listing li:nth-child(4n), #show-trim-listing li:nth-child(3n){
        margin: 10px 28px 10px 0px !important;
    }
    #show-trim-listing li:nth-child(2n) {
        margin: 10px 0 10px 0px !important;
    }
    .car_model.models-listing.common-row.listings > div, .car_model.trims-listing.common-row.listings > div {
        width: 100%;
    }
    .popular--services span{
        padding: 2px;
    }
    .popular--services h4{
        font-size: 14px;
        margin: 0 0 0 5px;
    }
    .nav.nav-tabs.service-category-nav li a, .nav.nav-tabs.service-category-nav li a:hover, .nav.nav-tabs.service-category-nav li.active a{
        font-size: 14px;
        padding: 10px;
    }
    .common-row li, #select-your-car li, .wizard > .content > .body .listings ul > li{
        width: 100%;
        display: block;
        max-width: 100% !important;
    }
    .common-row
    {
        display: block;
    }
    .common-row li, #select-your-car li, .wizard > .content > .body .listings ul#show-car-listing > li {
        margin: 10px 0 10px 0px !important;
    }
    .common-row label, #select-your-car label, .wizard > .content > .body .listings ul > li label{
        padding: 6px 15px !important;
    }
    .wizard > .content > .body .listings ul > li .radio-custom + .radio-custom-label::before, 
    ul.selected-car .radio-custom + .radio-custom-label::before, .select-position .radio-custom + .radio-custom-label::before, ul.sub-service-options-lists .radio-custom + .radio-custom-label::before{
        right: 5px;
    }
    .car_model.trims-listing.common-row.listings ul > li label{
        max-width: inherit;
    }
}

@media (max-width:639px){
    body {
        overflow-x: hidden;
    }
    h1 {
        font-size: 35px;
    }
    .steps ul li a{
        padding: 5px 4px !important;
    }
    .wizard > .content {
        padding: 40px;
    }
    #example-form .car_location h1, .wizard > .content > .body label{
        font-size: 30px !important;
    }
    #example-form .car_location h2.fs-subtitle{
        font-size: 20px;
        padding-bottom: 15px;
    }
    .tab--tab {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer img{
        margin-top: 30px;
    }
    .common-row li, #select-your-car li, .wizard > .content > .body .listings ul#show-car-listing > li{
        max-width: 100%;
        width: 100%;
        margin: 5px 0 5px 0px !important;
       
    }
    .wizard > .content > .body .listings ul#show-car-listing > li:nth-child(4n),
    .wizard > .content > .body .listings ul#show-car-listing > li:nth-child(3n),
    #show-year-listing li:nth-child(4n), #show-year-listing li:nth-child(3n)
    .wizard > .content > .body .listings.years-listing ul > li{
        margin: 5px 0 5px 0px !important;
    }
    .cars-listing.listings h5{
        margin-bottom: 25px;
    }
    .already p{
        width: 100%;
    }
    #show-year-listing li {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .wizard > .content > .body .listings ul > li, .wizard > .content > .body ul.selected-car > li{
        width: 100%;
    }
    .wizard > .content > .body .listings.years-listing ul > li, #show-year-listing li:nth-child(3n), #show-model-listing li{
        margin: 5px 0 5px 0px !important;
    }
    #select-your-car.common-row li{
       
        margin: 5px 30px 5px 0px !important;
        max-width: 100%;
        width: 100% !important;
    }
    .common-row li, #select-your-car li, .wizard > .content > .body .listings ul > li{
        max-width: inherit;
    }
    .selected-car-container{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .cars-listing h5, .years-listing h5, .models-listing h5, .trims-listing h5{
        margin-bottom: 10px;
    }
    #example-form .car_location .select_car h1{
        text-align: left;
    }
    #show-trim-listing li{
        width: 100%;
    }
    .wizard > .content > .body .listings.trims-listing ul > li, #show-trim-listing li:nth-child(4n), #show-trim-listing li:nth-child(3n), #show-trim-listing li:nth-child(2n){
        margin: 5px 0 5px 0px !important;
    }
    .services-container .tab-content.side-tabs-left, .wizard > .content > .body .tab-container ul{
        width: 100%;
        max-width: inherit;
    }
    .outer-wrap,.tab-container ul.nav.nav-tabs.service-type-nav {
        display: block;
    }
    .service-types-container .service-type-nav > li {
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }
    .service-types-container .service-type-nav > li{
        margin-right: 0;
    }
    .service-types-container .service-type-nav > li > a{
        font-size: 16px !important;
    }
    .nav.nav-tabs.service-type-nav{
        margin-bottom: 10px;
    }
    .nav.nav-tabs.service-category-nav li a, .nav.nav-tabs.service-category-nav li a:hover, .nav.nav-tabs.service-category-nav li.active a{
        font-size: 16px;
        padding: 12px 15px;
    }
    .popular--services h4{
        font-size: 16px;
    }
    body .wizard > .content .sub-services-option-container ul li.sub-services-option label{
        font-size: 14px !important;
    }
    .sub-services-container .front--rear p span{
        top: 40px;
    }
    .select-action-row span{
        font-size: 17px;
    }
    #already-user-container input, #already-user-container textarea, #new-user-container input, #new-user-container textarea{
        width: 100%;
    }
    .form-rows {
        display: block;
    }
    #already-user-container .form-group {
        width: 100%;
        margin-right: 0;
    }
    #already-user-container .form-group:nth-child(2){
        margin-right:0;
    }
    #already-user-container .form-group.submit-button, #new-user-container .form-group.submit-button{
        width: auto;
        float: none;
        clear: both;
    }
    .review-services-actions{
        margin-top: 20px;
    }
    .wizard > .content > .body div#new-user-container label{

        font-size: 14px !important;
    }
    #new-user-container .form-rows{
        display: block;
    }
    #new-user-container .form-group{
        max-width: 100%;
    }
    #already-user-container input, #already-user-container textarea, #new-user-container input, #new-user-container textarea,
    #already-user-container input, #already-user-container select, #already-user-container textarea, #new-user-container input, 
    #new-user-container select, #new-user-container textarea, #new-user-container select, #new-user-container .mobile_country_code select{
        font-size: 15px;
        padding: 10px;
        height: auto;
    }
}

@media (max-width:479px){
    h1 {
        font-size: 30px;
    }
    .tab--tab {
        padding-top: 130px;
    }
    .steps.clearfix {
        margin-bottom: 0;
    }
    .steps ul {
        display: block;
    }
    .wizard > .content {
        padding: 40px 30px;
        box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.15);
    }
    .wizard > .steps ul li{
        margin-bottom: 20px;
        float: none;
        text-align: center;
    }
    .wizard > .steps > ul > li {
        width: auto;
    }
    #example-form .car_location h1, .wizard > .content > .body label {
        font-size: 25px !important;
        line-height: 28px;
    }
    #example-form .car_location h2.fs-subtitle, .already h3 {
        font-size: 18px;
    }
    .wizard > .content > .body .confirm--zip input{
        padding: 11px 30px;
    }
    .common-row li, #select-your-car li, .wizard > .content > .body .listings ul > li{
        height: 44px;
    }
    #example-form .car_location .select_car h1 {
        font-size: 22px !important;
    }
    .row.sub-service-row h3{
        padding-bottom: 12px;
        font-size: 16px;
    }
    .close-icon.text-right img {
        max-height: 20px;
    }
    .your--service.your-selected-service a
    {
        font-size: 16px;
        left: 0;
        display: inline-block;
    }
    .sub-services-container ul.sub-service-options-lists{
        padding-left: 15px !important;
        padding-right: 0 !important;
        padding-bottom: 20PX;
    }
    .sub-services-container .front--rear p span{
        padding: 0;
        top: 0;
    }
    body .wizard > .content .sub-services-option-container ul li.sub-services-option label {
        font-size: 12px !important;
        line-height: 30px;
        padding: 6px 8PX !important;
    }
    .left-section .btn.btn-primary.add-more-services:last-child {
        margin-left: 0;
    }
    .btn.btn-primary.add-more-services{
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 8px 30px;
        margin-top: 10px;
    }
    .wizard > .content > .body .selected-option li{
        padding: 10px;
    }
    .row.sub-service-row .view-service-description-div h3{
        font-size: 18px;
        color: #000;
    }
    .view-service-description-div {
        margin-top: 25px;
    }
    .review-and-book-container h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .child li, .parent label{
        font-size: 16px !important;
    }
    .select-action-row span {
        font-size: 16px;
    }
    #example-form .sign--overlay h4 a.facebook, #example-form .sign--overlay h4 a.google{
        min-width: inherit;
        font-size: 14px;
        padding: 10px;
        background-image: none !important;
        width: 100%;
        margin-top: 10px;
    }
    .selected-services-row.selected-services.selected-services-review{
        padding-bottom: 0;
    }
    .wizard > .content > .body input#search-repair-services, .wizard > .content > .body input#search-diagnostic-services{
        font-size: 14px;
    }
    .wizard > .content > .body .confirm--zip{
        padding-left: 0;
        margin-bottom: 0;
    }
}