/*
Theme Name: FCB Mahindra WP
Author:      Bhagyashree Shinde
Description: Custom theme
Version:     1.0
License:     GNU General Public License v2 or later
Text Domain: fcb-mahindra
*/
body { font-family: 'Roboto', sans-serif; margin:0; padding:0; }
.top_navigation { background:#f8f8f8; padding:8px 0; }
.navbar-brand img { max-height:60px; }
.hero-banner img { width:100%; height:auto; display:block; }
.container-inner { padding: 30px 0; }
a{
	text-decoration:none;
}
/* add the rest of your CSS from your ./css/style.css here or import it */

.top_navigation .telephone p  , .top_navigation .telephone p a{
    font-family: var(--roboto);
    text-transform: uppercase;
    color: var(--lightblack);
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    line-height: normal;
	margin-bottom: 3px;
    font-size: 13px;
}

section.red-banner.dynamic.withapplication .applications_wrapper .container-fluid img {
    height: 100%;
}
.row.newsletter-address-section p, .row.newsletter-address-section p a {
    font-size: var(--fnt_16);
    text-decoration: none;
    color: #3b3c3e !important;
    font-weight: 400;
}
	section.red-banner.dynamic.withapplication .bg-red-lines {
		height: auto;
	}
	section.red-banner.dynamic.withapplication  .bannercon{
		display: none;
	}
	section.red-banner.dynamic.withapplication .container {
		display: block;
	}

/*  */

body.page-template-haulage section.applications-card p.card-para {
    font-weight: normal;
}
.Products_construction_equipment ul{
	padding-left:0px;	
}
main.product_backhoe_loader.products.sticky-area .wrapper.wrapper-top.firstspace .col-md-5 {
    padding-right: 6px;
}
.inquiryform input.custom, .inquiryform textarea.custom, .inquiryform select.custom {
    margin-bottom: 10px;
}
.inquiryform .wpcf7-response-output {
    margin: 0px !important;
}
body.page-template-Products_backhoe_loader section.applications-card p.card-para {
    font-weight: normal;
}
section.red-banner p button.link {
    padding: 2px 5px;
    background: transparent;
    border: 1px solid white;
    height: unset;
    width: unset;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Myriad Pro Regular';
    font-weight: normal;
}
section.red-banner p button.link:hover{
	background-color: rgb(255, 242, 0);
    color: #000;
    border:  1px solid rgb(255, 242, 0);
	padding: 2px 5px;
}
section.enquiry-form form p {
    margin-bottom: 1rem;
}
@media(min-width:1200px) and (max-width:1399px){
	section.enquiry-form form p{
		margin-bottom:0.4rem;
	}
}
section.enquiry-form form #textarea  {
    grid-column: span 2;
}
section.enquiry-form form #button {
    width: 100%;
    grid-column: span 2;
}
section.enquiry-form form #button input.wpcf7-form-control.wpcf7-submit {
	background-color: var(--darkred);
    font-size: var(--fnt_18);
    font-family: var(--roboto);
    color: #fff;
	border-radius:0;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
}
section.enquiry-form form textarea {
    height: 75px;
}
section.enquiry-form .wpcf7 form .wpcf7-spinner {
    display: none;
}
section.enquiry-form .wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
	width: 100%;
    grid-column: span 2;
}
section.enquiry-form form{
	gap: 0.5rem 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 15px;
}
body.privacy-policy p{
	font-weight: normal;
}
body.privacy-policy li{
	font-size: var(--fnt_18);
    line-height: 24px;
    color: #3b3c3e;
    font-weight: normal;
    font-family: var(--roboto);
	margin-bottom:10px;
}
section.enquiry-form .custom_checkbox_label input[type="checkbox"] {
  height: 35px;
  width: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  outline: none;
/*   border: 1px solid #ccc7c7; */
  background-color: #fff;
  cursor: pointer;
}

section.enquiry-form .custom_checkbox_label input[type="checkbox"]:checked {
  background: var(--darkred);
  border-color: var(--darkred);
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M6.173 12.414l-3.89-3.89 1.414-1.415 2.476 2.476 5.657-5.657 1.414 1.414z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
/* Align checkbox + label */
section.enquiry-form .custom_checkbox_label .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 1rem 0 1rem;
}

/* Label text */
 section.enquiry-form .custom_checkbox_label .wpcf7-list-item-label {
  font-size: var(--fnt_16);
  font-weight: 400;
  font-family: var(--roboto);
  color: var(--lightblack);
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
}
/*  */
.share-popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.share-popup .share-popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 300px;
    text-align: center;
    border-radius: 8px;
    position: relative;
}

