.search-tabs {
    background-color: #E71B23;
    position: sticky;
    position: -webkit-sticky;
    top: 67px;
    z-index: 9;
}


.search-tabs button {
	color: #fff;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	padding: 10px 0px;
	background-color: transparent;
	border: none;
	transition: all 0.4s;
	letter-spacing: 0.5px;
    margin-bottom: 0 !important;
}
.search-tabs button:focus{
	outline: none;
}
.search-tabs button:hover, .search-tabs button.active {
	background-color: #000 !important;
	color: #fff !important;
	border-color: transparent !important;
	border-radius: 0;
}
.search-tabs .col-md-2 {
	padding: 0;
}
.car-image{
	padding: 60px 0px;
}
.search-description{
	background-color: #efefef;
	padding: 50px 0px;
}
.sidebar , .method {
	list-style: none;
	margin: 0;
	padding: 25px 20px;
	background-color: #fff;
	border-radius: 15px;
}
.sidebar p {
	color: #333;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.sidebar li span{
	padding-top: 9px;
	color: #E71B23;
}
.sidebar li{
	display: flex;
	column-gap: 12px;
}
.search-description .description h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 44px;
	color: #000000;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.search-description .description p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #4A4A4B;
	margin-bottom: 15px;
}
.car-features{
	background-color: #fff;
	padding: 30px 15px;
	border-radius: 15px;
}
.circle-chart {
	width: 150px;
	height: 150px;
}
.circle-chart__circle {
	stroke: #00acc1;
	stroke-width: 2;
	stroke-linecap: square;
	fill: none;
	animation: circle-chart-fill 2s reverse;
	transform: rotate(-90deg);
	transform-origin: center;
}
.circle-chart__circle--negative {
	transform: rotate(-90deg) scale(1,-1);
}
.circle-chart__background {
	stroke: #efefef;
	stroke-width: 2;
	fill: none; 
}
.circle-chart__info {
	animation: circle-chart-appear 2s forwards;
	opacity: 0;
	transform: translateY(0.3em);
}
.circle-chart__percent {
	alignment-baseline: central;
	text-anchor: middle;
	font-size: 8px;
}
.circle-chart__subline {
	alignment-baseline: central;
	text-anchor: middle;
	font-size: 3px;
}
.success-stroke {
	stroke: #098BB6;
}
.warning-stroke {
	stroke: #FF9600;
}
.danger-stroke {
	stroke: #ff0000;
}
@keyframes circle-chart-fill {
	to {
		stroke-dasharray: 0 100;
	}
}
@keyframes circle-chart-appear {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.skills{
	color: black;
}
.skills_section{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 80px;
}
.skill-head{
	margin: 80px 0;
}
.skill-head h1{
	font-size: 60px;
	font-weight: 700;
}
.skill-head p{
	margin-bottom: 10px;
}
.skills-area {
	margin-top: 5%;
	display: flex;
	flex-wrap: wrap;
}
.single-skill {
	width: 25%;
	margin-bottom: 80px;
}
.circle-chart__background {
	stroke: #ede4e4;
	stroke-width: 2;
}
@media (max-width: 575.98px) {
	.skill-head {
		margin: 50px 0;
	}
	.skill-head h1 {
		font-size: 30px;
	}
	.skill-icon {
		width: 50%;
	}
	.skill-icon i {
		font-size: 70px;
	}
	.single-skill {
		width: 50%;
	}
	.circle-chart {
		width: 130px;
		height: 130px;
	}
}

.car-features h3{
	font-size: 24px;
	font-weight: bold;
	 padding-bottom: 1rem;
}
.car-features p{
	margin-bottom: 8px;
}
.mt25{
	margin-top: 25px;
}
.next-btn {
	text-align: center;
	margin-top: 20px;
}
.next-btn a:hover {
	background-color: #fff;
	color: #e71b23;
}
.next-btn a {
	display: block;
	background-color: #e71b23;
	border: 1px solid #e71b23;
	color: #fff;
	text-decoration: none;
	padding: 12px 0px;
	border-radius: 5px;
	transition: all 0.4s;
}
.intrested{
	padding: 50px 0px;
}
.intrested h2{
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
.intrested p{
	font-size: 16px;
}
.intrested a:hover {
	background-color: #fff;
	color: #e71b23;
}
.intrested a {
	display: inline-block;
	background-color: #e71b23;
	border: 1px solid #e71b23;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 5px;
	transition: all 0.4s;
}
.mb30 {
	margin-bottom: 30px;
}
.method li:last-child{
	border-bottom: 0px;
}
.method li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding: 16px 15px;
	align-items: center;
	line-height: 30px;
}
.method li p:last-child{
	font-weight: bold;
}
.method p{
	margin: 0px;
}
.red{
	color: #f00;
}
.plus-icon {
	text-align: center;
	padding: 30px 0px;
}
.plus-icon i {
	font-size: 55px;
	color: #e71b23;
	cursor: pointer;
}
.add-options {
	background-color: #fff;
	display: flex;
	align-items: center;
	column-gap: 20px;
	padding: 26px;
	border-radius: 15px;
	height: 100%;
}
.option-content p {
	margin-bottom: 10px;
	font-size: 14px;
}
.option-content span {
	font-size: 26px;
	font-weight: bold;
}
.checkboxs{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.checkboxs li input {
	margin-right: 10px;
}
hr{
	background-color: #000 !important;
}
.time-slot{
	display: flex;
	column-gap: 15px;
}
.mt30 {
	margin-top: 30px !important;
}
.blackbox {
    background-color: #000000;
    padding: 20px;
    color: #ffffff;
    margin-top: 30px;
    border-radius: 5px;
}
.blackbox h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
}



.progress-content {
  height: 21px;
  background-color: rgba(67, 243, 183, .92);
  width: 0%; 
}

.car-features .progress-bar {
    margin: 0 0 25px;
    overflow: hidden;
    padding-right: 20px;
    background: 0 0;
    text-align: left;

}

.progress-title-holder {
    padding-bottom: 0;
    position: relative;
    margin: 5px 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #2e2e2e;
    letter-spacing: 0.5px;
}

.progress-title {
  z-index: 100;
}

.progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

.progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  background-color: rgb(22,23,29);
  padding: 0 24px;
  position: absolute;
  bottom: 0;   
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%); 
} 

