@charset "UTF-8";
/* Tab Navigation */
.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
}
.nav-tabs>li{
    width: 50%;
}
.nav-tabs > li > a {
    background: #000;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-weight: 700;
    color: #88C2FA;
    margin-right: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    background: #fff;
    box-shadow: none;
    color: #000;
    font-weight: 700;
    text-align: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 1px solid #000;
}
.nav-tabs>li>a:hover{
    color: #000;
    background-color: #88C2FA;
}

/* Tab Content */
.tab-pane {
    background: #F5F5F5;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    padding: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 3px;
}
.flex-control-thumbs li{
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.cursor-pointer:hover{
    cursor: pointer;
    text-decoration: none;
}
.d-flex{
    display: flex;
}
.px-0{
    padding-left: 0;
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
.px-1{
    padding-left: 5px;
    padding-right: 5px;
}
.px-3{
    padding-left: 15px;
    padding-right: 15px;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.mb-0{
    margin-bottom: 0;
}
.mb-2rem{
    margin-bottom: 2rem;
}
.big-main-image{
    padding-top: 63.38px; padding-left: 0; padding-right: 0;
}
.title{
    color: #000;
    font-weight: 500;
    font-size: 2.2rem;
}
.title-small{
    color: #000;
    font-weight: 700;
    font-size: 1.5rem;
}
.title-big{
    color: #000;
    font-weight: 500;
    font-size: 4rem;
}
.carousel-item-title{
    color: #000;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
}
.subtitle{
    color: #000000;
    font-size: 2rem;
    margin-top: .5rem;
    font-weight: 400;
}
.description{
    color: #000;
    text-align: center;
    font-size: 1.3rem;
}
.description-2{
    color: #000;
    text-align: left;
    font-size: 1.5rem;
}
.disclaimer{
    color: #002C5F;
    font-size: 2rem;
    text-align: center;
}
.peding-l-0{
    padding-left: 0;
}
.peding-r-0{
    padding-right: 0;
}

.top{
    background: rgba(255,255,255,1);
}

.remember-that-time{
    padding-top: 7rem;
    padding-bottom: 5rem;
}

.santafe-carousel .arrow-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 28%;
    left: 0;
    z-index: 2;
}
.santafe-carousel .arrow-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 28%;
    right: 0;
    z-index: 2;
}

.santafe-carousel-mobile .arrow-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 28%;
    left: 0;
    z-index: 2;
}
.santafe-carousel-mobile .arrow-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 28%;
    right: 0;
    z-index: 2;
}
.section-5{
    background-color: #ffffff;
}
.section-6{
    background-color: #ffffff;
}
.all-new-santafe-carousel-for .arrow-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
}
.all-new-santafe-carousel-for .arrow-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 2;
}
.all-new-santafe-carousel-nav .arrow-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
}
.all-new-santafe-carousel-nav .arrow-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 2;
}
.all-new-santafe-carousel-mobile .arrow-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
}
.all-new-santafe-carousel-mobile .arrow-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 2;
}
.fw-700{
    font-weight: 700;
}


@media only screen and (max-width: 480px) {
    body {
        padding-top: 70px;
    }
    .tittle_head_kona_electric{
        font-size: 12px;
    }
    .title{
        font-size: 2.2rem;
    }
    .title-big{
        font-size: 3.2rem;
    }
    .subtitle{
        font-size: 2.2rem;
    }
    .description{
        font-size: 1.4rem;
    }
    .disclaimer{
        font-size: 2.4rem;
    }
    .peding-l-0{
        padding-left: 0;
        padding-right: 0;
    }
    .peding-r-0{
        padding-left: 0;
        padding-right: 0;
    }
    .mb-xs-2{
        margin-bottom: .5rem;
    }
    .mb-xs-3rem{
        margin-bottom: 3rem;
    }
    .px-xs-0{
        padding-left: 0;
        padding-right: 0;
    }
    .px-xs-1{
        padding-left: 5px;
        padding-right: 5px;
    }
    .mt-xs-1{
        margin-top: 1.5rem;
    }
    .big-main-image{
        padding-top: 0;
    }
    .remember-that-time{
        padding-top: 0;
        padding-bottom: 5rem;
    }
}
@media only screen and (min-width: 481px) {
    .px-md-0{
        padding-left: 0;
        padding-right: 0;
    }
}