/* Start Header and footer css */
.wearnes-footer .wearnes-footer-menu-list .elementor-icon-list-item a {
    transition: 0.3s all ease-in-out;
}
.wearnes-footer .wearnes-footer-menu-list .elementor-icon-list-item a:hover ,
/* .wearnes-header .wearnes-header-menu .elementor-nav-menu .menu-item a:hover ,
.wearnes-header .wearnes-header-menu .elementor-nav-menu .menu-item a.elementor-item-active , */
.wearnes-header .wearnes-header-menu .elementskit-navbar-nav .menu-item a:hover{
    text-decoration: underline;
}
.wearnes-header .wearnes-header-menu svg {
    height: 30px;
    width: 30px;
    font-size: 30px;
}
.psg-footer-whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
.psg-footer-whatsapp-icon a {
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    border-radius: 100%;
}
.psg-footer-whatsapp-icon a svg {
    height: 25px;
    width: 25px;
}
/* End Header and footer css */

/* Start Banner widget css */
.wearnes-banner-img-wrap {
    min-height: 350px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wearnes-banner-img-wrap:before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, #000000, #0000001A);
    opacity: 0.4;
}
.wearnes-banner-img-inner {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    z-index: 5;
}
.wearnes-banner-img-inner p.wearnes-banner-description {
    color: #FFFFFF;
    font-size: 0.875em;
    line-height: 1.5em;
    font-family: 'OpenSans';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    margin: 0;
    padding-bottom: 10px;
}
.wearnes-banner-img-inner .wearnes-banner-page-title {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 2em;
    line-height: 1.25em;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 30px;
    color: #FFFFFF;
}
.wearnes-banner-img-inner .wearnes-breadcrumbs {
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 1.2px;
    font-size: 0.75em;
    text-transform: uppercase;
    line-height: 1.5em;
}
.wearnes-banner-img-inner .wearnes-breadcrumbs .separator {
    padding: 0 20px;
    color: #FFFFFF;
}
.wearnes-banner-img-inner .wearnes-breadcrumbs a {
    color: #EEEEEE;
    text-decoration: underline;
    font-weight: 400;
}
/* End Banner widget css */

/* Start Home page css */
.wearnes-banner-animation .e-lottie__animation svg {
    filter: brightness(0) invert(1);
}
.wearnes-home-wwo-titles .elementor-heading-title:hover{
    text-decoration: underline;
}
.wearnes-home-wwo-titles .elementor-heading-title{
    display: inline-block;
}
.wearnes-step-main-wrp .wearnes-step-main-wrp-inner {
    display: flex;
    width: 100%;
    gap: 20px;
    position: relative;
    padding-top: 30px;
}
.wearnes-home-lp-section .wearnes-home-lp-section-imgs img {
    aspect-ratio: 0.899;
    object-fit: cover;
    object-position: center center;
	max-height: 460px;
}
.wearnes-step-main-wrp .wearnes-step-main-wrp-inner:before {
    content: "";
    position: absolute;
    border-top: 1px solid #FFFFFF;
    border-radius: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 0;
    top: 0;
}
.wearnes-step-main-wrp .wearnes-step-main-wrp-inner .wearnes-step-item {
    width: 100%;
    max-width: 33.33%;
    position: relative;
	cursor: pointer;
}
.wearnes-step-main-wrp .wearnes-step-main-wrp-inner .wearnes-step-item:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #777777;
    border-radius: 100px;
    left: 0;
    transform: translate(-50%, -50%);
    border: 1px solid #FFFFFF;
    z-index: 1;
    top: -30px;
}
.wearnes-step-main-wrp .wearnes-step-main-wrp-inner .wearnes-step-item.active::before {
    background: #ffffff;
}
.wearnes-step-main-wrp .wearnes-step-main-wrp-inner .wearnes-step-item.active .wearnes-step-title ,
.wearnes-step-main-wrp .wearnes-step-main-wrp-inner .wearnes-step-item.active .wearnes-step-content {
    color: #ffffff;
	opacity: 1;
}
.wearnes-step-main-wrp-inner .wearnes-step-content-wrp .wearnes-step-title {
    font-family: 'OpenSans';
    color: #CCCCCC;
    font-size: 1.125em;
    line-height: 1.5em;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
	opacity: 0.7;
	transition: 0.3s all ease-in-out;
}
.wearnes-step-main-wrp-inner .wearnes-step-content-wrp .wearnes-step-content {
    margin: 0;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    font-family: 'OpenSans';
    color: #CCCCCC;
	opacity: 0.7;
	transition: 0.3s all ease-in-out;
}

/* End Home page css */