.share-popup .close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.share-popup .share-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.share-popup .share-icons a {
    font-size: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: transform 0.2s, background-color 0.2s;
}

.share-popup .share-icons a:hover {
    transform: scale(1.2);
}

#facebook-share { background: #3b5998; text-decoration: none; }
#twitter-share { background: #1da1f2; text-decoration: none; }
#whatsapp-share { background: #25d366; text-decoration: none; }
#linkedin-share { background: #0077b5; text-decoration: none; }

section.subscribe_letter .details_sec p.info{
	margin-bottom:0px;
}
section.subscribe_letter .details_sec form.subscribeform input.wpcf7-form-control.wpcf7-submit {
    background-color: var(--darkred);
    font-size: var(--fnt_18);
    font-family: var(--roboto);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    outline: none;
}
section.subscribe_letter .details_sec form.subscribeform  .wpcf7-spinner{
	float:right;
	margin:0;
}
section.subscribe_letter .details_sec form.subscribeform .wpcf7-response-output {
    margin: 0em 0.5em 0em;
    padding: 0em 1em;
    color: white;
    text-align: center;
}
form.wpcf7-form.inquiryform textarea.wpcf7-form-control.wpcf7-textarea.custom {
    height: 50px;
}
form.wpcf7-form.inquiryform  input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background-color: var(--darkred);
    font-size: var(--fnt_18);
    font-family: var(--roboto);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    outline: none;
    margin: 0;
    padding: 13px;
}
form.wpcf7-form.inquiryform  label:has(.custom_checkbox) {
    margin: 0rem 0 0.5rem;
}
main.find-a-dealer .dealer-title {
        color: var(--darkred);
        font-weight: 700;
		text-transform:uppercase;
	font-family: var(--roboto);
        font-size:var(--fnt_18);
}
main.find-a-dealer section.contact-form {
    padding: 6rem 0 4rem;
}
	main.find-a-dealer section.dealer-wrapper{
		padding-bottom:4rem;
	}	

 main.find-a-dealer .dealers-table {
        border-collapse: separate;
        border-spacing: 0;
        width: 100%;
      }
 main.find-a-dealer  .dealers-table thead th {
        background-color: #f8f8f8;
        color:var(--lightblack);
        text-transform: uppercase;
        font-size: var(--fnt_18);
		  font-family: var(--roboto);
	 font-weight:500;
        letter-spacing: 0.02em;
        padding: 0.9rem 1rem;
        border-bottom: 1px solid #D4D4D4;
	}
	main.find-a-dealer .dealers-table thead tr{
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	}
    main.find-a-dealer .dealers-table tbody td {
        padding: 2rem 1rem;
        vertical-align: top;
        border-bottom: 1px solid #d4d4d4;
      }
main.find-a-dealer .muted,main.find-a-dealer .meta{
	color:var(--lightblack);
        font-size: var(--fnt_18);
		  font-family: var(--roboto);
}
main.find-a-dealer .muted i,main.find-a-dealer .meta i{
	color:#787879;
}
main.find-a-dealer .muted a,main.find-a-dealer .meta a{
	color:#787879;
}
main.find-a-dealer .svc-swatch.active {
    background-color:  var(--darkred);
}
main.find-a-dealer .svc-swatch {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background-color: #D4D4D4;
    display: inline-block;
}
main.find-a-dealer .svc-item{
	font-size:var(--fnt_16);
	 font-family: var(--roboto);
	color:var(--lightblack);
	font-weight:400;
	display: flex;
    align-items: center;
    gap: 6px;
}
main.find-a-dealer .svc-item:has(.active){
	 color: var(--darkred);
	font-weight:700;
}
main.find-a-dealer .btn-direction {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-family: var(--roboto);
    padding: 0.6rem 1rem;
    background: #fff;
    width: 100%;
    font-size: var(--fnt_18);
    font-weight: 700;
    font-family: var(--roboto);
    border: 1px solid #000;
    border-radius: 0;
    border: 0.5px solid #000;
}

main.find-a-dealer .btn-direction:hover{
	background-color: var(--darkred);
	color:#fff;
	border:none;
	cursor:pointer;
}

 main.find-a-dealer col.col-name { width: 48%; }
 main.find-a-dealer col.col-service { width: 32%; }
 main.find-a-dealer col.col-nav { width: 20%; }

