/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1751721389
Updated: 2025-07-05 13:16:29

*/
[type=checkbox]{
  -webkit-transform: scale(0.9);
	margin-right: 5px;
  cursor: pointer;
}
.wpcf7-list-item{
	margin: 0 !important;
}
.wpcf7-list-item label{
	display: flex !important;
    align-items: flex-start;
	line-height: 1.2;
}
.contact-form-link a{
	color: #176ed3 !important;
	font-size: 14px !important;
    font-weight: 600 !important;
}
.wpcf7-list-item-label{
	font-size: 13px;
	font-weight: 400;
}
.button-mobile{
    padding: 8px;
    float: left;
    border-radius: 3px;
	}
.category-archive .post-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}
.category-container .post-content{
	padding: 15px;
}
.archive-post {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.archive-post .post-thumbnail img {
    width: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.single-post-title {
    font-size: 20px;
    margin: 10px 0;
}

.post-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.read-more {
    display: inline-block;
    margin-top: 8px;
    font-weight: bold;
    color: #176ED3;
    text-decoration: none;
}
.read-more:hover {
    text-decoration: underline;
}

.footer-links p{
	margin-bottom: 0 !important;
}
.footer-links a{
	color: #FFFFFFD1 !important;
	    font-size: 14px !important;
}
.policy-box h3{
	font-size: 22px !important;
    margin: 26px 0 10px 0 !important;
}
.policy-box ul li,
.policy-box span{
    font-size: 16px !important;
    line-height: 1.7 !important;
}
.social-medial-links span:first-child a {
	padding-left: 0 !important;
}
.social-medial-links{
	display: flex;
	align-items: center;
}

.footer-end-box p{
	margin-bottom: 0;
}
.talk-tessa-icon div br{
	display: none;
}
.banner-click-option img {
    height: 60px;
    max-width: 60px;
    object-fit: contain;
}
.talk-ai-btn .elementor-image-box-img{
	height: 60px;
    width: 60px;
    float: left;
	display: flex !important;
	align-items: center;
}
.icon-slider .slick-list{
	width: 100%;
	float: left;
}
.icon-slider .slick-track{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}
.bdpp-post-grid-wrap.bdpp-design-1 .bdpp-post-grid-content, .bdpp-post-meta {
	text-align:left;
    background: #fff;
    border-radius: 10px;
}
.bdpp-post-title a{
	font-size: 24px !important;
	color: #15181B !important;
	line-height: 1.2;
}
.bdpp-post-content a {
    margin: 20px 2px 0px 0;
    padding: 15px 25px;
    border-radius: 5px;
    color: #ffffff !important;
    background: #176ED3 !important;
	border: 1px solid #176ED3;
}
.bdpp-post-content a:hover{
	color: #176ED3 !important;
	border: 1px solid #176ED3;
	background: #ffffff !important;
}
.bdpp-post-grid {
    margin-bottom: 0px;
}
.bdpp-post-meta span i.fa, .bdpp-post-meta span svg {
    color: #176ed3;
}
.bdpp-post-meta, .bdpp-post-title, .bdpp-post-content{
	padding: 0 25px;
}
.bdpp-post-content{
	padding: 0 25px 25px 25px;
}
.bdpp-wrap img, .bdpp-wrap .bdpp-img {
    border-radius: 10px 10px 0 0;
}
.elementor-widget-n-tabs .e-n-tabs-heading:not(.tabs-main .e-n-tabs-heading){
	padding: 10px 20px;
    background-color: #176ED3;
    border-radius: 20px;
}
/* Form Container */
.wpcf7-form:not(.wpcf7-form .custom-form) {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  max-width: 400px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}
.radio-main{
	display: flex;
    margin-top: 30px;
}
/* Headings */
.wpcf7-form h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #0a1f44;
}

.wpcf7-form p {
  margin-bottom: 0px;
  font-size: 14px;
}

/* Labels */
.wpcf7-form label {
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    color: #11263A;
    font-size: 16px;
}

/* Input Fields */

.wpcf7 .main{
  width: 100%;
  padding: 16px 16px 12px 16px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #f1f1f1;
  transition: border-color 0.3s ease;
	margin-top:20px
}
.wpcf7 input{
	border:0;
	background:transparent;
	padding:0;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 textarea:focus {
  border-color: #007bff;
  outline: none;
}

/* Radio group */
.transport-radio label {
  display: inline-block;
  margin-right: 20px;
  font-weight: normal;
}

.transport-radio input[type="radio"] {
  margin-right: 6px;
}
.pt-200{
	padding-top: 160px;
}
.pb-80{
	padding-bottom: 80px;
}
.pt-20{
	padding-top: 20px;
}
.pb-20{
	padding-bottom: 20px;
}
.category-container{
	max-width: 1120px;
	margin: auto;
}
.category-container h1{
	    font-weight: 500 !important;
}
.category-container h2{
	font-size: 28px !important;
}
.category-container h2:hover{
color: #176ed3;
}
.read-more{
	background: #176ed3;
	color: #ffffff !important;
	border: 1px solid #176ed3;
    border-radius: 5px;
    padding: 15px 30px 15px 30px;
}
.read-more:hover{
	background: #ffffff;
	color: #176ed3 !important;
}
/* Submit Button */
.wpcf7 input[type="submit"] {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 14px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  width: 100%;
}

.wpcf7 input[type="submit"]:hover {
  	background-color: #0056b3;
}
.step-main .elementor-image-box-img{
	background: #fff;
    box-shadow: 0px 0px 51px -1px #176ed31c;
    padding: 40px;
    border-radius: 50%;
}
.step-main .elementor-image-box-img{
	position:relative;
}
.step-main .elementor-image-box-img:before{
  	content:"";
  	position:absolute;
  	top:5px;
  	left:0;
	background: #176ed3;
  	width:100%;
	height:100%;
  	border-radius: 50%;
  	z-index:-1;
}
.step-main .elementor-image-box-img:after{
  	content:"";
  	position: absolute;
  	top:5px;
  	right:0;
	background: #11263A;
  	width: 40px;
	height: 40px;
  	border-radius: 50%;
  	z-index:1;
	color:#fff;
	font-size:18px;
	font-weight:600;
	display: flex;
	justify-content: center;
	align-items: center;
}
.step-main .first .elementor-image-box-img:after{
	content:"01";
}
.step-main .two .elementor-image-box-img:after{
	content:"02";
}
.step-main .three .elementor-image-box-img:after{
	content:"03";
}
.right-none .elementor-widget-divider--view-line_text .elementor-divider-separator:after{
	display: none!important;
}
.select-type{
	display: flex;
    align-items: center;
}
[type=radio]{
	    margin: 0 5px;
}
#ryklen-chat-container{
	min-height: 430px !important;
}
.ekit-template-content-header{
	position: sticky;
    top: 0;    
    background: #ffffff;
	z-index: 99;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}


@media (max-width: 479px){
	.footer-end-box h5{
		padding-bottom: 10px;
	}
	.footer-end-box p{
		padding-bottom: 20px;
	}
	.elementor-24 .elementor-element.elementor-element-b537520{
	display: block;
	}
	.elementor-17 .elementor-element.elementor-element-b956f2c .elementor-heading-title {
		font-size: 24px !important;
	}
	.talk-tessa-icon div br{
		display: block;
	}
	.popup-btn .elementor-image-box-title{
		padding-top: 10px;
	}
	.popup-btn .elementor-widget-container .elementor-image-box-wrapper{
		display: flex;
		flex-wrap: wrap;
	}
		.bdpp-post-title a {
		font-size: 20px !important;
	}
	.step-content .form-section, .step-content .details-section{
		padding: 20px !important;
	}

	.step-content .radio-group{
		display: block !important;
	}
	.quote-summary .details-section{
		background: #ffffff !important;
		padding: 20px 0 !important;
	}
	.details-main-part .details-section {
		padding: 10px 10px 20px 10px !important;
	}
	.summary {
		padding: 20px !important;
	}
	.price-card{
		width: auto !important;
		height: auto !important;
		margin-bottom: 20px !important;
	}
	.quote-summary .flex{
		display: block !important;
	}
	/* 	.popup{
	margin-top: 20px !important;
} */
	button.form-btns{
		padding: 15px 25px 15px 25px !important;
	}
	.step2-vehicle .d-flex{
		gap: 10px !important;
	}
	.step2-vehicle button.back-btns{
		margin: 15px 10px 0 0 !important;
	}
	.form1-fieldd-part{
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	.steps-number{
		width: 80% !important;
	}
	.step1-route .d-flex,
	.form1-fieldd-part .d-flex,
	.flex-left2 .d-flex{
		width: 100%;
		display: block !important;
	}
	.select-type label {
		margin: 0 10px 0 0 !important;
	}
	.flex-left {
		width: 100% !important;
	}
	.step-main .elementor-image-box-img{
		padding: 25px;
	}
	.step-main .elementor-image-box-img:after{
		right: -15px;
	}
	.elementor-17 .elementor-element.elementor-element-7e0cc4c {
		padding: 0 15px;
	}
}
.banner-blue:hover .elementor-image-box-content p{
	color:#fff !important;
}
/* .banner-blue:hover img, .popup-btn.active .banner-blue img, .hover-white:hover img{
	filter: brightness(13);
} */
.steps-box:hover .elementor-image-box-img:after{
	background: #176ED3;
}
.hover-white:hover p, .hover-white:hover h5{
	color:#fff !important;
}
.elementor-element-c9120af .wpcf7-form{
	max-width: 100% !important;
	box-shadow:none !important;
	width:100% !important;
	padding:0px !important;
}
.custom-form {
    max-width: 100% !important;
    margin: 0 auto;
}

.custom-form .form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: space-between !important
}

.custom-form .form-row.full {
    flex-direction: column;
    width: 100%
}

.custom-form .form-row input::placeholder,.custom-form .form-row textarea::placeholder {
    color: #6a6a6a
}

.custom-form .form-row span,.custom-form .form-row textarea {
    width: 100% !important
}

.custom-form .form-row input {
    width: 100%;
}

.custom-form .form-row input:not(.custom-form .wpcf7-submit),.custom-form .form-row textarea:not(.custom-form .wpcf7-submit) {
    padding: 18px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    background-color: #fff;
}

.custom-form .form-row input:focus,.custom-form .form-row textarea:focus {
    outline: none;
    border-color: #000;
}

.custom-form .form-row textarea {
    resize: vertical;
    height: 140px
}

.custom-form .form-row input,.custom-form .form-row textarea {
    transition: border-color .3s
}

.custom-form .form-row>* {
    flex: 1
}

.wpcf7-form .custom-form p {
    display: flex;
    gap: 15px;
}

.footer-contact a,
.footer-end-box a,
.footer-services a,
.icon-hover a,
.img-hover-boxes:hover .elementor-image-box-title,
.img-hover-boxes:hover p,
.hover-white:hover h3,
.popup-btn.active .elementor-image-box-title,
.popup-btn.active p{
	color: #ffffff !important;
}
.footer-end-box h5 a{
	font-weight: 600 !important;
}
.footer-contact a:hover{
	color: #176ED3 !important;
}

@media(max-width: 500px) {
	.pt-20{
	padding-top: 10px;
	}
	.pb-20{
		padding-bottom: 10px;
	}
    .wpcf7-form p {
        flex-wrap:wrap;
        gap: 1px
    }

    .wpcf7-submit {
        padding: 17px 40px !important;
        margin: 0 auto
    }

    .steps-img:after {
        right: 0
    }
}
h1.entry-title {
	font-size: 40px;
}
#paymentForm input[type="text"]{
	font-size: 12px !important;
}
@media(max-width:991px){
	.category-container{
		padding: 0 20px;
	}
	.pt-200{
	padding-top: 60px;
}
.pb-80{
	padding-bottom: 40px;
}
	.step-content .btn{
		margin-top: 0 !important;
	}
	
	.bdpp-post-grid {
    margin-bottom: 40px;
}
}
.d-flex {
	display:flex;
	    gap: 20px;
    justify-content: center;
    align-items: center; 
}
.banner-form form {
	max-width:100% !important
}
.align-center {
	text-align:center
}
.banner-form .wpcf7-spinner {
	position:absolute !important
}
.banner-click-option {
	cursor:pointer
}

