/* 
Theme Name: Attention To Detail
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: FDM
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/

/******Default vip css start*****/  
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
	outline: none !important; 
	text-decoration: none !important;  
}
ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
}  
p, li, div, p.elementor-heading-title {
	color: #000;
	font-size: 16px;
	line-height: 27px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #000;
	letter-spacing: 0;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 1000;
} 
p a{
	color: #000 !important;
	font-weight: bold;
	text-decoration: unset !important;
} 
p a:hover, .link-text a:hover {
	color: #373737c4 !important;
}
strong {
	font-weight: 500 !important;
}  
.subheading h6 {
	font-size: 18px;
	line-height: 49px;
	text-transform: uppercase;
	color: #2b328c;
}
.pl60{
	padding-left: 60px;
}
.pl30{
	padding-left: 30px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 50px;
}   
.mt35{
	margin-top: 35px;
} 
.mt100{
	margin-top: 100px;
}    
.pad100 {
	padding: 100px 15px;
} 
.pt100{
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.pt50 {
	padding-top: 50px;
}
.defbtn .elementor-widget-container {
	margin-top: 30px;
}
body {
	position: relative;
}
a {
	transition: all ease-in-out 0.5s !important;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
.pad50{
	padding: 50px 15px;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
.hdactive .elementor-location-header {
	position: fixed !important;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	background: #000;
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
}
.hd_menu  .elementor-widget-container {
	width: 100%;
}      
.header_main .elementor-widget-wrap {
	justify-content: space-between;
	align-items: center;
} 
.hd_menu .elementor-nav-menu > li {
	margin-left: 50px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 16px;
	color: #fff !important;
	padding: 0 !important;
	text-transform: uppercase;
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #acacac !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a {
	background: #fff;
	border-radius: 0px !important;
	text-transform: uppercase;
	padding: 16px 31px !important;
	position: relative;
	transition: all ease-in-out 0.5s !important;
	font-style: normal;
	color: #000 !important;
	font-weight: 500;
	letter-spacing: 0;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 14px 14px !important;
	color: #fff !important;
	border-bottom: 1px solid #ffffff38;
	border-left: 0;
	white-space: normal;
	background: #000 !important;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0;
}
.elementor-nav-menu > li > ul.sub-menu li:last-child a {
	border-bottom: 0px !important;
}  
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.elementor-nav-menu > li > ul.sub-menu {
	background: #222334;
	min-width: 235px !important;
	border-radius: 0px;
	margin-top: -5px !important;
}
.elementor-nav-menu > li > ul.sub-menu:last-child a {
	border-radius: 0px; 
} 
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.elementor-nav-menu > li > ul.sub-menu a:hover {
	background: #fff !important;
	opacity: 1;
	border-left: unset !important;
	color: #000 !important;
}
.elementor-location-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100; 
}
.elementor-nav-menu li .sub-arrow svg {
	transition: all ease-in-out 0.5s;
	fill: #fff;
}
.elementor-nav-menu li:hover .sub-arrow svg {
	fill: #dbdbdb;
} 
.site_logo {
	width: auto !important;
	max-width: 300px;
} 
.hdactive .site_logo {
	max-width: 220px;
}
.hdactive .btmheader > div { 
	padding: 10px 0;
}
/*** Header End***/ 
.tophd {
	background: #000;
	padding: 7px 0;
}
.cart_ic a {
	border: 0px !important;
	padding: 0 !important;
	color: #000;
}
.elementor-button-icon-qty {
	background: #fff !important;
	color: #000 !important;
} 
.cart_ic svg {
	fill: #fff !important;
	font-size: 28px;
}
.cart_ic {
    border-left: 1px solid #cccccc3d !important;
    padding: 1px 18px;
	margin-left: 20px !important;
    margin-top: 9px;
    display: none;
}
.cart_ic, .hd_menu {
	width: auto !important;
}
.btmheader > div {
	border-bottom: 1px solid #ffffff24;
	padding: 20px 0;
}
.hdlist a,.hdlist a i {
	color: #fff;
	font-style: normal;
}
.hdlist a i {
	font-weight: 600;
}
.hdlist li {
	border-left: 1px solid #ffffff63;
	padding-left: 20px !important;
	line-height: normal;
}
.hdlist li:first-child {
	border: 0px;
	padding-left: 0;
}
.bigheading h2 {
	font-size: 60px;
}
.defbtn a {
	background: #000 !important; 
	border-radius: 0px !important;
	text-transform: uppercase;
	font-size: 16px;
	padding: 19px 35px;
	position: relative;
	transition: all ease-in-out 0.5s;
	font-style: normal;
	color: #fff;
	font-weight: 500;
	min-width: 190px;
}
.defbtn.wt a {
	background: #ffffff!important; 
	color: #000;
}
.defbtn a:hover {
	background: #323232 !important;
	color: #fff;
}
.serv_block {
	width: calc(100% / 3 - 17px) !important;
}
.detailingbox > div.elementor-container {
	background: #000;
	clip-path: polygon(0 0, 98% 0, 100% 5%, 100% 100%, 2% 100%, 0 95%);
}
.spacingblock {
	padding: 60px;
}
.wt p{
	color: #fff;
}
.bigheading {
	margin-bottom: 20px !important;
}
.defbtn {
	margin-top: 25px;
}
img {
	display: block;
}
.colblock > .elementor-widget-wrap {
	row-gap: 40px;
	column-gap: 25px;
}
.serv_block .elementor-image-box-img,
.clip_box{
	clip-path: polygon(0 0, 94% 0, 100% 6%, 100% 100%, 6% 100%, 0 94%);
}
.serv_block:hover .elementor-image-box-img img {
	transform: scale(1.1);
}
.serv_block h2 {
	font-size: 24px;
	margin: 10px 0 5px;
}
.serv_block  .elementor-image-box-content {
	text-align: left;
}
.serv_block  .elementor-image-box-description {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.serv_block h2 a:after {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	opacity: 0;
}
.serv_block .elementor-image-box-content::after {
	content: "Learn more";
	color: #606060;
	text-transform: uppercase;
	text-decoration: underline !important;
	margin-top: 8px;
	display: block;
	font-weight: 500;
}
.review_outer .elementor-testimonial__content:before {
	content: "";
	background-image: url("https://attentiontodetailsc.com/wp-content/uploads/2025/07/star.png");
	background-repeat: no-repeat;
	width: 200px;
	height: 19px;
	background-size: contain;
	display: block;
	margin-bottom: 24px;
}
.review_outer .elementor-testimonial {
	display: flex;
	flex-wrap: wrap;
}
.review_outer .elementor-testimonial__header {
	order: 2;
}
.review_outer .elementor-testimonial__name {
	color: #fff !important;
	font-size: 28px;
}
.review_outer .elementor-main-swiper {
	width: 100% !important;
	margin-bottom: 30px !important;
}
.review_outer .swiper-pagination span {
	background: #fff !important;
	width: 12px !important;
	height: 12px !important;
	border: 0px !important;
}
.review_outer .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff !important;
}
.review_outer .swiper-pagination {
	text-align: left;
}
.review_outer .elementor-testimonial__text {
	color: #fff !important;
	font-size: 17px !important;
	line-height: 33px !important;
	border-bottom: 1px solid #ffffff29;
	padding-bottom: 20px !important;
	margin-bottom: 30px !important;
	min-height: 240px;
} 
.linkinsta p {
	color: #fff;
	font-size: 26px;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.gform_wrapper .gform_validation_errors {
	display: none;
} 
.custom-contact .gform_page_footer {
	display: flex;
	flex-wrap: wrap;
}
.custom-contact .button:hover, .woocommerce ul.products li.product:hover a.button, .hd_menu .elementor-nav-menu > li:last-child > a:hover {
	background: #323232 !important;
	color: #fff !important;
}
.custom-contact .button {
	border: 0px !important;
	line-height: normal !important;
	background: #000000 !important;
	border-radius: 0px !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
	padding: 19px 35px !important;
	position: relative;
	transition: all ease-in-out 0.5s !important;
	color: #fff !important;
	font-weight: 500 !important;
	min-width: 210px !important;
}
.gfield_description.instruction.validation_message {
	display: none;
}
.validation_message {
	padding: 0px !important;
	background: transparent !important;
	border: 0px !important;
	margin-top: 0px !important;
	line-height: 20px !important;
	font-size: 14px !important;
}
.gform_wrapper .gfield_required{
	display: none !important;
} 
.gchoice label {
	font-size: 15px !important;
	color: #535353 !important;
}
.gchoice input::before {
	color: #000 !important;
}
.custom-contact .gfield_checkbox input {
	height: 20px !important;
	padding: 0 !important;
	width: auto !important;
	border: 1px solid #ccc !important;
	min-height: auto !important;
}
.custom-contact .gfield_label {
	font-size: 16px !important;
	line-height: normal !important;
	padding: 0px !important;
	color: #000 !important;
	text-transform: capitalize;
	margin-bottom: 13px !important;
	display: block !important;
	font-weight: normal !important;
}
.custom-contact input, .custom-contact .textarea, .custom-contact select {
	background: transparent !important;
	height: 53px;
	margin-bottom: 0px !important;
	border: 0px !important;
	min-height: 53px !important;
	border-radius: 0px !important;
	color: #000 !important;
	font-size: 16px !important;
	padding: 15px !important;
	box-shadow: none !important;
	border-bottom: 1px solid #ccc !important;
}
.gform_fields {
	display: flex !important;
	flex-wrap: wrap !important;
}
.gfield {
	width: calc(100% / 2 - 8px);
}
.fullblock {
	width: 100% !important;
}
.custom-contact .textarea {
	height: 120px !important;
} 
.custom-contact .gform_footer {
	margin: 25px 0px 0px !important;
	padding: 0px !important;
}
.custom-contact select option {
	color: #000;
} 
.ginput_container_address {
	row-gap: 30px !important;
} 
.mdheading h2 {
	font-size: 47px;
	margin-bottom: 20px;
}
.linkinsta p a {
	color: #fff !important;
}
.ft_social  svg {
	margin: 0 !important;
	fill: #fff;
	width: 15px !important;
	height: 19px !important;
}
.ft_social a {
	border: 1px solid #fff;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	justify-content: center !important;
}
.ft_social a:hover {
	background: #fff;
	border-color: #fff;
}
.ft_social a:hover svg {
	fill: #000;
}
.copyright_text , .copyright_text a {
	color: #fff;
	font-size: 16px;
}
.copyright_text {
	margin: 50px 0 30px;
}
.ft_links a span:hover {
	color: #9d9d9d;
}
.ft_social .elementor-icon-list-text {
	display: none;
}
.ft_logo img {
	max-width: 460px;
}
.footer_main {
	padding: 100px 15px 0;
}
.ft_links a span {
	color: #fff;
	text-transform: uppercase;
}
.ft_links li {
	margin: 0 30px !important;
}
.ft_links {
	margin: 50px auto 40px !important;
}
.woocommerce ul.products li.product img {
	margin: auto auto 20px !important;
	display: block !important;
	border: 1px solid #ee052b17;
	max-height: 270px;
	width: 100% !important;
	object-fit: contain;
}

.woocommerce ul.products li.product h2 {
	padding: 0 !important;
	font-size: 23px !important;
	text-align: center;
}
.woocommerce ul.products li.product {
	transition: all ease-in-out 0.5s;
}
.woocommerce ul.products li.product .price {
	font-size: 18px;
	color: #3c3c3c;
	font-weight: 600;
	text-align: center;
}
.woocommerce ul.products li.product a.button {
	background: #000;
	border-radius: 0px !important;
	text-transform: uppercase;
	font-size: 15px;
	padding: 16px 31px;
	position: relative;
	transition: all ease-in-out 0.5s;
	font-style: normal;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0;
	margin: 10px auto 0 !important;
	text-align: center;
	justify-content: center;
	display: flex;
	max-width: fit-content;
}
.banner h1 {
	font-size: 46px;
	margin-bottom: 20px;
}
.banner > .elementor-container {
	padding: 220px 0 100px;
}
.veteran-logo img {
	width: 140px;
}
.insta-icon {
	position: absolute;
	right: 36px;
	left: unset;
	top: unset;
	bottom: 59px;
	width: fit-content !important;
	height: auto;
}
.gfield_checkbox {
	flex-direction: row !important;
	flex-wrap: wrap !important;
}
.ft-add p {
	color: #fff;
}
.ft-add h3 {
	font-size: 21px;
	margin: 0 0 10px;
}
.tophd .elementor-widget-wrap.elementor-element-populated {
	justify-content: space-between;
}
.hdlist {
	width: auto !important;
	display: flex;
} 
body:not(.home) .elementor-location-header {
	position: relative;
} 
.ovrly-header {
	background: linear-gradient(278deg, rgb(0, 0, 0) 10%, rgba(43, 43, 43, 0.94) 50%, rgb(0, 0, 0) 100%);
} 
.inr-hd h1, .big-hd h1 {
	font-size: 46px;
	line-height: 50px;
	margin-bottom: 20px;
} 
.img-pattern .elementor-widget-image, .one-card .img-card .elementor-image-box-img{
	clip-path: polygon(0 0, 94% 0, 100% 6%, 100% 100%, 6% 100%, 0 94%);
} 
.mt30{
	margin-top:30px;
} 
.big-hd h2 {
	font-size: 42px;
	line-height: 46px;
} 
.big-hd {
	margin-bottom: 17px !important;
} 
.icon-card {
	width: calc(100% / 3 - 30px) !important;
	margin: 15px 15px 0px 15px !important;
} 
.icon-card .elementor-image-box-title, .process_txt .elementor-image-box-title {
	display: block;
	font-size: 20px;
	color: #000;
	letter-spacing: 0;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 5px;
} 
.icon-card .elementor-image-box-img {
	margin-bottom: 12px !important;
} 
.icon-card .elementor-image-box-img img {
	transition: all ease-in-out 0.5s !important;
	max-width: 72px;
	position: relative;
	top: 0;
}  
.icon-card:hover .elementor-image-box-img img{
	top:-5px;
}
.sm-title h2 {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 15px;
} 
.img-card {
	width: calc(100% / 3 - 30px) !important;
	margin: 10px 15px !important; 
	position:relative; 
} 
.img-card span {
	display: block;
	font-size: 19px;
	color: #000;
	letter-spacing: 0;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 8px;
} 
.img-card .elementor-image-box-img {
	width: 100% !important;
	display: block !important;
	margin-bottom: 0px !important;
	overflow: hidden;
} 

.img-card .elementor-image-box-img img {
	transition: all ease-in-out 0.5s !important;
	width: 100% !important;
	height: 330px;
	object-fit: cover;
}  

.img-card:hover .elementor-image-box-img img{
	transform:scale(1.1);
} 
.img-card .elementor-image-box-content {
	background: #fff;
	padding: 25px;
	min-height: 780px;
} 
.img-card .elementor-image-box-description span {
	margin-top: 20px;
} 
.img-card li, .bullet-list li {
	list-style: none;
	position: relative;
	margin-bottom: 16px;
	padding-left: 17px;
} 
.img-card li::before, .bullet-list li:before {
	position: absolute;
	content: "";
	background: #000;
	width: 8px;
	height: 8px;
	left: 0;
	top: 10px;
} 
.img-card ul {
	margin-top: 15px;
	position: relative;
} 
.img-card ul::after {
	position: absolute;
	content: "Learn More";
	background: #000 !important;
	border-radius: 0px !important;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 30px;
	position: relative;
	transition: all ease-in-out 0.5s;
	font-style: normal;
	color: #fff;
	font-weight: 500;
	bottom: 0px;
	left: 0px;
	display: inline-block;
	margin-top: 25px;
} 
.simple-list .elementor-image-box-title {
	display: block;
	font-size: 20px;
	color: #000;
	letter-spacing: 0;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 5px;
} 
.simple-list {
	margin-bottom: 25px !important;
} 
.bg-space .elementor-widget-wrap {
	padding: 50px 50px 60px !important;
}  
.img-card span a::before, .img-card h3 a:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 2;
}
.one-card .img-card {
	width: calc(100% / 1 - 0px) !important; 
	margin: 0px 15px !important;
} 
.one-card .img-card .elementor-image-box-content {
	background: transparent;
	padding: 30px 0px 0px 0px;
	min-height: unset
} 
.one-card .img-card span, .one-card .elementor-image-box-description, .one-card .img-card li{
	color: #fff;
} 
.one-card  .img-card li::before{
	background: #fff;
} 
.img-card:hover ul::after{
	background: #323232 !important;
} 
.one-card .img-card ul::after{
	background:#fff !important;
	color:#000 !important;
} 
.one-card .img-card:hover ul::after{
	background: #f5f5f5 !important;
	color: #000 !important;
} 


.faqblock .elementor-accordion-title {
	font-size: 21px;
	line-height: normal;
	color: bold;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "DM Sans", sans-serif;
}
.faqblock .elementor-accordion-item {
	margin-bottom: 25px;
	border: 0px solid #0003 !important;
	background: #f3f3f3;
}
.faqblock .elementor-accordion .elementor-tab-title {
	padding:30px;
}
.faqblock .elementor-accordion-icon {
	height: 28px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.faqblock .elementor-accordion .elementor-tab-content {
	border: 0px;
	padding:0 30px 30px; 
	margin-top: -10px;
} 

.faqblock .elementor-active {
	background: #f3f3f3;
}

.faqblock .elementor-accordion-icon {
	width: auto !important;
} 
.faqblock .elementor-accordion-icon-closed, .faqblock .elementor-accordion-icon-opened {
	position: relative;
	transition:all ease-in-out 0.5s;
} 

.faqblock .elementor-accordion .elementor-tab-content a {
	color: #fff !important;
}  
.faqblock .elementor-accordion-item:last-child {
	margin-bottom: 0px;
}
.img-card ul p {
	margin-bottom: 10px;
} 
.sm-text p {
	font-size: 21px;
	line-height: 33px;
	font-weight: 600;
} 
.pad80{
	padding:80px 15px;
} 
.process_txt::before {
	content: "";
	width: 15px;
	height: 15px;
	background: #000;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 6px;
	transition: all ease-in-out 0.5s;
} 
.process_txt {
	margin-bottom: 25px !important;
	padding-left: 30px;
}
.process_txt::after {
	content: "";
	border-left: 2px dashed #152641;
	position: absolute;
	left: 7px;
	top: 28px;
	bottom: 0;
	height: calc(100% + 20px);
	transition: all ease-in-out 0.5s;
} 
.process_txt:hover::after {
	border-left: 2px dashed #000;
} 
.process_txt:hover::before {
	background:#b9b9b9;
} 
.process_txt:last-child::after {
	display:none;
} 
.border-center {
	position: relative;
} 
.border-center::before {
	position: absolute;
	content: "";
	background: #f1f1f13b;
	width: 1px;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
} 
.black-text a, .black-text p, .black-text span, .black-text li {
	color: #000 !important;
} 
.black-text .one-card .img-card li::before {
	background: #000;
} 
.black-text .one-card .img-card ul::after {
	background: #000 !important;
	color: #fff !important;
} 
.black-text.border-center::before {
	background: #bfb0b03b;
} 
.img-card ul li b {
	font-weight: 600;
} 
.rmv-btn .img-card ul::after {
	display:none !important;
} 
b, strong {
	font-weight: 600;
} 
.img-card li:last-child, .bullet-list li:last-child {
	margin-bottom: 0px;
}  
.inner-banner {
	padding: 10% 15px;
} 
.big-text p {
	font-size: 22px;
	line-height: normal;
	font-weight: 500;
} 
.img-card h3 {
	margin: 0px 0px 10px !important;
	font-size: 22px;
	line-height: normal;
} 
.one-card .img-card h3 {
	color: #fff;
} 
.main-pro .tabs.wc-tabs {
	display: none;
} 
.main-pro .woocommerce-Tabs-panel {
	border-top: 0px !important;
	margin: 0px !important;
	padding: 30px 0px 0px !important;
} 
.main-pro h2 {
	margin: 0px 0px 12px 0px;
	font-size: 20px;
	line-height: normal;
} 
.main-pro p, .main-pro li {
	margin-bottom: 12px;
} 
.main-pro h1 {
	font-size: 38px;
	line-height: normal;
	margin-bottom: 10px;
} 
.main-pro .woocommerce-product-gallery {
	box-shadow: 0px 0px 10px #e8e4e4;
	padding: 20px !important;
	margin-bottom: 0px !important;
} 
.related_product .related > h2 {
	margin: 0px 0px 25px !important;
	font-size: 40px;
	line-height: normal;
	text-align: center;
} 
.woocommerce-Price-amount bdi {
	font-size: 20px;
	color: #3c3c3c;
	font-weight: 600;
	text-align: center;
	line-height: normal;
	margin-bottom: 10px !important;
	display: inline-block;
} 
.button, .wc-block-components-button, .elementor-menu-cart__footer-buttons a {
	background: #000 !important;
	border-radius: 0px !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
	padding: 17px 30px !important;
	position: relative !important;
	transition: all ease-in-out 0.5s !important;
	font-style: normal;
	color: #fff !important;
	font-weight: 500 !important;
	min-width: 190px;
	border-color: #000 !important;
}
.wc-block-components-address-card__edit {
	background: transparent !important;
	color: #000 !important;
}
.button:hover, .wc-block-components-button:hover, .elementor-menu-cart__footer-buttons a:hover {
	background: #323232 !important;
}
.woocommerce .quantity .qty {
	width: 75px !important;
} 

.wc-block-cart-items__header {
	font-size: 15px !important;
	line-height: normal;
} 
.wc-block-cart .wc-block-cart__totals-title {
	font-size: 15px!important;
	padding-top: 0px!important;
} 
table caption + thead tr:first-child td, table caption + thead tr:first-child th, table colgroup + thead tr:first-child td, table colgroup + thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
	border-block-start: 0px solid hsla(0,0%,50%,.502) !important;
} 
.wc-block-components-product-name {
	color: #000 !important;
	font-weight: bold !important;
	font-size: 16px !important;
	line-height: 22px !important;
} 
.wc-block-components-product-price__value {
	font-size: 17px;
	color: #3c3c3c;
	font-weight: 600;
	text-align: center;
	line-height: normal;
} 
.wc-block-components-button__text {
	color: #fff !important;
	font-weight: 500;
	text-transform: uppercase;
	transition: all ease-in-out 0.5s !important; 
	border: 0px !important;
	box-shadow: unset !important;
} 
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
	box-shadow: 0 0 0 0px #0675c4!important;
	box-shadow: unset !important!important;
	outline: 0px solid transparent!important;
} 
.wc-block-components-totals-coupon__input input {
	font-size: 15px !important;
}
.wc-block-components-totals-coupon__button .wc-block-components-button__text {
	color: #000 !important;
} 
.wc-block-components-totals-coupon__button {
	border: 1px solid #000000de !important;
} 
.wc-block-components-totals-coupon__button:hover {
	background-color: #000 !important;
} 
.wc-block-components-totals-coupon__button:hover .wc-block-components-button__text {
	color: #fff !important;
} 
.wc-block-components-validation-error span {
	font-size: 14px;
	line-height: normal;
} 
.wc-block-components-checkout-step__heading {
	margin-top: 0px !important;
} 
.wc-block-checkout__billing-fields input, .wc-block-checkout__billing-fields select {
	font-size: 14px !important;
	line-height: normal !important;
	display: inline-block;
	height: 50px !important;
} 
.wc-block-components-notice-banner.is-error {
	margin-top: 0px !important;
} 
.wc-block-components-notice-banner__content {
	font-size: 15px;
	line-height: normal;
} 
.wc-block-components-form .wc-block-components-checkout-step {
	margin-bottom: 25px !important;
} 
.wc-block-checkout__terms {
	margin: 0 0 25px !important;
	padding-top: 20px !important;
	font-size: 15px !important;
} 
.wc-block-components-checkout-place-order-button__text{
	color:#fff !important;
} 
#contact-fields {
	margin-bottom: 0px !important;
} 
.product-price .quantity {
	color: #000;
} 
.product-price .quantity bdi {
	font-size: 15px;
} 
.elementor-menu-cart__main {
	width: 500px !important;
} 
.elementor-menu-cart__product-name a {
	font-size: 17px;
	line-height: normal;
	font-weight: 600;
} 
.alignwide {
	margin-inline: unset !important;
} 


