﻿/*#region Fonts */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Black&family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Black&family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Black&family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Dynalight&family=Imperial+Script&family=Kapakana:wght@300..400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?ml35rd');
    src: url('fonts/icomoon.eot?ml35rd#iefix') format('embedded-opentype'), url('../font/AlphaMotor-fonts/icomoon.ttf?ml35rd') format('truetype'), url('../font/AlphaMotor-fonts/icomoon.woff?ml35rd') format('woff'), url('../font/AlphaMotor-fonts/icomoon.svg?ml35rd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .bg-light {
    background-color: #f2f5f7 !important;
}

.icon-payment-icon:before {
    content: "\e900";
}

.icon-bestDealer-icon:before {
    content: "\e901";
}

.icon-call-icon:before {
    content: "\e902";
}

.icon-carSearch:before {
    content: "\e903";
}

.icon-dealerrater:before {
    content: "\e904";
}

.icon-freeShipping-icon:before {
    content: "\e905";
}

.icon-color {
    color: #97a4ac;
    text-shadow: 2px 2px 2px #fff;
}

.icon-color2 {
    color: #a6800f;
    text-shadow: 2px 2px 2px #f7dd90;
}
/*#endregion */
/*#region General | Header | Body */
body {
    font-family: "Source Sans 3", sans-serif;
    /* font-family: "Montserrat", sans-serif;*/
    background-color: #fff;
    color: #000;
}

a:hover {
    color: #f7ba2b !important;
}

.container-1460 {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0px 15px;
}

.container-900 {
    max-width: 900px;
    margin: 0 auto;
    padding: 0px 15px;
    position: relative;
}

a {
    text-decoration: none;
    color: #000;
}