.custom-form .form-row span.wpcf7-spinner{
	  display: none;
}
.form1-fieldd-part Select{
    background: transparent;
    border: none;
    padding: 0 10px;
}

.step2-vehicle .form1-fieldd-part {
    padding: 10px 10px;
    width: 220px;
}
select:focus{
 border: none;
}
select:focus-visible {
    outline: none;
}
.flex-left2 {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
}
.autocomplete-list {
	list-style: none; margin: 0 0 0 -20px; padding: 0;
	border: 1px solid #ccc; max-height: 150px; overflow-y: auto;
	position: absolute; background: #fff; width: 100%;
	z-index: 1000; display: none;
}
.autocomplete-list li {
	padding: 8px; cursor: pointer;
	text-align:left
}
.autocomplete-list li:hover { 
	background: #176ED3;
	color:#fff
}
.form1-fieldd-part { 
	position: relative; 
/* 	margin-bottom: 20px;  */
	width:50%;
}
.form-btns { margin-top: 20px; }
.form1-fieldd-part {
	position: relative;
	background: #f1f1f1;
	padding: 10px 20px;
	border-radius: 0;
	border: 1px solid #E2E2E2;
/* 	margin-bottom: 0 !important; */
}

.form1-fieldd-part input {
	background: transparent;
	border: none;
}
#delivery-location-output, #pickup-location-output {
	position: absolute;
	color: red;
	bottom: 0;
	margin: 0 0 0 15px;
}

