/*
Ruler Digital Agency 
https://www.ruler.agency
Copyright 2023, RULER SMPC. All rights reserved.
Version: 1.0
*/
#wpforms-form-10 .wpforms-layout-column .wpforms-field {
	border-bottom: 2px solid #fff;
	padding-bottom: 0;
}
#wpforms-form-10 .wpforms-layout-column .wpforms-field:after,
#wpforms-form-10 .wpforms-layout-column .wpforms-field:before{
	bottom:0;
}
#wpforms-form-10 input.wpforms-error,
#wpforms-form-10 .wpforms-field input.wpforms-error:hover {
	border:none;
	color: #fff;
}
#wpforms-form-10 textarea {
	margin-bottom: -7px;
	color: #fff;
}
#wpforms-form-10 .wpforms-layout-column  .iti,
#wpforms-form-10  .choices,
#wpforms-form-10 input[type="text"],
#wpforms-form-10 input[type="tel"],
#wpforms-form-10 input[type="email"],
#wpforms-form-10 .wpforms-layout-column  input::placeholder,
#wpforms-form-10 .wpforms-field-container  textarea::placeholder,
#wpforms-form-10  .choices .choices__inner .choices__placeholder {
	color: #fff;
	border: none !important;
	margin-bottom:0;
}

#wpforms-form-10  .choices > .choices__inner {
	background-color: unset;
}

#wpforms-form-10 .wpforms-submit-container,
#wpforms-form-10 .wpforms-submit-container:hover,
#wpforms-form-10  button[type="submit"],
#wpforms-form-10  button[type="submit"]:hover,
#wpforms-form-10  button[type="submit"]:focus,
#wpforms-form-10  button[type="submit"]:focus:after {
	border: none;
	background: transparent !important;
	box-shadow: none;
	background-color: none !important;
	color: #fff;
  	font-size: 1em; 	
}

#wpforms-form-10  input:focus,
#wpforms-form-10 .iti__selected-flag:focus {
	border: none;
	box-shadow: none;
}

#wpforms-form-10 .choices.is-focused .choices__inner,
#wpforms-form-10 .choices.is-open .choices__inner,
#wpforms-form-10 .choices.is-open .choices__list--dropdown {
	border-style: none;
	border-color: none;
	box-shadow: none;
	outline: none;
}

#wpforms-form-10 .choices__item.is-highlighted {
	background-color: #000;
}

#wpforms-form-10 .choices__list--single .choices__item--selectable {
	color: #fff;
	opacity: .5;
}
#wpforms-form-10 .choices[data-type*="select-one"] .choices__button {
	filter: brightness(0) invert(1);
	opacity:1;
}


#wpforms-form-10 input.wpforms-error {
	position: relative;
}

#wpforms-form-10 .wpforms-error {
	position: absolute;
	right: 5px;
	top: 0;
}

#wpforms-form-10 input.wpforms-error:hover{
	box-shadow: none;
}
#home-hero .hero-carousel-title h1 {
	max-width: 1200px;
	margin: auto;
}


#home-hero .after-main-title {
	font-size:1rem;
}

.accordion-button .accordion-plus {
	display: none;
}
#usp-accordion .accordion-button[aria-expanded="false"] .accordion-heading-text {
	margin-right: 0;
}

/* USP's Columns */
#usp-columns .col-lg-4 .accordion-item {
	flex-direction: column;
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-right: 2px solid;
}
#usp-columns .col-lg-4:last-child .accordion-item {
	border-right: none;
}

@media (max-width: 991.92px) {
	#usp-columns .col-lg-4 .accordion-item {
		flex-direction: row;
		border-right: 0;
		border-bottom: 2px solid;
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	#usp-columns .col-lg-4:last-child .accordion-item {
		border-bottom: none;
	}
}
