/**
* Theme Name: 		WP Blazar Child Theme 2
* Theme URI: 		https://www.wpblazar.com
* Description: 	Lightweight Super Fast Elementor WordPress Child Theme
* Author: 			WP Blazar
* Author URI: 		https://www.wpblazar.com
* License:         GNU General Public License v3 or later.
* License URI:     https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:     wp-blazar
* Template: 		wpblazar-2
* Version: 2
*/

/* Default Styles */
[aria-label="3 / 12"]  img{ 
    max-width: 35px !important; 
}

[aria-label="1 / 12"]  img, [aria-label="7 / 12"]  img{ 
    max-width: 40px !important; 
}

[aria-label="8 / 12"]  img{ 
    max-width: 50px !important; 
}


[aria-label="12 / 12"]  img{ 
    max-width: 84px !important; 
}


html {
	font-size: 16px;
 }
 
 body {
	overflow-x: hidden
 }
 
 @media (min-width:768px) {
 
	/* Tablets -- Large Mobile */
	html {
		font-size: 16px
	}
 }
 
 @media (min-width:1024px) {
 
	/* Large desktops -> laptops */
	html {
		font-size: 16px
	}
 }
 
 /* control the circle decorations on the side to not push content out */
 /* @media (min-width:1900px){ */
 @media (min-width:1440px) {
 
	html {
		overflow: auto;
	}
 
	/* covers browser glitch */
	body {
		overflow-x: hidden;
		max-width: 100%;
		width: 100%;
	}
 
	.wpblazar-page-wrapper {
		overflow: visible;
	}
 }
 
 /* handle the boxed in look */
 .wpblazar-page-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding: 15px;
 }
 
 .e-con.e-flex>.e-con-inner {
	/* 	padding-left:26px;
	padding-right:26px;	 */
 }
 
 body {
	font-family: var(--wpb-e-font-text-family);
	font-weight: var(--wpb-e-font-text-weight);
	color: var(--e-global-color-text);
	font-size: 1rem;
	line-height: 1.55em;
	margin: 0;
	background: #FFF
 }
 
 
 /* Default element settings */
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
	font-family: var(--wpb-e-font-primary-family);
	font-weight: var(--wpb-e-font-primary-weight);
	color: var(--e-global-color-primary);
	margin: 1.75em 0 0.5em;
	line-height: 1.3em;
	clear: both
 }
 
 h1 {
	font-size: 4.25rem
 }
 
 h2 {
	font-size: 2.625rem
 }
 
 h3 {
	font-size: 1.37rem
 }
 
 h4 {
	font-size: 1.125rem
 }
 
 h5 {
	font-size: 1.125rem
 }
 
 h6 {
	font-size: 1.125rem
 }
 
 .elementor-widget-container h1:first-child,
 .elementor-widget-container h2:first-child,
 .elementor-widget-container h3:first-child,
 .elementor-widget-container h4:first-child,
 .elementor-widget-container h5:first-child,
 .elementor-widget-container h6:first-child {
	margin-top: 0
 }
 
 .elementor-widget-heading .elementor-widget-container {
	margin: 0 0 30px
 }
 
 /* add duel color */
 .elementor-heading-title b,
 .elementor-heading-title strong {
	font-weight: inherit !important;
	color: var(--wpb-e-color-accent);
 }
 
 a {
	color: var(--wpb-e-color-accent);
	text-decoration: underline;
 }
 
 a:active,
 a:hover {
	color: var(--wpb-e-color-secondary);
 }
 
 body .page a,
 body .text-underline a,
 .elementor-widget-text-editor a {
	text-decoration: underline;
 }
 
 
 p {
	margin: 0 0 1.5em
 }
 
 p:last-child {
	margin: 0
 }
 
 
 ul,
 ol {
	margin: 0 0 2em 2em;
	line-height: 1em;
 }
 
 li {
	line-height: 1.5em;
	margin: 0 0 .3em;
 }
 
 ul .elementor-icon-list-item {
	line-height: 1.4em;
 }
 
 figcaption {
	font-size: 1rem;
	line-height: 1.4;
	font-style: normal;
	font-weight: inherit;
 }
 
 .elementor-text-editor ul {
	padding-left: 20px;
	margin: 0 0 1.5rem;
 }
 
 
 /* -Default buttons handling 
 * -------------------------------------------------------------------------------------------------- */
 
 #main-menu .menu-button a,
 .gform_wrapper .gform_button,
 /* Gform */
 .button,
 /* woo or custom*/
 .woocommerce .checkout-button,
 /* woo */
 .woocommerce a.button.alt,
 /* woo */
 .woocommerce button.button.alt,
 /* woo */
 .elementor-button,
 .elementor-button:visited,
 /* body[class*="elementor-kit"] .elementor-button, */
 [type=button],
 [type=reset],
 [type=submit],
 button {
	font-family: var(--wpb-e-font-text-family);
	text-transform: capitalize;
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: 1px;
	fill: var(--wpb-e-button_text_color);
	color: var(--wpb-e-button_text_color);
	background-color: var(--wpb-e-button_background_color);
	border-radius: var(--wpb-e-button_border_radius-top) var(--wpb-e-button_border_radius-left) var(--wpb-e-button_border_radius-bottom) var(--wpb-e-button_border_radius-right);
	padding: var(--wpb-e-button_padding-top) var(--wpb-e-button_padding-left) var(--wpb-e-button_padding-bottom) var(--wpb-e-button_padding-right);
	border-style: var(--wpb-e-button_border_border);
	border-width: var(--wpb-e-button_border_width-top) var(--wpb-e-button_border_width-left) var(--wpb-e-button_border_width-bottom) var(--wpb-e-button_border_width-right);
	border-color: var(--wpb-e-button_border_color);
	text-decoration: none;
	position: relative;
 }
 
 #main-menu .menu-button a:hover,
 .gform_wrapper .gform_button:hover,
 /* Gform */
 .button:hover,
 /* woo or custom*/
 .woocommerce .checkout-button:hover,
 /* woo */
 .woocommerce a.button.alt:hover,
 /* woo */
 .woocommerce button.button.alt:hover,
 /* woo */
 .elementor-button:focus,
 .elementor-button:hover,
 /* body[class*="elementor-kit"] .elementor-button:focus,
	body[class*="elementor-kit"] .elementor-button:hover, */
 [type=button]:focus,
 [type=button]:hover,
 [type=reset]:focus,
 [type=reset]:hover,
 [type=submit]:focus,
 [type=submit]:hover,
 button:focus,
 button:hover {
	color: var(--wpb-e-button_hover_text_color);
	fill: var(--wpb-e-button_hover_text_color);
	/* for icons */
	background-color: var(--wpb-e-button_hover_background_color);
	border-width: var(--wpb-e-button_border_width-top) var(--wpb-e-button_border_width-left) var(--wpb-e-button_border_width-bottom) var(--wpb-e-button_border_width-right);
	border-style: var(--wpb-e-button_border_border);
	border-color: var(--wpb-e-button_hover_border_color);
	text-decoration: none;
 }
 
 .button-bubble-icon .elementor-button-icon {
	background: #fff;
	height: 40px;
	width: 40px;
	line-height: 3.15em;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
 }
 
 
 .button-link:not(.elementor-widget),
 .button-link .elementor-button {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
 }
 
 .button-link:not(.elementor-widget):hover,
 .button-link .elementor-button:hover {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
 }
 
 .gform_wrapper .gform_button::after,
 /* Gform */
 .woocommerce .checkout-button::after,
 /* woo */
 .woocommerce a.button.alt::after,
 /* woo */
 .woocommerce button.button.alt::after,
 /* woo */
 .button-bubble-icon .elementor-button::after,
 [type=reset]::after,
 [type=submit]::after {
	content: " ";
	background: url(/wp-content/uploads/2024/09/angle-arrow.png) center center no-repeat;
	background-color: #fff;
	height: 40px;
	width: 40px;
	line-height: 3.15em;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
 }
 
 .gform_wrapper .gform_button,
 /* Gform */
 .woocommerce .checkout-button,
 /* woo */
 .woocommerce a.button.alt,
 /* woo */
 .woocommerce button.button.alt,
 /* woo */
 .button-bubble-icon .elementor-button,
 [type=reset],
 [type=submit] {
	padding-right: 75px !important
 }
 
 
 /* special extra loading code just for gform button whomp :( */
 .gform_wrapper .gform_button::after {
	background: url(/wp-content/uploads/2024/10/angle-arrow-black.png) center center no-repeat !important;
	background-color: #fff !important;
 }
 
 
 /* -Elementor Sections handling 
 * -------------------------------------------------------------------------------------------------- */
 
 .e-con.e-parent {
	--padding-right: 26px;
	--padding-left: 26px;
 }
 
 
 /* Woocommerce Specific 
 * -------------------------------------------------------------------------------------------------- */
 
 /* -- Woo commerce global/defaults -- */
 .woocommerce-message,
 .woocommerce-info {
	border-top-color: var(--wpb-e-color-secondary);
 }
 
 .woocommerce-message::before,
 .woocommerce-info::before {
	color: var(--wpb-e-color-secondary);
 }
 
 /* used with "Pop-up Notices for WooCommerce" plugin to prevent layout braking */
 [data-elementor-type='header']+.woocommerce-notices-wrapper {
	display: none;
 }
 
 
 /* Forms and fields
 * -------------------------------------------------------------------------------------------------- */
 /* -- Fields defaults -- */
 input[type=date],
 input[type=email],
 input[type=number],
 input[type=password],
 input[type=search],
 input[type=tel],
 input[type=text],
 select,
 textarea {
	padding: 10px !important;
	border: 1px solid #d9d9d9;
	font-size: .75rem;
	border-radius: 10px;
 }
 
 input[type=date],
 input[type=email],
 input[type=number],
 input[type=password],
 input[type=search],
 input[type=tel],
 input[type=text],
 select {
	height: 45px;
	/* -- risky biz adding a height here.. but it unifies the select field */
 }
 
 /* adjust form labels to flow with design */
 body .gform_wrapper.gravity-theme .gfield_label {
	font-size: .875rem;
	font-weight: 400;
	margin-bottom: 4px;
 }
 
 
 /* activation pager for event pages */
 .widecolumn {
	margin: 0 auto;
	max-width: 1450px;
 }
 
 /* comments */
 
 #comments .comment .comment-body,
 #comments .pingback .comment-body {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
 }
 
 #comments .comment .avatar,
 #comments .pingback .avatar {
	position: static;
	left: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
	max-width: 35px;
 }
 
 #comments .comment img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
 }
 
 #commentform {
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
	padding: 30px;
 }
 
 /* prevent PDF links from braking */
 a[*='.pdf'] {
	white-space: pre-wrap;
	/* css-3 */
	white-space: -moz-pre-wrap;
	/* Mozilla, since 1999 */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
 }
 
 /* custom tibits */
 #call-button a b {
	color: #000 !important;
	font-weight: inherit;
 }
 
 
 #testimonial-slider blockquote {
	display: flex;
	flex-direction: column;
	background: transparant;
 }
 
 #testimonial-slider .elementor-widget-blockquote .elementor-widget-container:hover {
	background: #1eaf90;
	color: #FFF;
 }
 
 #testimonial-slider .elementor-widget-blockquote .elementor-widget-container:hover blockquote::before {
	color: #fff !important;
 }
 
 #testimonial-slider .elementor-widget-blockquote .elementor-widget-container:hover .elementor-blockquote__content {
	color: #FFF;
 }
 
 #testimonial-slider blockquote::before {
	order: 2;
	content: '"' !important;
	font-family: 'DM Sans', Arial;
	margin-top: 50px;
	font-size: 33px !important;
	color: #333 !important;
	font-style: italic;
 }
 
 #testimonial-slider blockquote .elementor-blockquote__content {
	order: 3;
 }
 
 #testimonial-slider blockquote .e-q-footer {
	order: 1;
 
 }
 
 #testimonial-slider blockquote .elementor-blockquote__author {
	background: #fff;
	padding: 5px 12px;
	border-radius: 5px;
	text-align: left;
	font-weight: normal;
 }
 
 #testimonial-slider a.carousel-arrow {
	width: 44px;
	height: 44px;
	padding: 0;
 }
 
 
 
 .service-list-items li {
	border-bottom: 1px solid #E5E5E5;
 }
 
 .service-list-items li span {
	padding: 18px 0;
	display: block;
 }
 
 .service-list-items li:last-child {
	border: none;
 }
 
 
 .faq-outer .site-faqs .elementor-accordion-item {
	background: #fff;
	padding: 12px;
	border-radius: 10px;
	margin-bottom: 16px;
 }
 
 .faq-outer .site-faqs .elementor-tab-title {
	border-radius: 7px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
 }
 
 .faq-outer .site-faqs .elementor-accordion-icon {
	background: #fff;
	display: flex !important;
	justify-content: center;
	align-items: center;
	line-height: 1;
	border-radius: 100%;
	width: 40px !important;
	height: 40px;
 }
 
 .faq-outer .site-faqs .elementor-accordion-icon span {
	line-height: 15px;
	font-weight: 400;
	font-size: 18px;
	margin: 2px 0 0;
 }

 .page-id-668 .elementor-widget-theme-site-logo {
	display: none;
 }
 
 .page-id-668 .logo-inner {
	display: block;
 }
 
 .page-id-668 .elementor-nav-menu--layout-horizontal ul {
	border: thin solid #E5E5E5;
	padding: 4px 5px;
	border-radius: 27px;
 }
 
 .map-wrapper {
	width: 100%;
	position: relative;
	z-index: 1;
 }
 
 .map-wrapper::after {
	content: "";
	height: 90%;
	aspect-ratio: 1/1;
	background-color: rgba(127, 255, 212, 0.282);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	border-radius: 50%;
 }
 
 .map-wrapper iframe {
	width: 100%;
	filter: grayscale(1);
 }
 
 
 .contact-form form input,
 .contact-form form select,
 .contact-form form textarea {
	padding-left: 20px !important;
	padding-right: 20px !important;
	color: #BABABA !important;
	opacity: 1 !important;
	border: 2px solid transparent !important;
	resize: none;
 }
 
 .contact-form form textarea {
	border-radius: 16px !important;
 }
 
 .contact-form form input::placeholder,
 .contact-form form textarea::placeholder {
	color: #BABABA !important;
	opacity: 1 !important;
 }
 
 .contact-form form input:focus,
 .contact-form form select:focus,
 .contact-form form textarea:focus {
	box-shadow: none !important;
 }
 
 .contact-form form input:focus,
 .contact-form form select:focus,
 .contact-form form textarea:focus {
	border: 2px solid #CECECE !important;
	color: #000000 !important;
 }
 
 .contact-form form input:focus::placeholder,
 .contact-form form select:focus,
 .contact-form form textarea:focus {
	color: #000000 !important;
 }
 
 .contact-form form select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding-right: 30px !important;
	cursor: pointer;
	position: relative;
 }
 
 .contact-form form .elementor-select-wrapper {
	position: relative;
 }
 
 .contact-form form .elementor-select-wrapper::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 35%;
	border: #1FAF8F;
	border-width: 0 1px 1px 0;
	border-style: solid;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	pointer-events: none;
 }
 
 .contact-form form button {
	max-width: 160px;
	width: 100%;
	padding: 18px 5px 18px 20px !important;
	font-size: 14px !important;
	font-weight: 500;
	letter-spacing: -0.28px !important;
 }
 
 .contact-form form .elementor-button-content-wrapper {
	justify-content: space-between;
 }
 
 .contact-form form .elementor-field-type-html {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 265px;
 }
 
 .contact-form form .checkbox-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: end;
 }
 
 .contact-form form .checkbox-wrapper input {
	margin-right: 17px;
 }
 
 .contact-form form .checkbox-wrapper label {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	margin: 0 0 5px;
 }
 
 .input[type="checkbox"] {
	display: none;
 }
 
 
 /* Style for the custom checkbox */
 .contact-form .checkbox-wrapper .text {
	color: #000;
	opacity: 60%;
	font-size: 11px;
 
 }
 .contact-form .checkbox-wrapper .custom-checkbox {
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 1px solid #707070;
	position: relative;
	cursor: pointer;
	border-radius: 2px;
	
 }
 
 /* Style for the custom checkmark */
 .contact-form .checkbox-wrapper .custom-checkbox::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #000000;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 1px;
	right: 0;
	margin: auto;
 }
 
 /* Show the checkmark when checkbox is checked */
 .contact-form .checkbox-wrapper .input[type="checkbox"]:checked+.custom-checkbox::after {
	opacity: 1;
 }
 
 
 .row-icon-list .elementor-icon-list-icon {
	width: 22px;
	height: 22px;
	background: #22AF90;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding: 0px !important;
	margin-right: 17px;
 }
 .row-icon-list .elementor-icon-list-icon svg {
	fill: #fff;
	margin: 0 !important;
 }
 
 .service-slider-wrapper #testimonial-slider .elementor-widget-blockquote .elementor-widget-container {
	background: #fff !important;
 }
 .service-slider-wrapper #testimonial-slider .elementor-widget-blockquote .elementor-widget-container:hover {
	background: #1eaf90 !important;
 }
 
 .adas-provider-row::before {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	width: 67%;
	height: calc(100% - 40px);
	background: #fff;
	border-radius: 10px;
 }
 /* .adas-steps .row-step-item  {
	flex: 1;
 } */
 .adas-video-item {
	height: 164px;
 }
 .adas-video-item .elementor-custom-embed-play svg {
	width: 54px !important;
	filter: none !important;
 }
 
 .partner-step-no::before {
	border: 4px solid #fff;
	width: 194px;
	height: 194px;
	left: -11px;
	top: -11px;
	content: "";
	position: absolute;
 }
 .partner-step-no .elementor-widget-container {
	margin: 0px !important;
	line-height: 1;
 }
 
 .partner-step-item::before {
	background: url(/wp-content/uploads/2024/11/path-02.png) no-repeat center top;
	width: 52px;
	height: 100%;
	position: absolute;
	content: "";
	background-size: contain;
	top: 50px;
 }
 .partner-step-item:nth-child(odd):before {
	right: -24px;
	left: auto;
 }
 .partner-step-item:nth-child(even):before {
	left: -20px;
	right: auto;
	transform: rotate(180deg);
 }
 .partner-step-item:last-child::before {
	display: none !important;
 }
 .partner-step-item:hover .partner-step-no {
	border-color: #1AAF91 !important;
	transition: all ease 0.3s;
 
 }
 .partner-step-item:hover .partner-step-title .elementor-widget-container {
	background: #1AAF91 !important;
	transition: all ease 0.3s;
 }
 .partner-step-item:hover .partner-step-title .elementor-widget-container h3 {
	color: #fff !important;
	transition: all ease 0.3s;
 }


