/*
*
* Typography
*/
body {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 400;
    letter-spacing: .05em;
    color: #333333;
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*='heading-'] {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .05em;
    color: #333333;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
[class*='heading-'] a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
[class*='heading-'] a:hover {
    color: #247bdd;
}

h1,
.heading-1 {
    font-size: 45px;
    line-height: 0.88;
    font-weight: 400;
    letter-spacing: .075em;
}

@media (min-width: 768px) {

    h1,
    .heading-1 {
        font-size: 70px;
    }
}

@media (min-width: 1200px) {

    h1,
    .heading-1 {
        font-size: 90px;
        line-height: 1.04444;
    }
}

h2,
.heading-2 {
    font-size: 36px;
    line-height: 0.88;
}

@media (min-width: 768px) {

    h2,
    .heading-2 {
        font-size: 50px;
    }
}

@media (min-width: 992px) {

    h2,
    .heading-2 {
        font-size: 60px;
    }
}

@media (min-width: 1200px) {

    h2,
    .heading-2 {
        font-size: 70px;
        line-height: 1;
    }
}

h3,
.heading-3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
}

@media (min-width: 768px) {

    h3,
    .heading-3 {
        font-size: 40px;
    }
}

@media (min-width: 992px) {

    h3,
    .heading-3 {
        font-size: 48px;
        line-height: 1.20833;
    }
}

h4,
.heading-4 {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0em;
}

@media (min-width: 768px) {

    h4,
    .heading-4 {
        font-size: 36px;
        line-height: 1;
    }
}

h5,
.heading-5 {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0px;
    font-weight: 500;
}

@media (min-width: 768px) {

    h5,
    .heading-5 {
        font-size: 24px;
    }
}

h6,
.heading-6 {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .1em;
}

@media (min-width: 768px) {

    h6,
    .heading-6 {
        font-size: 20px;
    }
}

small,
.small {
    display: block;
    font-size: 12px;
    line-height: 1.5;
}

mark,
.mark {
    padding: 2px 4px;
    color: #ffffff;
    background: #333333;
}

.big {
    font-size: 18px;
    line-height: 1.55556;
}

.lead {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
}

code {
    padding: 10px 5px;
    border-radius: 0.2rem;
    font-size: 90%;
    color: #111111;
    background: #f2f2f2;
}

p [data-toggle='tooltip'] {
    color: #b7b7b7;
}

p [style*='max-width'] {
    display: inline-block;
}

.preloader {
    position: fixed;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    z-index: 9999999;
    background: #ffffff;
    transition: .3s all ease;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.preloader.loaded .cssload-container {
    -webkit-animation: none;
    animation: none;
}

.preloader.loaded .cssload-container span {
    -webkit-animation: none;
    animation: none;
}

.preloader.ending {
    display: none;
}

.preloader .preloader-body {
    position: relative;
    text-align: center;
    height: 200px;
}

.preloader>div {
    width: 100%;
}

[data-x-mode="design-mode"] .preloader {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.cssload-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -webkit-animation: loader 1.2s infinite ease-in-out;
    animation: loader 1.2s infinite ease-in-out;
}

.cssload-container span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #247bdd;
    -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
    animation: loaderBlock 1.2s infinite ease-in-out both;
}

.cssload-container span:nth-child(1) {
    top: 0;
    left: 0;
}