.top_navigation .desktop{
	    display: block;
}
.top_navigation .d-flex.wrapper.first{
	justify-content: space-between;
    align-items: center;
    gap: 3rem;
}
.top_navigation .mobile{
	    display: none !important;
}
@media(max-width:768px){
		
	.top_navigation .desktop{
	    display: none;
}
	.top_navigation .mobile{
	   display: flex !important;
        justify-content: space-between;
}
	.top_navigation .mobile  {
    margin-bottom: 0px;
		font-size:11px;
}
	.top_navigation .mobile a{
		font-size:11px;
	}
	.top_navigation .mobile img {
    height: 12px;
}
	
	.top_navigation .d-flex.wrapper.first {
    border-bottom: 1px solid #0000001a;
    padding-bottom: 3px;
    margin-bottom: 5px;
		justify-content: space-between;
}
	
	main.find-a-dealer section.contact-form{
		padding: 2rem 0rem;
	}
	main.find-a-dealer .svc-item{
		white-space:nowrap;
	}
	main.find-a-dealer .btn-direction{
		white-space:nowrap;
	}
}


main.product_construction_equipment .smart-enquiry {
    top: 10%;
}
main.product_construction_equipment .hero img {
    width: 100%;
}
main.product_construction_equipment .para-cnt .wrapper{
	padding:6rem 0 4rem;
}
.para-cnt .wrapper .main-title{
	margin-bottom:1rem;
}
.applications_wrapper{
    padding: 2rem 0;
}
.applications_wrapper .container-fluid {
    padding: 0;
}
.applications_wrapper .container-fluid .wrapper {
    max-width: 456px;
    margin: auto;
}
.applications_wrapper .container-fluid .row {
    --bs-gutter-x: 0;
    align-items: center;
}
.applications_wrapper h2.main-title{
	margin-bottom:1rem;
	text-align:center;
}
.applications_wrapper .container-fluid .row{
	align-items:stretch;
}
.applications_wrapper .container-fluid img{
	width:100%;
}
.applications_wrapper .bg-color{
	display:flex;
	padding:2rem 0;
	background-color:var(--darkred);
}
.applications_wrapper .bg-color .main-title{
text-align:left;
	color:#fff;
}
.applications_wrapper .container-fluid .wrapper p{
	color:#fff;	
	font-weight:normal;
}
.applications_wrapper .container-fluid .wrapper li {
   color: #fff;
  list-style: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M6.173 12.414l-3.89-3.89 1.414-1.415 2.476 2.476 5.657-5.657 1.414 1.414z'/></svg>");
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 18px;
  padding-left: 2rem;
}
.applications_wrapper .container-fluid .wrapper p.ul_para{
/* 	font-weight:700; */
}
.applications_wrapper .bg-color.grey{
	background-color:#3B3C3E;
}
.product_construction_equipment section.contact-form {
    padding: 2rem 0 4rem;
}

