@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 !important;
}
.pr-0{
    padding-right: 0 !important;
}
.px-05{
    padding-left: 2.5px;
    padding-right: 2.5px;
}
.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-1rem{
    margin-bottom: 1rem;
}
.mb-2rem{
    margin-bottom: 2rem;
}
.mb-3rem{
    margin-bottom: 3rem;
}
.big-main-image{
    padding-top: 63.38px; padding-left: 0; padding-right: 0;
}
.title{
    color: #000;
    font-weight: 500;
    font-size: 2rem;
}
.title-big{
    color: #000;
    font-weight: 500;
    font-size: 4rem;
}
.carousel-item-title{
    color: #000;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
}
.carousel-item-subtitle{
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
    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;
}
.santafe-carousel-for .arrow-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
}
.santafe-carousel-for .arrow-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 2;
}
.santafe-carousel-nav .arrow-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
}
.santafe-carousel-nav .arrow-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 2;
}
.santafe-carousel-mobile .arrow-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
}
.santafe-carousel-mobile .arrow-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 2;
}
.fw-400{
    font-weight: 400;
}
.fw-700{
    font-weight: 700;
}
.mt-0{
    margin-top: 0;
}
.mt-1{
    margin-top: 1rem;
}
.mt-2{
    margin-top: 2rem;
}
.mt-3{
    margin-top: 3rem;
}
.mt-4{
    margin-top: 4rem;
}
.mt-5{
    margin-top: 5rem;
}
.mb-0{
    margin-bottom: 0;
}
.mb-1{
    margin-bottom: 1rem;
}
.mb-2{
    margin-bottom: 2rem;
}
.mb-3{
    margin-bottom: 3rem;
}
.mb-4{
    margin-bottom: 4rem;
}
.mb-5{
    margin-bottom: 5rem;
}
.pt-0{
    padding-top: 0;
}
.pt-1{
    padding-top: 1rem;
}
.pt-2{
    padding-top: 2rem;
}
.pt-3{
    padding-top: 3rem;
}
.pt-4{
    padding-top: 4rem;
}
.pt-5{
    padding-top: 5rem;
}
.pb-0{
    padding-bottom: 0;
}
.pb-1{
    padding-bottom: 1rem;
}
.pb-2{
    padding-bottom: 2rem;
}
.pb-3{
    padding-bottom: 3rem;
}
.pb-4{
    padding-bottom: 4rem;
}
.pb-5{
    padding-bottom: 5rem;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-justify{
    text-align: justify;
}
.aspect-ratio-16-9{
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.aspect-ratio-1-1{
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
}
.aspect-ratio-4-5{
    position: relative;
    width: 100%;
    padding-top: 125%; /* 4:5 Aspect Ratio */
}

.aspect-ratio-2-1{
    position: relative;
    width: 100%;
    padding-top: 50%; /* 4:5 Aspect Ratio */
}
.image-ratio{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.the-all-new-palisade-exterior-carousel .arrow-prev {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
}

.the-all-new-palisade-exterior-carousel .arrow-next {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
}

.the-all-new-palisade-interior-carousel .arrow-prev {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
}

.the-all-new-palisade-interior-carousel .arrow-next {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
}


@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-1rem{
        margin-bottom: 1rem;
    }
    .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;
    }
    .d-md-flex{
        display: flex;
    }
}