.form1-fieldd-part input:focus-visible {
	outline: none;
} 
button.form-btns{
	background-color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-9b6472b-font-family), Sans-serif;
    font-size: var(--e-global-typography-9b6472b-font-size);
    font-weight: var(--e-global-typography-9b6472b-font-weight);
    color: #fff;
    border: 1px solid var(--e-global-color-primary);
    margin: 15px 0 0 0;
    padding: 15px 30px 15px 30px;
}
.button.form-btns:hover{
        background-color:white ;
    color: var(--e-global-color-primary);
}
.flex-left {
    width: 80%;
    flex-wrap: wrap;
}
.form-btns{
    width: auto;
}
.step1-route {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: flex-start;
	justify-content: space-around;
}
.flex-left .d-flex{
	width:100%
}
.quote-module-main h3.align-center {
       line-height: 1.8;margin: 0;
       font-size: 20px;
}
.quote-module-main p.align-center {
    text-align: center;
    font-size: 16px;
    line-height: 1;
}
.quote-module-form label {
    text-align: left;
    width: 100%;
    font-weight: bold;
}
.select-type {
    line-height: 1.5rem;
}
.select-type label {
    width: auto;
    margin: 0 20px 0 0; 
}
.quote-module-form input[type=text] {
    padding-left:0;
    padding-right: 0;
	font-size: 14px;
}
#ryklen-chat-container{
	max-width: 100% !important;
}
.elementor-17 .elementor-element.elementor-element-a3fa2c4{
	padding: 0;
}
.blog-box .post-items{
	justify-content: center;
}
#popup2{
	margin: 0;
	padding: 0;
}
.human-talk{
	width: 100%;
	float: left;
}
.human-talk .left-box{
	width: 50%;
	float: left;
	padding: 0 30px 0 10px;
}
.human-talk .right-box{
	width: 50%;
	float: left;
	display: flex;
    justify-content: end;
}
.human-talk .left-box a{
	float: left;
	color: #ffffff;
	border-radius: 5px;
	background-color: #176ed3;
	padding: 20px; 
	margin-top: 20px;
	text-decoration: none;
}
.img-hover-box {
  position: relative;
  display: inline-block;
  width: 50px; 
  height: auto;
	float: left;
}