section.faq{
    padding: 60px 0;
}
section.faq>.container{
	background-color:#f8f8f8;
	padding:2rem 4rem 4rem;
}
section.faq .title{
	font-size: var(--fnt_42);
    line-height: 42px;
    text-transform: uppercase;
        color: var(--darkred);
    font-family: var(--georamabold);
}
section.faq .question {
    font-size: var(--fnt_24);
    font-weight: 700;
	text-transform:uppercase;
    font-family: var(--roboto);
    padding: 20px 80px 20px 0px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
section.faq ul.wrapper li.container{
	border-bottom: 1px solid #d0cece;
}
  
section.faq .question::after {
    content: "";
    background: url('/en-za/wp-content/uploads/2025/10/Plus_symbol.png');
    height: 24px;
    width: 24px;
    position: absolute;
    right: 20px;
	background-size:cover;
    transition: 0.2s;
  }
  
section.faq .question.active::after {
    background: url('/en-za/wp-content/uploads/2025/10/minus_symbol.png');
    height: 5px;
    width: 30px;
}
  
section.faq .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  
section.faq .answer {
/*     padding: 0 20px 20px; */
    line-height:normal;
    font-size: var(--fnt_18);
    line-height: 29px;
    font-family: var(--roboto);
  }
  
  section.faq ul.wrapper{
    margin-top: 50px;
    padding: 0;
  }  

section.faq	.wrapper {
  counter-reset: section;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.faq ul.wrapper li.container:has(.active){
    padding:2rem  2rem 2rem 2rem;
    background-color:#fff;
}

section.faq ul.wrapper li.container:has(.active) .question{
    padding-top:0;
    color:var(--darkred);
}

section.faq ul.wrapper li.container:has(.active) .answer {
    padding:1rem 0
}

@media(max-width:768px){
	main.product_construction_equipment .para-cnt .wrapper {
    padding: 2rem 0 2rem;
}
	.applications_wrapper .bg-color{
		padding: 2rem 0.5rem;
	}
	section.faq {
    padding: 20px 0;
}
	section.faq>.container {
    padding: 2rem 1rem;
}
	section.faq .question{
    padding: 10px 50px 10px 0px;
	}
	section.faq .question::after {
    content: "";
    background: url(/en-za/wp-content/uploads/2025/10/Plus_symbol.png);
    height: 14px;
    width: 14px;
    position: absolute;
    right: 4px;
    background-size: cover;
    transition: 0.2s;
}
	section.faq .question.active::after {
    background: url(/en-za/wp-content/uploads/2025/10/minus_symbol.png);
    height: 5px;
    width: 14px;
}
section.faq ul.wrapper li.container:has(.active) {
    padding: 1rem;
    background-color: #fff;
}
}

.product_backhoe_loader .applications_wrapper .container-fluid .wrapper{
	max-width: 503px;
}
.applications-card .card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.applications-card .card-container .card {
    box-shadow: none;
    border: none;
}
.applications-card .main-title{
margin:0rem 0 2rem;
}
.products section.hero .wrapper {
    padding: 6rem 0 4rem;
}

.applications-card .card-title {
    font-size: var(--fnt_32);
    line-height: 28px;
    color: #3b3c3e;
    font-weight: 700;
	margin:1rem 0;
	text-transform:uppercase;
    font-family: "Roboto";
}
.applications-card .card-container .card-body{
	transition:0.3s ease-in;
}
.applications-card .card-container .card-body:hover {
        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    font-size: var(--fnt_16);
    cursor: pointer;
}
.applications-card .card-container .card-body:hover .card-title{
color:var(--darkred);
}


.applications-card .card-container .card-body .card-body {
    padding: 1rem 1.5rem;
}

.applications-card .card-container .card-body img {
    width: 100%;
    height: 180px;
    display: block;
}
.applications-card .card-container .card-body .wrapper{
	padding:1.5rem;
}
	.products .wrapper-top p {
    font-weight: 400;
}
.applications-card{
	padding:4rem 0;
}
.products .wrapper .row {
    justify-content: space-between;
    align-items: center;
}
.products .applications_wrapper .container-fluid .wrapper {
    max-width: 530px;
}
@media(max-width:768px){
	.applications-card .card-container{
		grid-template-columns: repeat(1, 1fr);
	}
	.products section.hero .wrapper {
    padding: 2rem 0rem;
}
	.applications_wrapper .container-fluid .row:nth-child(2){
		flex-direction:column-reverse;
	}
	.applications_wrapper{
		padding: 2rem 0 0;
	}
	.applications-card{
		padding:2rem 0;
	}

}

.master-products section.red-banner{
	padding:0 0 4rem;
}
.master-products .breadcrumb a{
display: flex;
    color: #fff;
    align-items: center;
}
.master-products .breadcrumb span{
	color: #fff;
}
.master-products .smart-enquiry p{
	margin: 0.5rem 0 0;
}
.master-products .breadcrumb a:not(:last-child)::after{
    content: "";
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url(/en-za/wp-content/uploads/2025/10/Chevron-right.png) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(0deg);
}
.master-products .container-inner{
	padding-top: 6rem;
}
.master-products .btn-wrapper a{
	max-width:250px
}
.product-specification{
padding-bottom:4rem;
}
.spec_boxes{
	    display: flex;
	margin:1rem 0;
	align-items:center;
    justify-content: space-between;
}
.spec_boxes .box{
	flex: 0 0 25%;
    min-height: 180px;
    display: flex;
	transition:0.3s ease-in;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
}
.spec_boxes .box .main-head{
	text-transform: uppercase;
    font-size: var(--fnt_32);
    font-family: var(--georamabold);
    color: var(--darkred);
}
.spec_boxes .box p{
    font-family: var(--roboto);
    font-size: var(--fnt_18);
    text-transform: capitalize;
    color: rgb(59, 60, 62);
}
.spec_boxes .box{
border:1px solid rgb(157,158,158);
	border-right:none;
}
.spec_boxes .box:last-child{
	border:1px solid rgb(157,158,158);
}
.product-specification .sub-title{
font-size:var(--fnt_32);
	text-transform:uppercase;
	font-family: var(--georamabold);
	 color: var(--lightblack);
}
.italica{
	font-size:var(--fnt_16);
	 font-family: var(--roboto);
	font-style:italic;
	margin-bottom:0;
	color: var(--lightblack);
}

section.engine{
padding:6rem 0;
	background:#f8f8f8;
}
.spec_boxes .box:hover{
	background-color:var(--darkred);
	cursor:pointer;
}
.spec_boxes .box:hover .main-head{
	color:#fff;
}
.spec_boxes .box:hover p{
	color:#fff;
} 
p.medium{
	font-weight:500;
}
section.engine .main-title{
margin-bottom:2rem;
}
.lightblack{
color: var(--lightblack) !important;
}
.semi-heading{
font-size:var(--fnt_32);
	transition:0.3s ease-in;
	text-transform:uppercase;
 font-family: var(--georamabold);
}
ul.checkmark-ul li {
    color:var(--lightblack);
	font-size:var(--fnt_18);
	font-weight:bold;
	margin-bottom:1rem;
    list-style: none;
   
}
ul.checkmark-ul li::before {
  content: "";
  display: inline-block;
  height: 24px;
	margin-right: 1.5rem;
  width: 24px;
  background-color: var(--darkred);
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M6.173 12.414l-3.89-3.89 1.414-1.415 2.476 2.476 5.657-5.657 1.414 1.414z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  vertical-align: middle;
}
section.featured{
padding:4rem 0;
}
section.featured .featurehover .blackImage{
display:block;
}
section.featured .featurehover .redImage{
display:none;
	transition:0.3s ease-in;
}
section.featured .featurehover:hover .blackImage{
	display:none;
}
section.featured .featurehover:hover .redImage{
	display:block;
}
section.featured .featurehover:hover .semi-heading{
	color:var(--darkred);
}
section.featured .featurehover {
	align-items:center;
	gap:3rem;
}
.master-products .applications_wrapper .container-fluid .wrapper{
	max-width:480px;
}

@media(max-width:768px){
	.master-products .container-inner {
    padding-top: 0rem;
}
	.master-products .btn-wrapper a {
    max-width: 100%;
}
	.master-products section.red-banner{
		padding-bottom:2rem;
	}
	.spec_boxes{
		flex-direction:column;
	}
	.spec_boxes .box{
		flex: 1;
		border:1px solid rgb(157,158,158);
    width: 100%;
    text-align: center;
		flex-direction: column;
	}
	section.engine img{
		width:50%;
	}
	section.engine {
    padding: 2rem 0;
    background: #f8f8f8;
}
	.product-specification {
    padding-bottom: 2rem;
}
	section.featured {
    padding: 2rem 0 0;
}
}
.sticky-area{
	position:relative;
}

.image-scaler{
	overflow:hidden;
	object-fit:cover;
	transition:0.3s ease-in-out;
	object-position:center;
}

.red-banner .bg-red-lines{
		display:none;
	}
@media(min-width:768px){
	.red-banner{
	background:none;
	position:relative;
}
	.red-banner .bg-red-lines{
		display:block;
	}
.red-banner .bg-red-lines{
    width: 120%;
    height: 65%;
	object-fit:Cover;
    position: absolute;
    z-index: -1;

}
.red-banner {
  position: relative;
  overflow: hidden;
}
}

main.let_connect .wpcf7-list-item{
margin-left:0;
}


/* Multi-level dropdown positioning */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

/* Optional: make hover open submenu on desktop */
@media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

.dropdown-item.dropdown-toggle{
	background: url(/en-za/wp-content/uploads/2025/10/ArrowRotate.png) no-repeat right 10px center;
}

.dropdown-item.dropdown-toggle:hover{
background: url(/en-za/wp-content/uploads/2025/10/ArrowRotateWhite.png) no-repeat right 10px center;
}
form.dealer-form-grid p {
    text-align: left;
}
form.dealer-form-grid p textarea {
    height: 180px;
}
form.dealer-form-grid  span.wpcf7-form-control.wpcf7-acceptance label {
    display: flex;
	gap:15px;
}
form.dealer-form-grid input[type="checkbox"]{
	width: 25px;
    height: 25px;
}
form.dealer-form-grid  span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item{
	margin:0px;
	margin-bottom:20px;
}
form.dealer-form-grid input.submit-btn{
	background-color: #d80028;
	color:white;
    border: none;
}
form.dealer-form-grid input.submit-btn:hover{
	background-color: #fff200;
    color: #000;
}
.newsletter-form input {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #3b3c3e;
    font-weight: 400;
    font-family: "Roboto";
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    text-align: center;
    margin-bottom: 6px;
}
.newsletter-form input.wpcf7-submit {
	width: 100%;
    background-color: var(--darkred);
    font-size: var(--fnt_18);
    font-family: var(--roboto);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.newsletter-form .wpcf7-spinner{
	display:none;
}