.progress-number-wrapper,
.progress-number-mark {
     font-size: 12px;
    line-height: 24px;
    height: 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #fff;
}

.down-arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #16171d;
  position: absolute;
  left: 50%;
  top: 100%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);  
}

.progress-content-outter {
  height: 12px;
  background-color: #3636362e;
}
.progress-content {
    background-color: red;
    height: 40px;
}
.car-features h3 > span {
    font-size: 16px;
    font-weight: 500;
    color: #848484;
    text-transform: capitalize;
}
span.percent {
    opacity: 0;
}

p.bhpnumber {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
}

p.bhpnumber {
    font-size: 12px;
    letter-spacing: 0.5px;
}

p.bhpnumber > span {
    font-size: 10px;
}

.bgcolor-red {
    background: red;
}

.bgcolor-yellow {
    background: #ff9600;
}

.bgcolor-green {
    background: #00acc1;
}
.container-bx {
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 15px;
}

.checkboxs li {
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #363636;
    margin: 5px 0px;
}
.option-content h4 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.bg-shaddow-box ul.checkboxs {
    padding-left: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bg-shaddow-box {
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
}
.form-group input{
      border-radius: 0;
}


:root {
  --primary-color: #e71b23;
}

.form-groupSelect .form-group {
    margin: 1rem 0;
    margin-right: 3rem;
}

.form-groupSelect input[type="radio"] {
  display: none;
}

.form-groupSelect label {
      cursor: pointer;
    position: relative;
    padding-left: 3rem;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-groupSelect label::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 2px solid #e71b23;
  border-radius: 50%;
  top: 50%;
  left: 0rem;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.form-groupSelect label::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  top: 50%;
  left: 0rem;
  transform: translateY(-50%) scale(0.55);
  transition: transform 400ms ease;
    opacity: .2;
    background: #000;
    border: none;
}

.form-groupSelect input[type="radio"]:checked + label::before {
  border-color: var(--primary-color);
}

.form-groupSelect  input[type="radio"]:checked + label::after {
   transform: translateY(-50%) scale(.55);
    background-color: #e71b23;
    opacity: 1;
}
.radio-buttons {
    display: flex;
}

div#date-time .next-btn {
    text-align: left;
}

button.your-details {
    padding: 12px 20px;
}

button.your-details i {
    margin-left: 10px;
}
.form-group label b {
    margin-bottom: 7px;
    display: inherit;
    color: #4a4a4b;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border: 1px solid rgb(0 0 0 / 51%);
    padding: 15px !important;
}
.woocommerce form .form-row label {
    color: #444;
}


.woocommerce-billing-fields h3 {
    font-size: 30px;
    font-weight: 600;
}

div#order_review {
    width: 80%;
    margin: 0 auto;
}

h3#order_review_heading {
    width: 80%;
    margin: 0 auto;
}
.woocommerce-billing-fields h3 {
    font-size: 25px;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    color: #444;
    margin-bottom: 5px;
    margin-top: 2rem;
}
.shop-page #order_review_heading {
    font-size: 28px;
    font-weight: 600 !important;
    letter-spacing: 0;
    color: #444;
    margin-bottom: 5px;
    margin-top: 2rem;
}
button#place_order {
    background: #E71B23 !important;
    padding: 12px 20px;
}
div#your-remap ul.checkboxs {
    padding-left: 1rem;
}