/* Start FAQ page css */
.wearnes-faq .elementor-accordion-item {
    border-top: 1px solid transparent !important;
    border-left: none !important;
    border-right: none !important;
}
.wearnes-faq .elementor-tab-title.elementor-active {
	padding-bottom: 20px !important;
}
.wearnes-faq .elementor-tab-content.elementor-active {
    border-top: 1px solid transparent !important;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}
.wearnes-faq .elementor-tab-title .elementor-accordion-icon  svg {
    height: 21px;
    width: 21px;
    font-size: 21px;
}
/* End FAQ page css */

/* Start Contact page css */
.wearnes-contact-form .elementor-form-fields-wrapper input.elementor-field ,
.wearnes-contact-form .elementor-form-fields-wrapper select ,
.wearnes-contact-form .elementor-form-fields-wrapper textarea.elementor-field {
    padding: 14.5px 20px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.wearnes-contact-form .elementor-form-fields-wrapper textarea.elementor-field{
	height: 150px;
}
.wearnes-contact-form .elementor-form-fields-wrapper input.elementor-field::placeholder,
.wearnes-contact-form .elementor-form-fields-wrapper select::placeholder ,
.wearnes-contact-form .elementor-form-fields-wrapper textarea.elementor-field::placeholder {
    opacity: 1;
    color: #AAAAAA;
    font-size: 14px;
    line-height: 21px;
    font-family: 'OpenSans';
    font-weight: 400;
}
.wearnes-contact-form button.elementor-button {
    outline: none;
    box-shadow: none;
    margin-top: 10px;
}
.wearnes-contact-form .elementor-field-type-acceptance {
    margin: 10px 0 30px 0 !important;
}
.wearnes-contact-form .elementor-field.elementor-select-wrapper::before {
    content: "\f078" !important;
    display: block;
    font-size: 14px;
    font-family: 'Font Awesome 5 pro';
    text-shadow: none;
    top: 25px;
    right: 10px;
}
.wearnes-contact-form .elementor-field-type-select {
    display: block;
}
.wearnes-contact-form .elementor-field-type-select .elementor-field.elementor-select-wrapper.remove-before.elementor-error {
    display: block;
}
.wearnes-contact-form .elementor-field-type-select .elementor-field.elementor-select-wrapper.remove-before.elementor-error .elementor-message.elementor-message-danger {
    font-size: 14px;
    display: block;
}
.wearnes-contact-form .elementor-field.elementor-select-wrapper .select-caret-down-wrapper {
    display: none;
}
.wearnes-contact-form .elementor-message {
    margin: 10px 0;
}
.wearnes-contact-form .elementor-message::before {
    content: "*" !important;
}
div#rc-anchor-container {
    background: #F2F2F2;
    border: 1px solid #707070 !important;
    outline: none !important;
    box-shadow: none !important;
}
.wearnes-contact-form .elementor-field-type-acceptance input[type="checkbox"] {
    display: none !important;
}
.wearnes-contact-form .elementor-field-type-acceptance label {
    position: relative;
    display: flex;
    align-items: center;
}
.wearnes-contact-form .elementor-field-type-acceptance {
    padding-left: 35px !important;
}
.wearnes-contact-form .elementor-field-type-acceptance label:before {
    content: '';
    -webkit-appearance: none;
    background: #FFFFFF;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    margin-right: 10px;
	margin-left: -24px;
}
.wearnes-contact-form .elementor-field-type-acceptance label:hover:before {
    border: 1px solid #CCCCCC;
}
.wearnes-contact-form .elementor-field-type-acceptance input[type="checkbox"]:checked + label:before {
    background: #000000;
	border: 0 !important;
}
.wearnes-contact-form .elementor-field-type-acceptance input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
	margin-left: -24px;
}
/* End Contact page css */