.cssload-container span:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.cssload-container span:nth-child(3) {
    bottom: 0;
    left: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.cssload-container span:nth-child(4) {
    bottom: 0;
    right: 0;
}

@-webkit-keyframes loader {

    0%,
    10%,
    100% {
        width: 86px;
        height: 86px;
    }

    65% {
        width: 150px;
        height: 150px;
    }
}

@keyframes loader {

    0%,
    10%,
    100% {
        width: 86px;
        height: 86px;
    }

    65% {
        width: 150px;
        height: 150px;
    }
}

@-webkit-keyframes loaderBlock {

    0%,
    30% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    55% {
        background-color: #eb6e6e;
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loaderBlock {

    0%,
    30% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    55% {
        background-color: #eb6e6e;
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes loaderBlockInverse {

    0%,
    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    55% {
        background-color: #eb6e6e;
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@keyframes loaderBlockInverse {

    0%,
    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    55% {
        background-color: #eb6e6e;
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

.main-menu .jet-nav .menu-item a {
    position: relative;
    z-index: 1;
}

.main-menu .jet-nav .menu-item a:hover:before,
.main-menu .jet-nav .menu-item.current-menu-item a:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-menu .jet-nav .menu-item a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #4b5055;
    border-top: 3px solid #247bdd;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: all 0.35s cubic-bezier(0.05, 0.29, 0.11, 1.54), height 0.3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.main-menu .jet-nav .jet-nav__sub .menu-item a:before {
    display: inline-block;
    position: relative;
    content: '';
    top: 0;
    left: 0;
    width: 3px;
    height: 26px;
    font-size: 0;
    line-height: 0;
    background: #247bdd;
    transition: all .15s ease;
    visibility: hidden;
    opacity: 0;
}

.main-menu .jet-nav .jet-nav__sub .menu-item a:hover:before,
.main-menu .jet-nav .jet-nav__sub .menu-item.current-menu-item a:before {
    -webkit-transform: translateX(-14px) translate3d(0, 0, 0);
    transform: translateX(-14px) translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    transition-delay: .1s;
}

.box-contacts .jet-services:hover .jet-services__inner .jet-services__content .jet-services__desc:before {
    width: 100%;
    transition: margin .3s ease, width .4s ease-in-out;
}

.box-contacts .jet-services:hover .jet-services__inner .jet-services__content .jet-services__desc {
    margin-top: 40px;
    transition: margin .3s ease, width .4s ease-in-out;
}

.box-contacts .jet-services .jet-services__inner .jet-services__content .jet-services__desc:before {
    content: "";
    margin: 30px auto;
    height: 2px;
    position: absolute;
    top: -10px;
    left: 50%;
    text-align: center;
    max-width: 100px;
    transform: translateX(-50%);
    background: #247bdd;
    transition: all .3s ease-in-out;
}

.box-contacts .jet-services:hover .jet-services__inner {
    border-color: transparent;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 17%);
    overflow: hidden;
    min-height: 321px;
    height: 321px;
}

section.justify-center .elementor-container {
    justify-content: center;
}

body:not(.page-template-fullwidth-content) .site-content {
    margin-top: 0px;
    margin-bottom: 0px;
}

body.category .site-content,
body.archive .site-content,
body.tags .site-content,
body.single .site-content,
body.search .site-content,
body.blog .site-content,
body.error404 .site-content {
    padding-top: 90px;
    padding-bottom: 90px;
}


/*
*
* Lists
*/
.list-inline>li {
    display: inline-block;
}

html .list-inline-sm {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -8px;
    margin-right: -8px;
}

html .list-inline-sm>* {
    margin-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

html .list-inline-md {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -10px;
    margin-right: -10px;
}

html .list-inline-md>* {
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.list-terms dt+dd {
    margin-top: 10px;
}

.list-terms dd+dt {
    margin-top: 40px;
}

*+.list-terms {
    margin-top: 40px;
}

.index-list {
    counter-reset: li;
}

.index-list>li .list-index-counter:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
}

.list-marked {
    text-align: left;
}

.list-marked>li {
    text-indent: -25px;
    padding-left: 25px;
}

.list-marked>li::before {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    content: '';
    height: 9px;
    width: 9px;
    margin-right: 16px;
    border-radius: 50%;
    background: #d7d7d7;
}

.list-marked>li+li {
    margin-top: 10px;
}

dd {
    margin: 0px;
}


@media (min-width: 992px) {
    .portfolio-box .jet-portfolio__link .jet-portfolio__image img.jet-portfolio__image-instance {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        will-change: transform;
        transition: all 0.3s ease-in-out;
    }

    .portfolio-box .jet-portfolio__link .jet-portfolio__image {
        position: relative;
        overflow: hidden;
    }

    .portfolio-box .jet-portfolio__link:hover .jet-portfolio__image img.jet-portfolio__image-instance {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
}

.car-property span.elementor-icon-list-text span {
    color: #9b9b9b;
}

.carousel-car-single .jet-carousel__item .jet-carousel__item-inner {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    align-content: center;
}

.carousel-car-single .jet-carousel__item:nth-child(2) .jet-carousel__item-inner {
    flex-direction: row-reverse;
}

.carousel-car-single .jet-carousel__item .jet-carousel__item-inner .jet-carousel__content {
    margin-left: 30px;
}

.carousel-car-single .jet-carousel__item:nth-child(2) .jet-carousel__item-inner .jet-carousel__content {
    margin-left: 0px;
    margin-right: 30px;
}

.carousel-car-single .jet-carousel__item .jet-carousel__item-inner a.jet-carousel__item-link {
    margin-left: 70px;
}

.carousel-car-single .jet-carousel__item:nth-child(2) .jet-carousel__item-inner a.jet-carousel__item-link {
    margin-left: 0px;
    margin-right: 70px;
}

.box-icon-classic .elementor-widget-container a:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
    transition: all .3s ease;
    will-change: transform;
}

.box-icon-classic .jet-services__inner:before {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border: 1px solid #5c5c5c;
    transition: all .2s ease;
    position: absolute;
    content: '';
}

.popular-cars-box .elementor-image-box-description {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 0 0 15px;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: transparent;
    border-radius: 0;
    z-index: 1;
    white-space: nowrap;
}

*+.post-ruth-badge {
    margin-top: 12px;
}

svg:not(:root) {
    overflow: hidden;
}

.popular-cars-box .elementor-image-box-description svg {
    position: absolute;
    top: -21px;
    left: -5px;
    height: 36px;
    width: 20px;
    transition: inherit;
    z-index: -1;
}

.popular-cars-box .elementor-image-box-description>svg {
    fill: #247bdd;
}

.popular-cars-box .elementor-image-box-description+div {
    padding: 6px 9px 4px 0;
    background: #333333;
    transition: background .3s ease-in-out;
}

.popular-cars-box .elementor-image-box-description+div {
    background: #247bdd;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
}

.popular-cars-box .elementor-image-box-content {
    margin-top: 60px;
}


.blurb .jet-services .jet-services__inner:before,
.blurb .jet-services .jet-services__inner:after {
    content: '';
    position: absolute;
    width: calc(50% - 67px);
    height: 52px;
    top: 76px;
    background: #ffffff;
    border: solid #dddddd;
}

.blurb .jet-services .jet-services__inner:before {
    left: 0;
    border-width: 1px 0 0 1px;
}

.blurb .jet-services .jet-services__inner:after {
    right: 0;
    border-width: 1px 1px 0 0;
}

.blurb .jet-services .jet-services__inner .jet-services__content {
    background: #ffffff;
    padding: 25px 20px;
    border: solid #dddddd;
    border-width: 0 1px 1px 1px;
}

.blurb .jet-services .jet-services__inner {
    position: relative;
}

.blurb .jet-services .jet-services__inner {
    width: 100%;
}

.jet-services__header svg {
    display: none;
}

.blurb .jet-services__header {
    position: relative;
    width: 100% !important;
    padding-top: 0px;
    padding-bottom: 10px;
    height: auto !important;
    border: none !important;
    border-radius: 0px !important;
    background: transparent !important;
}

.blurb .jet-services__header .jet-services__cover {
    width: 118px;
    height: 118px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DDDDDD;
    border-radius: 50% 50% 50% 50%;
    margin: 0 auto;
}

.blurb .jet-services__header svg {
    display: block;
    width: 100%;
    max-width: 134px;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.blurb .jet-services__header path.fill {
    fill: #ffffff;
}

.blurb .jet-services__header path.stroke {
    stroke: #dddddd;
    fill: transparent;
}

.quote-modern {
    position: relative;
    text-align: left;
    padding: 30px 15px;
    letter-spacing: .025em;
    background: #ffffff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
}

.quote-modern::before {
    position: absolute;
    content: '';
    top: calc(100% - 10px);
    left: 60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 34px 0 0;
    border-color: #ffffff transparent transparent transparent;
}

.quote-modern-2 .quote-modern-status {
    color: #247bdd;
}

.quote-modern-figure {
    display: inline-block;
}

.quote-modern-cite {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0em;
}

.quote-modern-status {
    color: #247bdd;
}

*+.quote-modern-status {
    margin-top: 0;
}

*+.quote-modern-text {
    margin-top: 12px;
}

@media (min-width: 576px) {
    .quote-modern {
        padding: 40px 20px;
    }
}

@media (min-width: 992px) {
    .quote-modern {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .quote-modern {
        padding: 52px 45px 44px;
    }

    .quote-modern-custom {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1600px) {
    .quote-modern-custom {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.unit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px;
}

.unit-spacing-md {
    margin-bottom: -20px;
    margin-left: -24px;
}

.unit-left,
.unit-right {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.unit-spacing-md>* {
    margin-bottom: 20px;
    margin-left: 24px;
}

.unit-body {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.unit-spacing-md>* {
    margin-bottom: 20px;
    margin-left: 24px;
}

.testi-box .slick-list,
.testi-box .slick-slider {
    overflow: hidden;
}

.testi-box .slick-list {
    overflow: visible;
}

.works-box a.elementor-button.elementor-size-md.jet-services__button {
    position: absolute;
    top: -21px;
    right: -30px;
    background: #fff;
    min-width: 45px;
    z-index: 999;
    padding: 10px 0px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.works-box .jet-services__header {
    overflow: visible;
}

.faq-box .elementor-tab-title {
    position: relative;
}

.faq-box .elementor-accordion-icon {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #247bdd;
    line-height: 40px;
    text-align: center !important;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.tabs-box .jet-tabs__control-inner {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0px;
    padding-right: 0px;
}

.tabs-box .jet-tabs__control:hover,
.tabs-box .jet-tabs__control.active-tab {
    border-color: #E1E1E1 !important;
}

.tabs-box .jet-tabs__control:hover .jet-tabs__control-inner .jet-tabs__label-text:after,
.tabs-box .jet-tabs__control.active-tab .jet-tabs__control-inner .jet-tabs__label-text:after {
    content: "";
    border-bottom: 3px solid #247BDD;
    left: 0px;
    position: absolute;
    bottom: -13px;
    width: 95px;
    display: block;
    z-index: 999;
}

.progress-bar-box .jet-progress-bar__status-bar:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 22px;
    background: #DDDDDD;
    border: 7px solid #ffffff;
    border-radius: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    box-shadow: 0 0 2px 3px rgb(0 0 0 / 10%);
}

.tabs-box #jet-tabs-control-1202.jet-tabs__control:hover .jet-tabs__control-inner .jet-tabs__label-text:after,
.tabs-box #jet-tabs-control-1202.jet-tabs__control.active-tab .jet-tabs__control-inner .jet-tabs__label-text:after {
    width: 120px;
}

.tabs-box #jet-tabs-control-1203.jet-tabs__control:hover .jet-tabs__control-inner .jet-tabs__label-text:after,
.tabs-box #jet-tabs-control-1203.jet-tabs__control.active-tab .jet-tabs__control-inner .jet-tabs__label-text:after {
    width: 80px;
}

.tabs-box .jet-tabs__control:hover .jet-tabs__control-inner .jet-tabs__label-text,
.tabs-box .jet-tabs__control.active-tab .jet-tabs__control-inner .jet-tabs__label-text {
    position: relative;
}

@media (min-width: 992px) {
    .works-box .jet-services .jet-services__inner:hover {
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    }

    .works-box .jet-services .jet-services__inner:hover a.elementor-button.elementor-size-md.jet-services__button {
        color: #247bdd;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
}

@media (min-width: 992px) {
    .box-icon-classic .elementor-widget-container a:hover:before {
        -webkit-transform: scale(0.94, 0.9);
        transform: scale(0.94, 0.9);
        border-color: rgba(255, 255, 255, 0.6);
    }

    .box-icon-classic.box-icon-classic-2 .elementor-widget-container a:hover:before {
        border-color: #333;
    }

    .box-icon-classic .elementor-widget-container a:hover img {
        opacity: 1;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    .box-icon-classic .elementor-widget-container a {
        border: 1px solid #FFFFFF4D;
    }

    .box-icon-classic.box-icon-classic-2 .elementor-widget-container a {
        border: 1px solid #E1E1E1;
    }

    .box-icon-classic.box-icon-classic-2 .elementor-widget-container a:hover {
        border-color: #333;
    }

    .box-icon-classic .elementor-widget-container a img {
        will-change: transform;
        transition: all .3s ease;
        width: 100%;
        border: none !important;
    }

    .box-icon-classic .jet-services__inner:hover::before {
        border-width: 1px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }
}

.comment-navigation,
.posts-list-navigation {
    padding-top: 0px;
    border-top: none;
}

.testi-box-2 .jet-testimonials__content:before {
    top: -15px;
    right: 55px;
    left: 55px;
    height: 18px;
    background: #e8e8e8;
    z-index: 1;
    position: absolute;
    content: '';
}

.testi-box-2 .jet-testimonials__content {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    background: #ffffff;
    box-shadow: 2px 3px 6px 0 rgb(0 0 0 / 17%);
    text-align: center;
    padding: 60px 15px;
    top: 15px;
}

.testi-box-2 article.quote-modern-custom {
    letter-spacing: .025em;
    background: transparent;
    box-shadow: none;
    padding: 0px;

}

.testi-box-2 .jet-testimonials__content:after {
    top: -6px;
    right: 30px;
    left: 30px;
    height: 9px;
    background: #f4f4f4;
    z-index: 1;
    position: absolute;
    content: '';
}


.testi-box-2 article.quote-modern-custom .unit-spacing-md {
    margin-bottom: -20px;
    margin-left: -24px;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.testi-box-2 article.quote-modern-custom .quote-modern-text {
    max-width: 880px;
    padding: 0 30px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}

.testi-box-2 article.quote-modern-custom .quote-modern-text:after {
    right: 0;
    bottom: -24px;
    content: '\201D';
}

.testi-box-2 article.quote-modern-custom .quote-modern-text:before {
    left: 0;
    top: 4px;
    content: '\201C';
}

.wpcf7-form .wpcf7-not-valid-tip{
    margin-top: -15px;
    font-size: 12px;
}

.testi-box-2 article.quote-modern-custom .quote-modern-text:before,
.testi-box-2 article.quote-modern-custom .quote-modern-text:after {
    position: absolute;
    font-size: 48px;
    line-height: 1;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #247bdd;
}

.testi-box-2 .quote-modern::before {
    display: none;
}

.testi-box-2 .slick-list,
.testi-box-2 .slick-slider {
    overflow: hidden;
}

.testi-box-2 .slick-list {
    overflow: visible;
}

@media (max-width: 767px) {
    .admin-bar .mobile-menu .jet-nav-wrap.jet-mobile-menu-active .jet-nav {
        top: 112px;
    }

    .admin-bar .jet-sticky-section--stuck .mobile-menu .jet-nav-wrap.jet-mobile-menu-active .jet-nav {
        top: 64px;
    }

    .mobile-menu .jet-nav-wrap.jet-mobile-menu-active .jet-nav {
        top: 65px;
    }

    .jet-sticky-section--stuck .mobile-menu .jet-nav-wrap.jet-mobile-menu-active .jet-nav {
        top: 65px;
    }

    .admin-bar .jet-mobile-menu--left-side.jet-nav-wrap .jet-nav:before,
    .admin-bar .jet-mobile-menu--right-side.jet-nav-wrap .jet-nav:before {
        display: none;
    }

    .carousel-car-single .jet-carousel__item .jet-carousel__item-inner,
    .carousel-car-single .jet-carousel__item:nth-child(2) .jet-carousel__item-inner {
        flex-direction: column;
        justify-content: center;
    }

    .carousel-car-single .jet-carousel__item .jet-carousel__item-inner .jet-carousel__content,
    .carousel-car-single .jet-carousel__item:nth-child(2) .jet-carousel__item-inner .jet-carousel__content {
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        margin-top: 10px;
    }

    .carousel-car-single .jet-carousel__item .jet-carousel__item-inner a.jet-carousel__item-link,
    .carousel-car-single .jet-carousel__item:nth-child(2) .jet-carousel__item-inner a.jet-carousel__item-link {
        margin-left: 0px;
        margin-right: 0px;
    }

    .popular-cars-box .elementor-image-box-description svg {
        top: -20px;
    }

    .faq-box .elementor-accordion-icon {
        width: 30px !important;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    body.category .site-content,
    body.archive .site-content,
    body.tags .site-content,
    body.single .site-content,
    body.search .site-content,
    body.blog .site-content,
    body.error404 .site-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .carousel-car-single .jet-carousel__item .jet-carousel__item-inner,
    .carousel-car-single .jet-carousel__item:nth-child(2) .jet-carousel__item-inner {
        flex-direction: row;
        justify-content: center;
    }

    .carousel-car-single .jet-carousel__item .jet-carousel__item-inner a.jet-carousel__item-link,
    .carousel-car-single .jet-carousel__item:nth-child(2) .jet-carousel__item-inner a.jet-carousel__item-link {
        margin-left: 0px;
        margin-right: 0px;
    }

    .carousel-car-single .jet-carousel__item:nth-child(2) .jet-carousel__item-inner .jet-carousel__content {
        margin-left: 30px;
        margin-right: 0px;
    }

    body.category .site-content,
    body.archive .site-content,
    body.tags .site-content,
    body.single .site-content,
    body.search .site-content,
    body.blog .site-content,
    body.error404 .site-content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .jet-hor-timeline-list--top {

        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

}