.up-down {
    width: 150px;
    animation: upDown 2s ease-in-out infinite;
    /* 2s = speed, infinite = loop forever */
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
    /* goes up */
    100% {
        transform: translateY(0);
    }
    /* back down */
}
    .apply-fin-bt {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6e6b4+0,ed9017+100;Yellow+3D+%231 */
        background: linear-gradient(to bottom, hsla(45,78%,84%,1) 0%,hsla(34,85%,51%,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
    .apply-fin-btn:hover {
        background-color: #212529 !important;
        border-color: #212529!important;
    }
.container-1700 {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0px 15px;
}

.bg-light {
    background-color: #f0f0f0 !important;
}

.btn {
    font-weight: 500;
    transition: .5s;
}

    .btn.btn-primary {
        color: #FFFFFF;
    }

.calc-home {
    z-index: 2 !important;
}
.how-work {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f5f7+0,f2f5f7+50,ffffff+50,ffffff+100 */
    background: linear-gradient(to bottom, hsla(204,24%,96%,1) 0%,hsla(204,24%,96%,1) 50%,hsla(0,0%,100%,1) 50%,hsla(0,0%,100%,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.vid-mid {
    width: 40% !important;
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.cont-mid {
    width: 60% !important;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.howItWork-bg {
    background-color: #f2f5f7;
}

    .howItWork-bg .address-footer-color {
        color: #000 !important;
    }

    .howItWork-bg .border-secondary {
        border-color: #cbd4db !important;
    }

.financing_calculator2 {
    width: 45%;
    margin: auto;
    background-color: #f2f5f7;
    padding: 30px;
    margin-top: -90px;
    border-radius: 10px;
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
    /*background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);*/
}

    .financing_calculator2 .border-secondary {
        border-color: #cdd7df !important;
    }

.shadow-pos img {
    width: 40%;
}


.serv-sec {
    background-color: #f2f5f7;
}

.serv-opt {
    transition: .35s;
    border: 1px solid #fff;
}

    .serv-opt:hover {
        border: 1px solid #bbb9b2;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }

.next-car {
    border-top: 1px solid #d3d3d3 !important;
}

    .next-car i {
        background-color: #fff;
        height: 50px;
        width: 50px;
        display: block;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        font-size: 21px;
    }

.btn-sm-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-weight: normal;
}

.navbar .dropdown-toggle::after {
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.navbar-light .navbar-toggler {
    background-color: #ffc107;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
       
        background: transparent;
    }
}
.navbar-collapse {
    background-color: white;
}
/*.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #888;
    }

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}
*/
/*.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}
*/
.navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        border-radius: 0px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
        color: #fff;
        background-color: #e9ecef;
        background-color: #000;
    }
}
.header-nav .address-footer-color {
    color: #000 !important;
   
}
.header-nav {
    width: 100%;
    background-color: #eee;
    position: relative;
    z-index: 10;
}

    .header-nav .header__row {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 16px;
    }

        .header-nav .header__row img {
            max-height: 80px;
            transition: all 0.3s ease-in-out;
        }

.sticky {
    position: fixed;
    top: -60px;
    left: 0;
    animation: goDown 0.5s ease-in-out forwards;
}

    .sticky .header__row img {
        max-height: 40px;
    }

@keyframes goDown {
    0% {
        top: -60px;
    }

    100% {
        transform: translateY(60px);
    }
}

.tp-btn {
    width: 15% !important;
    border-radius: 50px;
    margin-top: 30px;
    padding: 12px 0px;
    font-size: 18px;
}

    .tp-btn:hover {
        background-color: #000 !important;
        border: 1px solid #000;
    }
.tp-btn-sell {
    width: 15% !important;
    border-radius: 50px;
    margin-top: 30px;
    padding: 12px 0px;
    font-size: 18px;
    color: #fff;
    background-color: #000 !important;
    border: 1px solid #000;
}

    .tp-btn-sell:hover {
        background-color: #ffc107 !important;
        border: 1px solid #ffc107;
        color: #000 !important
    }
.tp-btn-m {
   
    border-radius: 50px;
    margin-top: 10px;
    padding: 6px 0px;
    font-size: 18px;
}

    .tp-btn-m:hover {
        background-color: #2b2b2b !important;
        border: 1px solid #2b2b2b;
    }

.tp-btn-sell-m {
    border-radius: 50px;
    margin-top: 10px;
    padding: 6px 0px;
    font-size: 18px;
    color: #fff;
    background-color: #2b2b2b !important;
    border: 1px solid #2b2b2b;
}

    .tp-btn-sell-m:hover {
        background-color: #ffc107 !important;
        border: 1px solid #ffc107;
        color: #000 !important
    }
.top-search-form {
    z-index: 3;
    position: absolute;
    margin-top: 12%;
    margin-left: 12%;
    /*background-color: rgba(255, 255, 255,0.8);*/
}

    .top-search-form h2 {
        font-size: 60px !important;
    }

.kellyBlue-bg {
    background-color: #f9faf0;
    padding-bottom: 15%;
}

.two-cars-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9faf0+0,f9faf0+65,ffffff+65,ffffff+65,ffffff+65,f9faf0+65,ffffff+65,ffffff+100 */
    background: linear-gradient(to bottom, hsla(66,50%,96%,1) 0%,hsla(66,50%,96%,1) 65%,hsla(0,0%,100%,1) 65%,hsla(0,0%,100%,1) 65%,hsla(0,0%,100%,1) 65%,hsla(66,50%,96%,1) 65%,hsla(0,0%,100%,1) 65%,hsla(0,0%,100%,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.kelly-field {
    width: 40%;
    margin: auto;
}
/* .top-search-form::before, .top-search-form::after {
        position: absolute;
        width: 130px;
        height: 130px;
        content: "";
    }
    .top-search-form::before {
        left: -12px;
        top: -12px;
        border-left: 13px solid #f7b62a;
        border-top: 13px solid #f7b62a;
    }
    .top-search-form::after {
        right: -12px;
        bottom: -12px;
        border-right: 13px solid #f7b62a;
        border-bottom: 13px solid #f7b62a;
    }*/
#carouselHappyCLients::before, #carouselHappyCLients::after {
    position: absolute;
    width: 130px;
    height: 130px;
    content: "";
}

#carouselHappyCLients::before {
    left: -12px;
    top: -12px;
    border-left: 13px solid #f7b62a;
    border-top: 13px solid #f7b62a;
}

#carouselHappyCLients::after {
    right: -12px;
    bottom: -12px;
    border-right: 13px solid #f7b62a;
    border-bottom: 13px solid #f7b62a;
}
@media screen and (max-width: 480px) {
    .tp-btn-sell-m {
        font-size: 14px;
    }
    .tp-btn-m {
        font-size: 14px;
    }
        
}
/*.animated-text .text {
    position: absolute;
    width: 100%;
    left: 50%;
    margin-left: -225px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
}

.animated-text p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.animated-text .word {
    position: absolute;
    width: 100%;
    opacity: 0;
}

.animated-text .letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
    font-size:50px;
    font-weight:700;
}

    .animated-text .letter.out {
        transform: rotateX(90deg);
        transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .animated-text .letter.behind {
        transform: rotateX(-90deg);
    }

    .animated-text  .letter.in {
        transform: rotateX(0deg);
        transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

.animated-text .Highest {
    color: #f7b62a;
}

.animated-text .Guaranteed {
    color: #fff;
}

.animated-text .Payemnt {
    color: #f7b62a;
}

.animated-text .Extended {
    color: #fff;
}

.animated-text .Shipping {
    color: #f7b62a;
}
*/


.repo .border-light {
    border-color: #dde0e1 !important;
}

.loc-canvas .address-footer-color {
    color: #000;
}

.bg-comp {
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url(/Content/images/ActionAuto-v5/paralex-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 100px 0px;
}

.snip1527 {
    color: #ffffff;
    float: left;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

    .snip1527 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .snip1527 img {
        max-width: 100%;
        vertical-align: top;
        position: relative;
    }

    .snip1527 figcaption {
        padding: 25px 20px 25px;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

        .snip1527 figcaption:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #000;
            content: '';
            /* background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
            background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
            background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);*/
            opacity: 0.8;
            z-index: -1;
        }

    .snip1527 .date {
        background-color: #fff;
        border-radius: 50%;
        color: #700877;
        font-size: 18px;
        font-weight: 700;
        min-height: 48px;
        min-width: 48px;
        padding: 10px 0;
        position: absolute;
        right: 15px;
        text-align: center;
        text-transform: uppercase;
        top: -25px;
    }

        .snip1527 .date span {
            display: block;
            line-height: 14px;
        }

        .snip1527 .date .month {
            font-size: 11px;
        }

    .snip1527 h3,
    .snip1527 p {
        margin: 0;
        padding: 0;
    }

    .snip1527 h3 {
        display: inline-block;
        font-weight: 700;
        letter-spacing: -0.4px;
        margin-bottom: 5px;
    }

    .snip1527 p {
        font-size: 0.8em;
        line-height: 1.6em;
        margin-bottom: 0px;
    }

    .snip1527 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .snip1527:hover img,
    .snip1527.hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }


.cust-color {
    color: #000;
}

header {
    /*position: relative;
     background: none;
     z-index: 2;
    */
    /* position: fixed;
    width: 100%;
    z-index: 1;*/
    /* margin: 0 auto;
    position: absolute;*/
}



.services-card img,
.services-card img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.services-card:hover img,
.services-card.hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.services-card.bg-light1 {
    background-color: #f9f9f9 !important;
}

.fast-bg {
    background-color: #6793d0 !important;
}

.steps-sec {
    border-top: 2px dotted #888887 !important;
    position: relative;
}

    .steps-sec span {
        font-size: 60px;
        background-color: #fff;
        height: 100px;
        width: 100px;
        display: block;
        line-height: 100px;
        border-radius: 50%;
        color: #959595;
        text-shadow: 2px 2px 2px #d0d0d0;
    }

.loc-sec {
    width: 100%;
    margin-top: -28%;
}

.btn-loc h6 {
    color: #888887;
    font-weight: 600;
}

.btn-loc {
    padding: 10px 10px 0px;
    transition: .35s;
}

.btn-loc, .tp-fne {
    background-color: transparent;
    color: #000;
    /*border-radius: 7px;*/
}

    .btn-loc:hover {
        background-color: #212529;
        color: #fff;
    }

        .btn-loc:hover .tp-fne {
            color: #fff;
        }

.blog-sec .blog-border {
    border-right: 10px solid #a1a1a1 !important;
}
/*.blog-sec {
    margin-top: -12%;
}*/



/*****************slider-thumbnail-css*******************/
.card-wrapper {
    max-width: 1100px;
    margin: 0 60px 35px;
    padding: 20px 10px;
    overflow: hidden;
}

.card-list .card-item {
    list-style: none;
}
.swiper-wrapper {
    padding:0px;
    margin:0px;
}
.card-list .card-item .card-link {
    user-select: none;
    display: block;
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid #f2f2f2;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
    height: 100%;
}
.card-list .swiper-slide {
    height: auto;
}
.card-list .card-item .card-link:active {
    cursor: grabbing;
}

.card-list .card-item .card-link:hover {
    border-color: #777;
}

.card-list .card-link .card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
}

.card-list .card-link .badge {
    color: blue;
    margin: 16px 0 18px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 0.95rem;
    background: #dde4ff;
    width: fit-content;
    border-radius: 50px;
}

.card-list .card-link .card-title {
    font-size: 16px;
    color: #000;
    font-weight: 100;
}

.card-list .card-link .card-button {
    height: 35px;
    width: 35px;
    color: #5372f0;
    border-radius: 50%;
    margin: 30px 0 5px;
    background: none;
    cursor: pointer;
    transform: rotate(-45deg);
    border: 2px solid #5382f0;
    transition: 0.4s ease;
}

.card-list .card-link:hover .card-button {
    color: #fff;
    background: #5372f0;
}

.card-wrapper .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background: #8a8a8a;
}

.card-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

.card-wrapper .swiper-slide-button {
    color: #e1e1e1;
    margin-top: -35px;
}

@media screen and (max-width: 768px) {
    .card-wrapper {
        margin: 0 10px 25px;
    }

        .card-wrapper .swiper-slide-button {
            display: none;
        }
}
    /*****************slider-thumbnail-css-ends*******************/
    /*------------welcome-sec---------------*/
    .main-title h2 {
        font-size: 22px;
        font-weight: 400 !important;
        color: #262b37;
    }

.welcome-sec h3 {
    font-size: 20px;
}

.main-title span {
    font-weight: 600;
}

.main-title h3 {
    overflow: hidden;
    color: gray;
    text-align: left;
    line-height: 1.6em;
    color: #888;
    font-size: 14px;
}

    .main-title h3::before {
        display: block;
        float: left;
        margin-top: .8em;
        border-top: 2px solid #888;
        width: 12%;
        content: "";
        margin-right: 5px;
    }

.where-dv span {
    font-size: 80px;
    font-weight: 600;
    margin: 0px;
    line-height: 80px;
    letter-spacing: 2px;
}

.btm-title {
    color: #000;
    font-weight: 600;
}

.ind-footer .address-footer-color {
    color: #000 !important;
}

.ind-footer a {
    text-decoration: none;
    color: #333;
}

    .ind-footer a:hover {
        color: #6793d0;
    }

.ind-footer hr {
    background-color: #c1c0c0 !important;
}

.map-height {
    height: 400px;
}

.footer-sec {
    background-color: #f2f5f7 !important;
}

.ftr-sol-links .btn-dark {
    height: 55px;
    width: 55px;
    line-height: 41px;
    font-size: 25px;
    text-align: center;
    border: none;
    color: #fff;
}

    .ftr-sol-links .btn-dark:hover {
        background-color: #6793d0;
        color: #fff !important;
    }

.footer-sec a {
    color: #000;
    text-decoration: none;
}

    .footer-sec a:hover {
        color: #6793d0 !important;
    }


/*------------CarBody-Slider---------------*/
.banner-slide {
    width: 375px !important;
    padding: 8px 0px;
    background-blend-mode: multiply;
    border: 0px !important;
    transition: .35s !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8bb2d+0,f8bb2d+50,f7a900+100 */
    background: linear-gradient(135deg, hsla(42,94%,58%,1) 0%,hsla(42,94%,58%,1) 50%,hsla(41,100%,49%,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

    .banner-slide:hover {
        background-color: #fff !important;
        /*background: transparent !important;*/
    }

        .banner-slide:hover h5, .banner-slide:hover p {
            color: #fff;
        }

.arrows-nav i {
    font-size: 30px;
    color: #000;
    background-color: #e3e3e3;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    transition: .35s;
}

    .arrows-nav i:hover {
        color: #fff;
        background-color: #000;
    }

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}


.slider {
    width: 100%;
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}

    .slick-slider .slick-list,
    .slick-slider .slick-track {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.slick-list {
    margin: 0;
    padding: 0;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide {
    margin: 0 20px;
    outline: 0;
}

.slick-initialized .slick-slide {
    display: block;
}

.img-invn-ban {
    overflow: hidden;
}

.slider_card {
    width: 260px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 12px;
    transition: .35s;
    border: 1px solid #fff
}

    .slider_card:hover {
        border: 1px solid #6793d0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }

.slider_card-testi {
    width: 350px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 12px;
    transition: .35s;
    border: 1px solid #fff
}

    .slider_card-testi:hover {
        border: 1px solid #6793d0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }

.testi-cont {
    text-align: left !important;
    position: relative;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: 0 0;
    color: transparent;
}

.img-pos-slide {
    margin-right: -70px !important;
    margin-top: -100px !important;
}

.slider_text {
    padding: 15px 25px;
    text-align: center;
    overflow: hidden;
}

    .slider_text h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        margin-block-start: 0em;
    }

    .slider_text p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
    }

.slider_img {
    margin-top: 8px;
    position: relative;
    bottom: 2px;
    left: 0;
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: 0;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
        outline: 0;
    }

.slick-dots li,
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.slider_report {
    margin-top: 14px;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
}

    .slick-track:after,
    .slick-track:before {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.arrow {
    margin-bottom: 80px;
}

    .arrow li {
        list-style: none;
        display: inline-block !important;
        float: left;
    }

    .arrow ul {
        margin: 0;
        padding: 0;
        margin-top: 24px;
        margin-bottom: 80px;
        position: relative;
    }

.slick-next:focus,
.slick-prev:focus {
    outline: 0;
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: relative !important;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    border: none;
}

    .slick-next.slick-disabled:before,
    .slick-prev.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-next:before,
    .slick-prev:before {
        width: 60px;
        height: 22px;
        margin-top: 5px;
        margin-left: -30px;
        position: relative;
        display: inline-block;
        font-size: 20px;
        line-height: 1;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-next:hover,
    .slick-prev:hover {
        opacity: 1;
    }

.slick-prev {
    opacity: 0.3;
}

.slick-next {
    opacity: 0.3;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

    [dir="rtl"] .slick-prev:before {
        content: "→";
    }

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

    [dir="rtl"] .slick-next:before {
        content: "←";
    }

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            padding: 5px;
            color: transparent;
            border: 0;
            background: 0 0;
        }

            .slick-dots li button:focus:before,
            .slick-dots li button:hover:before {
                opacity: 1;
            }

            .slick-dots li button:before {
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: "•";
                text-align: center;
                opacity: 0.25;
                color: #000;
                -moz-osx-font-smoothing: grayscale;
            }

        /*.slick-slide img,
.slider {
    width: 100%;
}*/

        .slick-dots li.slick-active button:before {
            opacity: 0.75;
            color: #000;
        }

.slider {
    margin: 56px auto 0;
    padding-right: 0;
    /*padding-left: 2rem;*/
    margin-top: 0;
}

.slick-slide {
    margin: 0 20px;
    outline: 0;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
}

.slick-current {
    font-size: initial;
}

@media screen and (max-width: 991px) {
    .slider_card {
        margin: 0 !important;
    }

    .arrow li {
        float: none;
    }
}




/*Carousel-SLider-ends*/

.carousel-caption {
    position: absolute;
    right: 0p;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    top: 30%;
}

.home-slider h2 {
    font-size: 60px;
    margin-bottom: 0px;
}

.slide-txt-1 h2 {
    font-family: "Alex Brush", cursive;
    font-size: 80px;
    text-shadow: 2px 2px #888686;
}

@media screen and (max-width: 1280px) {

    .tp-btn, .tp-btn-sell {
        margin-top: 20px;
        width: 20% !important;
    }
}
    @media screen and (max-width: 1360px) {
        .financing_calculator2 {
            width: 55%;
        }

         }

    @media screen and (max-width: 1170px) {
        .financing_calculator2 {
            width: 65%;
        }





        .financing_calculator2 {
            margin-top: -40px;
        }

        

        .slide-txt-1 h2 {
            font-size: 50px;
        }
    }
@media screen and (max-width:992px) {
    .top-search-form h2 {
        font-size: 40px !important;
        margin-bottom: 0px;

    }
    .tp-btn, .tp-btn-sell {
        margin-top: 10px;
        
    }
    .top-search-form {
         margin-top: 18%;
    }
    .financing_calculator2 {
        width: 75%;
      
    }
    }
    @media screen and (max-width:896px) {
        

        .home-slider h2 {
            font-size: 35px;
        }

        .slide-txt-1 h2 {
            font-size: 40px;
        }
    }
@media screen and (max-width:768px) {
    .financing_calculator2 {
        width: 85%;
    }
    .tp-btn {      
        padding: 8px 0px;
        
    }
    .top-search-form h2 {
        font-size: 30px !important;
        
    }
}
@media screen and (max-width:767px) {
    .kelly-field {
        width: 70%;
    }

    .top-search-form {
        margin-top: 38%;
        text-align: center;
        margin-left: 0px;
    }

    .carousel-caption {
        text-align: center;
        top: 30%;
    }

    .tp-btn {
        width: 23% !important;
        margin-top: 10px;
        padding: 8px 0px;
    }

    .financing_calculator2 {
        width: 100%;
        margin-top:0px;
    }
}

@media screen and (max-width:640px) {
    .carousel-caption {
        position: relative;
        right: 0;
        left:0;
        background-color:#000;
    }
}
@media screen and (max-width:575px) {
    .clac-dv {
        display:none;
    }

    
}
    @media screen and (max-width:480px) {
        .tp-btn {
            width: 30% !important;
        }
        clac-dv
    }

    @media screen and (max-width:428px) {        

        .carousel-caption {
            top: 42%;
        }
    }
@media screen and (max-width:375px) {
    .top-search-form {
        margin-top: 46%;
    }
        .top-search-form h2 {
            font-size: 20px !important;
        }
    .tp-btn {
         margin-top: 0px;
    }
    }