.contact-sec .topsec {
	max-width: 1440px !important;
	width: 100%;
	margin: 0 auto;
}
.partner-iconbox:hover .elementor-icon svg path {
	fill: #fff !important;
	color: #fff !important;
}

.page-id-741 .st2 {
    fill: #CCCCCC !important;
}
.sfooter-links a:hover {
	color: #1AAF91 !important;
	transition: all ease 0.3s;
}

.footer-logo-slider{
	height: auto !important
}

.adas-video-item .elementor-custom-embed-image-overlay::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
}
.adas-video-item .elementor-custom-embed-play {
	z-index: 9;
}

ul.elementor-nav-menu--dropdown a {
	border: none !important;
}

.service-list-items li:hover a span,
.inner-service-item .elementor-icon-box-wrapper:hover .elementor-icon-box-title a {
	color: #1eaf90 !important;
}
.specialities-logos .elementor-element:hover img, .inner-service-item .elementor-icon-box-wrapper:hover .elementor-icon-box-icon svg {
	transform: scale(1.2);
	transition: all ease 0.6s;
}
body.page-id-694 .elementor-location-header .st0, body.page-id-694 .elementor-location-header .st1 {
    fill: #333333 !important;
}
.sub-menu.elementor-nav-menu--dropdown, .sub-menu.elementor-nav-menu--dropdown li:last-child a:hover {
	 border-radius: 0 0 7px 7px;
}