.img-hover-box img {
  position: absolute;
	width: 70px;
    height: auto;
  top: 0;
  left: 0;
  object-fit: cover;
	  transition: opacity 0.3s ease;
}

.img-hover-box img.hover {
  opacity: 0;
}

.img-hover-boxes:hover .img-hover-box img.default {
  opacity: 0;
}

.img-hover-boxes:hover .img-hover-box img.hover {
  opacity: 1;
}

.newcode .fixed, .newcode co-pilot {
	position:relative !important
} 

.hover-white {
    cursor: pointer;
}
.elementor-element-e288d73:hover img,
.elementor-element-f7b5f0f:hover img,
.elementor-element-ce1009d:hover img,
.elementor-element-bb38f9e:hover img,
.elementor-element-a30895d:hover img{
	filter: brightness(0) invert(1);
}
.elementor-element-e288d73:hover h3,
.elementor-element-f7b5f0f:hover h3,
.elementor-element-ce1009d:hover h3,
.elementor-element-bb38f9e:hover h3,
.elementor-element-a30895d:hover h3,
.elementor-element-e288d73:hover p,
.elementor-element-f7b5f0f:hover p,
.elementor-element-ce1009d:hover p,
.elementor-element-bb38f9e:hover p,
.elementor-element-a30895d:hover p{
	color: #ffffff !important;
}
.elementor-element-a30895d:hover .elementor-element-edfb0ae{
	    --divider-color: #ffffff !important;
}
.elementor-element-d6d9463 .elementor-widget-container,
.elementor-element-a36c9ec .elementor-widget-container,
.elementor-element-0cb435e .elementor-widget-container{
			display: flex !important;
	    justify-content: center;
}
.quote-module-form input[type=date], 
.quote-module-form input[type=email], 
.quote-module-form input[type=tel]{
	padding: 10px 0 !important;
}
/* .popup {
	display: none;
	width: 100%;
	float: left;
	margin-top: 20px;
	padding: 15px;
	background-color: #f0f0f0;
	font-size: 30px;
}
#popup1 {
	display: block;
}
 */

