﻿body {
}


.slider ul.rslides {
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        /*float: left;*/
        /*width:auto;*/
        float: none;
        margin: auto;
        /*width: 100%;*/
        border: 0;
    }


.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}

/*.rslides_tabs {
    background: black;
    box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto;
    max-width: 870px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}*/
.rslides_tabs {
    position: absolute;
    background: transparent;
    -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    font-size: 18px;
    list-style: none;
    margin: -25px auto;
    /*max-width: 1264px;*/
    text-align: center;
    width: 100%;
    z-index: 2;
}



    /*.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}*/
    .rslides_tabs .rslides_here a {
        background: #E34436;
        color: #fff0;
        font-weight: bold;
    }

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}


.rslides_tabs li {
    display: inline-block;
    float: none;
    margin-right: 1px;
}

/*.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
    color:#fff;
}*/
.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 0px 20px;
    height: auto;
    background: #fff;
    display: inline;
    margin-right: 10px;
    color: #fff0;
    /* border-radius: 0px; */
    /* width: 100px; */
    font-size: 5px;
    margin-inline-start: auto;
    /* height: 100px; */
}


    .rslides_tabs a:hover, .rslides_tabs a:focus {
        text-decoration: none;
    }


.changeplan .item-img {
    height: 220px;
}


@media (max-width:419px) {
    .rslides_tabs li {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .changeplan .item-img {
        height: 180px;
    }

    .rslides img {
        width: 100%;
    }
}




.bw-multihasa-pricing {
    position: relative;
    /*background-color: #F8F8F8;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.bw-multihasa-pricing__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 110px auto;
    grid-template-columns: 110px auto;
    position: relative;
    z-index: 1;
}

    .bw-multihasa-pricing__item .bw-multihasa-img {
        position: relative;
        width: 100px;
        height: 100px;
    }

        .bw-multihasa-pricing__item .bw-multihasa-img img {
            position: absolute;
            width: 70px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .bw-multihasa-pricing__item .bw-multihasa-img .img-4 {
            width: 100px;
        }

    .bw-multihasa-pricing__item .bw-multihasa-desc__title {
        font-size: 16px;
        font-weight: bold;
        color: #332C2B;
    }

    .bw-multihasa-pricing__item .bw-multihasa-desc p {
        font-size: 14px;
        color: #777677;
    }

.bw-multihasa-pricing:before {
    content: '';
    width: 100%;
    height: 140px;
    background-color: #ffffff;
    position: absolute;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: 0;
}

.bw-multihasa-pricing .slick-slider {
    outline: none;
}

@media (max-width: 1199.98px) {
    .bw-multihasa-pricing__item {
        -ms-grid-columns: 90px auto;
        grid-template-columns: 90px auto;
    }

        .bw-multihasa-pricing__item .bw-multihasa-img {
            width: 90px;
            height: 90px;
        }

            .bw-multihasa-pricing__item .bw-multihasa-img img {
                width: 60px;
            }

            .bw-multihasa-pricing__item .bw-multihasa-img .img-4 {
                width: 90px;
            }

        .bw-multihasa-pricing__item .bw-multihasa-desc__title {
            font-size: 15px;
        }
}

@media (max-width: 991.98px) {
    .bw-multihasa-pricing__item .bw-multihasa-img {
        position: relative;
        width: 90px;
        height: 90px;
    }

        .bw-multihasa-pricing__item .bw-multihasa-img img {
            width: 60px;
        }

        .bw-multihasa-pricing__item .bw-multihasa-img .img-4 {
            width: 90px;
        }

    .bw-multihasa-pricing:before {
        height: 125px;
    }
}

@media (max-width: 575.98px) {
    /*#bw-multihasa-pricing {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }*/

    .bw-multihasa-pricing:before {
        height: 120px;
    }

    .bw-multihasa-pricing__item {
        /*padding: 0 50px;*/
        -ms-grid-columns: 90px auto;
        grid-template-columns: 90px auto;
    }

        .bw-multihasa-pricing__item .bw-multihasa-img {
            width: 80px;
            height: 80px;
        }

            .bw-multihasa-pricing__item .bw-multihasa-img img {
                width: 50px;
            }

            .bw-multihasa-pricing__item .bw-multihasa-img .img-4 {
                width: 80px;
            }

        .bw-multihasa-pricing__item .bw-multihasa-desc__title {
            font-size: 15px;
        }

        .bw-multihasa-pricing__item .bw-multihasa-desc p {
            font-size: 14px;
        }
}



/* -------------- Banner Product ---------------- */
.bw-multihasa-product {
    padding: 50px 0 20px;
    background-color: #F8F8F8;
}

.bw-multihasa-product__title {
    text-align: center;
    font-size: 25px;
    padding-bottom: 30px;
    color: #6f6f6f;
    font-family: helveticaneue-bold;
}

.bw-multihasa-product__img {
    width: 100%;
    padding-top: 40%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

    .bw-multihasa-product__img .bw-multihasa-overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        background: rgba(51, 44, 43, 0.3);
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .bw-multihasa-product__img:hover .bw-multihasa-overlay {
        opacity: 1;
    }

.bw-multihasa-product__img1 {
    width: 100%;
    padding-top: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

    .bw-multihasa-product__img1 .bw-multihasa-overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        background: rgba(51, 44, 43, 0.3);
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .bw-multihasa-product__img1:hover .bw-multihasa-overlay {
        opacity: 1;
    }

.bw-multihasa-product__desc {
    padding: 10px;
}

.bw-multihasa-product__desc--title, .bw-multihasa-product__desc--price {
    margin-bottom: 0;
    color: #332C2B;
}

.bw-multihasa-product__desc--title {
    font-size: 15px;
    font-weight: bold;
}

.bw-multihasa-product__desc--price {
    font-size: 14px;
    font-weight: 200;
}

.bw-multihasa-product .bw-multihasa-container {
    background: #ffffff;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 5px;
}

@media (max-width: 575.98px) {
    .bw-multihasa-product__title {
        font-size: 16px;
    }
}


.bw-multihasa-product .bw-multihasa-desc {
    padding: 25px;
    color: #3B3B3B;
}


.bw-multihasa-product .bw-multihasa-container:hover {
    -webkit-box-shadow: 7px 10px 15px -3px #ccc;
    -moz-box-shadow: 7px 10px 15px -3px #ccc;
    box-shadow: 7px 10px 15px -3px #ccc;
    text-decoration: none;
}

.bw-multihasa-product .bw-multihasa-container .bw-multihasa-img {
    padding-left: 0px;
}

.bw-multihasa-product .container-product__bottom .bw-multihasa-desc {
    text-align: center;
}



/*.row {
    width: 90%;
    margin: 20px auto;
}*/

.card {
    margin: 10px 0;
}

    .card > .card-content {
        padding: 10px;
        text-align: center;
        font-size: 36px;
        height: 350px;
    }

.bw-multihasa-product .bw-multihasa-img {
    padding-top: 50%;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

.bw-multihasa-product .container-product__bottom .bw-multihasa-img {
    width: 100%;
}

@media (max-width:768px) {
    .bw-multihasa-product .bw-multihasa-desc {
        padding: 15px 10px;
    }

    .bw-multihasa-product .container-product__bottom .bw-multihasa-desc .bw-multihasa-desc__title {
        font-size: 15px;
    }
}

@media(max-width:425px) {
    .bw-multihasa-product {
        margin-top: 1rem;
    }

        .bw-multihasa-product .container-product__big .bw-multihasa-desc .bw-multihasa-desc__title {
            font-size: 18px;
        }
}


@media (min-width: 1200px) {
    .container-product__big, .container-product__bottom {
        max-width: 900px !important;
    }
}

/*.bw-multihasa-client .bw-multihasa-product__title {
    padding-top: 4rem;
}*/
