﻿

.owl-dots .owl-dot {
    background: #C4C4C4!important;
    border-radius: 100% !important;
    border: 0!important;
    display: inline-block;
    height: 1rem !important;
    margin: 11px 1rem;
    opacity: 1;
    outline: 0!important;
    width: 1rem !important;
}

.form-lead{
    margin-top: -0.2rem;
}

.js-carousel button.owl-prev {
    transform: initial;
}

.js-carousel .owl-nav {
    align-items: center;
    justify-content: space-between;
    left: 0px;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 88px);
    width: 100%;
    opacity: 0;
    transition: all 0.25s ease;
    
}
.js-carousel .owl-nav:hover{
    opacity: 1;
}
.owl-carousel .owl-stage-outer:hover + .owl-nav{
    opacity: 1;
    transition: all 0.25s ease;  
}


@media (max-width: 768px) {
 .js-carousel .owl-nav {
    align-items: center;
    justify-content: space-between;
    left: 0px;
    pointer-events: none;
    position: absolute;
    top: 19rem;
    width: 100%;
    opacity: 0;
    transition: all 0.25s ease;
  
}
.owl-carousel .owl-stage-outer:hover + .owl-nav{
    opacity: 1;
    transition: all 0.25s ease;  
}

}