.popup {
	display: none;
	width: 100%;
	float: left;
	margin-top: 20px;
	padding: 15px; 
}

/* Default open */
#popup1 {
	display: block;
}

.popup-btn { 
	margin: 5px; 
	border: none;
	cursor: pointer;
	display: inline-block;
}
.popup-btn.active .hover {
	opacity: 1 !important;
}
.popup-btn.active .default {
	opacity: 0 !important;
}
.popup-btn.active .banner-blue .elementor-widget-container {
	background-color: #176ED3 !important;
}

.popup-btn .elementor-widget-container{
	display: flex;
	align-items: center;
}
.popup-btn .elementor-widget-container .elementor-image-box-wrapper{
	width: 100%;
}
.human-talk .left-box h3{
	margin-top: 0 !important;
}

@media (max-width: 780px){
	
	.home-form.d-flex{
		display: block !important;
	}
	.wpcf7-form p br{
		display: none;
	} 
	.human-talk .left-box{
		padding: 0 !important;
	}
}

@media (max-width: 479px){	
	.popup-btn.active {
		display:none !important
	}
	
	.human-talk .left-box,
	.human-talk .right-box{
		width: 100% !important;
		padding: 0 10px 20px !important;
	}
	
	.elementor-17 .elementor-element.elementor-element-cae13ca,
	.elementor-17 .elementor-element.elementor-element-a606d60{
		width: 100% !important;
	}
	.elementor-element-1019874 .elementor-image-box-content .elementor-image-box-description{
		display: none;
	}
	.elementor-element-cae13ca,
	.elementor-element-6cffe1f,
	.elementor-element-a606d60,
	.elementor-element-7cd4256{
		width: auto !important;
	}
	.icon-slider .slick-next{
		right: 25px;
	}
	.icon-slider .slick-prev{
		left: 25px;
	}
	.elementor-element-a739cc6{
		background-image: url(https://www.haulin.ai/wp-content/uploads/2025/07/verticle-dot-line.png) !important;
		background-position: center center !important;
	}
}
.banner-blue {
    height: 100%;
} 

.quote-summary { 
	margin: auto auto 40px auto;
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.quote-summary .details-section {
	flex: 1;
	background: #f9fafc;
}

.form-section,
.details-section {
	padding: 30px;
	box-sizing: border-box;
}

.detail-row {
	margin-bottom: 0;
    border: 1px solid #dddddd;
    padding: 10px;
}

.detail-label {
	font-weight: bold;
}

.quote-summary .header {
	font-size: 24px;
	font-weight: bold;
}

.quote-info {
	background-color: #e6f4ff;
	padding: 10px 15px;
	border-left: 5px solid #2196F3;
	margin: 20px 0;
}

.quote-summary .flex {
	display: flex; 
	gap: 30px;
	align-items: center;
	flex-wrap: wrap;
}

.price-card { 
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 8px;
	background: #fdfdfd;
	position: relative;
	width: 270px;
    height: 270px;
    margin: 0;
}

.price-card.active {
	border: 2px solid #32a852;
	box-shadow: 0 0 10px rgba(50, 168, 82, 0.5);
}

.price-title {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}

.price-amount {
	font-size: 3.5em;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}

.price-note {
	font-size: 14px;
	color: #555;
}

.details-panel {
	width: 300px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

.details-panel h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.details-panel p {
	font-size: 14px;
	margin: 4px 0;
}

.highlight {
	color: #32a852;
	font-weight: bold;
}


.quote-summary .note {
	font-size: 13px;
	color: #666;
	margin-top: 10px;
}

.due-now {
	background-color: #f0f8ff;
	padding: 10px;
	margin-top: 20px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
}

.due-now span {
	font-size: 22px;
	color: #2196F3;
}

.tabs {
	display: flex;
	justify-content: center;
	padding: 30px 0 10px;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}

.tabs .tab {
	position: relative;
	text-align: center;
	flex: 1;
	color: #ccc;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	transition: color 0.3s;
	pointer-events:none
}

.tabs .tab.active {
	color: #176ED3;
}

.tabs .tab::before {
	content: attr(data-step);
	display: block;
	width: 24px;
	height: 24px;
	border: 2px solid currentColor;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	color: currentColor;
	position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.tabs .tab::after {
	content: '';
	position: absolute;
	top: 12px;
	right: -50%;
	width: 100%;
	height: 2px;
	background: #ccc;
	z-index: -1;
}

.tabs .tab:last-child::after {
	display: none;
}

.tabs .tab.active::after {
	background: #176ED3;
}
 
.step-content>div {
	display: none;
}

.step-content>div.active {
	display: block;
}

.step-content .container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 20px auto;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.step-content .form-section,
.step-content .details-section {
	padding: 30px;
	box-sizing: border-box;
}

.step-content .form-section {
	flex: 2;
	border-right: 1px solid #eee;
}

.step-content .details-section {
	flex: 1;
	background: #f9fafc;
}

.step-content label {
	display: flex;
	align-items: center;
	margin-top: 20px;
	font-weight: bold;
}

.step-content input[type="text"],
.step-content input[type="email"],
.step-content input[type="tel"] {
	width: 100%;
	padding: 10px;
	margin-top: 5px;
	border: 1px solid #ccc;
	border-radius: 6px;
}
 
.step-content .radio-group label {
	display: flex;
	align-items: center;
	margin-right: 20px;
	font-weight: normal;
}
.step-content .radio-group {
	display: flex;
}

.step-content .btn {
	display: inline-block;
	margin-top: 30px;
	background-color: #ff5a36;
	color: white;
	padding: 12px 25px;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
}

.step-content .details-section h3 {
	margin-bottom: 20px;
}

.step-content .step-content .detail-label {
	font-weight: bold;
}

.step-content .price-section {
	margin-top: 30px;
	font-size: 16px;
}

.step-content .step-content .price-section strong {
	font-size: 22px;
	color: #000;
}

.step-content small {
	display: block;
	color: #666;
	margin-top: 5px;
} 
@media (max-width: 1024px) {
	.elementor-17 .elementor-element.elementor-element-1019874{
		--width: auto !important;
	}
	.pt-200{
		padding-top: 40px;
	}
}
@media (max-width: 1159px) and (min-width: 1022px)  {
	.pt-200{
		padding-top: 150px !important;
	}
}
@media (max-width: 1159px) and (min-width: 991px)  {
	.category-container{
		padding: 0 20px;
	}
	.elementor-17 .elementor-element.elementor-element-1019874, .elementor-17 .elementor-element.elementor-element-83274a6, .elementor-17 .elementor-element.elementor-element-8ffe592,
	.elementor-17 .elementor-element.elementor-element-a3fa2c4{
		max-width: 1000px !important;
		margin: 0 !important;
	}
}
@media (max-width: 991px) and (min-width: 768px)  {
	.elementor-17 .elementor-element.elementor-element-1019874, .elementor-17 .elementor-element.elementor-element-83274a6, .elementor-17 .elementor-element.elementor-element-8ffe592,
	.elementor-17 .elementor-element.elementor-element-a3fa2c4{
		max-width: 1100px !important;
		margin: 0 !important;
	}
}
@media (max-width: 768px) and (min-width: 478px)  {
	.talk-ai-btn .elementor-image-box-img{
		width: auto !important;
	}
	.banner-click-option img {
		height: 40px !important;
		max-width: 40px !important;
	}
	.banner-click-option .elementor-image-box-content{
		float: left;
	}
	.banner-click-option .elementor-image-box-img{
		margin-right: 0 !important;
	}
	.popup-btn .elementor-widget-container .elementor-image-box-wrapper{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.banner-click-option .elementor-widget-container{
		padding: 10px !important;
	}
}

@media (max-width: 768px) {
	.elementor-17 .elementor-element.elementor-element-1019874{
		width: 100% !important;
	}
	.elementor-17 .elementor-element.elementor-element-1019874, .elementor-17 .elementor-element.elementor-element-83274a6, .elementor-17 .elementor-element.elementor-element-8ffe592,
	.elementor-17 .elementor-element.elementor-element-a3fa2c4{
		margin: 0 !important;
	}
	.elementor-17 .elementor-element.elementor-element-1019874 .img-hover-boxes {
		width: 50% !important;
	}
	.elementor-17 .elementor-element.elementor-element-1019874 .img-hover-boxes > div {
		width: 100% !important;
	}
	.step-content .container {
		flex-direction: column;
	}

	.step-content .form-section {
		border-right: none;
		border-bottom: 1px solid #eee;
	}
}

.steps-number {
    text-align: center;
    display: flex;
    width: 50%;
    justify-content: space-between;
    margin: 30px auto 40px auto;
	position: relative;
}

.steps-number span {
    border: 2px solid #F5F5F5;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    background: #F5F5F5;
    z-index: 2;
    box-shadow: 0 0 0 8px #ffffff
} 
.steps-number span.active {
    border: 2px solid #176ED3; 
    background: #F5F5F5; 
	color:#176ED3
} 
.steps-number:after {
    content: "";
    position: absolute;
    background: #d7d7d7;
    top: 15px;
    left: 0;
    height: 1px;
    width: 100%;
}
.steps-number span:nth-child(1):after {
    content: "Route";
    position: absolute;
    top: 35px;
	color:#11263A
}
.steps-number span:nth-child(2):after {
    content: "Vehicle";
    position: absolute;
    top: 35px;
	color:#11263A
}
.steps-number span:nth-child(3):after {
    content: "Date";
    position: absolute;
    top: 35px;
	color:#11263A
}
.steps-number span.active:after { 
	color:#176ED3;
}
button.back-btns { 
    font-family: var(--e-global-typography-9b6472b-font-family), Sans-serif;
    font-size: var(--e-global-typography-9b6472b-font-size);
    font-weight: var(--e-global-typography-9b6472b-font-weight);
    color: #969696;
    border: 1px solid #969696;
    margin: 15px 0 0 0;
    padding: 15px 30px 15px 30px;
}
button.back-btns:hover { 
    background:#969696;
	color:#fff
}
input:-internal-autofill-selected { 
    background-color: transparent !important; 
}
.due-now-block {
	background: green;
	padding: 20px;
	color: #fff;
}
.due-now-block span{
	font-size: 30px;
    font-weight: 500;
}
.book-now, .book-now:focus {
    background: #176ed3;
    border: 1px solid #176ed3;
    color: white;
    padding: 15px;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    text-decoration: none !important;
}
.book-now:hover {
    background: #fff;
    border: 1px solid #176ed3;
    color: #176ed3 !important; 
}
.due-now-block small {
	color:#fff;
}
.margin-top {
	margin-top:20px;
}

.details-main-part {
	display:flex
}
.details-main-part .step-content {
	width:60%
}
.details-main-part .details-section {
	width:40%
}
.quote-summary .flex {
	flex-wrap:wrap
}
.quote-summary > .flex> .flex {
	flex-wrap:wrap
}

.main-summary-part2 {
	display:flex
}
.left-summury-part {
	width:70%
}
.summary-radio-btn-patr {
	margin:10px 0 20px 0
}
.summary-button-part {
	width:100%
}
@media (max-width: 768px) {
	#pickup-date::placeholder {
	  color: #999 !important;
	  opacity: 1 !important;
	}

	.step-content .container {
		flex-direction: column;
	}

	.step-content .form-section {
		border-right: none;
		border-bottom: 1px solid #eee;
	}
	.quote-summary > .flex {
		display:grid
	}
	.quote-summary > .flex > .flex{
		width:100%
	}
	.quote-summary .details-section {
		width:100%
	}
	.details-main-part .step-content, .details-main-part .details-section {
		width: 100% !important;
	}
	.details-main-part {
		flex-wrap:wrap
	}
	.tabs .tab { 
		font-weight: normal;
		font-size: 12px; 
	}
	.left-summury-part{
		width:100% !important
	}
	.main-summary-part2 {
		flex-wrap:wrap
	}
	.price-amount {
		font-size: 3em; 
	}
	.quote-summary .details-section {
		background:transparent;
		padding: 0;
	}
}
.form-section h2 {
	justify-content: center;
    display: inline-flex;
    align-items: center;
}
.form-section h2 .back-button-quote {
	font-size: 20px;
    border: 1px solid #000;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px 0 0;
	cursor: pointer;
}
.form-section h2 .back-button-quote:hover {
	color:#176ed3;
	border-color:#176ed3
}
.summary-radio-btn-patr label {
	justify-content: center;
    align-items: center;
    display: inline-flex;
	margin: 0 10px 0 0;
}

.first-section {
	width: 100%;
    margin: 0 0 0 0;
    padding: 50px 50px 0;
	text-align: center;
}
.thankyou-title, .thankyou-title a {
	    font-size: 25px !important;
    font-weight: 500 !important;
}
.thankyou-booked-details{
	background: green;
    padding: 20px;
    color: #fff;
}
.second-section {
    border-top: 1px solid #bfbfbf;
    width: 80%;
    padding: 20px;
}
.second-section ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
@media (min-width:768px) and (max-width:991px) {
	.main-summary-part2 {
		flex-wrap: wrap;
	}
	.left-summury-part {
    width: 100%;
		margin:0 0 20px 0
}
}
.summary-button-part .back-btns {
	margin:0 10px 10px 0
}
@media only screen and (max-width: 768px) {
	  .date-placeholder {
		position: relative;
	  }

	  .date-placeholder::after {
		content: "First Available Pick-up Date*";
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
		color: #555;
		pointer-events: none;
	  }

	  .date-placeholder.has-value::after {
		content: "";
	  }
	.first-section { 
		padding: 20px 20px 0; 
	}
	.details-of-booking {
		padding:0 20px
	}
	.second-section { 
		padding: 20px 0;
	}
	.second-section {
		width: 86%;
	}
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	background-color:#176ed3;
	color:#fff
}