/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.noSpace, .noSpace p {
	margin: 0;
}
.elementor-nav-menu--dropdown .elementor-item.highlighted path,
.elementor-nav-menu--dropdown .elementor-item:hover path,
.elementor-nav-menu--dropdown .elementor-item:focus path {
	fill: var( --e-global-color-a72f6a9 ) !important;
}
.service_cards:before, .service_cards:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border: 4px solid #00bcd4;
    border-radius: 0 20px;
    z-index: 2;
}
.service_cards:before {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
    left: auto;
}
.service_cards:after {
    bottom: 0;
    left: 0;
    border-top: none;
    border-right: none;
}



.elementor-sticky--active .header_logo {
    --e-transform-translateY: 0 !important;
}
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    border-inline-start: 0px solid transparent;
}
.elementor-sticky--effects .header_logo img {
    max-width: 155px;
	margin: 10px 0;
}
.elementor-button:hover svg path {
    fill: var(--e-global-color-accent);
}
.steps_col:after {
    content: "";
    position: absolute;
    height: 3px;
    width: calc(90%);
    background: #ff2c2c;
    left: 56%;
    top: 50px;
}
.steps_outer_section .steps_col:last-child:after {
	content:none;
}
.faq-sec .e-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
  border-radius: 12px 12px 0 0 !important;
}
.faq-sec .e-n-accordion-item-title-icon{
    background-color: var(--e-global-color-accent);
    padding:10px;
    border-radius:8px;
}
.vertical_steps:after {
    content: "";
    width: 4px;
    height: 100%;
    background: rgba(65, 94, 161, 0.3);
    position: absolute;
    left: 20px;
    bottom: -36px;
    z-index: 0;
}
figure.elementor-image-box-img {
    position: relative;
    z-index: 1;
}
/* .vertical_steps.one:after {height:60px;} */
.vertical_steps.last:after {content:none;}

.fleet-repair .vertical_steps:after{
	height:100%;
}
.fleet-repair .elementor-image-box-img img{
	z-index:1;
	position:relative;
}
.fleet-repair .vertical_steps.one:after {
	height: 60px;
    top: 0px;
}
.fleet-repair.our-collision .vertical_steps.one:after {
	height: 0px;
}
.page-numbers {
    height: 45px;
    width: 45px;
    display: inline-block;
    background: #202226;
    line-height: 45px;
    color: #fff;
    border-radius: 5px;
}
.page-numbers.current {
    background: var(--e-global-color-accent);;
}


@media (min-width:1025px) and (max-width:1037px) {
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
    margin-inline-end: 18px;
}
}


@media (min-width:768px) and (max-width:1024px) {
.steps_outer_section .steps_col:nth-child(3):after {
	content:none;
}	
}
@media (max-width:767px) {
.elementor-sticky--effects .header_logo img {
	margin: 0;
}
.steps_col:after {
    content: none;
}
.vertical_steps:after {content:none;}	
 ul.redbullet {
    list-style-position: inside;
	padding-left:0px !important;	
}
.redbullet li::marker{
	font-size: 16px !important;
}	

}