.footer-logo-slider .swiper-slide-inner img {
	max-width: 60px;
	width: 100%;
	object-fit: contain;
}

.footer-logo-slider .swiper [aria-label="10 / 12"] img, .footer-logo-slider .swiper [aria-label="11 / 12"] img {
    max-width: 60px !important;
}

 /*------------ Responsive ----------------*/
 
 @media (min-width:1025px) {
 
	#testimonial-slider a.carousel-arrow.carousel-prev {
		left: var(--p-left) !important;
		top: 160px !important;
 
	}
 
	#testimonial-slider a.carousel-arrow.carousel-next {
		left: var(--p-left) !important;
		top: 160px !important;
	}
 
	body.error404  #testimonial-slider a.carousel-arrow.carousel-prev {
		left: -595px !important;
		top: 144px !important;
	}
	body.error404  #testimonial-slider a.carousel-arrow.carousel-next {
		left: -545px !important;
		top: 144px !important;
	}
 
	nav> ul > li:last-child a {
		padding: 8px 20px !important;
		background: #1EAF90 !important;
		border-radius: 18px !important;
		color: #fff !important;
		margin-left: 10px !important;
	}
	nav> ul > li:last-child:hover a {
		background: #323232 !important;
		transition: all ease 0.3s;
	}
 }
 
 
 @media (max-width:1359px) {
	.service-step-left {
		width: 45% !important;
	}
 
	.counter-box {
		padding: 20px 10px !important;
	}
 
	.counter-box .elementor-counter-number-wrapper {
		align-items: flex-end;
	}
 
	.counter-box .elementor-counter-number {
		font-size: 34px !important;
	}
 
	.contact-box-item h2.elementor-heading-title {
		font-size: 34px !important;
	}
 
	.partner-lists .e-child {
		width: 49% !important;
	}
	.partner-title h2 {
		font-size: 124px !important;
	}
 
	.page-id-768 h1 {
		font-size: 48px;
		line-height: 1.2;
	}
	.contact-box-item:first-child,
	.contact-box-item:nth-child(2) {
		width: 21% !important;
	}

	.row-step-item.adas {
		align-self: stretch !important;
	}
	 .row-step-item .row-inner {
		 align-items: center;
	 }
	 
	 .row-step-item .row-content-inner {
		 margin-top: 50px;
	 }
 }
 
 @media (max-width:1199px) {
	.adas-resource-inner {
		width: 100% !important;
		padding: 0 25px !important;
		gap: 0 25px !important;
	}
	.partner-steps-wrapper {
		width: 100% !important;
	}
	.partner-steps-wrapper .partner-step-item:nth-child(odd) .partner-step-title .elementor-widget-container {
		padding-left: 180px !important;
	}
	.partner-lists .e-child {
		width: 48% !important;
	}
	.partner-title h2 {
		font-size: 84px !important;
	}
 
	.page-id-768 h1 {
		font-size: 42px;
	}
	.partner-iconbox .elementor-widget-container {
		min-height: 165px;
	}
	 .row-step-item .row-content-inner {
		 margin-top: 25px !important;
	 }
	 .row-step-item .row-content-inner .elementor-image-box-title {
		 margin-bottom: 10px;
	 }
 }
 
 @media (max-width:1139px) {
	.service-step-left {
		width: 50% !important;
	}
 
	.counter-box .elementor-counter-number {
		font-size: 30px !important;
	}
 
	.contact-box-item {
		padding: 20px 12px !important;
	}
 
	.contact-box-item:first-child,
	.contact-box-item:nth-child(2) {
		width: 22% !important;
	}
 
	.mobile-service-item {
		width: 27% !important;
		padding: 10px 15px 25px !important;
		margin-bottom: 30px !important;
	}
	.row-icon-list .elementor-icon-list-text {
		width: 78% !important;
	}
 }
 
 @media (max-width:1024px) {
	#testimonial-slider a.carousel-arrow {
		/*         display:none !important; */
	}
 
	.service-step-left {
		width: 100% !important;
	}
 
	.contact-box-item:first-child,
	.contact-box-item:nth-child(2) {
		width: 48% !important;
	}
 
	.contact-box-item:last-child {
		width: 75% !important;
	}
 
	.mobile-service-wrapper {
		width: 100% !important;
	}
	.mobile-service-item {
		width: 46% !important;
		padding: 10px 25px 25px !important;
		border-right: 1px solid #E5E5E5 !important;
	}
	.mobile-service-item:nth-child(even) {
		border: none !important;
	}
	.row-step-item .row-inner {
		flex-direction: column-reverse ;
	}
	.mobile-service-item {
		width: 100% !important;
		padding: 0px !important;
		border: none !important;
		margin-bottom: 45px !important;
	}
	.partner-step-no::before {
		width: 146px;
		height: 146px;
	}
	.partner-steps-wrapper .partner-step-item:nth-child(odd) .partner-step-title .elementor-widget-container,
	.partner-steps-wrapper .partner-step-item:nth-child(even) .partner-step-title .elementor-widget-container {
		padding: 25px 135px !important;
	}
 
	
	.footer-contactinfo .mailto {
		overflow-wrap: break-word;
	}
	.partner-step-no .elementor-widget-container {
		line-height: 1 !important;
	}
	.partner-iconbox .elementor-widget-container {
		min-height: auto;
	}

	.adas-provider-row .counter-box .elementor-counter-number {
        font-size: 24px !important;
    }
	.adas-provider-row .counter-box .elementor-counter-number-suffix {
		font-size: 32px !important;
	}
	 
	 body.page-id-719 .elementor-location-header .st2, body.page-id-726 .elementor-location-header .st2 {
    	fill: #CCCCCC !important;
	} 
	body.page-id-719 .elementor-location-header .st0, body.page-id-726 .elementor-location-header .st0 {
    	fill: #333333 !important;
	}
	body.page-id-719 .elementor-location-header .st1, body.page-id-726 .elementor-location-header .st1 {
    	fill: #333334 !important;
	}
	.st2 {
    	fill: #CCCCCC !important;
	}
	 #elementor-popup-modal-517 .dialog-widget-content, #elementor-popup-modal-517 .dialog-message {
		 width: 100% !important;
	 }
	 #elementor-popup-modal-517 .elementor-icon svg {
		 max-width: 150px;
	 }
	 #elementor-popup-modal-517 .dialog-close-button {
		right: 40px;
		top: 40px;
	 }	
	 .elementor-517 .elementor-element.elementor-element-f7d1a57 {
		 padding-left: 26px !important;
	 }
	 #elementor-popup-modal-517 .e-con.e-flex>.e-con-inner {
		 gap: 4px;
	 }
	 #elementor-popup-modal-517 .button-link {
		 margin-top: 15px;
	 }
	 #elementor-popup-modal-517 .e-flex.e-con-boxed.e-con.e-parent {
    	padding: 0 15px !important;
	}
 }
 
 
 @media (max-width:550px) {
	#testimonial-slider a.carousel-arrow {
		/*         display:none !important; */
	}
 
	#testimonial-slider blockquote {
		font-size: 75%;
		line-height: 1.5em;
	}
 
	#testimonial-slider blockquote::before {
		margin-top: 50px;
	}
 }
 
 #contact-section::before {
	content: " ";
	position: absolute;
	width: 500px;
	height: 500px;
	background: url(/wp-content/uploads/2024/09/circles-decoration.svg) center center no-repeat;
	left: -250px;
	bottom: -250px;
	top: auto;
	z-index: 1
 }
 
 #contact-section::after {
	content: " ";
	position: absolute;
	width: 610px;
	height: 610px;
	background: url(/wp-content/uploads/2024/09/circles-decoration-3-rings.svg) center center no-repeat;
	right: -300px;
	top: -300px;
	bottom: auto;
	z-index: 1
 }
 
 
 @media (max-width:768px) {
	#contact-section::after {
		width: 410px;
		height: 410px;
		background-size: cover;
		right: -200px;
		top: -200px;
	}
 
	#contact-section::before {
		width: 310px;
		height: 310px;
		background-size: cover;
		left: -200px;
		bottom: -200px;
	}
 }
 
 @media (max-width:767px) {
	.faq-outer .site-faqs .elementor-accordion-item {
		background: none;
		padding: 0;
	}
 
	.faq-outer .site-faqs .elementor-accordion-item .elementor-accordion-title {
		width: 80%;
	}
 
	.faq-outer .site-faqs .elementor-accordion-item .elementor-tab-content {
		margin: 16px 0 12px;
		border-radius: 7px;
		padding: 25px 17px !important;
	}
 
	.faq-outer .site-faqs .elementor-accordion-item .elementor-tab-content.elementor-active {
		margin-bottom: 28px;
	}
 
	.faq-outer .site-faqs .elementor-accordion-icon span {
		font-size: 17px;
	}
 
	.title-icon .elementor-icon {
		transform: rotate(90deg);
	}
 
	.title-icon.no .elementor-icon {
		transform: none;
	}
 
	.counter-box {
		min-height: auto !important;
	}
 
	.counter-box .elementor-counter-number-wrapper {
		align-items: center;
	}
 
	.counter-box .elementor-counter-number-wrapper {
		flex: inherit !important;
		width: 35% !important;
	}
 
	.counter-box .elementor-counter-title {
		width: 58% !important;
		flex: inherit !important;
	}
 
	.counter-box .elementor-counter-number {
		font-size: 28px !important;
	}
 
	.contact-info .elementor-icon-box-wrapper {
		align-items: flex-start;
	}
 
	.map-wrapper::after {
		height: 70%;
		width: 95%;
	}
 
	.quote-text-detail .elementor-blockquote__content {
		text-align: center !important;
	}
 
	.quote-text-detail .e-q-footer {
		text-align: center !important;
		display: block !important;
	}
 
	.contact-box-item:first-child,
	.contact-box-item:nth-child(2),
	.contact-box-item:last-child {
		width: 100% !important;
		min-height: 140px !important;
		padding: 18px !important;
	}
 
	.contact-box-item .elementor-element {
		padding: 0px !important;
	}
 
	.contact-box-item h2.elementor-heading-title {
		font-size: 28px !important;
	}
 
	.contact-form .elementor-field-group.elementor-field-type-submit {
		justify-content: center;
	}
 
	.contact-form form .elementor-field-type-html {
		bottom: -55px;
		left: 0;
		margin: 0 auto;
		text-align: center;
	}
 
	.contact-form form .checkbox-wrapper {
		width: 100%;
		margin: 0 auto;
		justify-content: center;
	}
 
	.row-step-item {
		padding: 0px !important;
		background: none !important;
		margin-bottom: 60px !important;
	}
	.row-step-item .row-content {
		margin: 0px !important;
		background: #F5F5F5;
		border-radius: 7px;
		padding: 10px 20px 10px !important;
	}
	.row-step-item .row-content .step-no {
		width: 40px !important;
	}
	.row-icon-list .elementor-icon-list-text {
		width: 81% !important;
	}
 
	.adas-provider-row::before {
		width: 100%;
		height: 180px;
	}
	.adas-resource-inner {
		padding: 0px !important;
	}
	.row-step-item.adas {
		margin-bottom: 16px !important;
	}
	.adas-car-content {
		background: none !important;
	}
 
	.partner-lists .e-child {
		width: 100% !important;
	}
	.partner-title h2 {
		width: 230% !important;
		padding-right: 0;
		left: -65%;
		top: 60%;
		position: absolute;
		font-size: 67px !important;
	}
 
	.partner-step-no, .step-bottom-image {
		transform: translateX(-50%) !important;
		left: 50% !important;
	}
	.partner-step-no::before {
		width: 121px;
		height: 121px;
	}
	.partner-steps-wrapper .partner-step-item:nth-child(odd) .partner-step-title .elementor-widget-container, .partner-steps-wrapper .partner-step-item:nth-child(even) .partner-step-title .elementor-widget-container {
		padding: 45px 20px 35px !important;
	}
	.partner-step-item::before {
		display: none !important;
	}
	.partner-step-item::after {
		width: 2px;
		height: 70px;
		position: absolute;
		bottom: -170px;
		content: "";
		left: 50%;
		transform: translateX(-50%);
		background: #E5E5E5;
	}
	.partner-step-item:last-child::after {
		display: none;
	}
	.partner-step-item:last-child {
		margin-bottom: 60px !important;
	}
	body.privacy-policy h2, .page-id-768 h2 {
		font-size: 32px;
		line-height: 1.2;
	}
 
	.page-id-768 h1 {
		font-size: 32px;
	}
	.faq-outer .site-faqs .elementor-accordion-icon span {
		margin: 1px 0 0;
	}
	.services-service-item {
		background: none !important;
	}
	/* .footer-logo-slider .swiper-slide-inner img {
		width: 45px;
		height: 45px;
		object-fit: contain;
	} */
	.button-bubble-icon.adas a.elementor-button {
		padding-left: 30px !important;
        letter-spacing: -0.28px !important;
        font-size: 14px !important;
        padding-right: 68px !important;
        font-weight: 400 !important;
        padding-top: 16px;
        padding-bottom: 16px;
		line-height: 0.9;
	}
	.button-bubble-icon.adas .elementor-button::after {
		right: 3px;
	}
	.adas-provider-row .counter-box .elementor-counter-number, .adas-provider-row .counter-box .elementor-counter-number-suffix {
        font-size: 28px !important;
    }
	.fixed-attachment {
		background-attachment: scroll;
   }
	 
	#elementor-popup-modal-517 .elementor-icon svg {
        max-width: 172px;
    }
	 #elementor-popup-modal-517 .dialog-close-button {
		right: 20px;
	 }	
	 .elementor-517 .elementor-element.elementor-element-f7d1a57 {
		 padding-left: 9px !important;
	 }
	  #elementor-popup-modal-517 .e-flex.e-con-boxed.e-con.e-parent {
        padding: 15px !important;
      }
	  #elementor-popup-modal-517 .dialog-close-button {
        top: 32px !important;
	  }
	 .footer-logo-slider .swiper-slide-inner img {
		max-width: inherit;
		width: auto;
	 }
	 .row-step-item .row-content-inner {
        margin-top: 50px !important;
     }
	 .map-site {
		 max-width: 350px !important;
		 width: 100% !important;
		 margin: 0 auto;
	 }
	 
 }
 
 @media (min-width: 1px) {
	#bg-element::after {
		content: " ";
		background: #F0FAF8;
		width: 75%;
		height: 466px;
		position: absolute;
		top: 310px;
		left: 13%;
		border-radius: 10px;
	}
 }
 
 
 @media (min-width:1025px) {
	#bg-element::after {
		content: " ";
		background: #F0FAF8;
		width: 100%;
		height: 800px;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 10px;
	}

	.sbanner-heading h1 {
		font-size: 54px !important;
	}

 }

 @media (min-width:1359px) {
	.sbanner-heading h1 {
		font-size: 68px !important;
	}
 }
 
 
 @media (min-width:1900px) {
	.wpblazar-page-wrapper {
		max-width: inherit;
		padding: 15px 80px;
	}
 
	.container-lg .e-con-inner {
		max-width: inherit;
	}
 
	#testimonial-slider a.carousel-arrow.carousel-prev {
		left: -595px;
	}
 
	#testimonial-slider a.carousel-arrow.carousel-next {
		left: -545px !important;
	}
 }