.woocommerce form.login{
	background: #fff !important;
	border: 0px !important;
	padding: 30px 35px !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	border-radius: 0px !important;
} 
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea.input-text, .select2-selection--single .select2-selection__rendered {
	background-color: #f5f5f5bd !important;
	border: 1px solid #44424221 !important;
	color: #000 !important;
	font-family: "Inter", sans-serif !important;
}
.woocommerce form .form-row label {
	line-height: normal !important;
	font-size: 15px;
}
.woocommerce-form-row label {
	color: #000 !important;
	font-size: 15px;
	line-height: normal !important;
	font-weight: normal;
	display: inline-block !important;
} 
.woocommerce form.login .form-row {
	padding: 0px !important;
	margin: 0 0 15px !important;
} 
.woocommerce-ResetPassword.lost_reset_password {
	text-align: center;
	max-width: 600px;
	margin: auto;
	background: #fff;
	padding: 40px;
} 
.woocommerce-ResetPassword.lost_reset_password .form-row {
	width: 100%;
} 
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: start;
}
.woocommerce-MyAccount-navigation-link {
	line-height: normal;
	list-style: none;
} 
.woocommerce-MyAccount-navigation-link a {
	background: #000 !important;
	padding: 20px;
	display: flex;
	color: #fff !important;
	font-size: 17px;
	line-height: normal;
	text-transform: uppercase;
	flex-wrap: wrap;
} 
.woocommerce-MyAccount-navigation-link--dashboard.is-active a{
	background: #323232 !important;
} 
.woocommerce-MyAccount-content {
	padding-left: 30px;
} 
.woocommerce-info::before {
	color: #323232 !important;
} 
.woocommerce-info {
	border-top-color: #323232 !important;
} 
.woocommerce-account .addresses .title .edit {
	float: left;
	line-height: normal;
	margin-bottom: 5px;
} 
.select2-selection__rendered {
	height: 100% !important;
	line-height: 36px !important;
}
.woocommerce-MyAccount-content address {
	font-style: normal;
} 
.woocommerce-Address-title.title h2 {
	line-height: normal;
	margin: 0px 0px 0px 0px;
	font-size: 25px;
} 
.select2-container .select2-dropdown, .select2-container .select2-selection {
	background-color: #fff0 !important;
	height: 51px !important;
}
.woocommerce-MyAccount-content .button {
	margin-top: 20px !important;
} 
.woocommerce-form-row em {
	font-style: normal;
	font-size: 14px;
} 
.woocommerce-password-strength {
	background-color: #323232 !important;
	border-color: #323232 !important;
	color: #fff !important;
} 
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
	padding-left: 7px !important;
}
.proudly-sec > div {
	background: #000;
	margin-top: -60px;
	padding: 30px;
	/* 	clip-path: polygon(0 0, 98% 0, 100% 5%, 100% 100%, 2% 100%, 0 95%); */
	clip-path: polygon(0px 0px, 97% 0px, 100% 21%, 100% 100%, 3% 100%, 0 79%);
}
.logo_outer > div {
	column-gap: 20px;
}
.single-logo {
	width: calc(100% / 3 - 14px) !important;
	border: 1px solid #ffffff52;
	padding: 12px;
	height: 80px;
	align-content: center;
	background: #fff;
}
.single-logo img {
	width: auto;
	max-height: 47px;
}
.proudly-sec .bigheading h2 {
	font-size: 40px;
	color: #fff;
}
.proudly-sec .bigheading {
	margin-bottom: 0px !important;
}
.lumar-logo {
	max-width: 100px;
}
.reviews-slider .es-review-background-container {
	background-color: transparent;
	padding: 0 !important;
}
.reviews-slider .es-text-shortener {
	color: #fff;
	font-size: 17px !important;
	line-height: 33px !important;
	border-bottom: 1px solid #ffffff29;
	-webkit-line-clamp: unset;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.reviews-slider .es-review-author-block-avatar-link {
	display: none;
}
/* .reviews-slider .es-carousel-arrow-control-container {
display: none;
} */
.reviews-slider .es-review-author-name {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
}
.reviews-slider .es-verified-badge {
	display: none;
}
.reviews-slider .es-review-info-container {
	display: none;
}
.reviews-slider .es-review-content-rating {
	margin-bottom: 15px !important;
}
/* .reviews-slider .es-bullets-control-item {
background: #fff !important;
width: 12px !important;
height: 12px !important;
border: 0px !important;
opacity: 0.5;
}
.reviews-slider .es-bullets-control-item-active {
background-color: #fff;
opacity: 1;
} */
.reviews-slider .es-carousel-arrow-control-right {
	background: #fff;
	right: -20px !important;
	width: 40px !important;
	height: 40px !important;
}
.reviews-slider .es-carousel-arrow-control-right svg {
	fill: #000;
}
.reviews-slider .es-carousel-arrow-control-left {
	display: none;
}
.remi-img {
	width: 100px !important;
	height: 100px !important;
	overflow: hidden;
	display: block;
	border-radius: 50%;
	position: relative;
}
.remi-img .wp-caption-text {
	background: #000;
	color: #fff;
	font-style: normal;
	font-size: 13px;
	padding: 7px;
	position: absolute;
	bottom: 0px;
	display: block;
	left: 0;
	right: 0;
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.bigtext span {
	font-size: 20px;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 1000;
	display: block;
	margin-bottom: 7px;
}
.remi-img img {
	width: 100%;
	max-height: 100px;
	object-fit: cover;
}
.diff-pad {
	padding: 100px 0px;
}
.img-slider .elementor-swiper-button {
	background: #000;
	padding: 10px;
	border-radius: 50%;
}
.img-slider .elementor-swiper-button svg {
	fill: #fff !important;
	width: 23px !important;
	height: 23px !important;
}
.slider-col .swiper-slide {
	clip-path: polygon(0 0, 94% 0, 100% 6%, 100% 100%, 6% 100%, 0 94%);
}
.slider-col .swiper-pagination-bullet {
	background: #000;
	width: 15px;
	height: 4px;
	border-radius: 0;
}


.vehbtn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto !important;
}
.vehbtn a {
	background: transparent !important;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	max-width: 180px;
	text-align: center;
	line-height: 19px;
}
.vehbtn::before {
	content: "";
	width: 1px;
	height: 273px;
	background: #fff;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.vehbtn a::after {
	background: #fff;
	border-radius: 50px;
	height: 15px;
	width: 15px;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	bottom: 100%;
}
.cer_1 {
	left: 690px;
	bottom: unset;
	top: -70px;
}
.cer_1.vehbtn a::after {
	bottom: unset;
}
.vehbtn::after {
	content: "";
}
.cer_1.vehbtn::before {
	height: 110px;
	bottom: unset;
	top: 100%;
}
.cer_2 {
	left: unset;
	bottom: 90px;
	width: 200px !important;
	right: -138px;
}
.cer_2.vehbtn::before {
	height: 255px;
}
.cer_3 {
	left: 465px;
	bottom: 50px;
}
.cer_3.vehbtn::before {
	height: 335px;
}
.cer_4 {
	left: -50px;
	bottom: 70px;
}
.cer_4.vehbtn::before {
	height: 145px;
}
.cer_5 {
	left: 220px;
	bottom: -30px;
}
.cer_5.vehbtn::before {
	height: 120px;
	left: 0;
}
.cer_6 {
	left: 170px;
	top: 0px;
	bottom: unset;
}
.cer_6.vehbtn::before {
	height: 160px;
	bottom: unset;
	top: 100%;
}
.cer_6.vehbtn a::after {
	bottom: unset;
	top: 40px;
}
.bnr-rating {
	max-width: 180px;
	margin: -60px 0px auto auto !important;
}
.vehbtn a::before {
	content: "";
	position: absolute;
	/*! inset: -4px; */
	border: 2px solid #fff;
	border-radius: inherit;
	opacity: 0;
	animation: outlinePulse 1.8s infinite;
	width: 27px;
	height: 27px;
	border-radius: 50px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 37px;
}
@keyframes outlinePulse {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}
	70% {
		transform: scale(1.15);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.cer_6.vehbtn a::before {
	bottom: -18px;
}
.cer_1.vehbtn a::before {
	bottom: -21px;
}
.featured_card .elementor-image-box-content {
	min-height: auto !important;
	background: transparent;
}
.featured_card.img-card ul::after {
	display: none;
}
.bf_gallery .elementor-item.elementor-gallery-title {
	border: 1px solid #000;
	padding: 8px 19px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: normal;
}
.bf_gallery .elementor-item.elementor-gallery-title.elementor-item-active {
	background: #000;
	color: #fff;
}
.featured_card {
	background: #fff;
}
.featured_col .elementor-widget-wrap {
	justify-content: center;
}
.top_gradient {
	/* background: #e6e1e1; */
	background: linear-gradient(181deg,rgba(230, 225, 225, 0.29) 50%, rgba(255, 255, 255, 1) 100%);
}
.mt20 {
	margin-top: 20px;
}
.img-slider a::before {
	height: 100%;
	content: "";
	position: absolute;
	width: 100% !important;
	background: transparent;
	left: 0;
	right: 0;
	bottom: 0;
}
/* 
featured-project-page */
.featur-pro7.vehbtn a::after {
	bottom: unset;
}
.featur-pro7.vehbtn a::before {
	bottom: -22px;
}
.vehbtn.cer_7.featur-pro7::before {
	height: 125px;
	bottom: unset;
	top: 100%;
}
.vehbtn.cer_7.featur-pro7 {
	left: 580px;
	bottom: unset;
	top: -70px;
}
.vehbtn.cer_1.featur-pro1 {
	left: 750px;
}
.featur-pro5.cer_5 {
	left: 220px;
	bottom: -60px;
}
.vehbtn.cer_4.vehbtn a::before {
	bottom: 75px;
}
.vehbtn.cer_4.cer_4 {
	left: -30px;
	bottom: -78px;
}
.featur-pro2.vehbtn a::before {
	bottom: 56px;
}
.featur-pro2.cer_2.vehbtn::before {
	height: 295px;
}
.featur-pro1.cer_1.vehbtn::before {
	height: 83px;
}
.featur-pro3.vehbtn a::before {
	bottom: 56px;
}
.featur-pro3.cer_3.vehbtn::before {
	height: 215px;
}

.land_rover img {
	position: relative;
	width: 100% !important;
	min-height: 120px;
	object-fit: cover;
}
/* .rover_txt {
color: #000;
font-size: 12px !important;
line-height: 17px;
padding: 7px 7px;
position: absolute;
width: 100%;
bottom: 0px;
left: 0;
right: 0;
background: #fff;
text-transform: uppercase;
font-weight: 500;
} */
.rover_txt {
	color: #000;
	font-size: 12px !important;
	line-height: 15px;
	padding: 7px 7px;
	width: 100%;
	background: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.land_rover {
	position: fixed;
	left: 20px;
	right: unset;
	bottom: 20px;
	width: 100% !important;
	max-width: 170px;
	text-align: center;
	z-index: 10;
	border: 1px solid #00000070;
} 
.ft-fix-btn {
	display: none;
}
body:not(.home).hdactive {
	padding-top: 143px;
}
.select2-results__options li {
	margin: 0 !important;
	background: #fff !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #000 !important;
	color: #fff;
}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
	margin-bottom: 15px !important;
}
.e-checkout__container h3 {
	font-size: 18px !important;
}
.woocommerce ul#shipping_method li label * {
	font-size: 15px;
}
.e-checkout__container  fieldset {
	border: 0px !important;
	padding: 0 !important;
}
/* Responsive_start */
@media(max-width: 1400px) {
	.vehbtn.cer_1.featur-pro1 {
		left: 580px;
	}
	.vehbtn.cer_7.featur-pro7 {
		left: 453px;
		top: -93px;
	}
	.featur-pro6.cer_6 {
		top: -46px;
		left: 100px;
	}
	.featur-pro5.cer_5 {
		left: 180px;
		bottom: -70px;
	}
	.defender_inr img {
		max-width: 700px !important;
	}
	.defender_inr .elementor-widget-wrap,
	.bnr_img .elementor-widget-wrap {
		max-width: 800px;
		margin: 0 auto;
	}
	.bigheading h2 {
		font-size: 50px;
	}
	.reviews-slider .es-carousel-arrow-control-right {
		right: 2px !important;
		width: 30px !important;
		height: 30px !important;
	}
	.exprt_slide .swiper-slide-image {
		min-height: 570px;
		max-height: 570px;
		object-fit: cover;
	}
	.lft-ryt-spc {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cer_6 {
		top: -63px;
	}
	.cer_5 {
		left: 170px;
		bottom: -37px;
	}
	.cer_3.vehbtn::before {
		height: 255px;
	} 

	.cer_3 {
		left: 355px;
		bottom: -10px;
	}
	.cer_2 {
		bottom: -36px;
		right: -32px;
	}
	.cer_1 {
		left: 520px;
		top: -80px;
	}
	.bnr_img img {
		max-width: 670px !important;
	}
	.banner > .elementor-container {
		padding: 220px 15px 100px;
	}
	.tophd {
		padding: 7px 15px;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a {
		padding: 16px 21px !important;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 24px;
	}
	.btmheader > div {
		padding: 20px 15px;
	}
}
@media(max-width: 1199px) {
	.vehbtn.cer_1.featur-pro1 {
		left: 490px;
	}
	.vehbtn.cer_7.featur-pro7::before {
		height: 105px;
	}
	.vehbtn.cer_7.featur-pro7 {
		left: 393px;
		top: -73px;
	}
	.featur-pro2.cer_2.vehbtn a::before {
		bottom: 50px;
	}
	.featur-pro3.cer_3.vehbtn a::before {
		bottom: 51px;
	}
	.featur-pro4.vehbtn.cer_4.vehbtn a::before {
		bottom: 68px;
	}
	/* 	.vehbtn.cer_4.vehbtn a::before {
	bottom: 67px;
} */
	.featur-pro5.cer_5 {
		left: 130px;
	}
	.featur-pro4.cer_4.vehbtn::before {
		height: 65px;
	}
	.defender_inr .elementor-widget-wrap {
		max-width: 660px;
	}
	.defender_inr img {
		max-width: 620px !important;
	}
	.vehbtn.cer_4.cer_4 {
		left: -30px;
		bottom: -38px;
	}
	.vehbtn.cer_4.cer_4 {
		max-width: 176px;
	}
	.cer_2.vehbtn a::before {
		bottom: 33px;
	}
	.cer_3.vehbtn a::before {
		bottom: 33px;
	}
	.cer_5.vehbtn a::before {
		bottom: 34px;
	}
	.vehbtn.cer_4.vehbtn a::before {
		bottom: 34px;
	}
	.cer_2.vehbtn::before {
		height: 230px;
	}
	.cer_2 {
		bottom: -44px;
		right: -43px;
	}
	.cer_3.vehbtn::before {
		height: 205px;
	}
	.cer_3 {
		left: 285px;
		bottom: 0px;
	}
	.cer_5 {
		left: 130px;
		bottom: -40px;
		max-width: 170px;
	}
	.cer_1 {
		left: 430px;
		top: -72px;
	}
	.cer_1.vehbtn::before {
		height: 87px;
		bottom: unset;
		top: 100%;
	}
	.cer_6.vehbtn a::before {
		bottom: -22px;
	}
	.cer_6.vehbtn::before {
		height: 132px;
	}
	.bnr_img .elementor-widget-wrap {
		max-width: 666px;
	}
	.pb100 {
		padding-bottom: 80px;
	}
	.img-card span {
		font-size: 18px;
	}
	.img-card h3 {
		font-size: 20px;
	}
	.img-card li, .bullet-list li {
		margin-bottom: 13px;
	}
	.img-card .elementor-image-box-content {
		padding: 20px;
	}
	.img-card {
		width: calc(100% / 3 - 14px) !important;
		margin: 10px 7px !important;
	}
	.pl60 {
		padding-left: 50px;
	}
	.icon-card .elementor-image-box-title,
	.process_txt .elementor-image-box-title {
		font-size: 19px;
	}
	.icon-card .elementor-image-box-img img {
		max-width: 64px;
	}
	.sm-title h2 {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.big-hd h2 {
		font-size: 38px;
		line-height: 42px;
	}
	.inr-hd h1, .big-hd h1 {
		font-size: 40px;
		line-height: 43px;
		margin-bottom: 16px;
	}
	.ft_logo img {
		max-width: 420px;
	}
	.footer_main {
		padding: 80px 15px 0;
	}
	.mdheading h2 {
		font-size: 40px;
		margin-bottom: 18px;
	}
	.linkinsta p {
		font-size: 23px;
	}
	.insta-icon {
		right: 28px;
		bottom: 48px;
	}
	.pr60 {
		padding-right: 50px;
	}
	.woocommerce ul.products li.product h2 {
		padding: 0 !important;
		font-size: 21px !important;
	}
	.exprt_slide .swiper-slide-image {
		min-height: 490px;
		max-height: 490px;
	}
	.spacingblock {
		padding: 45px;
	}
	.mt100 {
		margin-top: 80px;
	}
	.serv_block h2 {
		font-size: 22px;
	}
	.bigheading h2 {
		font-size: 41px;
	}
	.pad100 {
		padding: 80px 15px;
	}
	.single-logo {
		width: calc(100% / 3 - 14px) !important;
		padding: 10px;
		height: 70px;
	}
	.proudly-sec .bigheading h2 {
		font-size: 34px;
	}
	.proudly-sec > div {
		margin-top: -40px;
		padding: 20px;
	}
	.vehbtn a::before {
		bottom: 25px;
	}
	.vehbtn a {
		font-size: 13px;
		line-height: 17px;
	}
	.bnr_img img {
		max-width: 560px !important;
	}
	.banner h1 {
		font-size: 42px;
		margin-bottom: 18px;
	}

	.tophd {
		padding: 7px 7px;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 14px;
	}
}
@media(max-width: 1024px) {
	.hdactive .btmheader > div {
		padding: 10px 15px;
	}
	.cart_ic {
		border-left: unset !important;
		border-right: 1px solid #cccccc3d !important;
		margin-top: 9px;
		order: -1;
		padding-right: 21px;
		margin-right: 25px;
	}
	.btmheader .elementor-menu-toggle {
		background-color: #fff;
		padding: 11px;
		margin: 0px 0px !important;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
		width: fit-content;
		border-radius: 0;
	}
	.btmheader nav.elementor-nav-menu--dropdown {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 480px;
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		right: -490px;
		transform: unset !important;
		max-height: 100% !important;
		transition: all ease-in-out 0.3s !important;
		background-color: #000;
		overflow: auto;
		z-index: 5;
	}
	.btmheader .elementor-nav-menu>li>a {
		color: #fff;
	}
	.btmheader .elementor-menu-toggle.elementor-active~.elementor-nav-menu--dropdown {
		right: 0px !important;
	}
	.btmheader .elementor-menu-toggle.elementor-active {
		background-color: #fff;
		color: #fcb113;
		margin: 0px !important;
		position: fixed;
		right: 15px;
		top: 48px;
	}
	.hd_menu .elementor-nav-menu > li > a:hover {
		color: #fff !important;
	}
	.btmheader .elementor-nav-menu {
		margin: auto;
		margin-top: 90px !important;
		width: 100% !important;
	}
	.btmheader .sub-arrow {
		position: absolute;
		right: 30px;
	}
	.btmheader .elementor-nav-menu>li:last-child>a:hover {
		background: transparent !important;
		color: #fff !important;
	}
	.btmheader .elementor-nav-menu>li:last-child {
		margin-left: 0px;
	}
	.btmheader .hd_menu .elementor-nav-menu>li:last-child>a {
		border: 0 !important;
	}
	.btmheader ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		background-color: transparent !important;
		font-size: 20px !important;
		padding: 22px 15px !important;
		border: 0px !important;
		color: #fff !important;
		border-bottom: 1px solid #ffffff1f !important;
	}
	.hd_menu nav > ul.elementor-nav-menu > li {
		margin-left: 0px;
	}
	.btmheader ul.elementor-nav-menu .sub-menu li a {
		padding: 20px 20px 20px 35px !important;
		color: #fff !important;
		font-size: 17px !important;
		background-color: #0b0b0b !important;
		text-transform: uppercase;
	}
	.btmheader ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
}
@media(max-width: 999px) {
	.featur-pro3.cer_3.vehbtn::before {
		height: 125px;
	}
	.featur-pro3.cer_3 {
		left: 195px;
		bottom: -50px;
	}
	.featur-pro2.cer_2.vehbtn::before {
		height: 235px;
	}
	.featur-pro2.cer_2 {
		bottom: -114px;
		right: -23px;
	}
	.featur-pro5.cer_5.vehbtn::before {
		height: 143px;
		left: 0;
	}
	.featur-pro5.cer_5 {
		left: 100px;
		bottom: -130px;
	}
	.vehbtn.cer_1.featur-pro1 {
		left: 310px;
		top: -73px;
	}
	.vehbtn.cer_7.featur-pro7 {
		left: 259px;
		top: -110px;
	}
	.defender_inr .elementor-widget-wrap {
		max-width: 500px;
	}
	.featur-pro6.cer_6 {
		top: -86px;
		left: 50px;
	}
	.defender_inr img {
		max-width: 360px !important;
	}
	.bnr_img .elementor-widget-wrap {
		max-width: 526px;
	}
	.pb100 {
		padding-bottom: 60px;
	}
	.faqblock .elementor-accordion-item {
		margin-bottom: 17px;
	}
	.faqblock .elementor-accordion .elementor-tab-title {
		padding: 20px;
	}
	.faqblock .elementor-accordion .elementor-tab-content {
		border: 0px;
		padding: 0 20px 20px;
		margin-top: -10px;
	}
	.img-card {
		width: calc(100% / 2 - 14px) !important;
		margin: 7px 7px !important;
	}
	.img-card .elementor-image-box-img img {
		height: 270px;
	}
	.inner-banner {
		padding: 18% 15px;
	}
	/* 	.button, .wc-block-components-button,
	.elementor-menu-cart__footer-buttons a {
	font-size: 15px !important;
	padding: 13px 15px !important;
	min-width: 170px !important;
} */
	.cer_3 {
		left: 285px;
		bottom: 0px;
	}
	.cer_4.vehbtn::before {
		height: 72px;
	}
	.cer_5.vehbtn::before {
		height: 63px;
		left: 0;
	}
	.cer_2.vehbtn::before {
		height: 170px;
	}
	.cer_3.vehbtn::before {
		height: 141px;
	}
	.cer_3 {
		left: 195px;
		bottom: 0px;
	}
	.cer_5 {
		left: 90px;
		bottom: -30px;
		max-width: 170px;
	}
	.cer_1 {
		left: 310px;
		top: -90px;
	}
	.cer_6.vehbtn::before {
		height: 120px;
	}
	.cer_6 {
		top: -78px;
		left: 110px;
	}

	.bnr_img img {
		max-width: 410px !important;
	}















	.remi-img {
		margin: 0 auto 10px !important;
	}
	.big-hd h2 {
		font-size: 30px;
		line-height: 35px;
	}


	.remi-img img {
		max-height: 67px;
	}
	.remi-img {
		width: 67px !important;
		height: 67px !important;
	}

	.pl30 {
		padding-left: 10px;
	}
	.pl60 {
		padding-left: 35px;
	}
	.icon-card:hover .elementor-image-box-img img {
		top: 0px;
	}
	.inr-hd h1, .big-hd h1 {
		font-size: 37px;
		line-height: 40px;
		margin-bottom: 16px;
	}
	.icon-card .elementor-image-box-img img {
		max-width: 57px;
	}
	.big-hd {
		margin-bottom: 13px !important;
	}
	.big-hd h2 {
		font-size: 33px;
		line-height: 38px;
	}
	.footer_main {
		padding: 60px 15px 0;
	}
	.ft_links li {
		margin: 0 20px !important;
	}
	.land_rover {
		left: 10px;
		bottom: 220px;
		max-width: 170px;
	}
	.ft_logo img {
		max-width: 330px;
	}
	.gchoice label {
		font-size: 13px !important;
	}
	.custom-contact .button {
		font-size: 15px !important;
		padding: 16px 25px !important;
		font-weight: 500 !important;
		min-width: 180px !important;
	}
	.mdheading h2 {
		font-size: 34px;
		margin-bottom: 18px;
	}
	.follow-ryt .elementor-widget.elementor-widget-image {
		justify-content: left;
		display: flex;
	}
	.follow_hd {
		padding-left: 57px;
	}
	.insta-icon {
		right: unset;
		bottom: 28px;
		display: inline-block;
	}
	.follow-ryt {
		margin-top: 20px;
	}
	.review_main video {
		height: 100% !important;
	}
	.review_ryt-col {
		margin-top: 15px;
	}
	.t-full-col.pr60 {
		padding-right: 0;
	}
	.t-full-col {
		width: 100% !important;
	}
	.reviews-slider .es-review-author-name {
		font-size: 20px;
	}
	.reviews-slider .es-text-shortener {
		font-size: 16px !important;
		line-height: 27px !important;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.pr60 {
		padding-right: 35px;
	}
	.woocommerce ul.products li.product h2 {
		font-size: 18px !important;
	}
	.button, .wc-block-components-button, .elementor-menu-cart__footer-buttons a {
		font-size: 15px !important;
		padding: 15px 18px !important;
		min-width: 170px;
	}
	.bigheading h2 {
		font-size: 36px;
	}
	.spacingblock {
		padding: 30px;
	}
	.mt100 {
		margin-top: 60px;
	}
	.img-slider .elementor-swiper-button {
		padding: 7px;
	}
	.bigheading {
		margin-bottom: 15px !important;
	}
	.defbtn a {
		font-size: 15px;
		padding: 15px 22px;
		min-width: 170px;
	}
	/* 	.defbtn a {
	font-size: 15px;
	padding: 17px 25px;
	min-width: 190px;
} */
	.serv_block h2 {
		font-size: 20px;
	}
	.serv_block {
		width: calc(100% / 3 - 10px) !important;
	}
	.colblock > .elementor-widget-wrap {
		row-gap: 30px;
		column-gap: 15px;
	}
	.serv_block:hover .elementor-image-box-img img {
		transform: unset;
	}
	.pad100 {
		padding: 60px 15px;
	}
	.proudly-sec .bigheading h2 {
		font-size: 27px;
	}
	.hdlist {
		width: 100% !important;
		justify-content: center;
	}
	.hdlist:nth-of-type(2) {
		display: none;
	}
	.hdlist li {
		padding-left: 7px !important;
	}
	.hdlist a, .hdlist a i {
		font-size: 13px;
	}
	.pad80 {
		padding: 60px 15px;
	}
}
@media(max-width: 767px) {
	.bnr-rating {
		display: none;
	}
	.copyright_text {
		margin: 30px auto 70px;
		max-width: 370px;
	}
	.ft-fix-btn a:last-child {
		background-color: #fff;
		color: #000;
	}
	.ft-fix-btn a {
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
		width: 100%;
		text-align: center;
		padding: 8px;
		font-weight: 500;
	}
	.ft-fix-btn {
		display: flex;
		position: fixed;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: black;
		border-top: 1px solid #ffffff2b;
		z-index: 10;
		width: 100% !important;
		justify-content: space-between;
	}
	.featur-pro6.cer_6.vehbtn::before {
		height: 70px;
	}
	.vehbtn.cer_7.featur-pro7::before {
		height: 95px;
	}
	.vehbtn.cer_7.featur-pro7 {
		left: 259px;
		top: -95px;
	}
	.featur-pro1.cer_1.vehbtn::before {
		height: 59px;
	}
	.vehbtn.cer_1.featur-pro1 {
		left: 360px;
		top: -93px;
	}
	.featur-pro6.cer_6 {
		top: -26px;
	}
	.featur-pro2.cer_2 {
		bottom: -104px;
		right: -43px;
	}
	.featur-pro3.cer_3 {
		left: 245px;
		bottom: -30px;
	}
	.featur-pro5.cer_5 {
		left: 110px;
		bottom: -95px;
	}
	.featur-pro4.vehbtn.cer_4.cer_4 {
		bottom: -68px;
	}
	.defender_inr img {
		max-width: 400px !important;
	}
	.process_txt::after {
		display: none;
	}
	.process_txt::before {
		display: none;
	}
	.process_txt {
		margin-bottom: 15px !important;
		padding-left: 0;
	}
	.mob-full img {
		width: 100%;
	}
	.lumar-logo {
		max-width: 100px;
		margin: 15px auto 0 !important;
	}
	p, li {
		margin-bottom: 12px;
	}
	.pb100 {
		padding-bottom: 40px;
	}
	.faqblock .elementor-accordion-title {
		font-size: 19px;
		max-width: 510px;
		display: block;
	}
	.faqblock .elementor-accordion .elementor-tab-title {
		padding: 16px;
	}
	.faqblock .elementor-accordion-item {
		margin-bottom: 12px;
	}
	.one-card .img-card .elementor-image-box-content {
		padding: 15px 0px 0px 0px;
	}
	.one-card .img-card {
		width: calc(100% / 1 - 0px) !important;
		margin: 0px 0px !important;
	}
	.one-card > div {
		row-gap: 15px;
	}
	.border-center::before {
		display: none;
	}
	.woocommerce-MyAccount-content {
		padding-left: 0;
	}
	.img-card h3 {
		font-size: 19px;
	}
	.img-card:hover .elementor-image-box-img img {
		transform: unset;
	}
	.img-card li::before, .bullet-list li::before {
		display: none;
	}
	.img-card li, .bullet-list li {
		margin-bottom: 7px;
		border: 1px solid #8080802b;
		padding: 7px;
		text-align: center;
	}

	.icon-card {
		width: 100% !important;
		margin: 10px 0px 0px 0px !important;
		border: 1px solid #80808026;
		padding: 15px;
	}
	.big-hd h2 {
		font-size: 30px;
		line-height: 34px;
	}
	.inr-hd h1, .big-hd h1 {
		font-size: 34px;
		line-height: 37px;
		margin-bottom: 9px;
	}
	.exprt_slide .swiper-slide-image {
		min-height: auto;
		max-height: fit-content;
		width: 100%;
	}
	.defbtn {
		margin-top: 20px;
	}
	.btmheader .elementor-menu-toggle {
		padding: 9px;
	}
	.site_logo {
		width: auto !important;
		max-width: 270px;
	}
	.btmheader > div {
		justify-content: space-between;
	}
	.hdr-logo-col, .hdright {
		width: auto !important;
	}
	.hdright {
		width: auto !important;
	}
	.custom-contact .button {
		line-height: 1 !important;
		margin: 0 auto !important;
	}
	.veteran-logo img {
		width: 100px;
	}
	.gfield {
		width: 100% !important;
	}
	.pr60 {
		padding-right: 0;
	}
	.pt50 {
		padding-top: 40px;
	}
	.serv_block {
		width: calc(100% / 2 - 10px) !important;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.pl60 {
		padding-left: 0;
	}
	.land_rover {
		display: none;
	}
	.mt100 {
		margin-top: 40px;
	}
	.mt20 {
		margin-top: 12px;
	}
	.spacingblock {
		padding: 18px 15px 41px;
	}
	.footer_main {
		padding: 40px 15px 0;
	}
	.reviews-slider .es-review-content-rating {
		justify-content: center;
	}
	.reviews-slider .es-text-shortener {
		text-align: center;
	}
	.kryNOB {
		justify-content: center;
	}
	.follow_hd {
		padding-left: 0;
	}
	.insta-icon {
		right: 0;
		bottom: 78px;
		display: inline-block;
		left: 0;
		margin: 0 auto !important;
	}
	.pad50 {
		padding: 40px 15px;
	}
	.insta_main {
		padding-top: 90px;
	}
	.simple-list {
		margin-bottom: 5px !important;
		border: 1px solid #80808021;
		padding: 7px;
	}
	.img-card .elementor-image-box-content {
		min-height: 1100px;
	}
	.pad80 {
		padding: 40px 15px;
	}
	.main-pro li {
		text-align: left;
	}
	.related_product .related > h2 {
		margin: 0px 0px 20px !important;
		font-size: 34px;
	}
	.main-pro h1 {
		font-size: 35px;
		margin-bottom: 9px;
	}
}
@media(max-width: 600px) {
	.wc-block-cart__sidebar {
		margin-bottom: 4px;
		order: 0;
	}
	.wc-block-components-product-name {
		max-width: 190px !important;
	}
	.related_product .related > h2 {
		margin: 0px 0px 20px !important;
		font-size: 28px;
	}
	.main-pro h1 {
		font-size: 30px;
		margin-bottom: 9px;
	}
	.woocommerce ul.products li.product h2 {
		font-size: 16px !important;
	}
	.featur-pro2.cer_2.vehbtn a::before {
		bottom: 39px;
	}
	.featur-pro3.cer_3.vehbtn a::before {
		bottom: 41px;
	}
	.featur-pro3.cer_3 {
		left: 155px;
		bottom: -43px;
	}
	.featur-pro5.cer_5.vehbtn a::before {
		bottom: 43px;
	}
	.featur-pro5.cer_5 {
		left: 90px;
		bottom: -113px;
	}
	.featur-pro4.vehbtn.cer_4.vehbtn a::before {
		bottom: 52px;
	}
	.vehbtn.cer_1.featur-pro1 {
		left: 273px;
		top: -98px;
	}
	.vehbtn.cer_7.featur-pro7 {
		left: 192px;
		top: -95px;
	}
	.featur-pro6.cer_6 {
		top: -42px;
		left: 0px;
	}
	.defender_inr .elementor-widget-wrap {
		max-width: 380px;
	}
	.defender_inr img {
		max-width: 340px !important;
	}
	.sm-text p {
		font-size: 18px;
		line-height: 27px;
	}
	.img-card ul::after {
		margin-top: 12px;
	}
	.img-card .elementor-image-box-content {
		min-height: fit-content;
	}
	.cer_2.vehbtn::before {
		height: 130px;
	}
	.cer_2 {
		bottom: -37px;
		right: -60px;
	}
	.cer_1 {
		left: 220px;
		top: -94px;
	}
	.cer_3.vehbtn::before {
		height: 101px;
	}
	.cer_3 {
		left: 135px;
		bottom: 0px;
		max-width: 140px;
	}
	.vehbtn.cer_4.vehbtn a::before {
		bottom: 27px;
	}
	.cer_5.vehbtn a::before {
		bottom: 27px;
	}
	.cer_5 {
		left: 75px;
		bottom: -30px;
		max-width: 100px;
	}
	.vehbtn.cer_4.cer_4 {
		left: -16px;
		bottom: -49px;
		max-width: 136px;
	}
	/* 	.cer_5 {
	left: 90px;
	bottom: -20px;
	max-width: 100px;
} */
	.cer_6.vehbtn a::before {
		bottom: -26px;
	}
	.cer_6.vehbtn::before {
		height: 93px;
	}
	.cer_6 {
		top: -68px;
		left: 60px;
	}
	.vehbtn a {
		font-size: 11px;
		line-height: 13px;
	}
	.bnr_img .elementor-widget-wrap {
		max-width: 370px;
	}
	.bnr_img img {
		max-width: 300px !important;
	}
	.faqblock .elementor-accordion-title {
		max-width: 320px;
	}
	.img-card {
		width: 100% !important;
		margin: 5px 7px !important;
	}
	.btmheader ul.elementor-nav-menu .sub-menu li a {
		padding: 15px 15px 15px 30px !important;
		font-size: 16px !important;
	}
	.btmheader ul.elementor-nav-menu > li > a, 
	.hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 18px !important;
		padding: 16px 15px !important;
	}
	.btmheader nav.elementor-nav-menu--dropdown {
		width: 350px;
	}
	.big-hd {
		margin-bottom: 10px !important;
	}
	.big-hd h2 {
		font-size: 28px;
		line-height: 32px;
	}
	.icon-card .elementor-image-box-img {
		margin-bottom: 8px !important;
	}
	.sm-title h2 {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 12px;
	}
	.inr-hd h1, .big-hd h1 {
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 9px;
	}
	.hdactive .site_logo {
		max-width: 200px;
	}
	.insta-icon {
		bottom: 113px;
	}
	.follow_hd {
		max-width: 380px;
		margin: 0 auto;
	}
	.review_main .bigheading h2 {
		max-width: 350px;
		margin: 0 auto !important;
	}
	.img-slider .elementor-swiper-button svg {
		width: 20px !important;
		height: 20px !important;
	}
	.button, .wc-block-components-button,
	.elementor-menu-cart__footer-buttons a {
		font-size: 14px !important;
		padding: 13px 19px !important;
		min-width: 140px;
	}
	.ft_logo img {
		max-width: 300px;
	}
	.mdheading h2 {
		font-size: 32px;
		margin-bottom: 14px;
	}

	.bigheading h2 {
		font-size: 31px;
	}
	.serv_block .elementor-image-box-content::after {
		font-size: 14px;
	}
	.colblock > .elementor-widget-wrap {
		row-gap: 10px;
	}
	.serv_block {
		width: 100% !important;
		border: 1px solid #80808012;
	}
	.serv_block img {
		height: 100% !important;
		object-fit: cover;
	}
	.serv_block .elementor-image-box-img {
		width: 40% !important;
		/* 		padding-right: 13px; */
		margin: 0 !important;
	}
	.serv_block .elementor-image-box-content {
		width: 60%;
		padding: 9px 10px;
		align-content: center;
	}
	.serv_block h2 {
		font-size: 18px;
		margin: 0px 0 3px;
	}
	.serv_block > div {
		display: flex;
	}
	.serv_block .elementor-image-box-description {
		-webkit-line-clamp: 2;
	}
	.banner h1 {
		font-size: 34px;
		margin-bottom: 10px;
	}
	.site_logo {
		max-width: 200px;
	}
}
@media(max-width: 400px) {

}



