

.mileschevron {
    position: absolute;
    height: 45px;
    width: 45px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    opacity: 0;
    animation: move 2s ease-out infinite;
}

.mileschevron-container {
    position: relative;
    display: inline-block;
}

.mileschevron:first-child {
    animation: move 2s ease-out 3s infinite;
}

.mileschevron:nth-child(2) {
    animation: move 2s ease-out 3s infinite;
}

.mileschevron:before {
    content: ' ';
    position: absolute;
    top: 0;
    border-radius: 64px;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    height: 64px;
    width: 64px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57' height='57.001' viewBox='0 0 57 57.001'%3E%3Cg id='Group_2170' data-name='Group 2170' transform='translate(-5 62.001) rotate(-90)'%3E%3Cg id='Group_641' data-name='Group 641' transform='translate(27.065 24.782)'%3E%3Cpath id='Path_530' data-name='Path 530' d='M65.581,56.88,56.123,48.6,65.581,40.2' transform='translate(-56.123 -40.198)' fill='none' stroke='%23114b8a' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3Cellipse id='Ellipse_29' data-name='Ellipse 29' cx='27' cy='27' rx='27' ry='27' transform='translate(6.5 6.5)' fill='none' stroke='%23114b8a' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}



@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(20px);
    }
    67% {
        opacity: 1;
        transform: translateY(35px);
    }
    100% {
        opacity: 0;
        transform: translateY(45px);
    }
}


.text {
    display: block;
    margin-top: 75px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #292b2c;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}




.milescardreveal .milescardreveal__under {
    width: 100%;
    margin-top: 120px;
    display: block;
}

.milescardreveal .milescardreveal__over {
    width: 100%;
    height: 120px;
    position: absolute;
    background-size: cover;
    right: 0;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.milescardreveal .milescardreveal__title {
    position: absolute;
    top: 15px;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}



@media (min-width: 992px) {
    .grayhover img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    .grayhover:hover img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
    .milescardreveal .milescardreveal__over {
        height: 100%!important;
    }

    .milescardreveal:hover .milescardreveal__over{
        height: 120px!important;
    }

    #slide-top-miles {
        position:fixed;
        top:0px;
        width:100%;
        color: #FFFFFF;
        z-index:9999;
        height: 120px;
    }


}

@media (min-width: 992px) {
    .milesnavcarousel .slide-cntrl .overall-gradient-float {
        display: block!important;
    }

}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

#slide-top-miles {
    position:fixed;
    bottom:0px;
    width:100%;
    color: #FFFFFF;
    z-index:9999;
    height: 93px;
}


.slider0 .slick-prev {
    z-index: 2;
    left: 0;
    margin-top: 70px;
    top: 30%;
}
.slider0 .slick-next {
    z-index: 2;
    left: 0;
    top: 30%;
}

@media (min-width: 768px) {
    .slider0 .slick-slider {
        padding-left: 15px;
    }

    .slider0 .slick-list {
        left: 64px;
    }
}
.tab--wrapper-container .content .tab-nav .tab-selection>div ul .slide-cntrlcustom {
    position: absolute;
    height: 100%;
    width: 75px;
    z-index: 99;
}

.tab--wrapper-container .content .tab-nav .tab-selection > div ul .slide-cntrlcustom.left-gradient-float {
    background: transparent;
}
.tab--wrapper-container .content .tab-nav .tab-selection > div ul .slide-cntrlcustom.right-gradient-float {
    background: transparent;
}
@media (max-width: 1200px) {
    .tab--wrapper-container .content .tab-nav .tab-selection > div ul .slide-cntrlcustom.left-gradient-float {
        background: linear-gradient(to right, rgba(251, 251, 251, 1), rgba(251, 251, 251, 0));
        left: 0;
    }

    .tab--wrapper-container .content .tab-nav .tab-selection > div ul .slide-cntrlcustom.right-gradient-float {
        background: linear-gradient(to right, rgba(251, 251, 251, 0), rgba(251, 251, 251, 1));
        right: 0
    }
}

.dragnav {
    display: flex;
    flex-direction: row;
    margin-left: 5%;
    font-size: 0.9em;
}

.milesnavcarouseloverlay {
    position: absolute;
    width:100%;
    height: 70px;
    top: 0;
    z-index: 1000;
}

.milesslick {
    padding: 0 15px 0 15px;
}

.milesslick .slick-next::before {
    border-radius: 64px;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    padding: 0;
    height: 64px;
    width: 64px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg id='arrow_right' data-name='arrow right' transform='translate(1 1)'%3E%3Cg id='Group_641' data-name='Group 641' transform='translate(14.039 19.922)'%3E%3Cg id='Group_640' data-name='Group 640' transform='translate(0 7.029)'%3E%3Cline id='Line_6' data-name='Line 6' x1='25.776' stroke-width='2' stroke='%23292b2c' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/g%3E%3Cpath id='Path_530' data-name='Path 530' d='M56.123,54.158l7.915-6.926L56.123,40.2' transform='translate(-38.262 -40.198)' fill='none' stroke='%23292b2c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3Cellipse id='Ellipse_29' data-name='Ellipse 29' cx='27' cy='27' rx='27' ry='27' transform='translate(0 0)' fill='none' stroke='%23292b2c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;

}
.milesslick .slick-prev::before {
    border-radius: 64px;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    padding: 0;
    height: 64px;
    width: 64px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='55.299' viewBox='0 0 56 55.299'%3E%3Cg id='arrow_left' data-name='arrow left' transform='translate(1 1)'%3E%3Cg id='Group_641' data-name='Group 641' transform='translate(14.185 19.574)'%3E%3Cg id='Group_640' data-name='Group 640' transform='translate(0 7.029)'%3E%3Cline id='Line_6' data-name='Line 6' x2='25.776' stroke-width='2' stroke='%23292b2c' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/g%3E%3Cpath id='Path_530' data-name='Path 530' d='M64.038,54.158l-7.915-6.926L64.038,40.2' transform='translate(-56.123 -40.198)' fill='none' stroke='%23292b2c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3Cellipse id='Ellipse_29' data-name='Ellipse 29' cx='27' cy='26.65' rx='27' ry='26.65' transform='translate(0 0)' fill='none' stroke='%23292b2c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;

}

.milescalcform input[type="text"] {
    border: none;
    width: 27.5ch;
    background: repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 2.5ch) 0 100%/52% 2px no-repeat;
    color: dimgrey;
    letter-spacing: 1.5ch;
    padding-left:0;
    font-size: 1.5em;
}

.milescalcform input[type="text"]:focus {
    outline: none;
    color: dodgerblue;
}

.neo {
    -webkit-box-shadow: 2px 5px 13px -8px rgba(181,181,181,1);
    -moz-box-shadow: 2px 5px 13px -8px rgba(181,181,181,1);
    box-shadow: 2px 5px 13px -8px rgba(181,181,181,1);
    border-radius: 15px;
}

.neo .card-block {
    padding: 0.6rem!important;
}