/* Start cars single page css */
.wearnes-cars-single-main-wrap .wearnes-cars-container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 50px;
}
.wearnes-cars-breadcrumbs-wrp .wearnes-cars-breadcrumbs-links {
    color: #333333;
    font-family: 'Montserrat';
    letter-spacing: 1.2px;
    font-size: 0.75em;
    text-transform: uppercase;
    line-height: 1.5em;
    text-decoration: underline;
    font-weight: 400;
}
.wearnes-cars-breadcrumbs-wrp .wearnes-cars-breadcrumbs-post-title {
    color: #000000;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 1.2px;
    font-size: 0.75em;
    text-transform: uppercase;
    line-height: 1.5em;
}
.wearnes-cars-breadcrumbs-wrp span.separator {
    padding: 0 20px;
}
.wearnes-cars-breadcrumbs-wrp span.separator i {
    font-size: 12px;
	color: #000000;
}
.wearnes-cars-breadcrumbs-wrp {
    padding: 20px 0px 65px 0px;
}
.wearnes-cars-container .wearnes-cars-content-wrp {
    display: flex;
    width: 100%;
}
.wearnes-cars-container .wearnes-cars-content-wrp .wearnes-cars-content-images-wrp {
    width: 100%;
    max-width: 57%;
}
.wearnes-cars-content-images {
    width: 100%;
    height: auto;
    margin: 0 !important;
    line-height: 0 !important;
}
.wearnes-cars-content-images img {
/*     aspect-ratio: 1.5;  */
    aspect-ratio: 1.8;
    object-fit: cover;
    object-position: center center;
}
.wearnes-cars-content-images .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    line-height: 0;
    position: absolute;
    bottom: 23px;
    width: 100%;
    gap: 5px;
}
.wearnes-cars-content-images .slick-dots li {
    width: 40px;
    height: 3px;
    margin: 0;
    transition: all .5s linear;
    line-height: 0;
	position: relative;
}
.wearnes-cars-content-images .slick-dots li:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    border: none;
    opacity: 40%;
    box-shadow: none;
    outline: none;
    z-index: 11;
    position: absolute;
    cursor: pointer;
}
.wearnes-cars-content-images .slick-dots li.slick-active:before {
    opacity: 1;
}
.wearnes-cars-content-images .slick-dots li button {
	display: none;
}
.wearnes-cars-container .wearnes-cars-content-wrp .wearnes-cars-content-details-wrp {
    width: 100%;
    max-width: calc(100% - 57%);
    padding-left: 100px;
	padding-right: 20px;
}
.wearnes-cars-content-details-wrp .wearnes-cars-title {
    margin: 0;
    font-size: 2em;
    line-height: 1.25em;
    letter-spacing: 0;
    font-family: 'OpenSans';
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 20px;
}
.wearnes-cars-content-details-wrp .wearnes-cars-details-wrp {
    display: flex;
    align-items: center;
	padding-bottom: 20px;
}
.wearnes-cars-details-wrp .wal-car-seats {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: 'OpenSans';
    font-weight: 400;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
    padding-right: 20px;
}
.wearnes-cars-details-wrp .wal-car-seats img {
    margin-right: 7px;
    max-width: 16px;
}
.wearnes-cars-content-details-wrp .wearnes-car-price-bottom {
    background: #EAEAEB;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    margin-top: auto;
}
.wearnes-cars-content-details-wrp .wearnes-car-price-bottom .wal-car-billing-cycle {
    font-size: 0.75em;
    line-height: 1.34;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: 'OpenSans';
    font-weight: 400;
    color: #333333;
    margin: 0 0 3px 0;
}
.wearnes-cars-content-details-wrp .wearnes-car-price-bottom .wal-car-price {
    font-size: 1.125em;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: 'OpenSans';
    font-weight: 600;
    color: #000000;
    margin: 0;
}
.wearnes-cars-content-details-wrp .wearnes-car-content-wrp p {
    font-size: 1em;
    line-height: 1.5em;
    font-family: 'OpenSans';
    font-weight: 400;
    color: #333333;
    padding: 20px 0;
    margin: 0;
}
.wearnes-cars-content-details-wrp .wearnes-car-content-wrp p a {
    color: #000000;
    font-weight: 600;
    text-decoration: underline;
}
.wearnes-car-buttons-wrp .wearnes-car-btn-one {
    border: 1px solid #000000;
    outline: none !important;
    border-radius: 0;
    color: #F5F5F5;
    font-family: 'Montserrat';
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: 0.14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #000000;
	transition: 0.3s all ease-in-out;
}
.wearnes-car-buttons-wrp .wearnes-car-btn-one:hover {
    color: #000000;
    background: transparent;
}
.wearnes-car-buttons-wrp .wearnes-car-btn-two {
    border: 1px solid #000000;
    outline: none !important;
    border-radius: 0;
    color: #000000;
    font-family: 'Montserrat';
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: 0.14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: transparent;
    margin-top: 10px;
	transition: 0.3s all ease-in-out;
}
.wearnes-car-buttons-wrp .wearnes-car-btn-two:hover {
    color: #F5F5F5;
    background: #000000;
}
.wearnes-cars-enquire-form-wrp {
    padding: 80px 56px;
    background: #F0F0F0;
	margin: 100px 0;
}
.wearnes-cars-enquire-form-wrp .wearnes-cars-enquire-form-title {
    margin: 0;
    padding-bottom: 50px;
    font-size: 1.75em;
    line-height: 1.25em;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
	letter-spacing: 0.28px;
}
/* End cars single page css */
